-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass natural/integer preference args to openapi-to-dhall (#178)
- Loading branch information
Showing
2,211 changed files
with
13,442 additions
and
13,419 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ minReadySeconds = None Integer | ||
, revisionHistoryLimit = None Integer | ||
{ minReadySeconds = None Natural | ||
, revisionHistoryLimit = None Natural | ||
, updateStrategy = | ||
None ./../types/io.k8s.api.apps.v1.DaemonSetUpdateStrategy.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ collisionCount = None Integer | ||
{ collisionCount = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1.DaemonSetCondition.dhall) | ||
, numberAvailable = None Integer | ||
, numberUnavailable = None Integer | ||
, observedGeneration = None Integer | ||
, updatedNumberScheduled = None Integer | ||
, numberAvailable = None Natural | ||
, numberUnavailable = None Natural | ||
, observedGeneration = None Natural | ||
, updatedNumberScheduled = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ minReadySeconds = None Integer | ||
{ minReadySeconds = None Natural | ||
, paused = None Bool | ||
, progressDeadlineSeconds = None Integer | ||
, replicas = None Integer | ||
, revisionHistoryLimit = None Integer | ||
, progressDeadlineSeconds = None Natural | ||
, replicas = None Natural | ||
, revisionHistoryLimit = None Natural | ||
, strategy = None ./../types/io.k8s.api.apps.v1.DeploymentStrategy.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ availableReplicas = None Integer | ||
, collisionCount = None Integer | ||
{ availableReplicas = None Natural | ||
, collisionCount = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1.DeploymentCondition.dhall) | ||
, observedGeneration = None Integer | ||
, readyReplicas = None Integer | ||
, replicas = None Integer | ||
, unavailableReplicas = None Integer | ||
, updatedReplicas = None Integer | ||
, observedGeneration = None Natural | ||
, readyReplicas = None Natural | ||
, replicas = None Natural | ||
, unavailableReplicas = None Natural | ||
, updatedReplicas = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ minReadySeconds = None Integer | ||
, replicas = None Integer | ||
{ minReadySeconds = None Natural | ||
, replicas = None Natural | ||
, template = None ./../types/io.k8s.api.core.v1.PodTemplateSpec.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ availableReplicas = None Integer | ||
{ availableReplicas = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1.ReplicaSetCondition.dhall) | ||
, fullyLabeledReplicas = None Integer | ||
, observedGeneration = None Integer | ||
, readyReplicas = None Integer | ||
, fullyLabeledReplicas = None Natural | ||
, observedGeneration = None Natural | ||
, readyReplicas = None Natural | ||
} |
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ partition = None Integer } | ||
{ partition = None Natural } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ collisionCount = None Integer | ||
{ collisionCount = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1.StatefulSetCondition.dhall) | ||
, currentReplicas = None Integer | ||
, currentReplicas = None Natural | ||
, currentRevision = None Text | ||
, observedGeneration = None Integer | ||
, readyReplicas = None Integer | ||
, observedGeneration = None Natural | ||
, readyReplicas = None Natural | ||
, updateRevision = None Text | ||
, updatedReplicas = None Integer | ||
, updatedReplicas = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
1.12/defaults/io.k8s.api.apps.v1beta1.DeploymentStatus.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ availableReplicas = None Integer | ||
, collisionCount = None Integer | ||
{ availableReplicas = None Natural | ||
, collisionCount = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1beta1.DeploymentCondition.dhall) | ||
, observedGeneration = None Integer | ||
, readyReplicas = None Integer | ||
, replicas = None Integer | ||
, unavailableReplicas = None Integer | ||
, updatedReplicas = None Integer | ||
, observedGeneration = None Natural | ||
, readyReplicas = None Natural | ||
, replicas = None Natural | ||
, unavailableReplicas = None Natural | ||
, updatedReplicas = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ revision = None Integer } | ||
{ revision = None Natural } |
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.apps.v1beta1.RollingUpdateStatefulSetStrategy.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ partition = None Integer } | ||
{ partition = None Natural } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ replicas = None Integer } | ||
{ replicas = None Natural } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
1.12/defaults/io.k8s.api.apps.v1beta1.StatefulSetStatus.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ collisionCount = None Integer | ||
{ collisionCount = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1beta1.StatefulSetCondition.dhall) | ||
, currentReplicas = None Integer | ||
, currentReplicas = None Natural | ||
, currentRevision = None Text | ||
, observedGeneration = None Integer | ||
, readyReplicas = None Integer | ||
, observedGeneration = None Natural | ||
, readyReplicas = None Natural | ||
, updateRevision = None Text | ||
, updatedReplicas = None Integer | ||
, updatedReplicas = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ minReadySeconds = None Integer | ||
, revisionHistoryLimit = None Integer | ||
{ minReadySeconds = None Natural | ||
, revisionHistoryLimit = None Natural | ||
, updateStrategy = | ||
None ./../types/io.k8s.api.apps.v1beta2.DaemonSetUpdateStrategy.dhall | ||
} |
10 changes: 5 additions & 5 deletions
10
1.12/defaults/io.k8s.api.apps.v1beta2.DaemonSetStatus.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ collisionCount = None Integer | ||
{ collisionCount = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1beta2.DaemonSetCondition.dhall) | ||
, numberAvailable = None Integer | ||
, numberUnavailable = None Integer | ||
, observedGeneration = None Integer | ||
, updatedNumberScheduled = None Integer | ||
, numberAvailable = None Natural | ||
, numberUnavailable = None Natural | ||
, observedGeneration = None Natural | ||
, updatedNumberScheduled = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ minReadySeconds = None Integer | ||
{ minReadySeconds = None Natural | ||
, paused = None Bool | ||
, progressDeadlineSeconds = None Integer | ||
, replicas = None Integer | ||
, revisionHistoryLimit = None Integer | ||
, progressDeadlineSeconds = None Natural | ||
, replicas = None Natural | ||
, revisionHistoryLimit = None Natural | ||
, strategy = None ./../types/io.k8s.api.apps.v1beta2.DeploymentStrategy.dhall | ||
} |
14 changes: 7 additions & 7 deletions
14
1.12/defaults/io.k8s.api.apps.v1beta2.DeploymentStatus.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ availableReplicas = None Integer | ||
, collisionCount = None Integer | ||
{ availableReplicas = None Natural | ||
, collisionCount = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1beta2.DeploymentCondition.dhall) | ||
, observedGeneration = None Integer | ||
, readyReplicas = None Integer | ||
, replicas = None Integer | ||
, unavailableReplicas = None Integer | ||
, updatedReplicas = None Integer | ||
, observedGeneration = None Natural | ||
, readyReplicas = None Natural | ||
, replicas = None Natural | ||
, unavailableReplicas = None Natural | ||
, updatedReplicas = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ minReadySeconds = None Integer | ||
, replicas = None Integer | ||
{ minReadySeconds = None Natural | ||
, replicas = None Natural | ||
, template = None ./../types/io.k8s.api.core.v1.PodTemplateSpec.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ availableReplicas = None Integer | ||
{ availableReplicas = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1beta2.ReplicaSetCondition.dhall) | ||
, fullyLabeledReplicas = None Integer | ||
, observedGeneration = None Integer | ||
, readyReplicas = None Integer | ||
, fullyLabeledReplicas = None Natural | ||
, observedGeneration = None Natural | ||
, readyReplicas = None Natural | ||
} |
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.apps.v1beta2.RollingUpdateStatefulSetStrategy.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ partition = None Integer } | ||
{ partition = None Natural } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ replicas = None Integer } | ||
{ replicas = None Natural } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
1.12/defaults/io.k8s.api.apps.v1beta2.StatefulSetStatus.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ collisionCount = None Integer | ||
{ collisionCount = None Natural | ||
, conditions = | ||
None (List ./../types/io.k8s.api.apps.v1beta2.StatefulSetCondition.dhall) | ||
, currentReplicas = None Integer | ||
, currentReplicas = None Natural | ||
, currentRevision = None Text | ||
, observedGeneration = None Integer | ||
, readyReplicas = None Integer | ||
, observedGeneration = None Natural | ||
, readyReplicas = None Natural | ||
, updateRevision = None Text | ||
, updatedReplicas = None Integer | ||
, updatedReplicas = None Natural | ||
} |
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ minReplicas = None Integer, targetCPUUtilizationPercentage = None Integer } | ||
{ minReplicas = None Natural, targetCPUUtilizationPercentage = None Natural } |
4 changes: 2 additions & 2 deletions
4
1.12/defaults/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ currentCPUUtilizationPercentage = None Integer | ||
{ currentCPUUtilizationPercentage = None Natural | ||
, lastScaleTime = | ||
None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.Time.dhall | ||
, observedGeneration = None Integer | ||
, observedGeneration = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ replicas = None Integer } | ||
{ replicas = None Natural } |
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ metrics = | ||
None (List ./../types/io.k8s.api.autoscaling.v2beta1.MetricSpec.dhall) | ||
, minReplicas = None Integer | ||
, minReplicas = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.autoscaling.v2beta1.ResourceMetricSource.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ targetAverageUtilization = None Integer | ||
{ targetAverageUtilization = None Natural | ||
, targetAverageValue = | ||
None ./../types/io.k8s.apimachinery.pkg.api.resource.Quantity.dhall | ||
} |
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ currentAverageUtilization = None Integer } | ||
{ currentAverageUtilization = None Natural } |
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerSpec.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ metrics = | ||
None (List ./../types/io.k8s.api.autoscaling.v2beta2.MetricSpec.dhall) | ||
, minReplicas = None Integer | ||
, minReplicas = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.autoscaling.v2beta2.MetricTarget.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.autoscaling.v2beta2.MetricValueStatus.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ activeDeadlineSeconds = None Integer | ||
, backoffLimit = None Integer | ||
, completions = None Integer | ||
{ activeDeadlineSeconds = None Natural | ||
, backoffLimit = None Natural | ||
, completions = None Natural | ||
, manualSelector = None Bool | ||
, parallelism = None Integer | ||
, parallelism = None Natural | ||
, selector = | ||
None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector.dhall | ||
, ttlSecondsAfterFinished = None Integer | ||
, ttlSecondsAfterFinished = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ active = None Integer | ||
{ active = None Natural | ||
, completionTime = | ||
None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.Time.dhall | ||
, conditions = None (List ./../types/io.k8s.api.batch.v1.JobCondition.dhall) | ||
, failed = None Integer | ||
, failed = None Natural | ||
, startTime = None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.Time.dhall | ||
, succeeded = None Integer | ||
, succeeded = None Natural | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ concurrencyPolicy = None Text | ||
, failedJobsHistoryLimit = None Integer | ||
, startingDeadlineSeconds = None Integer | ||
, successfulJobsHistoryLimit = None Integer | ||
, failedJobsHistoryLimit = None Natural | ||
, startingDeadlineSeconds = None Natural | ||
, successfulJobsHistoryLimit = None Natural | ||
, suspend = None Bool | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ concurrencyPolicy = None Text | ||
, failedJobsHistoryLimit = None Integer | ||
, startingDeadlineSeconds = None Integer | ||
, successfulJobsHistoryLimit = None Integer | ||
, failedJobsHistoryLimit = None Natural | ||
, startingDeadlineSeconds = None Natural | ||
, successfulJobsHistoryLimit = None Natural | ||
, suspend = None Bool | ||
} |
4 changes: 2 additions & 2 deletions
4
1.12/defaults/io.k8s.api.coordination.v1beta1.LeaseSpec.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ acquireTime = | ||
None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime.dhall | ||
, holderIdentity = None Text | ||
, leaseDurationSeconds = None Integer | ||
, leaseTransitions = None Integer | ||
, leaseDurationSeconds = None Natural | ||
, leaseTransitions = None Natural | ||
, renewTime = | ||
None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime.dhall | ||
} |
2 changes: 1 addition & 1 deletion
2
1.12/defaults/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ fsType = None Text, partition = None Integer, readOnly = None Bool } | ||
{ fsType = None Text, partition = None Natural, readOnly = None Bool } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ timeoutSeconds = None Integer } | ||
{ timeoutSeconds = None Natural } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ sizeBytes = None Integer } | ||
{ sizeBytes = None Natural } |
Oops, something went wrong.