Add types to generated default records

This commit is contained in:
Fabrizio Ferrai 2018-05-27 01:43:48 +03:00 committed by Arian van Putten
parent 65b1339651
commit 7c895cea21
836 changed files with 836 additions and 836 deletions

View File

@ -112,7 +112,7 @@ def main():
val = get_default(propVal, False)
f.write(" {} = {}\n".format(propName, val))
f.write('}\n')
f.write('} : ../types/' + modelName + '.dhall\n')
if __name__ == '__main__':
main()

View File

@ -1,4 +1,4 @@
\(_params : {name : (Text)}) ->
{ name = _params.name
, rules = ([] : Optional (../types/io.k8s.api.admissionregistration.v1alpha1.Rule.dhall))
}
} : ../types/io.k8s.api.admissionregistration.v1alpha1.Initializer.dhall

View File

@ -3,4 +3,4 @@
, initializers = ([] : Optional (../types/io.k8s.api.admissionregistration.v1alpha1.Initializer.dhall))
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.admissionregistration.v1alpha1.InitializerConfiguration.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.admissionregistration.v1alpha1.InitializerConfigurationList.dhall

View File

@ -2,4 +2,4 @@
{ apiGroups = ([] : Optional (Text))
, apiVersions = ([] : Optional (Text))
, resources = ([] : Optional (Text))
}
} : ../types/io.k8s.api.admissionregistration.v1alpha1.Rule.dhall

View File

@ -3,4 +3,4 @@
, kind = _params.kind
, metadata = _params.metadata
, webhooks = ([] : Optional (../types/io.k8s.api.admissionregistration.v1beta1.Webhook.dhall))
}
} : ../types/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfigurationList.dhall

View File

@ -3,4 +3,4 @@
, apiVersions = ([] : Optional (Text))
, operations = ([] : Optional (Text))
, resources = ([] : Optional (Text))
}
} : ../types/io.k8s.api.admissionregistration.v1beta1.RuleWithOperations.dhall

View File

@ -2,4 +2,4 @@
{ name = _params.name
, namespace = _params.namespace
, path = ([] : Optional (Text))
}
} : ../types/io.k8s.api.admissionregistration.v1beta1.ServiceReference.dhall

View File

@ -3,4 +3,4 @@
, kind = _params.kind
, metadata = _params.metadata
, webhooks = ([] : Optional (../types/io.k8s.api.admissionregistration.v1beta1.Webhook.dhall))
}
} : ../types/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationList.dhall

View File

@ -4,4 +4,4 @@
, name = _params.name
, namespaceSelector = ([] : Optional (../types/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector.dhall))
, rules = ([] : Optional (../types/io.k8s.api.admissionregistration.v1beta1.RuleWithOperations.dhall))
}
} : ../types/io.k8s.api.admissionregistration.v1beta1.Webhook.dhall

View File

@ -2,4 +2,4 @@
{ caBundle = _params.caBundle
, service = ([] : Optional (../types/io.k8s.api.admissionregistration.v1beta1.ServiceReference.dhall))
, url = ([] : Optional (Text))
}
} : ../types/io.k8s.api.admissionregistration.v1beta1.WebhookClientConfig.dhall

View File

@ -4,4 +4,4 @@
, kind = _params.kind
, metadata = _params.metadata
, revision = _params.revision
}
} : ../types/io.k8s.api.apps.v1.ControllerRevision.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1.ControllerRevisionList.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1.DaemonSetSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1.DaemonSetStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1.DaemonSet.dhall

View File

@ -4,4 +4,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1.DaemonSetCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1.DaemonSetList.dhall

View File

@ -4,4 +4,4 @@
, selector = _params.selector
, template = _params.template
, updateStrategy = ([] : Optional (../types/io.k8s.api.apps.v1.DaemonSetUpdateStrategy.dhall))
}
} : ../types/io.k8s.api.apps.v1.DaemonSetSpec.dhall

View File

@ -9,4 +9,4 @@
, numberUnavailable = ([] : Optional (Integer))
, observedGeneration = ([] : Optional (Integer))
, updatedNumberScheduled = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1.DaemonSetStatus.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ rollingUpdate = ([] : Optional (../types/io.k8s.api.apps.v1.RollingUpdateDaemonSet.dhall))
, type = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1.DaemonSetUpdateStrategy.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1.DeploymentSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1.DeploymentStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1.Deployment.dhall

View File

@ -5,4 +5,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1.DeploymentCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1.DeploymentList.dhall

View File

@ -7,4 +7,4 @@
, selector = _params.selector
, strategy = ([] : Optional (../types/io.k8s.api.apps.v1.DeploymentStrategy.dhall))
, template = _params.template
}
} : ../types/io.k8s.api.apps.v1.DeploymentSpec.dhall

View File

@ -7,4 +7,4 @@
, replicas = ([] : Optional (Integer))
, unavailableReplicas = ([] : Optional (Integer))
, updatedReplicas = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1.DeploymentStatus.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ rollingUpdate = ([] : Optional (../types/io.k8s.api.apps.v1.RollingUpdateDeployment.dhall))
, type = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1.DeploymentStrategy.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1.ReplicaSetSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1.ReplicaSetStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1.ReplicaSet.dhall

View File

@ -4,4 +4,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1.ReplicaSetCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1.ReplicaSetList.dhall

View File

@ -3,4 +3,4 @@
, replicas = ([] : Optional (Integer))
, selector = _params.selector
, template = ([] : Optional (../types/io.k8s.api.core.v1.PodTemplateSpec.dhall))
}
} : ../types/io.k8s.api.apps.v1.ReplicaSetSpec.dhall

View File

@ -5,4 +5,4 @@
, observedGeneration = ([] : Optional (Integer))
, readyReplicas = ([] : Optional (Integer))
, replicas = _params.replicas
}
} : ../types/io.k8s.api.apps.v1.ReplicaSetStatus.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ maxUnavailable = ([] : Optional (../types/io.k8s.apimachinery.pkg.util.intstr.IntOrString.dhall))
}
} : ../types/io.k8s.api.apps.v1.RollingUpdateDaemonSet.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ maxSurge = ([] : Optional (../types/io.k8s.apimachinery.pkg.util.intstr.IntOrString.dhall))
, maxUnavailable = ([] : Optional (../types/io.k8s.apimachinery.pkg.util.intstr.IntOrString.dhall))
}
} : ../types/io.k8s.api.apps.v1.RollingUpdateDeployment.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ partition = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1.StatefulSetSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1.StatefulSetStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1.StatefulSet.dhall

View File

@ -4,4 +4,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1.StatefulSetCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1.StatefulSetList.dhall

View File

@ -7,4 +7,4 @@
, template = _params.template
, updateStrategy = ([] : Optional (../types/io.k8s.api.apps.v1.StatefulSetUpdateStrategy.dhall))
, volumeClaimTemplates = ([] : Optional (../types/io.k8s.api.core.v1.PersistentVolumeClaim.dhall))
}
} : ../types/io.k8s.api.apps.v1.StatefulSetSpec.dhall

View File

@ -8,4 +8,4 @@
, replicas = _params.replicas
, updateRevision = ([] : Optional (Text))
, updatedReplicas = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1.StatefulSetStatus.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ rollingUpdate = ([] : Optional (../types/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy.dhall))
, type = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1.StatefulSetUpdateStrategy.dhall

View File

@ -4,4 +4,4 @@
, kind = _params.kind
, metadata = _params.metadata
, revision = _params.revision
}
} : ../types/io.k8s.api.apps.v1beta1.ControllerRevision.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1beta1.ControllerRevisionList.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1beta1.DeploymentSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1beta1.DeploymentStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1beta1.Deployment.dhall

View File

@ -5,4 +5,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1beta1.DeploymentCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1beta1.DeploymentList.dhall

View File

@ -4,4 +4,4 @@
, name = _params.name
, rollbackTo = _params.rollbackTo
, updatedAnnotations = ([] : Optional ((List {mapKey : Text, mapValue : Text})))
}
} : ../types/io.k8s.api.apps.v1beta1.DeploymentRollback.dhall

View File

@ -8,4 +8,4 @@
, selector = ([] : Optional (../types/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector.dhall))
, strategy = ([] : Optional (../types/io.k8s.api.apps.v1beta1.DeploymentStrategy.dhall))
, template = _params.template
}
} : ../types/io.k8s.api.apps.v1beta1.DeploymentSpec.dhall

View File

@ -7,4 +7,4 @@
, replicas = ([] : Optional (Integer))
, unavailableReplicas = ([] : Optional (Integer))
, updatedReplicas = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta1.DeploymentStatus.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ rollingUpdate = ([] : Optional (../types/io.k8s.api.apps.v1beta1.RollingUpdateDeployment.dhall))
, type = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1beta1.DeploymentStrategy.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ revision = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta1.RollbackConfig.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ maxSurge = ([] : Optional (../types/io.k8s.apimachinery.pkg.util.intstr.IntOrString.dhall))
, maxUnavailable = ([] : Optional (../types/io.k8s.apimachinery.pkg.util.intstr.IntOrString.dhall))
}
} : ../types/io.k8s.api.apps.v1beta1.RollingUpdateDeployment.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ partition = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta1.RollingUpdateStatefulSetStrategy.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1beta1.ScaleSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1beta1.ScaleStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1beta1.Scale.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ replicas = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta1.ScaleSpec.dhall

View File

@ -2,4 +2,4 @@
{ replicas = _params.replicas
, selector = ([] : Optional ((List {mapKey : Text, mapValue : Text})))
, targetSelector = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1beta1.ScaleStatus.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1beta1.StatefulSetSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1beta1.StatefulSetStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1beta1.StatefulSet.dhall

View File

@ -4,4 +4,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1beta1.StatefulSetCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1beta1.StatefulSetList.dhall

View File

@ -7,4 +7,4 @@
, template = _params.template
, updateStrategy = ([] : Optional (../types/io.k8s.api.apps.v1beta1.StatefulSetUpdateStrategy.dhall))
, volumeClaimTemplates = ([] : Optional (../types/io.k8s.api.core.v1.PersistentVolumeClaim.dhall))
}
} : ../types/io.k8s.api.apps.v1beta1.StatefulSetSpec.dhall

View File

@ -8,4 +8,4 @@
, replicas = _params.replicas
, updateRevision = ([] : Optional (Text))
, updatedReplicas = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta1.StatefulSetStatus.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ rollingUpdate = ([] : Optional (../types/io.k8s.api.apps.v1beta1.RollingUpdateStatefulSetStrategy.dhall))
, type = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1beta1.StatefulSetUpdateStrategy.dhall

View File

@ -4,4 +4,4 @@
, kind = _params.kind
, metadata = _params.metadata
, revision = _params.revision
}
} : ../types/io.k8s.api.apps.v1beta2.ControllerRevision.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1beta2.ControllerRevisionList.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1beta2.DaemonSetSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1beta2.DaemonSetStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.DaemonSet.dhall

View File

@ -4,4 +4,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1beta2.DaemonSetCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1beta2.DaemonSetList.dhall

View File

@ -4,4 +4,4 @@
, selector = _params.selector
, template = _params.template
, updateStrategy = ([] : Optional (../types/io.k8s.api.apps.v1beta2.DaemonSetUpdateStrategy.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.DaemonSetSpec.dhall

View File

@ -9,4 +9,4 @@
, numberUnavailable = ([] : Optional (Integer))
, observedGeneration = ([] : Optional (Integer))
, updatedNumberScheduled = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta2.DaemonSetStatus.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ rollingUpdate = ([] : Optional (../types/io.k8s.api.apps.v1beta2.RollingUpdateDaemonSet.dhall))
, type = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1beta2.DaemonSetUpdateStrategy.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1beta2.DeploymentSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1beta2.DeploymentStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.Deployment.dhall

View File

@ -5,4 +5,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1beta2.DeploymentCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1beta2.DeploymentList.dhall

View File

@ -7,4 +7,4 @@
, selector = _params.selector
, strategy = ([] : Optional (../types/io.k8s.api.apps.v1beta2.DeploymentStrategy.dhall))
, template = _params.template
}
} : ../types/io.k8s.api.apps.v1beta2.DeploymentSpec.dhall

View File

@ -7,4 +7,4 @@
, replicas = ([] : Optional (Integer))
, unavailableReplicas = ([] : Optional (Integer))
, updatedReplicas = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta2.DeploymentStatus.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ rollingUpdate = ([] : Optional (../types/io.k8s.api.apps.v1beta2.RollingUpdateDeployment.dhall))
, type = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1beta2.DeploymentStrategy.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1beta2.ReplicaSetSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1beta2.ReplicaSetStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.ReplicaSet.dhall

View File

@ -4,4 +4,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1beta2.ReplicaSetCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1beta2.ReplicaSetList.dhall

View File

@ -3,4 +3,4 @@
, replicas = ([] : Optional (Integer))
, selector = _params.selector
, template = ([] : Optional (../types/io.k8s.api.core.v1.PodTemplateSpec.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.ReplicaSetSpec.dhall

View File

@ -5,4 +5,4 @@
, observedGeneration = ([] : Optional (Integer))
, readyReplicas = ([] : Optional (Integer))
, replicas = _params.replicas
}
} : ../types/io.k8s.api.apps.v1beta2.ReplicaSetStatus.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ maxUnavailable = ([] : Optional (../types/io.k8s.apimachinery.pkg.util.intstr.IntOrString.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.RollingUpdateDaemonSet.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ maxSurge = ([] : Optional (../types/io.k8s.apimachinery.pkg.util.intstr.IntOrString.dhall))
, maxUnavailable = ([] : Optional (../types/io.k8s.apimachinery.pkg.util.intstr.IntOrString.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.RollingUpdateDeployment.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ partition = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta2.RollingUpdateStatefulSetStrategy.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1beta2.ScaleSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1beta2.ScaleStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.Scale.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ replicas = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta2.ScaleSpec.dhall

View File

@ -2,4 +2,4 @@
{ replicas = _params.replicas
, selector = ([] : Optional ((List {mapKey : Text, mapValue : Text})))
, targetSelector = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1beta2.ScaleStatus.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = ([] : Optional (../types/io.k8s.api.apps.v1beta2.StatefulSetSpec.dhall))
, status = ([] : Optional (../types/io.k8s.api.apps.v1beta2.StatefulSetStatus.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.StatefulSet.dhall

View File

@ -4,4 +4,4 @@
, reason = ([] : Optional (Text))
, status = _params.status
, type = _params.type
}
} : ../types/io.k8s.api.apps.v1beta2.StatefulSetCondition.dhall

View File

@ -3,4 +3,4 @@
, items = _params.items
, kind = _params.kind
, metadata = _params.metadata
}
} : ../types/io.k8s.api.apps.v1beta2.StatefulSetList.dhall

View File

@ -7,4 +7,4 @@
, template = _params.template
, updateStrategy = ([] : Optional (../types/io.k8s.api.apps.v1beta2.StatefulSetUpdateStrategy.dhall))
, volumeClaimTemplates = ([] : Optional (../types/io.k8s.api.core.v1.PersistentVolumeClaim.dhall))
}
} : ../types/io.k8s.api.apps.v1beta2.StatefulSetSpec.dhall

View File

@ -8,4 +8,4 @@
, replicas = _params.replicas
, updateRevision = ([] : Optional (Text))
, updatedReplicas = ([] : Optional (Integer))
}
} : ../types/io.k8s.api.apps.v1beta2.StatefulSetStatus.dhall

View File

@ -1,4 +1,4 @@
\(_params : {}) ->
{ rollingUpdate = ([] : Optional (../types/io.k8s.api.apps.v1beta2.RollingUpdateStatefulSetStrategy.dhall))
, type = ([] : Optional (Text))
}
} : ../types/io.k8s.api.apps.v1beta2.StatefulSetUpdateStrategy.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = _params.spec
, status = ([] : Optional (../types/io.k8s.api.authentication.v1.TokenReviewStatus.dhall))
}
} : ../types/io.k8s.api.authentication.v1.TokenReview.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ token = ([] : Optional (Text))
}
} : ../types/io.k8s.api.authentication.v1.TokenReviewSpec.dhall

View File

@ -2,4 +2,4 @@
{ authenticated = ([] : Optional (Bool))
, error = ([] : Optional (Text))
, user = ([] : Optional (../types/io.k8s.api.authentication.v1.UserInfo.dhall))
}
} : ../types/io.k8s.api.authentication.v1.TokenReviewStatus.dhall

View File

@ -3,4 +3,4 @@
, groups = ([] : Optional (Text))
, uid = ([] : Optional (Text))
, username = ([] : Optional (Text))
}
} : ../types/io.k8s.api.authentication.v1.UserInfo.dhall

View File

@ -4,4 +4,4 @@
, metadata = _params.metadata
, spec = _params.spec
, status = ([] : Optional (../types/io.k8s.api.authentication.v1beta1.TokenReviewStatus.dhall))
}
} : ../types/io.k8s.api.authentication.v1beta1.TokenReview.dhall

View File

@ -1,3 +1,3 @@
\(_params : {}) ->
{ token = ([] : Optional (Text))
}
} : ../types/io.k8s.api.authentication.v1beta1.TokenReviewSpec.dhall

View File

@ -2,4 +2,4 @@
{ authenticated = ([] : Optional (Bool))
, error = ([] : Optional (Text))
, user = ([] : Optional (../types/io.k8s.api.authentication.v1beta1.UserInfo.dhall))
}
} : ../types/io.k8s.api.authentication.v1beta1.TokenReviewStatus.dhall

Some files were not shown because too many files have changed in this diff Show More