pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -91,27 +92,27 @@ if not MYPY:
|
|
|
91
92
|
"""
|
|
92
93
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
93
94
|
"""
|
|
94
|
-
description: NotRequired[pulumi.Input[str]]
|
|
95
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
95
96
|
"""
|
|
96
97
|
description is a human readable description of this column.
|
|
97
98
|
"""
|
|
98
|
-
format: NotRequired[pulumi.Input[str]]
|
|
99
|
+
format: NotRequired[pulumi.Input[builtins.str]]
|
|
99
100
|
"""
|
|
100
101
|
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
101
102
|
"""
|
|
102
|
-
json_path: NotRequired[pulumi.Input[str]]
|
|
103
|
+
json_path: NotRequired[pulumi.Input[builtins.str]]
|
|
103
104
|
"""
|
|
104
105
|
jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
105
106
|
"""
|
|
106
|
-
name: NotRequired[pulumi.Input[str]]
|
|
107
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
107
108
|
"""
|
|
108
109
|
name is a human readable name for the column.
|
|
109
110
|
"""
|
|
110
|
-
priority: NotRequired[pulumi.Input[int]]
|
|
111
|
+
priority: NotRequired[pulumi.Input[builtins.int]]
|
|
111
112
|
"""
|
|
112
113
|
priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
113
114
|
"""
|
|
114
|
-
type: NotRequired[pulumi.Input[str]]
|
|
115
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
115
116
|
"""
|
|
116
117
|
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
117
118
|
"""
|
|
@@ -121,20 +122,20 @@ elif False:
|
|
|
121
122
|
@pulumi.input_type
|
|
122
123
|
class CustomResourceColumnDefinitionPatchArgs:
|
|
123
124
|
def __init__(__self__, *,
|
|
124
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
125
|
-
format: Optional[pulumi.Input[str]] = None,
|
|
126
|
-
json_path: Optional[pulumi.Input[str]] = None,
|
|
127
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
128
|
-
priority: Optional[pulumi.Input[int]] = None,
|
|
129
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
125
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
126
|
+
format: Optional[pulumi.Input[builtins.str]] = None,
|
|
127
|
+
json_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
128
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
129
|
+
priority: Optional[pulumi.Input[builtins.int]] = None,
|
|
130
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
130
131
|
"""
|
|
131
132
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
132
|
-
:param pulumi.Input[str] description: description is a human readable description of this column.
|
|
133
|
-
:param pulumi.Input[str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
134
|
-
:param pulumi.Input[str] json_path: jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
135
|
-
:param pulumi.Input[str] name: name is a human readable name for the column.
|
|
136
|
-
:param pulumi.Input[int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
137
|
-
:param pulumi.Input[str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
133
|
+
:param pulumi.Input[builtins.str] description: description is a human readable description of this column.
|
|
134
|
+
:param pulumi.Input[builtins.str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
135
|
+
:param pulumi.Input[builtins.str] json_path: jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
136
|
+
:param pulumi.Input[builtins.str] name: name is a human readable name for the column.
|
|
137
|
+
:param pulumi.Input[builtins.int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
138
|
+
:param pulumi.Input[builtins.str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
138
139
|
"""
|
|
139
140
|
if description is not None:
|
|
140
141
|
pulumi.set(__self__, "description", description)
|
|
@@ -151,74 +152,74 @@ class CustomResourceColumnDefinitionPatchArgs:
|
|
|
151
152
|
|
|
152
153
|
@property
|
|
153
154
|
@pulumi.getter
|
|
154
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
155
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
155
156
|
"""
|
|
156
157
|
description is a human readable description of this column.
|
|
157
158
|
"""
|
|
158
159
|
return pulumi.get(self, "description")
|
|
159
160
|
|
|
160
161
|
@description.setter
|
|
161
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
162
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
162
163
|
pulumi.set(self, "description", value)
|
|
163
164
|
|
|
164
165
|
@property
|
|
165
166
|
@pulumi.getter
|
|
166
|
-
def format(self) -> Optional[pulumi.Input[str]]:
|
|
167
|
+
def format(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
167
168
|
"""
|
|
168
169
|
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
169
170
|
"""
|
|
170
171
|
return pulumi.get(self, "format")
|
|
171
172
|
|
|
172
173
|
@format.setter
|
|
173
|
-
def format(self, value: Optional[pulumi.Input[str]]):
|
|
174
|
+
def format(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
174
175
|
pulumi.set(self, "format", value)
|
|
175
176
|
|
|
176
177
|
@property
|
|
177
178
|
@pulumi.getter(name="jsonPath")
|
|
178
|
-
def json_path(self) -> Optional[pulumi.Input[str]]:
|
|
179
|
+
def json_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
179
180
|
"""
|
|
180
181
|
jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
181
182
|
"""
|
|
182
183
|
return pulumi.get(self, "json_path")
|
|
183
184
|
|
|
184
185
|
@json_path.setter
|
|
185
|
-
def json_path(self, value: Optional[pulumi.Input[str]]):
|
|
186
|
+
def json_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
186
187
|
pulumi.set(self, "json_path", value)
|
|
187
188
|
|
|
188
189
|
@property
|
|
189
190
|
@pulumi.getter
|
|
190
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
191
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
191
192
|
"""
|
|
192
193
|
name is a human readable name for the column.
|
|
193
194
|
"""
|
|
194
195
|
return pulumi.get(self, "name")
|
|
195
196
|
|
|
196
197
|
@name.setter
|
|
197
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
198
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
198
199
|
pulumi.set(self, "name", value)
|
|
199
200
|
|
|
200
201
|
@property
|
|
201
202
|
@pulumi.getter
|
|
202
|
-
def priority(self) -> Optional[pulumi.Input[int]]:
|
|
203
|
+
def priority(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
203
204
|
"""
|
|
204
205
|
priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
205
206
|
"""
|
|
206
207
|
return pulumi.get(self, "priority")
|
|
207
208
|
|
|
208
209
|
@priority.setter
|
|
209
|
-
def priority(self, value: Optional[pulumi.Input[int]]):
|
|
210
|
+
def priority(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
210
211
|
pulumi.set(self, "priority", value)
|
|
211
212
|
|
|
212
213
|
@property
|
|
213
214
|
@pulumi.getter
|
|
214
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
215
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
215
216
|
"""
|
|
216
217
|
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
217
218
|
"""
|
|
218
219
|
return pulumi.get(self, "type")
|
|
219
220
|
|
|
220
221
|
@type.setter
|
|
221
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
222
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
222
223
|
pulumi.set(self, "type", value)
|
|
223
224
|
|
|
224
225
|
|
|
@@ -227,27 +228,27 @@ if not MYPY:
|
|
|
227
228
|
"""
|
|
228
229
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
229
230
|
"""
|
|
230
|
-
json_path: pulumi.Input[str]
|
|
231
|
+
json_path: pulumi.Input[builtins.str]
|
|
231
232
|
"""
|
|
232
233
|
jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
233
234
|
"""
|
|
234
|
-
name: pulumi.Input[str]
|
|
235
|
+
name: pulumi.Input[builtins.str]
|
|
235
236
|
"""
|
|
236
237
|
name is a human readable name for the column.
|
|
237
238
|
"""
|
|
238
|
-
type: pulumi.Input[str]
|
|
239
|
+
type: pulumi.Input[builtins.str]
|
|
239
240
|
"""
|
|
240
241
|
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
241
242
|
"""
|
|
242
|
-
description: NotRequired[pulumi.Input[str]]
|
|
243
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
243
244
|
"""
|
|
244
245
|
description is a human readable description of this column.
|
|
245
246
|
"""
|
|
246
|
-
format: NotRequired[pulumi.Input[str]]
|
|
247
|
+
format: NotRequired[pulumi.Input[builtins.str]]
|
|
247
248
|
"""
|
|
248
249
|
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
249
250
|
"""
|
|
250
|
-
priority: NotRequired[pulumi.Input[int]]
|
|
251
|
+
priority: NotRequired[pulumi.Input[builtins.int]]
|
|
251
252
|
"""
|
|
252
253
|
priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
253
254
|
"""
|
|
@@ -257,20 +258,20 @@ elif False:
|
|
|
257
258
|
@pulumi.input_type
|
|
258
259
|
class CustomResourceColumnDefinitionArgs:
|
|
259
260
|
def __init__(__self__, *,
|
|
260
|
-
json_path: pulumi.Input[str],
|
|
261
|
-
name: pulumi.Input[str],
|
|
262
|
-
type: pulumi.Input[str],
|
|
263
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
264
|
-
format: Optional[pulumi.Input[str]] = None,
|
|
265
|
-
priority: Optional[pulumi.Input[int]] = None):
|
|
261
|
+
json_path: pulumi.Input[builtins.str],
|
|
262
|
+
name: pulumi.Input[builtins.str],
|
|
263
|
+
type: pulumi.Input[builtins.str],
|
|
264
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
265
|
+
format: Optional[pulumi.Input[builtins.str]] = None,
|
|
266
|
+
priority: Optional[pulumi.Input[builtins.int]] = None):
|
|
266
267
|
"""
|
|
267
268
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
268
|
-
:param pulumi.Input[str] json_path: jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
269
|
-
:param pulumi.Input[str] name: name is a human readable name for the column.
|
|
270
|
-
:param pulumi.Input[str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
271
|
-
:param pulumi.Input[str] description: description is a human readable description of this column.
|
|
272
|
-
:param pulumi.Input[str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
273
|
-
:param pulumi.Input[int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
269
|
+
:param pulumi.Input[builtins.str] json_path: jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
270
|
+
:param pulumi.Input[builtins.str] name: name is a human readable name for the column.
|
|
271
|
+
:param pulumi.Input[builtins.str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
272
|
+
:param pulumi.Input[builtins.str] description: description is a human readable description of this column.
|
|
273
|
+
:param pulumi.Input[builtins.str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
274
|
+
:param pulumi.Input[builtins.int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
274
275
|
"""
|
|
275
276
|
pulumi.set(__self__, "json_path", json_path)
|
|
276
277
|
pulumi.set(__self__, "name", name)
|
|
@@ -284,74 +285,74 @@ class CustomResourceColumnDefinitionArgs:
|
|
|
284
285
|
|
|
285
286
|
@property
|
|
286
287
|
@pulumi.getter(name="jsonPath")
|
|
287
|
-
def json_path(self) -> pulumi.Input[str]:
|
|
288
|
+
def json_path(self) -> pulumi.Input[builtins.str]:
|
|
288
289
|
"""
|
|
289
290
|
jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
290
291
|
"""
|
|
291
292
|
return pulumi.get(self, "json_path")
|
|
292
293
|
|
|
293
294
|
@json_path.setter
|
|
294
|
-
def json_path(self, value: pulumi.Input[str]):
|
|
295
|
+
def json_path(self, value: pulumi.Input[builtins.str]):
|
|
295
296
|
pulumi.set(self, "json_path", value)
|
|
296
297
|
|
|
297
298
|
@property
|
|
298
299
|
@pulumi.getter
|
|
299
|
-
def name(self) -> pulumi.Input[str]:
|
|
300
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
300
301
|
"""
|
|
301
302
|
name is a human readable name for the column.
|
|
302
303
|
"""
|
|
303
304
|
return pulumi.get(self, "name")
|
|
304
305
|
|
|
305
306
|
@name.setter
|
|
306
|
-
def name(self, value: pulumi.Input[str]):
|
|
307
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
307
308
|
pulumi.set(self, "name", value)
|
|
308
309
|
|
|
309
310
|
@property
|
|
310
311
|
@pulumi.getter
|
|
311
|
-
def type(self) -> pulumi.Input[str]:
|
|
312
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
312
313
|
"""
|
|
313
314
|
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
314
315
|
"""
|
|
315
316
|
return pulumi.get(self, "type")
|
|
316
317
|
|
|
317
318
|
@type.setter
|
|
318
|
-
def type(self, value: pulumi.Input[str]):
|
|
319
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
319
320
|
pulumi.set(self, "type", value)
|
|
320
321
|
|
|
321
322
|
@property
|
|
322
323
|
@pulumi.getter
|
|
323
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
324
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
324
325
|
"""
|
|
325
326
|
description is a human readable description of this column.
|
|
326
327
|
"""
|
|
327
328
|
return pulumi.get(self, "description")
|
|
328
329
|
|
|
329
330
|
@description.setter
|
|
330
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
331
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
331
332
|
pulumi.set(self, "description", value)
|
|
332
333
|
|
|
333
334
|
@property
|
|
334
335
|
@pulumi.getter
|
|
335
|
-
def format(self) -> Optional[pulumi.Input[str]]:
|
|
336
|
+
def format(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
336
337
|
"""
|
|
337
338
|
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
338
339
|
"""
|
|
339
340
|
return pulumi.get(self, "format")
|
|
340
341
|
|
|
341
342
|
@format.setter
|
|
342
|
-
def format(self, value: Optional[pulumi.Input[str]]):
|
|
343
|
+
def format(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
343
344
|
pulumi.set(self, "format", value)
|
|
344
345
|
|
|
345
346
|
@property
|
|
346
347
|
@pulumi.getter
|
|
347
|
-
def priority(self) -> Optional[pulumi.Input[int]]:
|
|
348
|
+
def priority(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
348
349
|
"""
|
|
349
350
|
priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
350
351
|
"""
|
|
351
352
|
return pulumi.get(self, "priority")
|
|
352
353
|
|
|
353
354
|
@priority.setter
|
|
354
|
-
def priority(self, value: Optional[pulumi.Input[int]]):
|
|
355
|
+
def priority(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
355
356
|
pulumi.set(self, "priority", value)
|
|
356
357
|
|
|
357
358
|
|
|
@@ -360,7 +361,7 @@ if not MYPY:
|
|
|
360
361
|
"""
|
|
361
362
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
362
363
|
"""
|
|
363
|
-
strategy: NotRequired[pulumi.Input[str]]
|
|
364
|
+
strategy: NotRequired[pulumi.Input[builtins.str]]
|
|
364
365
|
"""
|
|
365
366
|
strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information
|
|
366
367
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
@@ -375,11 +376,11 @@ elif False:
|
|
|
375
376
|
@pulumi.input_type
|
|
376
377
|
class CustomResourceConversionPatchArgs:
|
|
377
378
|
def __init__(__self__, *,
|
|
378
|
-
strategy: Optional[pulumi.Input[str]] = None,
|
|
379
|
+
strategy: Optional[pulumi.Input[builtins.str]] = None,
|
|
379
380
|
webhook: Optional[pulumi.Input['WebhookConversionPatchArgs']] = None):
|
|
380
381
|
"""
|
|
381
382
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
382
|
-
:param pulumi.Input[str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information
|
|
383
|
+
:param pulumi.Input[builtins.str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information
|
|
383
384
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
384
385
|
:param pulumi.Input['WebhookConversionPatchArgs'] webhook: webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`.
|
|
385
386
|
"""
|
|
@@ -390,7 +391,7 @@ class CustomResourceConversionPatchArgs:
|
|
|
390
391
|
|
|
391
392
|
@property
|
|
392
393
|
@pulumi.getter
|
|
393
|
-
def strategy(self) -> Optional[pulumi.Input[str]]:
|
|
394
|
+
def strategy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
394
395
|
"""
|
|
395
396
|
strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information
|
|
396
397
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
@@ -398,7 +399,7 @@ class CustomResourceConversionPatchArgs:
|
|
|
398
399
|
return pulumi.get(self, "strategy")
|
|
399
400
|
|
|
400
401
|
@strategy.setter
|
|
401
|
-
def strategy(self, value: Optional[pulumi.Input[str]]):
|
|
402
|
+
def strategy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
402
403
|
pulumi.set(self, "strategy", value)
|
|
403
404
|
|
|
404
405
|
@property
|
|
@@ -419,7 +420,7 @@ if not MYPY:
|
|
|
419
420
|
"""
|
|
420
421
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
421
422
|
"""
|
|
422
|
-
strategy: pulumi.Input[str]
|
|
423
|
+
strategy: pulumi.Input[builtins.str]
|
|
423
424
|
"""
|
|
424
425
|
strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information
|
|
425
426
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
@@ -434,11 +435,11 @@ elif False:
|
|
|
434
435
|
@pulumi.input_type
|
|
435
436
|
class CustomResourceConversionArgs:
|
|
436
437
|
def __init__(__self__, *,
|
|
437
|
-
strategy: pulumi.Input[str],
|
|
438
|
+
strategy: pulumi.Input[builtins.str],
|
|
438
439
|
webhook: Optional[pulumi.Input['WebhookConversionArgs']] = None):
|
|
439
440
|
"""
|
|
440
441
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
441
|
-
:param pulumi.Input[str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information
|
|
442
|
+
:param pulumi.Input[builtins.str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information
|
|
442
443
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
443
444
|
:param pulumi.Input['WebhookConversionArgs'] webhook: webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`.
|
|
444
445
|
"""
|
|
@@ -448,7 +449,7 @@ class CustomResourceConversionArgs:
|
|
|
448
449
|
|
|
449
450
|
@property
|
|
450
451
|
@pulumi.getter
|
|
451
|
-
def strategy(self) -> pulumi.Input[str]:
|
|
452
|
+
def strategy(self) -> pulumi.Input[builtins.str]:
|
|
452
453
|
"""
|
|
453
454
|
strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information
|
|
454
455
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
@@ -456,7 +457,7 @@ class CustomResourceConversionArgs:
|
|
|
456
457
|
return pulumi.get(self, "strategy")
|
|
457
458
|
|
|
458
459
|
@strategy.setter
|
|
459
|
-
def strategy(self, value: pulumi.Input[str]):
|
|
460
|
+
def strategy(self, value: pulumi.Input[builtins.str]):
|
|
460
461
|
pulumi.set(self, "strategy", value)
|
|
461
462
|
|
|
462
463
|
@property
|
|
@@ -477,23 +478,23 @@ if not MYPY:
|
|
|
477
478
|
"""
|
|
478
479
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
479
480
|
"""
|
|
480
|
-
status: pulumi.Input[str]
|
|
481
|
+
status: pulumi.Input[builtins.str]
|
|
481
482
|
"""
|
|
482
483
|
status is the status of the condition. Can be True, False, Unknown.
|
|
483
484
|
"""
|
|
484
|
-
type: pulumi.Input[str]
|
|
485
|
+
type: pulumi.Input[builtins.str]
|
|
485
486
|
"""
|
|
486
487
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
487
488
|
"""
|
|
488
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
489
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
489
490
|
"""
|
|
490
491
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
491
492
|
"""
|
|
492
|
-
message: NotRequired[pulumi.Input[str]]
|
|
493
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
493
494
|
"""
|
|
494
495
|
message is a human-readable message indicating details about last transition.
|
|
495
496
|
"""
|
|
496
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
497
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
497
498
|
"""
|
|
498
499
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
499
500
|
"""
|
|
@@ -503,18 +504,18 @@ elif False:
|
|
|
503
504
|
@pulumi.input_type
|
|
504
505
|
class CustomResourceDefinitionConditionArgs:
|
|
505
506
|
def __init__(__self__, *,
|
|
506
|
-
status: pulumi.Input[str],
|
|
507
|
-
type: pulumi.Input[str],
|
|
508
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
509
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
510
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
507
|
+
status: pulumi.Input[builtins.str],
|
|
508
|
+
type: pulumi.Input[builtins.str],
|
|
509
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
510
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
511
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
511
512
|
"""
|
|
512
513
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
513
|
-
:param pulumi.Input[str] status: status is the status of the condition. Can be True, False, Unknown.
|
|
514
|
-
:param pulumi.Input[str] type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
515
|
-
:param pulumi.Input[str] last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
516
|
-
:param pulumi.Input[str] message: message is a human-readable message indicating details about last transition.
|
|
517
|
-
:param pulumi.Input[str] reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
514
|
+
:param pulumi.Input[builtins.str] status: status is the status of the condition. Can be True, False, Unknown.
|
|
515
|
+
:param pulumi.Input[builtins.str] type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
516
|
+
:param pulumi.Input[builtins.str] last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
517
|
+
:param pulumi.Input[builtins.str] message: message is a human-readable message indicating details about last transition.
|
|
518
|
+
:param pulumi.Input[builtins.str] reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
518
519
|
"""
|
|
519
520
|
pulumi.set(__self__, "status", status)
|
|
520
521
|
pulumi.set(__self__, "type", type)
|
|
@@ -527,62 +528,62 @@ class CustomResourceDefinitionConditionArgs:
|
|
|
527
528
|
|
|
528
529
|
@property
|
|
529
530
|
@pulumi.getter
|
|
530
|
-
def status(self) -> pulumi.Input[str]:
|
|
531
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
531
532
|
"""
|
|
532
533
|
status is the status of the condition. Can be True, False, Unknown.
|
|
533
534
|
"""
|
|
534
535
|
return pulumi.get(self, "status")
|
|
535
536
|
|
|
536
537
|
@status.setter
|
|
537
|
-
def status(self, value: pulumi.Input[str]):
|
|
538
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
538
539
|
pulumi.set(self, "status", value)
|
|
539
540
|
|
|
540
541
|
@property
|
|
541
542
|
@pulumi.getter
|
|
542
|
-
def type(self) -> pulumi.Input[str]:
|
|
543
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
543
544
|
"""
|
|
544
545
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
545
546
|
"""
|
|
546
547
|
return pulumi.get(self, "type")
|
|
547
548
|
|
|
548
549
|
@type.setter
|
|
549
|
-
def type(self, value: pulumi.Input[str]):
|
|
550
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
550
551
|
pulumi.set(self, "type", value)
|
|
551
552
|
|
|
552
553
|
@property
|
|
553
554
|
@pulumi.getter(name="lastTransitionTime")
|
|
554
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
555
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
555
556
|
"""
|
|
556
557
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
557
558
|
"""
|
|
558
559
|
return pulumi.get(self, "last_transition_time")
|
|
559
560
|
|
|
560
561
|
@last_transition_time.setter
|
|
561
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
562
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
562
563
|
pulumi.set(self, "last_transition_time", value)
|
|
563
564
|
|
|
564
565
|
@property
|
|
565
566
|
@pulumi.getter
|
|
566
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
567
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
567
568
|
"""
|
|
568
569
|
message is a human-readable message indicating details about last transition.
|
|
569
570
|
"""
|
|
570
571
|
return pulumi.get(self, "message")
|
|
571
572
|
|
|
572
573
|
@message.setter
|
|
573
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
574
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
574
575
|
pulumi.set(self, "message", value)
|
|
575
576
|
|
|
576
577
|
@property
|
|
577
578
|
@pulumi.getter
|
|
578
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
579
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
579
580
|
"""
|
|
580
581
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
581
582
|
"""
|
|
582
583
|
return pulumi.get(self, "reason")
|
|
583
584
|
|
|
584
585
|
@reason.setter
|
|
585
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
586
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
586
587
|
pulumi.set(self, "reason", value)
|
|
587
588
|
|
|
588
589
|
|
|
@@ -591,27 +592,27 @@ if not MYPY:
|
|
|
591
592
|
"""
|
|
592
593
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
593
594
|
"""
|
|
594
|
-
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
595
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
595
596
|
"""
|
|
596
597
|
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
597
598
|
"""
|
|
598
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
599
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
599
600
|
"""
|
|
600
601
|
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
601
602
|
"""
|
|
602
|
-
list_kind: NotRequired[pulumi.Input[str]]
|
|
603
|
+
list_kind: NotRequired[pulumi.Input[builtins.str]]
|
|
603
604
|
"""
|
|
604
605
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
605
606
|
"""
|
|
606
|
-
plural: NotRequired[pulumi.Input[str]]
|
|
607
|
+
plural: NotRequired[pulumi.Input[builtins.str]]
|
|
607
608
|
"""
|
|
608
609
|
plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
609
610
|
"""
|
|
610
|
-
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
611
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
611
612
|
"""
|
|
612
613
|
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
613
614
|
"""
|
|
614
|
-
singular: NotRequired[pulumi.Input[str]]
|
|
615
|
+
singular: NotRequired[pulumi.Input[builtins.str]]
|
|
615
616
|
"""
|
|
616
617
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
617
618
|
"""
|
|
@@ -621,20 +622,20 @@ elif False:
|
|
|
621
622
|
@pulumi.input_type
|
|
622
623
|
class CustomResourceDefinitionNamesPatchArgs:
|
|
623
624
|
def __init__(__self__, *,
|
|
624
|
-
categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
625
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
626
|
-
list_kind: Optional[pulumi.Input[str]] = None,
|
|
627
|
-
plural: Optional[pulumi.Input[str]] = None,
|
|
628
|
-
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
629
|
-
singular: Optional[pulumi.Input[str]] = None):
|
|
625
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
626
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
627
|
+
list_kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
628
|
+
plural: Optional[pulumi.Input[builtins.str]] = None,
|
|
629
|
+
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
630
|
+
singular: Optional[pulumi.Input[builtins.str]] = None):
|
|
630
631
|
"""
|
|
631
632
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
632
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
633
|
-
:param pulumi.Input[str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
634
|
-
:param pulumi.Input[str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
635
|
-
:param pulumi.Input[str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
636
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
637
|
-
:param pulumi.Input[str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
633
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
634
|
+
:param pulumi.Input[builtins.str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
635
|
+
:param pulumi.Input[builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
636
|
+
:param pulumi.Input[builtins.str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
637
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
638
|
+
:param pulumi.Input[builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
638
639
|
"""
|
|
639
640
|
if categories is not None:
|
|
640
641
|
pulumi.set(__self__, "categories", categories)
|
|
@@ -651,74 +652,74 @@ class CustomResourceDefinitionNamesPatchArgs:
|
|
|
651
652
|
|
|
652
653
|
@property
|
|
653
654
|
@pulumi.getter
|
|
654
|
-
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
655
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
655
656
|
"""
|
|
656
657
|
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
657
658
|
"""
|
|
658
659
|
return pulumi.get(self, "categories")
|
|
659
660
|
|
|
660
661
|
@categories.setter
|
|
661
|
-
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
662
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
662
663
|
pulumi.set(self, "categories", value)
|
|
663
664
|
|
|
664
665
|
@property
|
|
665
666
|
@pulumi.getter
|
|
666
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
667
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
667
668
|
"""
|
|
668
669
|
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
669
670
|
"""
|
|
670
671
|
return pulumi.get(self, "kind")
|
|
671
672
|
|
|
672
673
|
@kind.setter
|
|
673
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
674
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
674
675
|
pulumi.set(self, "kind", value)
|
|
675
676
|
|
|
676
677
|
@property
|
|
677
678
|
@pulumi.getter(name="listKind")
|
|
678
|
-
def list_kind(self) -> Optional[pulumi.Input[str]]:
|
|
679
|
+
def list_kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
679
680
|
"""
|
|
680
681
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
681
682
|
"""
|
|
682
683
|
return pulumi.get(self, "list_kind")
|
|
683
684
|
|
|
684
685
|
@list_kind.setter
|
|
685
|
-
def list_kind(self, value: Optional[pulumi.Input[str]]):
|
|
686
|
+
def list_kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
686
687
|
pulumi.set(self, "list_kind", value)
|
|
687
688
|
|
|
688
689
|
@property
|
|
689
690
|
@pulumi.getter
|
|
690
|
-
def plural(self) -> Optional[pulumi.Input[str]]:
|
|
691
|
+
def plural(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
691
692
|
"""
|
|
692
693
|
plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
693
694
|
"""
|
|
694
695
|
return pulumi.get(self, "plural")
|
|
695
696
|
|
|
696
697
|
@plural.setter
|
|
697
|
-
def plural(self, value: Optional[pulumi.Input[str]]):
|
|
698
|
+
def plural(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
698
699
|
pulumi.set(self, "plural", value)
|
|
699
700
|
|
|
700
701
|
@property
|
|
701
702
|
@pulumi.getter(name="shortNames")
|
|
702
|
-
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
703
|
+
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
703
704
|
"""
|
|
704
705
|
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
705
706
|
"""
|
|
706
707
|
return pulumi.get(self, "short_names")
|
|
707
708
|
|
|
708
709
|
@short_names.setter
|
|
709
|
-
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
710
|
+
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
710
711
|
pulumi.set(self, "short_names", value)
|
|
711
712
|
|
|
712
713
|
@property
|
|
713
714
|
@pulumi.getter
|
|
714
|
-
def singular(self) -> Optional[pulumi.Input[str]]:
|
|
715
|
+
def singular(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
715
716
|
"""
|
|
716
717
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
717
718
|
"""
|
|
718
719
|
return pulumi.get(self, "singular")
|
|
719
720
|
|
|
720
721
|
@singular.setter
|
|
721
|
-
def singular(self, value: Optional[pulumi.Input[str]]):
|
|
722
|
+
def singular(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
722
723
|
pulumi.set(self, "singular", value)
|
|
723
724
|
|
|
724
725
|
|
|
@@ -727,27 +728,27 @@ if not MYPY:
|
|
|
727
728
|
"""
|
|
728
729
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
729
730
|
"""
|
|
730
|
-
kind: pulumi.Input[str]
|
|
731
|
+
kind: pulumi.Input[builtins.str]
|
|
731
732
|
"""
|
|
732
733
|
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
733
734
|
"""
|
|
734
|
-
plural: pulumi.Input[str]
|
|
735
|
+
plural: pulumi.Input[builtins.str]
|
|
735
736
|
"""
|
|
736
737
|
plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
737
738
|
"""
|
|
738
|
-
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
739
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
739
740
|
"""
|
|
740
741
|
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
741
742
|
"""
|
|
742
|
-
list_kind: NotRequired[pulumi.Input[str]]
|
|
743
|
+
list_kind: NotRequired[pulumi.Input[builtins.str]]
|
|
743
744
|
"""
|
|
744
745
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
745
746
|
"""
|
|
746
|
-
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
747
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
747
748
|
"""
|
|
748
749
|
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
749
750
|
"""
|
|
750
|
-
singular: NotRequired[pulumi.Input[str]]
|
|
751
|
+
singular: NotRequired[pulumi.Input[builtins.str]]
|
|
751
752
|
"""
|
|
752
753
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
753
754
|
"""
|
|
@@ -757,20 +758,20 @@ elif False:
|
|
|
757
758
|
@pulumi.input_type
|
|
758
759
|
class CustomResourceDefinitionNamesArgs:
|
|
759
760
|
def __init__(__self__, *,
|
|
760
|
-
kind: pulumi.Input[str],
|
|
761
|
-
plural: pulumi.Input[str],
|
|
762
|
-
categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
763
|
-
list_kind: Optional[pulumi.Input[str]] = None,
|
|
764
|
-
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
765
|
-
singular: Optional[pulumi.Input[str]] = None):
|
|
761
|
+
kind: pulumi.Input[builtins.str],
|
|
762
|
+
plural: pulumi.Input[builtins.str],
|
|
763
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
764
|
+
list_kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
765
|
+
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
766
|
+
singular: Optional[pulumi.Input[builtins.str]] = None):
|
|
766
767
|
"""
|
|
767
768
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
768
|
-
:param pulumi.Input[str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
769
|
-
:param pulumi.Input[str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
770
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
771
|
-
:param pulumi.Input[str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
772
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
773
|
-
:param pulumi.Input[str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
769
|
+
:param pulumi.Input[builtins.str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
770
|
+
:param pulumi.Input[builtins.str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
771
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
772
|
+
:param pulumi.Input[builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
773
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
774
|
+
:param pulumi.Input[builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
774
775
|
"""
|
|
775
776
|
pulumi.set(__self__, "kind", kind)
|
|
776
777
|
pulumi.set(__self__, "plural", plural)
|
|
@@ -785,74 +786,74 @@ class CustomResourceDefinitionNamesArgs:
|
|
|
785
786
|
|
|
786
787
|
@property
|
|
787
788
|
@pulumi.getter
|
|
788
|
-
def kind(self) -> pulumi.Input[str]:
|
|
789
|
+
def kind(self) -> pulumi.Input[builtins.str]:
|
|
789
790
|
"""
|
|
790
791
|
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
791
792
|
"""
|
|
792
793
|
return pulumi.get(self, "kind")
|
|
793
794
|
|
|
794
795
|
@kind.setter
|
|
795
|
-
def kind(self, value: pulumi.Input[str]):
|
|
796
|
+
def kind(self, value: pulumi.Input[builtins.str]):
|
|
796
797
|
pulumi.set(self, "kind", value)
|
|
797
798
|
|
|
798
799
|
@property
|
|
799
800
|
@pulumi.getter
|
|
800
|
-
def plural(self) -> pulumi.Input[str]:
|
|
801
|
+
def plural(self) -> pulumi.Input[builtins.str]:
|
|
801
802
|
"""
|
|
802
803
|
plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
803
804
|
"""
|
|
804
805
|
return pulumi.get(self, "plural")
|
|
805
806
|
|
|
806
807
|
@plural.setter
|
|
807
|
-
def plural(self, value: pulumi.Input[str]):
|
|
808
|
+
def plural(self, value: pulumi.Input[builtins.str]):
|
|
808
809
|
pulumi.set(self, "plural", value)
|
|
809
810
|
|
|
810
811
|
@property
|
|
811
812
|
@pulumi.getter
|
|
812
|
-
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
813
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
813
814
|
"""
|
|
814
815
|
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
815
816
|
"""
|
|
816
817
|
return pulumi.get(self, "categories")
|
|
817
818
|
|
|
818
819
|
@categories.setter
|
|
819
|
-
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
820
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
820
821
|
pulumi.set(self, "categories", value)
|
|
821
822
|
|
|
822
823
|
@property
|
|
823
824
|
@pulumi.getter(name="listKind")
|
|
824
|
-
def list_kind(self) -> Optional[pulumi.Input[str]]:
|
|
825
|
+
def list_kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
825
826
|
"""
|
|
826
827
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
827
828
|
"""
|
|
828
829
|
return pulumi.get(self, "list_kind")
|
|
829
830
|
|
|
830
831
|
@list_kind.setter
|
|
831
|
-
def list_kind(self, value: Optional[pulumi.Input[str]]):
|
|
832
|
+
def list_kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
832
833
|
pulumi.set(self, "list_kind", value)
|
|
833
834
|
|
|
834
835
|
@property
|
|
835
836
|
@pulumi.getter(name="shortNames")
|
|
836
|
-
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
837
|
+
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
837
838
|
"""
|
|
838
839
|
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
839
840
|
"""
|
|
840
841
|
return pulumi.get(self, "short_names")
|
|
841
842
|
|
|
842
843
|
@short_names.setter
|
|
843
|
-
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
844
|
+
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
844
845
|
pulumi.set(self, "short_names", value)
|
|
845
846
|
|
|
846
847
|
@property
|
|
847
848
|
@pulumi.getter
|
|
848
|
-
def singular(self) -> Optional[pulumi.Input[str]]:
|
|
849
|
+
def singular(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
849
850
|
"""
|
|
850
851
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
851
852
|
"""
|
|
852
853
|
return pulumi.get(self, "singular")
|
|
853
854
|
|
|
854
855
|
@singular.setter
|
|
855
|
-
def singular(self, value: Optional[pulumi.Input[str]]):
|
|
856
|
+
def singular(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
856
857
|
pulumi.set(self, "singular", value)
|
|
857
858
|
|
|
858
859
|
|
|
@@ -865,7 +866,7 @@ if not MYPY:
|
|
|
865
866
|
"""
|
|
866
867
|
conversion defines conversion settings for the CRD.
|
|
867
868
|
"""
|
|
868
|
-
group: NotRequired[pulumi.Input[str]]
|
|
869
|
+
group: NotRequired[pulumi.Input[builtins.str]]
|
|
869
870
|
"""
|
|
870
871
|
group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
871
872
|
"""
|
|
@@ -873,11 +874,11 @@ if not MYPY:
|
|
|
873
874
|
"""
|
|
874
875
|
names specify the resource and kind names for the custom resource.
|
|
875
876
|
"""
|
|
876
|
-
preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
877
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[builtins.bool]]
|
|
877
878
|
"""
|
|
878
879
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
879
880
|
"""
|
|
880
|
-
scope: NotRequired[pulumi.Input[str]]
|
|
881
|
+
scope: NotRequired[pulumi.Input[builtins.str]]
|
|
881
882
|
"""
|
|
882
883
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
883
884
|
"""
|
|
@@ -892,18 +893,18 @@ elif False:
|
|
|
892
893
|
class CustomResourceDefinitionSpecPatchArgs:
|
|
893
894
|
def __init__(__self__, *,
|
|
894
895
|
conversion: Optional[pulumi.Input['CustomResourceConversionPatchArgs']] = None,
|
|
895
|
-
group: Optional[pulumi.Input[str]] = None,
|
|
896
|
+
group: Optional[pulumi.Input[builtins.str]] = None,
|
|
896
897
|
names: Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']] = None,
|
|
897
|
-
preserve_unknown_fields: Optional[pulumi.Input[bool]] = None,
|
|
898
|
-
scope: Optional[pulumi.Input[str]] = None,
|
|
898
|
+
preserve_unknown_fields: Optional[pulumi.Input[builtins.bool]] = None,
|
|
899
|
+
scope: Optional[pulumi.Input[builtins.str]] = None,
|
|
899
900
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]]] = None):
|
|
900
901
|
"""
|
|
901
902
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
902
903
|
:param pulumi.Input['CustomResourceConversionPatchArgs'] conversion: conversion defines conversion settings for the CRD.
|
|
903
|
-
:param pulumi.Input[str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
904
|
+
:param pulumi.Input[builtins.str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
904
905
|
:param pulumi.Input['CustomResourceDefinitionNamesPatchArgs'] names: names specify the resource and kind names for the custom resource.
|
|
905
|
-
:param pulumi.Input[bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
906
|
-
:param pulumi.Input[str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
906
|
+
:param pulumi.Input[builtins.bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
907
|
+
:param pulumi.Input[builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
907
908
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]] versions: versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
|
|
908
909
|
"""
|
|
909
910
|
if conversion is not None:
|
|
@@ -933,14 +934,14 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
933
934
|
|
|
934
935
|
@property
|
|
935
936
|
@pulumi.getter
|
|
936
|
-
def group(self) -> Optional[pulumi.Input[str]]:
|
|
937
|
+
def group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
937
938
|
"""
|
|
938
939
|
group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
939
940
|
"""
|
|
940
941
|
return pulumi.get(self, "group")
|
|
941
942
|
|
|
942
943
|
@group.setter
|
|
943
|
-
def group(self, value: Optional[pulumi.Input[str]]):
|
|
944
|
+
def group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
944
945
|
pulumi.set(self, "group", value)
|
|
945
946
|
|
|
946
947
|
@property
|
|
@@ -957,26 +958,26 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
957
958
|
|
|
958
959
|
@property
|
|
959
960
|
@pulumi.getter(name="preserveUnknownFields")
|
|
960
|
-
def preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
|
|
961
|
+
def preserve_unknown_fields(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
961
962
|
"""
|
|
962
963
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
963
964
|
"""
|
|
964
965
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
965
966
|
|
|
966
967
|
@preserve_unknown_fields.setter
|
|
967
|
-
def preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
|
|
968
|
+
def preserve_unknown_fields(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
968
969
|
pulumi.set(self, "preserve_unknown_fields", value)
|
|
969
970
|
|
|
970
971
|
@property
|
|
971
972
|
@pulumi.getter
|
|
972
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
973
|
+
def scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
973
974
|
"""
|
|
974
975
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
975
976
|
"""
|
|
976
977
|
return pulumi.get(self, "scope")
|
|
977
978
|
|
|
978
979
|
@scope.setter
|
|
979
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
980
|
+
def scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
980
981
|
pulumi.set(self, "scope", value)
|
|
981
982
|
|
|
982
983
|
@property
|
|
@@ -997,7 +998,7 @@ if not MYPY:
|
|
|
997
998
|
"""
|
|
998
999
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
999
1000
|
"""
|
|
1000
|
-
group: pulumi.Input[str]
|
|
1001
|
+
group: pulumi.Input[builtins.str]
|
|
1001
1002
|
"""
|
|
1002
1003
|
group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
1003
1004
|
"""
|
|
@@ -1005,7 +1006,7 @@ if not MYPY:
|
|
|
1005
1006
|
"""
|
|
1006
1007
|
names specify the resource and kind names for the custom resource.
|
|
1007
1008
|
"""
|
|
1008
|
-
scope: pulumi.Input[str]
|
|
1009
|
+
scope: pulumi.Input[builtins.str]
|
|
1009
1010
|
"""
|
|
1010
1011
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
1011
1012
|
"""
|
|
@@ -1017,7 +1018,7 @@ if not MYPY:
|
|
|
1017
1018
|
"""
|
|
1018
1019
|
conversion defines conversion settings for the CRD.
|
|
1019
1020
|
"""
|
|
1020
|
-
preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
1021
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[builtins.bool]]
|
|
1021
1022
|
"""
|
|
1022
1023
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
1023
1024
|
"""
|
|
@@ -1027,20 +1028,20 @@ elif False:
|
|
|
1027
1028
|
@pulumi.input_type
|
|
1028
1029
|
class CustomResourceDefinitionSpecArgs:
|
|
1029
1030
|
def __init__(__self__, *,
|
|
1030
|
-
group: pulumi.Input[str],
|
|
1031
|
+
group: pulumi.Input[builtins.str],
|
|
1031
1032
|
names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
|
|
1032
|
-
scope: pulumi.Input[str],
|
|
1033
|
+
scope: pulumi.Input[builtins.str],
|
|
1033
1034
|
versions: pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]],
|
|
1034
1035
|
conversion: Optional[pulumi.Input['CustomResourceConversionArgs']] = None,
|
|
1035
|
-
preserve_unknown_fields: Optional[pulumi.Input[bool]] = None):
|
|
1036
|
+
preserve_unknown_fields: Optional[pulumi.Input[builtins.bool]] = None):
|
|
1036
1037
|
"""
|
|
1037
1038
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1038
|
-
:param pulumi.Input[str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
1039
|
+
:param pulumi.Input[builtins.str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
1039
1040
|
:param pulumi.Input['CustomResourceDefinitionNamesArgs'] names: names specify the resource and kind names for the custom resource.
|
|
1040
|
-
:param pulumi.Input[str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
1041
|
+
:param pulumi.Input[builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
1041
1042
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]] versions: versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
|
|
1042
1043
|
:param pulumi.Input['CustomResourceConversionArgs'] conversion: conversion defines conversion settings for the CRD.
|
|
1043
|
-
:param pulumi.Input[bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
1044
|
+
:param pulumi.Input[builtins.bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
1044
1045
|
"""
|
|
1045
1046
|
pulumi.set(__self__, "group", group)
|
|
1046
1047
|
pulumi.set(__self__, "names", names)
|
|
@@ -1053,14 +1054,14 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1053
1054
|
|
|
1054
1055
|
@property
|
|
1055
1056
|
@pulumi.getter
|
|
1056
|
-
def group(self) -> pulumi.Input[str]:
|
|
1057
|
+
def group(self) -> pulumi.Input[builtins.str]:
|
|
1057
1058
|
"""
|
|
1058
1059
|
group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
1059
1060
|
"""
|
|
1060
1061
|
return pulumi.get(self, "group")
|
|
1061
1062
|
|
|
1062
1063
|
@group.setter
|
|
1063
|
-
def group(self, value: pulumi.Input[str]):
|
|
1064
|
+
def group(self, value: pulumi.Input[builtins.str]):
|
|
1064
1065
|
pulumi.set(self, "group", value)
|
|
1065
1066
|
|
|
1066
1067
|
@property
|
|
@@ -1077,14 +1078,14 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1077
1078
|
|
|
1078
1079
|
@property
|
|
1079
1080
|
@pulumi.getter
|
|
1080
|
-
def scope(self) -> pulumi.Input[str]:
|
|
1081
|
+
def scope(self) -> pulumi.Input[builtins.str]:
|
|
1081
1082
|
"""
|
|
1082
1083
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
1083
1084
|
"""
|
|
1084
1085
|
return pulumi.get(self, "scope")
|
|
1085
1086
|
|
|
1086
1087
|
@scope.setter
|
|
1087
|
-
def scope(self, value: pulumi.Input[str]):
|
|
1088
|
+
def scope(self, value: pulumi.Input[builtins.str]):
|
|
1088
1089
|
pulumi.set(self, "scope", value)
|
|
1089
1090
|
|
|
1090
1091
|
@property
|
|
@@ -1113,14 +1114,14 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1113
1114
|
|
|
1114
1115
|
@property
|
|
1115
1116
|
@pulumi.getter(name="preserveUnknownFields")
|
|
1116
|
-
def preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
|
|
1117
|
+
def preserve_unknown_fields(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1117
1118
|
"""
|
|
1118
1119
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
1119
1120
|
"""
|
|
1120
1121
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
1121
1122
|
|
|
1122
1123
|
@preserve_unknown_fields.setter
|
|
1123
|
-
def preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
|
|
1124
|
+
def preserve_unknown_fields(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1124
1125
|
pulumi.set(self, "preserve_unknown_fields", value)
|
|
1125
1126
|
|
|
1126
1127
|
|
|
@@ -1133,7 +1134,7 @@ if not MYPY:
|
|
|
1133
1134
|
"""
|
|
1134
1135
|
acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1135
1136
|
"""
|
|
1136
|
-
stored_versions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1137
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
1137
1138
|
"""
|
|
1138
1139
|
storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
|
|
1139
1140
|
"""
|
|
@@ -1148,12 +1149,12 @@ elif False:
|
|
|
1148
1149
|
class CustomResourceDefinitionStatusArgs:
|
|
1149
1150
|
def __init__(__self__, *,
|
|
1150
1151
|
accepted_names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
|
|
1151
|
-
stored_versions: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1152
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
1152
1153
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]]] = None):
|
|
1153
1154
|
"""
|
|
1154
1155
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1155
1156
|
:param pulumi.Input['CustomResourceDefinitionNamesArgs'] accepted_names: acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1156
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] stored_versions: storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
|
|
1157
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] stored_versions: storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
|
|
1157
1158
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1158
1159
|
"""
|
|
1159
1160
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1175,14 +1176,14 @@ class CustomResourceDefinitionStatusArgs:
|
|
|
1175
1176
|
|
|
1176
1177
|
@property
|
|
1177
1178
|
@pulumi.getter(name="storedVersions")
|
|
1178
|
-
def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1179
|
+
def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
1179
1180
|
"""
|
|
1180
1181
|
storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
|
|
1181
1182
|
"""
|
|
1182
1183
|
return pulumi.get(self, "stored_versions")
|
|
1183
1184
|
|
|
1184
1185
|
@stored_versions.setter
|
|
1185
|
-
def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1186
|
+
def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1186
1187
|
pulumi.set(self, "stored_versions", value)
|
|
1187
1188
|
|
|
1188
1189
|
@property
|
|
@@ -1207,15 +1208,15 @@ if not MYPY:
|
|
|
1207
1208
|
"""
|
|
1208
1209
|
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used.
|
|
1209
1210
|
"""
|
|
1210
|
-
deprecated: NotRequired[pulumi.Input[bool]]
|
|
1211
|
+
deprecated: NotRequired[pulumi.Input[builtins.bool]]
|
|
1211
1212
|
"""
|
|
1212
1213
|
deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1213
1214
|
"""
|
|
1214
|
-
deprecation_warning: NotRequired[pulumi.Input[str]]
|
|
1215
|
+
deprecation_warning: NotRequired[pulumi.Input[builtins.str]]
|
|
1215
1216
|
"""
|
|
1216
1217
|
deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1217
1218
|
"""
|
|
1218
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1219
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1219
1220
|
"""
|
|
1220
1221
|
name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1221
1222
|
"""
|
|
@@ -1227,11 +1228,11 @@ if not MYPY:
|
|
|
1227
1228
|
"""
|
|
1228
1229
|
selectableFields specifies paths to fields that may be used as field selectors. A maximum of 8 selectable fields are allowed. See https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors
|
|
1229
1230
|
"""
|
|
1230
|
-
served: NotRequired[pulumi.Input[bool]]
|
|
1231
|
+
served: NotRequired[pulumi.Input[builtins.bool]]
|
|
1231
1232
|
"""
|
|
1232
1233
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1233
1234
|
"""
|
|
1234
|
-
storage: NotRequired[pulumi.Input[bool]]
|
|
1235
|
+
storage: NotRequired[pulumi.Input[builtins.bool]]
|
|
1235
1236
|
"""
|
|
1236
1237
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1237
1238
|
"""
|
|
@@ -1246,24 +1247,24 @@ elif False:
|
|
|
1246
1247
|
class CustomResourceDefinitionVersionPatchArgs:
|
|
1247
1248
|
def __init__(__self__, *,
|
|
1248
1249
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]] = None,
|
|
1249
|
-
deprecated: Optional[pulumi.Input[bool]] = None,
|
|
1250
|
-
deprecation_warning: Optional[pulumi.Input[str]] = None,
|
|
1251
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1250
|
+
deprecated: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1251
|
+
deprecation_warning: Optional[pulumi.Input[builtins.str]] = None,
|
|
1252
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1252
1253
|
schema: Optional[pulumi.Input['CustomResourceValidationPatchArgs']] = None,
|
|
1253
1254
|
selectable_fields: Optional[pulumi.Input[Sequence[pulumi.Input['SelectableFieldPatchArgs']]]] = None,
|
|
1254
|
-
served: Optional[pulumi.Input[bool]] = None,
|
|
1255
|
-
storage: Optional[pulumi.Input[bool]] = None,
|
|
1255
|
+
served: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1256
|
+
storage: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1256
1257
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']] = None):
|
|
1257
1258
|
"""
|
|
1258
1259
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1259
1260
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used.
|
|
1260
|
-
:param pulumi.Input[bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1261
|
-
:param pulumi.Input[str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1262
|
-
:param pulumi.Input[str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1261
|
+
:param pulumi.Input[builtins.bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1262
|
+
:param pulumi.Input[builtins.str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1263
|
+
:param pulumi.Input[builtins.str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1263
1264
|
:param pulumi.Input['CustomResourceValidationPatchArgs'] schema: schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource.
|
|
1264
1265
|
:param pulumi.Input[Sequence[pulumi.Input['SelectableFieldPatchArgs']]] selectable_fields: selectableFields specifies paths to fields that may be used as field selectors. A maximum of 8 selectable fields are allowed. See https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors
|
|
1265
|
-
:param pulumi.Input[bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1266
|
-
:param pulumi.Input[bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1266
|
+
:param pulumi.Input[builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1267
|
+
:param pulumi.Input[builtins.bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1267
1268
|
:param pulumi.Input['CustomResourceSubresourcesPatchArgs'] subresources: subresources specify what subresources this version of the defined custom resource have.
|
|
1268
1269
|
"""
|
|
1269
1270
|
if additional_printer_columns is not None:
|
|
@@ -1299,38 +1300,38 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1299
1300
|
|
|
1300
1301
|
@property
|
|
1301
1302
|
@pulumi.getter
|
|
1302
|
-
def deprecated(self) -> Optional[pulumi.Input[bool]]:
|
|
1303
|
+
def deprecated(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1303
1304
|
"""
|
|
1304
1305
|
deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1305
1306
|
"""
|
|
1306
1307
|
return pulumi.get(self, "deprecated")
|
|
1307
1308
|
|
|
1308
1309
|
@deprecated.setter
|
|
1309
|
-
def deprecated(self, value: Optional[pulumi.Input[bool]]):
|
|
1310
|
+
def deprecated(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1310
1311
|
pulumi.set(self, "deprecated", value)
|
|
1311
1312
|
|
|
1312
1313
|
@property
|
|
1313
1314
|
@pulumi.getter(name="deprecationWarning")
|
|
1314
|
-
def deprecation_warning(self) -> Optional[pulumi.Input[str]]:
|
|
1315
|
+
def deprecation_warning(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1315
1316
|
"""
|
|
1316
1317
|
deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1317
1318
|
"""
|
|
1318
1319
|
return pulumi.get(self, "deprecation_warning")
|
|
1319
1320
|
|
|
1320
1321
|
@deprecation_warning.setter
|
|
1321
|
-
def deprecation_warning(self, value: Optional[pulumi.Input[str]]):
|
|
1322
|
+
def deprecation_warning(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1322
1323
|
pulumi.set(self, "deprecation_warning", value)
|
|
1323
1324
|
|
|
1324
1325
|
@property
|
|
1325
1326
|
@pulumi.getter
|
|
1326
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1327
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1327
1328
|
"""
|
|
1328
1329
|
name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1329
1330
|
"""
|
|
1330
1331
|
return pulumi.get(self, "name")
|
|
1331
1332
|
|
|
1332
1333
|
@name.setter
|
|
1333
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1334
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1334
1335
|
pulumi.set(self, "name", value)
|
|
1335
1336
|
|
|
1336
1337
|
@property
|
|
@@ -1359,26 +1360,26 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1359
1360
|
|
|
1360
1361
|
@property
|
|
1361
1362
|
@pulumi.getter
|
|
1362
|
-
def served(self) -> Optional[pulumi.Input[bool]]:
|
|
1363
|
+
def served(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1363
1364
|
"""
|
|
1364
1365
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1365
1366
|
"""
|
|
1366
1367
|
return pulumi.get(self, "served")
|
|
1367
1368
|
|
|
1368
1369
|
@served.setter
|
|
1369
|
-
def served(self, value: Optional[pulumi.Input[bool]]):
|
|
1370
|
+
def served(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1370
1371
|
pulumi.set(self, "served", value)
|
|
1371
1372
|
|
|
1372
1373
|
@property
|
|
1373
1374
|
@pulumi.getter
|
|
1374
|
-
def storage(self) -> Optional[pulumi.Input[bool]]:
|
|
1375
|
+
def storage(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1375
1376
|
"""
|
|
1376
1377
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1377
1378
|
"""
|
|
1378
1379
|
return pulumi.get(self, "storage")
|
|
1379
1380
|
|
|
1380
1381
|
@storage.setter
|
|
1381
|
-
def storage(self, value: Optional[pulumi.Input[bool]]):
|
|
1382
|
+
def storage(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1382
1383
|
pulumi.set(self, "storage", value)
|
|
1383
1384
|
|
|
1384
1385
|
@property
|
|
@@ -1399,15 +1400,15 @@ if not MYPY:
|
|
|
1399
1400
|
"""
|
|
1400
1401
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1401
1402
|
"""
|
|
1402
|
-
name: pulumi.Input[str]
|
|
1403
|
+
name: pulumi.Input[builtins.str]
|
|
1403
1404
|
"""
|
|
1404
1405
|
name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1405
1406
|
"""
|
|
1406
|
-
served: pulumi.Input[bool]
|
|
1407
|
+
served: pulumi.Input[builtins.bool]
|
|
1407
1408
|
"""
|
|
1408
1409
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1409
1410
|
"""
|
|
1410
|
-
storage: pulumi.Input[bool]
|
|
1411
|
+
storage: pulumi.Input[builtins.bool]
|
|
1411
1412
|
"""
|
|
1412
1413
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1413
1414
|
"""
|
|
@@ -1415,11 +1416,11 @@ if not MYPY:
|
|
|
1415
1416
|
"""
|
|
1416
1417
|
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used.
|
|
1417
1418
|
"""
|
|
1418
|
-
deprecated: NotRequired[pulumi.Input[bool]]
|
|
1419
|
+
deprecated: NotRequired[pulumi.Input[builtins.bool]]
|
|
1419
1420
|
"""
|
|
1420
1421
|
deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1421
1422
|
"""
|
|
1422
|
-
deprecation_warning: NotRequired[pulumi.Input[str]]
|
|
1423
|
+
deprecation_warning: NotRequired[pulumi.Input[builtins.str]]
|
|
1423
1424
|
"""
|
|
1424
1425
|
deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1425
1426
|
"""
|
|
@@ -1441,23 +1442,23 @@ elif False:
|
|
|
1441
1442
|
@pulumi.input_type
|
|
1442
1443
|
class CustomResourceDefinitionVersionArgs:
|
|
1443
1444
|
def __init__(__self__, *,
|
|
1444
|
-
name: pulumi.Input[str],
|
|
1445
|
-
served: pulumi.Input[bool],
|
|
1446
|
-
storage: pulumi.Input[bool],
|
|
1445
|
+
name: pulumi.Input[builtins.str],
|
|
1446
|
+
served: pulumi.Input[builtins.bool],
|
|
1447
|
+
storage: pulumi.Input[builtins.bool],
|
|
1447
1448
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]] = None,
|
|
1448
|
-
deprecated: Optional[pulumi.Input[bool]] = None,
|
|
1449
|
-
deprecation_warning: Optional[pulumi.Input[str]] = None,
|
|
1449
|
+
deprecated: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1450
|
+
deprecation_warning: Optional[pulumi.Input[builtins.str]] = None,
|
|
1450
1451
|
schema: Optional[pulumi.Input['CustomResourceValidationArgs']] = None,
|
|
1451
1452
|
selectable_fields: Optional[pulumi.Input[Sequence[pulumi.Input['SelectableFieldArgs']]]] = None,
|
|
1452
1453
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesArgs']] = None):
|
|
1453
1454
|
"""
|
|
1454
1455
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1455
|
-
:param pulumi.Input[str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1456
|
-
:param pulumi.Input[bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1457
|
-
:param pulumi.Input[bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1456
|
+
:param pulumi.Input[builtins.str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1457
|
+
:param pulumi.Input[builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1458
|
+
:param pulumi.Input[builtins.bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1458
1459
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used.
|
|
1459
|
-
:param pulumi.Input[bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1460
|
-
:param pulumi.Input[str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1460
|
+
:param pulumi.Input[builtins.bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1461
|
+
:param pulumi.Input[builtins.str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1461
1462
|
:param pulumi.Input['CustomResourceValidationArgs'] schema: schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource.
|
|
1462
1463
|
:param pulumi.Input[Sequence[pulumi.Input['SelectableFieldArgs']]] selectable_fields: selectableFields specifies paths to fields that may be used as field selectors. A maximum of 8 selectable fields are allowed. See https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors
|
|
1463
1464
|
:param pulumi.Input['CustomResourceSubresourcesArgs'] subresources: subresources specify what subresources this version of the defined custom resource have.
|
|
@@ -1480,38 +1481,38 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1480
1481
|
|
|
1481
1482
|
@property
|
|
1482
1483
|
@pulumi.getter
|
|
1483
|
-
def name(self) -> pulumi.Input[str]:
|
|
1484
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1484
1485
|
"""
|
|
1485
1486
|
name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1486
1487
|
"""
|
|
1487
1488
|
return pulumi.get(self, "name")
|
|
1488
1489
|
|
|
1489
1490
|
@name.setter
|
|
1490
|
-
def name(self, value: pulumi.Input[str]):
|
|
1491
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1491
1492
|
pulumi.set(self, "name", value)
|
|
1492
1493
|
|
|
1493
1494
|
@property
|
|
1494
1495
|
@pulumi.getter
|
|
1495
|
-
def served(self) -> pulumi.Input[bool]:
|
|
1496
|
+
def served(self) -> pulumi.Input[builtins.bool]:
|
|
1496
1497
|
"""
|
|
1497
1498
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1498
1499
|
"""
|
|
1499
1500
|
return pulumi.get(self, "served")
|
|
1500
1501
|
|
|
1501
1502
|
@served.setter
|
|
1502
|
-
def served(self, value: pulumi.Input[bool]):
|
|
1503
|
+
def served(self, value: pulumi.Input[builtins.bool]):
|
|
1503
1504
|
pulumi.set(self, "served", value)
|
|
1504
1505
|
|
|
1505
1506
|
@property
|
|
1506
1507
|
@pulumi.getter
|
|
1507
|
-
def storage(self) -> pulumi.Input[bool]:
|
|
1508
|
+
def storage(self) -> pulumi.Input[builtins.bool]:
|
|
1508
1509
|
"""
|
|
1509
1510
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1510
1511
|
"""
|
|
1511
1512
|
return pulumi.get(self, "storage")
|
|
1512
1513
|
|
|
1513
1514
|
@storage.setter
|
|
1514
|
-
def storage(self, value: pulumi.Input[bool]):
|
|
1515
|
+
def storage(self, value: pulumi.Input[builtins.bool]):
|
|
1515
1516
|
pulumi.set(self, "storage", value)
|
|
1516
1517
|
|
|
1517
1518
|
@property
|
|
@@ -1528,26 +1529,26 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1528
1529
|
|
|
1529
1530
|
@property
|
|
1530
1531
|
@pulumi.getter
|
|
1531
|
-
def deprecated(self) -> Optional[pulumi.Input[bool]]:
|
|
1532
|
+
def deprecated(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1532
1533
|
"""
|
|
1533
1534
|
deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1534
1535
|
"""
|
|
1535
1536
|
return pulumi.get(self, "deprecated")
|
|
1536
1537
|
|
|
1537
1538
|
@deprecated.setter
|
|
1538
|
-
def deprecated(self, value: Optional[pulumi.Input[bool]]):
|
|
1539
|
+
def deprecated(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1539
1540
|
pulumi.set(self, "deprecated", value)
|
|
1540
1541
|
|
|
1541
1542
|
@property
|
|
1542
1543
|
@pulumi.getter(name="deprecationWarning")
|
|
1543
|
-
def deprecation_warning(self) -> Optional[pulumi.Input[str]]:
|
|
1544
|
+
def deprecation_warning(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1544
1545
|
"""
|
|
1545
1546
|
deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1546
1547
|
"""
|
|
1547
1548
|
return pulumi.get(self, "deprecation_warning")
|
|
1548
1549
|
|
|
1549
1550
|
@deprecation_warning.setter
|
|
1550
|
-
def deprecation_warning(self, value: Optional[pulumi.Input[str]]):
|
|
1551
|
+
def deprecation_warning(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1551
1552
|
pulumi.set(self, "deprecation_warning", value)
|
|
1552
1553
|
|
|
1553
1554
|
@property
|
|
@@ -1596,11 +1597,11 @@ if not MYPY:
|
|
|
1596
1597
|
"""
|
|
1597
1598
|
spec describes how the user wants the resources to appear
|
|
1598
1599
|
"""
|
|
1599
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1600
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1600
1601
|
"""
|
|
1601
1602
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1602
1603
|
"""
|
|
1603
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1604
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1604
1605
|
"""
|
|
1605
1606
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1606
1607
|
"""
|
|
@@ -1619,15 +1620,15 @@ elif False:
|
|
|
1619
1620
|
class CustomResourceDefinitionArgs:
|
|
1620
1621
|
def __init__(__self__, *,
|
|
1621
1622
|
spec: pulumi.Input['CustomResourceDefinitionSpecArgs'],
|
|
1622
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1623
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1623
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1624
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1624
1625
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1625
1626
|
status: Optional[pulumi.Input['CustomResourceDefinitionStatusArgs']] = None):
|
|
1626
1627
|
"""
|
|
1627
1628
|
CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.
|
|
1628
1629
|
:param pulumi.Input['CustomResourceDefinitionSpecArgs'] spec: spec describes how the user wants the resources to appear
|
|
1629
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1630
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1630
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1631
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1631
1632
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1632
1633
|
:param pulumi.Input['CustomResourceDefinitionStatusArgs'] status: status indicates the actual state of the CustomResourceDefinition
|
|
1633
1634
|
"""
|
|
@@ -1655,26 +1656,26 @@ class CustomResourceDefinitionArgs:
|
|
|
1655
1656
|
|
|
1656
1657
|
@property
|
|
1657
1658
|
@pulumi.getter(name="apiVersion")
|
|
1658
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1659
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1659
1660
|
"""
|
|
1660
1661
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1661
1662
|
"""
|
|
1662
1663
|
return pulumi.get(self, "api_version")
|
|
1663
1664
|
|
|
1664
1665
|
@api_version.setter
|
|
1665
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1666
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1666
1667
|
pulumi.set(self, "api_version", value)
|
|
1667
1668
|
|
|
1668
1669
|
@property
|
|
1669
1670
|
@pulumi.getter
|
|
1670
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1671
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1671
1672
|
"""
|
|
1672
1673
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1673
1674
|
"""
|
|
1674
1675
|
return pulumi.get(self, "kind")
|
|
1675
1676
|
|
|
1676
1677
|
@kind.setter
|
|
1677
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1678
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1678
1679
|
pulumi.set(self, "kind", value)
|
|
1679
1680
|
|
|
1680
1681
|
@property
|
|
@@ -1707,15 +1708,15 @@ if not MYPY:
|
|
|
1707
1708
|
"""
|
|
1708
1709
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1709
1710
|
"""
|
|
1710
|
-
label_selector_path: NotRequired[pulumi.Input[str]]
|
|
1711
|
+
label_selector_path: NotRequired[pulumi.Input[builtins.str]]
|
|
1711
1712
|
"""
|
|
1712
1713
|
labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1713
1714
|
"""
|
|
1714
|
-
spec_replicas_path: NotRequired[pulumi.Input[str]]
|
|
1715
|
+
spec_replicas_path: NotRequired[pulumi.Input[builtins.str]]
|
|
1715
1716
|
"""
|
|
1716
1717
|
specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1717
1718
|
"""
|
|
1718
|
-
status_replicas_path: NotRequired[pulumi.Input[str]]
|
|
1719
|
+
status_replicas_path: NotRequired[pulumi.Input[builtins.str]]
|
|
1719
1720
|
"""
|
|
1720
1721
|
statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1721
1722
|
"""
|
|
@@ -1725,14 +1726,14 @@ elif False:
|
|
|
1725
1726
|
@pulumi.input_type
|
|
1726
1727
|
class CustomResourceSubresourceScalePatchArgs:
|
|
1727
1728
|
def __init__(__self__, *,
|
|
1728
|
-
label_selector_path: Optional[pulumi.Input[str]] = None,
|
|
1729
|
-
spec_replicas_path: Optional[pulumi.Input[str]] = None,
|
|
1730
|
-
status_replicas_path: Optional[pulumi.Input[str]] = None):
|
|
1729
|
+
label_selector_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
1730
|
+
spec_replicas_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
1731
|
+
status_replicas_path: Optional[pulumi.Input[builtins.str]] = None):
|
|
1731
1732
|
"""
|
|
1732
1733
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1733
|
-
:param pulumi.Input[str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1734
|
-
:param pulumi.Input[str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1735
|
-
:param pulumi.Input[str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1734
|
+
:param pulumi.Input[builtins.str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1735
|
+
:param pulumi.Input[builtins.str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1736
|
+
:param pulumi.Input[builtins.str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1736
1737
|
"""
|
|
1737
1738
|
if label_selector_path is not None:
|
|
1738
1739
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
@@ -1743,38 +1744,38 @@ class CustomResourceSubresourceScalePatchArgs:
|
|
|
1743
1744
|
|
|
1744
1745
|
@property
|
|
1745
1746
|
@pulumi.getter(name="labelSelectorPath")
|
|
1746
|
-
def label_selector_path(self) -> Optional[pulumi.Input[str]]:
|
|
1747
|
+
def label_selector_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1747
1748
|
"""
|
|
1748
1749
|
labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1749
1750
|
"""
|
|
1750
1751
|
return pulumi.get(self, "label_selector_path")
|
|
1751
1752
|
|
|
1752
1753
|
@label_selector_path.setter
|
|
1753
|
-
def label_selector_path(self, value: Optional[pulumi.Input[str]]):
|
|
1754
|
+
def label_selector_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1754
1755
|
pulumi.set(self, "label_selector_path", value)
|
|
1755
1756
|
|
|
1756
1757
|
@property
|
|
1757
1758
|
@pulumi.getter(name="specReplicasPath")
|
|
1758
|
-
def spec_replicas_path(self) -> Optional[pulumi.Input[str]]:
|
|
1759
|
+
def spec_replicas_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1759
1760
|
"""
|
|
1760
1761
|
specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1761
1762
|
"""
|
|
1762
1763
|
return pulumi.get(self, "spec_replicas_path")
|
|
1763
1764
|
|
|
1764
1765
|
@spec_replicas_path.setter
|
|
1765
|
-
def spec_replicas_path(self, value: Optional[pulumi.Input[str]]):
|
|
1766
|
+
def spec_replicas_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1766
1767
|
pulumi.set(self, "spec_replicas_path", value)
|
|
1767
1768
|
|
|
1768
1769
|
@property
|
|
1769
1770
|
@pulumi.getter(name="statusReplicasPath")
|
|
1770
|
-
def status_replicas_path(self) -> Optional[pulumi.Input[str]]:
|
|
1771
|
+
def status_replicas_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1771
1772
|
"""
|
|
1772
1773
|
statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1773
1774
|
"""
|
|
1774
1775
|
return pulumi.get(self, "status_replicas_path")
|
|
1775
1776
|
|
|
1776
1777
|
@status_replicas_path.setter
|
|
1777
|
-
def status_replicas_path(self, value: Optional[pulumi.Input[str]]):
|
|
1778
|
+
def status_replicas_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1778
1779
|
pulumi.set(self, "status_replicas_path", value)
|
|
1779
1780
|
|
|
1780
1781
|
|
|
@@ -1783,15 +1784,15 @@ if not MYPY:
|
|
|
1783
1784
|
"""
|
|
1784
1785
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1785
1786
|
"""
|
|
1786
|
-
spec_replicas_path: pulumi.Input[str]
|
|
1787
|
+
spec_replicas_path: pulumi.Input[builtins.str]
|
|
1787
1788
|
"""
|
|
1788
1789
|
specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1789
1790
|
"""
|
|
1790
|
-
status_replicas_path: pulumi.Input[str]
|
|
1791
|
+
status_replicas_path: pulumi.Input[builtins.str]
|
|
1791
1792
|
"""
|
|
1792
1793
|
statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1793
1794
|
"""
|
|
1794
|
-
label_selector_path: NotRequired[pulumi.Input[str]]
|
|
1795
|
+
label_selector_path: NotRequired[pulumi.Input[builtins.str]]
|
|
1795
1796
|
"""
|
|
1796
1797
|
labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1797
1798
|
"""
|
|
@@ -1801,14 +1802,14 @@ elif False:
|
|
|
1801
1802
|
@pulumi.input_type
|
|
1802
1803
|
class CustomResourceSubresourceScaleArgs:
|
|
1803
1804
|
def __init__(__self__, *,
|
|
1804
|
-
spec_replicas_path: pulumi.Input[str],
|
|
1805
|
-
status_replicas_path: pulumi.Input[str],
|
|
1806
|
-
label_selector_path: Optional[pulumi.Input[str]] = None):
|
|
1805
|
+
spec_replicas_path: pulumi.Input[builtins.str],
|
|
1806
|
+
status_replicas_path: pulumi.Input[builtins.str],
|
|
1807
|
+
label_selector_path: Optional[pulumi.Input[builtins.str]] = None):
|
|
1807
1808
|
"""
|
|
1808
1809
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1809
|
-
:param pulumi.Input[str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1810
|
-
:param pulumi.Input[str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1811
|
-
:param pulumi.Input[str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1810
|
+
:param pulumi.Input[builtins.str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1811
|
+
:param pulumi.Input[builtins.str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1812
|
+
:param pulumi.Input[builtins.str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1812
1813
|
"""
|
|
1813
1814
|
pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
|
|
1814
1815
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
@@ -1817,38 +1818,38 @@ class CustomResourceSubresourceScaleArgs:
|
|
|
1817
1818
|
|
|
1818
1819
|
@property
|
|
1819
1820
|
@pulumi.getter(name="specReplicasPath")
|
|
1820
|
-
def spec_replicas_path(self) -> pulumi.Input[str]:
|
|
1821
|
+
def spec_replicas_path(self) -> pulumi.Input[builtins.str]:
|
|
1821
1822
|
"""
|
|
1822
1823
|
specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1823
1824
|
"""
|
|
1824
1825
|
return pulumi.get(self, "spec_replicas_path")
|
|
1825
1826
|
|
|
1826
1827
|
@spec_replicas_path.setter
|
|
1827
|
-
def spec_replicas_path(self, value: pulumi.Input[str]):
|
|
1828
|
+
def spec_replicas_path(self, value: pulumi.Input[builtins.str]):
|
|
1828
1829
|
pulumi.set(self, "spec_replicas_path", value)
|
|
1829
1830
|
|
|
1830
1831
|
@property
|
|
1831
1832
|
@pulumi.getter(name="statusReplicasPath")
|
|
1832
|
-
def status_replicas_path(self) -> pulumi.Input[str]:
|
|
1833
|
+
def status_replicas_path(self) -> pulumi.Input[builtins.str]:
|
|
1833
1834
|
"""
|
|
1834
1835
|
statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1835
1836
|
"""
|
|
1836
1837
|
return pulumi.get(self, "status_replicas_path")
|
|
1837
1838
|
|
|
1838
1839
|
@status_replicas_path.setter
|
|
1839
|
-
def status_replicas_path(self, value: pulumi.Input[str]):
|
|
1840
|
+
def status_replicas_path(self, value: pulumi.Input[builtins.str]):
|
|
1840
1841
|
pulumi.set(self, "status_replicas_path", value)
|
|
1841
1842
|
|
|
1842
1843
|
@property
|
|
1843
1844
|
@pulumi.getter(name="labelSelectorPath")
|
|
1844
|
-
def label_selector_path(self) -> Optional[pulumi.Input[str]]:
|
|
1845
|
+
def label_selector_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1845
1846
|
"""
|
|
1846
1847
|
labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1847
1848
|
"""
|
|
1848
1849
|
return pulumi.get(self, "label_selector_path")
|
|
1849
1850
|
|
|
1850
1851
|
@label_selector_path.setter
|
|
1851
|
-
def label_selector_path(self, value: Optional[pulumi.Input[str]]):
|
|
1852
|
+
def label_selector_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1852
1853
|
pulumi.set(self, "label_selector_path", value)
|
|
1853
1854
|
|
|
1854
1855
|
|
|
@@ -2041,16 +2042,16 @@ if not MYPY:
|
|
|
2041
2042
|
"""
|
|
2042
2043
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2043
2044
|
"""
|
|
2044
|
-
description: NotRequired[pulumi.Input[str]]
|
|
2045
|
-
url: NotRequired[pulumi.Input[str]]
|
|
2045
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
2046
|
+
url: NotRequired[pulumi.Input[builtins.str]]
|
|
2046
2047
|
elif False:
|
|
2047
2048
|
ExternalDocumentationPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2048
2049
|
|
|
2049
2050
|
@pulumi.input_type
|
|
2050
2051
|
class ExternalDocumentationPatchArgs:
|
|
2051
2052
|
def __init__(__self__, *,
|
|
2052
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
2053
|
-
url: Optional[pulumi.Input[str]] = None):
|
|
2053
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
2054
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
|
2054
2055
|
"""
|
|
2055
2056
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2056
2057
|
"""
|
|
@@ -2061,20 +2062,20 @@ class ExternalDocumentationPatchArgs:
|
|
|
2061
2062
|
|
|
2062
2063
|
@property
|
|
2063
2064
|
@pulumi.getter
|
|
2064
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2065
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2065
2066
|
return pulumi.get(self, "description")
|
|
2066
2067
|
|
|
2067
2068
|
@description.setter
|
|
2068
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2069
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2069
2070
|
pulumi.set(self, "description", value)
|
|
2070
2071
|
|
|
2071
2072
|
@property
|
|
2072
2073
|
@pulumi.getter
|
|
2073
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
|
2074
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2074
2075
|
return pulumi.get(self, "url")
|
|
2075
2076
|
|
|
2076
2077
|
@url.setter
|
|
2077
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
|
2078
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2078
2079
|
pulumi.set(self, "url", value)
|
|
2079
2080
|
|
|
2080
2081
|
|
|
@@ -2083,16 +2084,16 @@ if not MYPY:
|
|
|
2083
2084
|
"""
|
|
2084
2085
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2085
2086
|
"""
|
|
2086
|
-
description: NotRequired[pulumi.Input[str]]
|
|
2087
|
-
url: NotRequired[pulumi.Input[str]]
|
|
2087
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
2088
|
+
url: NotRequired[pulumi.Input[builtins.str]]
|
|
2088
2089
|
elif False:
|
|
2089
2090
|
ExternalDocumentationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2090
2091
|
|
|
2091
2092
|
@pulumi.input_type
|
|
2092
2093
|
class ExternalDocumentationArgs:
|
|
2093
2094
|
def __init__(__self__, *,
|
|
2094
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
2095
|
-
url: Optional[pulumi.Input[str]] = None):
|
|
2095
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
2096
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
|
2096
2097
|
"""
|
|
2097
2098
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2098
2099
|
"""
|
|
@@ -2103,20 +2104,20 @@ class ExternalDocumentationArgs:
|
|
|
2103
2104
|
|
|
2104
2105
|
@property
|
|
2105
2106
|
@pulumi.getter
|
|
2106
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2107
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2107
2108
|
return pulumi.get(self, "description")
|
|
2108
2109
|
|
|
2109
2110
|
@description.setter
|
|
2110
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2111
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2111
2112
|
pulumi.set(self, "description", value)
|
|
2112
2113
|
|
|
2113
2114
|
@property
|
|
2114
2115
|
@pulumi.getter
|
|
2115
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
|
2116
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2116
2117
|
return pulumi.get(self, "url")
|
|
2117
2118
|
|
|
2118
2119
|
@url.setter
|
|
2119
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
|
2120
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2120
2121
|
pulumi.set(self, "url", value)
|
|
2121
2122
|
|
|
2122
2123
|
|
|
@@ -2125,10 +2126,10 @@ if not MYPY:
|
|
|
2125
2126
|
"""
|
|
2126
2127
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2127
2128
|
"""
|
|
2128
|
-
_ref: NotRequired[pulumi.Input[str]]
|
|
2129
|
-
_schema: NotRequired[pulumi.Input[str]]
|
|
2130
|
-
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
2131
|
-
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
2129
|
+
_ref: NotRequired[pulumi.Input[builtins.str]]
|
|
2130
|
+
_schema: NotRequired[pulumi.Input[builtins.str]]
|
|
2131
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', builtins.bool]]]
|
|
2132
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', builtins.bool]]]
|
|
2132
2133
|
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2133
2134
|
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2134
2135
|
default: NotRequired[Any]
|
|
@@ -2136,45 +2137,45 @@ if not MYPY:
|
|
|
2136
2137
|
default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false.
|
|
2137
2138
|
"""
|
|
2138
2139
|
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2139
|
-
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[str]]]]]]]
|
|
2140
|
-
description: NotRequired[pulumi.Input[str]]
|
|
2140
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[builtins.str]]]]]]]
|
|
2141
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
2141
2142
|
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
2142
2143
|
example: NotRequired[Any]
|
|
2143
|
-
exclusive_maximum: NotRequired[pulumi.Input[bool]]
|
|
2144
|
-
exclusive_minimum: NotRequired[pulumi.Input[bool]]
|
|
2144
|
+
exclusive_maximum: NotRequired[pulumi.Input[builtins.bool]]
|
|
2145
|
+
exclusive_minimum: NotRequired[pulumi.Input[builtins.bool]]
|
|
2145
2146
|
external_docs: NotRequired[pulumi.Input['ExternalDocumentationPatchArgsDict']]
|
|
2146
|
-
format: NotRequired[pulumi.Input[str]]
|
|
2147
|
+
format: NotRequired[pulumi.Input[builtins.str]]
|
|
2147
2148
|
"""
|
|
2148
2149
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2149
2150
|
|
|
2150
2151
|
- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\\\d{3})\\\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\\\d{3}[- ]?\\\\d{2}[- ]?\\\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
|
|
2151
2152
|
"""
|
|
2152
|
-
id: NotRequired[pulumi.Input[str]]
|
|
2153
|
+
id: NotRequired[pulumi.Input[builtins.str]]
|
|
2153
2154
|
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
2154
|
-
max_items: NotRequired[pulumi.Input[int]]
|
|
2155
|
-
max_length: NotRequired[pulumi.Input[int]]
|
|
2156
|
-
max_properties: NotRequired[pulumi.Input[int]]
|
|
2157
|
-
maximum: NotRequired[pulumi.Input[float]]
|
|
2158
|
-
min_items: NotRequired[pulumi.Input[int]]
|
|
2159
|
-
min_length: NotRequired[pulumi.Input[int]]
|
|
2160
|
-
min_properties: NotRequired[pulumi.Input[int]]
|
|
2161
|
-
minimum: NotRequired[pulumi.Input[float]]
|
|
2162
|
-
multiple_of: NotRequired[pulumi.Input[float]]
|
|
2155
|
+
max_items: NotRequired[pulumi.Input[builtins.int]]
|
|
2156
|
+
max_length: NotRequired[pulumi.Input[builtins.int]]
|
|
2157
|
+
max_properties: NotRequired[pulumi.Input[builtins.int]]
|
|
2158
|
+
maximum: NotRequired[pulumi.Input[builtins.float]]
|
|
2159
|
+
min_items: NotRequired[pulumi.Input[builtins.int]]
|
|
2160
|
+
min_length: NotRequired[pulumi.Input[builtins.int]]
|
|
2161
|
+
min_properties: NotRequired[pulumi.Input[builtins.int]]
|
|
2162
|
+
minimum: NotRequired[pulumi.Input[builtins.float]]
|
|
2163
|
+
multiple_of: NotRequired[pulumi.Input[builtins.float]]
|
|
2163
2164
|
not_: NotRequired[pulumi.Input['JSONSchemaPropsPatchArgsDict']]
|
|
2164
|
-
nullable: NotRequired[pulumi.Input[bool]]
|
|
2165
|
+
nullable: NotRequired[pulumi.Input[builtins.bool]]
|
|
2165
2166
|
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2166
|
-
pattern: NotRequired[pulumi.Input[str]]
|
|
2167
|
+
pattern: NotRequired[pulumi.Input[builtins.str]]
|
|
2167
2168
|
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2168
2169
|
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2169
|
-
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2170
|
-
title: NotRequired[pulumi.Input[str]]
|
|
2171
|
-
type: NotRequired[pulumi.Input[str]]
|
|
2172
|
-
unique_items: NotRequired[pulumi.Input[bool]]
|
|
2173
|
-
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[bool]]
|
|
2170
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2171
|
+
title: NotRequired[pulumi.Input[builtins.str]]
|
|
2172
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
2173
|
+
unique_items: NotRequired[pulumi.Input[builtins.bool]]
|
|
2174
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[builtins.bool]]
|
|
2174
2175
|
"""
|
|
2175
2176
|
x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
2176
2177
|
"""
|
|
2177
|
-
x_kubernetes_int_or_string: NotRequired[pulumi.Input[bool]]
|
|
2178
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[builtins.bool]]
|
|
2178
2179
|
"""
|
|
2179
2180
|
x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
2180
2181
|
|
|
@@ -2187,7 +2188,7 @@ if not MYPY:
|
|
|
2187
2188
|
- type: string
|
|
2188
2189
|
- ... zero or more
|
|
2189
2190
|
"""
|
|
2190
|
-
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2191
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2191
2192
|
"""
|
|
2192
2193
|
x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
2193
2194
|
|
|
@@ -2195,7 +2196,7 @@ if not MYPY:
|
|
|
2195
2196
|
|
|
2196
2197
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
2197
2198
|
"""
|
|
2198
|
-
x_kubernetes_list_type: NotRequired[pulumi.Input[str]]
|
|
2199
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[builtins.str]]
|
|
2199
2200
|
"""
|
|
2200
2201
|
x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
2201
2202
|
|
|
@@ -2212,7 +2213,7 @@ if not MYPY:
|
|
|
2212
2213
|
must only be used on a list with elements of type object.
|
|
2213
2214
|
Defaults to atomic for arrays.
|
|
2214
2215
|
"""
|
|
2215
|
-
x_kubernetes_map_type: NotRequired[pulumi.Input[str]]
|
|
2216
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[builtins.str]]
|
|
2216
2217
|
"""
|
|
2217
2218
|
x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
2218
2219
|
|
|
@@ -2223,7 +2224,7 @@ if not MYPY:
|
|
|
2223
2224
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2224
2225
|
Atomic maps will be entirely replaced when updated.
|
|
2225
2226
|
"""
|
|
2226
|
-
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
2227
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[builtins.bool]]
|
|
2227
2228
|
"""
|
|
2228
2229
|
x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
2229
2230
|
"""
|
|
@@ -2237,58 +2238,58 @@ elif False:
|
|
|
2237
2238
|
@pulumi.input_type
|
|
2238
2239
|
class JSONSchemaPropsPatchArgs:
|
|
2239
2240
|
def __init__(__self__, *,
|
|
2240
|
-
_ref: Optional[pulumi.Input[str]] = None,
|
|
2241
|
-
_schema: Optional[pulumi.Input[str]] = None,
|
|
2242
|
-
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
|
|
2243
|
-
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
|
|
2241
|
+
_ref: Optional[pulumi.Input[builtins.str]] = None,
|
|
2242
|
+
_schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
2243
|
+
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]] = None,
|
|
2244
|
+
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]] = None,
|
|
2244
2245
|
all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2245
2246
|
any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2246
2247
|
default: Optional[Any] = None,
|
|
2247
2248
|
definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2248
|
-
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]] = None,
|
|
2249
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
2249
|
+
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]] = None,
|
|
2250
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
2250
2251
|
enum: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
2251
2252
|
example: Optional[Any] = None,
|
|
2252
|
-
exclusive_maximum: Optional[pulumi.Input[bool]] = None,
|
|
2253
|
-
exclusive_minimum: Optional[pulumi.Input[bool]] = None,
|
|
2253
|
+
exclusive_maximum: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2254
|
+
exclusive_minimum: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2254
2255
|
external_docs: Optional[pulumi.Input['ExternalDocumentationPatchArgs']] = None,
|
|
2255
|
-
format: Optional[pulumi.Input[str]] = None,
|
|
2256
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
2256
|
+
format: Optional[pulumi.Input[builtins.str]] = None,
|
|
2257
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
2257
2258
|
items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
|
|
2258
|
-
max_items: Optional[pulumi.Input[int]] = None,
|
|
2259
|
-
max_length: Optional[pulumi.Input[int]] = None,
|
|
2260
|
-
max_properties: Optional[pulumi.Input[int]] = None,
|
|
2261
|
-
maximum: Optional[pulumi.Input[float]] = None,
|
|
2262
|
-
min_items: Optional[pulumi.Input[int]] = None,
|
|
2263
|
-
min_length: Optional[pulumi.Input[int]] = None,
|
|
2264
|
-
min_properties: Optional[pulumi.Input[int]] = None,
|
|
2265
|
-
minimum: Optional[pulumi.Input[float]] = None,
|
|
2266
|
-
multiple_of: Optional[pulumi.Input[float]] = None,
|
|
2259
|
+
max_items: Optional[pulumi.Input[builtins.int]] = None,
|
|
2260
|
+
max_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
2261
|
+
max_properties: Optional[pulumi.Input[builtins.int]] = None,
|
|
2262
|
+
maximum: Optional[pulumi.Input[builtins.float]] = None,
|
|
2263
|
+
min_items: Optional[pulumi.Input[builtins.int]] = None,
|
|
2264
|
+
min_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
2265
|
+
min_properties: Optional[pulumi.Input[builtins.int]] = None,
|
|
2266
|
+
minimum: Optional[pulumi.Input[builtins.float]] = None,
|
|
2267
|
+
multiple_of: Optional[pulumi.Input[builtins.float]] = None,
|
|
2267
2268
|
not_: Optional[pulumi.Input['JSONSchemaPropsPatchArgs']] = None,
|
|
2268
|
-
nullable: Optional[pulumi.Input[bool]] = None,
|
|
2269
|
+
nullable: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2269
2270
|
one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2270
|
-
pattern: Optional[pulumi.Input[str]] = None,
|
|
2271
|
+
pattern: Optional[pulumi.Input[builtins.str]] = None,
|
|
2271
2272
|
pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2272
2273
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2273
|
-
required: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2274
|
-
title: Optional[pulumi.Input[str]] = None,
|
|
2275
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
2276
|
-
unique_items: Optional[pulumi.Input[bool]] = None,
|
|
2277
|
-
x_kubernetes_embedded_resource: Optional[pulumi.Input[bool]] = None,
|
|
2278
|
-
x_kubernetes_int_or_string: Optional[pulumi.Input[bool]] = None,
|
|
2279
|
-
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2280
|
-
x_kubernetes_list_type: Optional[pulumi.Input[str]] = None,
|
|
2281
|
-
x_kubernetes_map_type: Optional[pulumi.Input[str]] = None,
|
|
2282
|
-
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[bool]] = None,
|
|
2274
|
+
required: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2275
|
+
title: Optional[pulumi.Input[builtins.str]] = None,
|
|
2276
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
2277
|
+
unique_items: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2278
|
+
x_kubernetes_embedded_resource: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2279
|
+
x_kubernetes_int_or_string: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2280
|
+
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2281
|
+
x_kubernetes_list_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
2282
|
+
x_kubernetes_map_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
2283
|
+
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2283
2284
|
x_kubernetes_validations: Optional[pulumi.Input[Sequence[pulumi.Input['ValidationRulePatchArgs']]]] = None):
|
|
2284
2285
|
"""
|
|
2285
2286
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2286
2287
|
:param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false.
|
|
2287
|
-
:param pulumi.Input[str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2288
|
+
:param pulumi.Input[builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2288
2289
|
|
|
2289
2290
|
- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\\\d{3})\\\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\\\d{3}[- ]?\\\\d{2}[- ]?\\\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
|
|
2290
|
-
:param pulumi.Input[bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
2291
|
-
:param pulumi.Input[bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
2291
|
+
:param pulumi.Input[builtins.bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
2292
|
+
:param pulumi.Input[builtins.bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
2292
2293
|
|
|
2293
2294
|
1) anyOf:
|
|
2294
2295
|
- type: integer
|
|
@@ -2298,12 +2299,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2298
2299
|
- type: integer
|
|
2299
2300
|
- type: string
|
|
2300
2301
|
- ... zero or more
|
|
2301
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
2302
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
2302
2303
|
|
|
2303
2304
|
This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).
|
|
2304
2305
|
|
|
2305
2306
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
2306
|
-
:param pulumi.Input[str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
2307
|
+
:param pulumi.Input[builtins.str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
2307
2308
|
|
|
2308
2309
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2309
2310
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -2317,7 +2318,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2317
2318
|
used to identify them. Order is preserved upon merge. The map tag
|
|
2318
2319
|
must only be used on a list with elements of type object.
|
|
2319
2320
|
Defaults to atomic for arrays.
|
|
2320
|
-
:param pulumi.Input[str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
2321
|
+
:param pulumi.Input[builtins.str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
2321
2322
|
|
|
2322
2323
|
1) `granular`:
|
|
2323
2324
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -2325,7 +2326,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2325
2326
|
the default behaviour for all maps.
|
|
2326
2327
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2327
2328
|
Atomic maps will be entirely replaced when updated.
|
|
2328
|
-
:param pulumi.Input[bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
2329
|
+
:param pulumi.Input[builtins.bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
2329
2330
|
:param pulumi.Input[Sequence[pulumi.Input['ValidationRulePatchArgs']]] x_kubernetes_validations: x-kubernetes-validations describes a list of validation rules written in the CEL expression language.
|
|
2330
2331
|
"""
|
|
2331
2332
|
if _ref is not None:
|
|
@@ -2419,38 +2420,38 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2419
2420
|
|
|
2420
2421
|
@property
|
|
2421
2422
|
@pulumi.getter(name="$ref")
|
|
2422
|
-
def _ref(self) -> Optional[pulumi.Input[str]]:
|
|
2423
|
+
def _ref(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2423
2424
|
return pulumi.get(self, "_ref")
|
|
2424
2425
|
|
|
2425
2426
|
@_ref.setter
|
|
2426
|
-
def _ref(self, value: Optional[pulumi.Input[str]]):
|
|
2427
|
+
def _ref(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2427
2428
|
pulumi.set(self, "_ref", value)
|
|
2428
2429
|
|
|
2429
2430
|
@property
|
|
2430
2431
|
@pulumi.getter(name="$schema")
|
|
2431
|
-
def _schema(self) -> Optional[pulumi.Input[str]]:
|
|
2432
|
+
def _schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2432
2433
|
return pulumi.get(self, "_schema")
|
|
2433
2434
|
|
|
2434
2435
|
@_schema.setter
|
|
2435
|
-
def _schema(self, value: Optional[pulumi.Input[str]]):
|
|
2436
|
+
def _schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2436
2437
|
pulumi.set(self, "_schema", value)
|
|
2437
2438
|
|
|
2438
2439
|
@property
|
|
2439
2440
|
@pulumi.getter(name="additionalItems")
|
|
2440
|
-
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
|
|
2441
|
+
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]:
|
|
2441
2442
|
return pulumi.get(self, "additional_items")
|
|
2442
2443
|
|
|
2443
2444
|
@additional_items.setter
|
|
2444
|
-
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
|
|
2445
|
+
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]):
|
|
2445
2446
|
pulumi.set(self, "additional_items", value)
|
|
2446
2447
|
|
|
2447
2448
|
@property
|
|
2448
2449
|
@pulumi.getter(name="additionalProperties")
|
|
2449
|
-
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
|
|
2450
|
+
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]:
|
|
2450
2451
|
return pulumi.get(self, "additional_properties")
|
|
2451
2452
|
|
|
2452
2453
|
@additional_properties.setter
|
|
2453
|
-
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
|
|
2454
|
+
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]):
|
|
2454
2455
|
pulumi.set(self, "additional_properties", value)
|
|
2455
2456
|
|
|
2456
2457
|
@property
|
|
@@ -2494,20 +2495,20 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2494
2495
|
|
|
2495
2496
|
@property
|
|
2496
2497
|
@pulumi.getter
|
|
2497
|
-
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]:
|
|
2498
|
+
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]]:
|
|
2498
2499
|
return pulumi.get(self, "dependencies")
|
|
2499
2500
|
|
|
2500
2501
|
@dependencies.setter
|
|
2501
|
-
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]):
|
|
2502
|
+
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]]):
|
|
2502
2503
|
pulumi.set(self, "dependencies", value)
|
|
2503
2504
|
|
|
2504
2505
|
@property
|
|
2505
2506
|
@pulumi.getter
|
|
2506
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2507
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2507
2508
|
return pulumi.get(self, "description")
|
|
2508
2509
|
|
|
2509
2510
|
@description.setter
|
|
2510
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2511
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2511
2512
|
pulumi.set(self, "description", value)
|
|
2512
2513
|
|
|
2513
2514
|
@property
|
|
@@ -2530,20 +2531,20 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2530
2531
|
|
|
2531
2532
|
@property
|
|
2532
2533
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2533
|
-
def exclusive_maximum(self) -> Optional[pulumi.Input[bool]]:
|
|
2534
|
+
def exclusive_maximum(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2534
2535
|
return pulumi.get(self, "exclusive_maximum")
|
|
2535
2536
|
|
|
2536
2537
|
@exclusive_maximum.setter
|
|
2537
|
-
def exclusive_maximum(self, value: Optional[pulumi.Input[bool]]):
|
|
2538
|
+
def exclusive_maximum(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2538
2539
|
pulumi.set(self, "exclusive_maximum", value)
|
|
2539
2540
|
|
|
2540
2541
|
@property
|
|
2541
2542
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2542
|
-
def exclusive_minimum(self) -> Optional[pulumi.Input[bool]]:
|
|
2543
|
+
def exclusive_minimum(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2543
2544
|
return pulumi.get(self, "exclusive_minimum")
|
|
2544
2545
|
|
|
2545
2546
|
@exclusive_minimum.setter
|
|
2546
|
-
def exclusive_minimum(self, value: Optional[pulumi.Input[bool]]):
|
|
2547
|
+
def exclusive_minimum(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2547
2548
|
pulumi.set(self, "exclusive_minimum", value)
|
|
2548
2549
|
|
|
2549
2550
|
@property
|
|
@@ -2557,7 +2558,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2557
2558
|
|
|
2558
2559
|
@property
|
|
2559
2560
|
@pulumi.getter
|
|
2560
|
-
def format(self) -> Optional[pulumi.Input[str]]:
|
|
2561
|
+
def format(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2561
2562
|
"""
|
|
2562
2563
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2563
2564
|
|
|
@@ -2566,16 +2567,16 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2566
2567
|
return pulumi.get(self, "format")
|
|
2567
2568
|
|
|
2568
2569
|
@format.setter
|
|
2569
|
-
def format(self, value: Optional[pulumi.Input[str]]):
|
|
2570
|
+
def format(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2570
2571
|
pulumi.set(self, "format", value)
|
|
2571
2572
|
|
|
2572
2573
|
@property
|
|
2573
2574
|
@pulumi.getter
|
|
2574
|
-
def id(self) -> Optional[pulumi.Input[str]]:
|
|
2575
|
+
def id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2575
2576
|
return pulumi.get(self, "id")
|
|
2576
2577
|
|
|
2577
2578
|
@id.setter
|
|
2578
|
-
def id(self, value: Optional[pulumi.Input[str]]):
|
|
2579
|
+
def id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2579
2580
|
pulumi.set(self, "id", value)
|
|
2580
2581
|
|
|
2581
2582
|
@property
|
|
@@ -2589,83 +2590,83 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2589
2590
|
|
|
2590
2591
|
@property
|
|
2591
2592
|
@pulumi.getter(name="maxItems")
|
|
2592
|
-
def max_items(self) -> Optional[pulumi.Input[int]]:
|
|
2593
|
+
def max_items(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2593
2594
|
return pulumi.get(self, "max_items")
|
|
2594
2595
|
|
|
2595
2596
|
@max_items.setter
|
|
2596
|
-
def max_items(self, value: Optional[pulumi.Input[int]]):
|
|
2597
|
+
def max_items(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2597
2598
|
pulumi.set(self, "max_items", value)
|
|
2598
2599
|
|
|
2599
2600
|
@property
|
|
2600
2601
|
@pulumi.getter(name="maxLength")
|
|
2601
|
-
def max_length(self) -> Optional[pulumi.Input[int]]:
|
|
2602
|
+
def max_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2602
2603
|
return pulumi.get(self, "max_length")
|
|
2603
2604
|
|
|
2604
2605
|
@max_length.setter
|
|
2605
|
-
def max_length(self, value: Optional[pulumi.Input[int]]):
|
|
2606
|
+
def max_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2606
2607
|
pulumi.set(self, "max_length", value)
|
|
2607
2608
|
|
|
2608
2609
|
@property
|
|
2609
2610
|
@pulumi.getter(name="maxProperties")
|
|
2610
|
-
def max_properties(self) -> Optional[pulumi.Input[int]]:
|
|
2611
|
+
def max_properties(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2611
2612
|
return pulumi.get(self, "max_properties")
|
|
2612
2613
|
|
|
2613
2614
|
@max_properties.setter
|
|
2614
|
-
def max_properties(self, value: Optional[pulumi.Input[int]]):
|
|
2615
|
+
def max_properties(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2615
2616
|
pulumi.set(self, "max_properties", value)
|
|
2616
2617
|
|
|
2617
2618
|
@property
|
|
2618
2619
|
@pulumi.getter
|
|
2619
|
-
def maximum(self) -> Optional[pulumi.Input[float]]:
|
|
2620
|
+
def maximum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2620
2621
|
return pulumi.get(self, "maximum")
|
|
2621
2622
|
|
|
2622
2623
|
@maximum.setter
|
|
2623
|
-
def maximum(self, value: Optional[pulumi.Input[float]]):
|
|
2624
|
+
def maximum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
2624
2625
|
pulumi.set(self, "maximum", value)
|
|
2625
2626
|
|
|
2626
2627
|
@property
|
|
2627
2628
|
@pulumi.getter(name="minItems")
|
|
2628
|
-
def min_items(self) -> Optional[pulumi.Input[int]]:
|
|
2629
|
+
def min_items(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2629
2630
|
return pulumi.get(self, "min_items")
|
|
2630
2631
|
|
|
2631
2632
|
@min_items.setter
|
|
2632
|
-
def min_items(self, value: Optional[pulumi.Input[int]]):
|
|
2633
|
+
def min_items(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2633
2634
|
pulumi.set(self, "min_items", value)
|
|
2634
2635
|
|
|
2635
2636
|
@property
|
|
2636
2637
|
@pulumi.getter(name="minLength")
|
|
2637
|
-
def min_length(self) -> Optional[pulumi.Input[int]]:
|
|
2638
|
+
def min_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2638
2639
|
return pulumi.get(self, "min_length")
|
|
2639
2640
|
|
|
2640
2641
|
@min_length.setter
|
|
2641
|
-
def min_length(self, value: Optional[pulumi.Input[int]]):
|
|
2642
|
+
def min_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2642
2643
|
pulumi.set(self, "min_length", value)
|
|
2643
2644
|
|
|
2644
2645
|
@property
|
|
2645
2646
|
@pulumi.getter(name="minProperties")
|
|
2646
|
-
def min_properties(self) -> Optional[pulumi.Input[int]]:
|
|
2647
|
+
def min_properties(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2647
2648
|
return pulumi.get(self, "min_properties")
|
|
2648
2649
|
|
|
2649
2650
|
@min_properties.setter
|
|
2650
|
-
def min_properties(self, value: Optional[pulumi.Input[int]]):
|
|
2651
|
+
def min_properties(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2651
2652
|
pulumi.set(self, "min_properties", value)
|
|
2652
2653
|
|
|
2653
2654
|
@property
|
|
2654
2655
|
@pulumi.getter
|
|
2655
|
-
def minimum(self) -> Optional[pulumi.Input[float]]:
|
|
2656
|
+
def minimum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2656
2657
|
return pulumi.get(self, "minimum")
|
|
2657
2658
|
|
|
2658
2659
|
@minimum.setter
|
|
2659
|
-
def minimum(self, value: Optional[pulumi.Input[float]]):
|
|
2660
|
+
def minimum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
2660
2661
|
pulumi.set(self, "minimum", value)
|
|
2661
2662
|
|
|
2662
2663
|
@property
|
|
2663
2664
|
@pulumi.getter(name="multipleOf")
|
|
2664
|
-
def multiple_of(self) -> Optional[pulumi.Input[float]]:
|
|
2665
|
+
def multiple_of(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2665
2666
|
return pulumi.get(self, "multiple_of")
|
|
2666
2667
|
|
|
2667
2668
|
@multiple_of.setter
|
|
2668
|
-
def multiple_of(self, value: Optional[pulumi.Input[float]]):
|
|
2669
|
+
def multiple_of(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
2669
2670
|
pulumi.set(self, "multiple_of", value)
|
|
2670
2671
|
|
|
2671
2672
|
@property
|
|
@@ -2679,11 +2680,11 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2679
2680
|
|
|
2680
2681
|
@property
|
|
2681
2682
|
@pulumi.getter
|
|
2682
|
-
def nullable(self) -> Optional[pulumi.Input[bool]]:
|
|
2683
|
+
def nullable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2683
2684
|
return pulumi.get(self, "nullable")
|
|
2684
2685
|
|
|
2685
2686
|
@nullable.setter
|
|
2686
|
-
def nullable(self, value: Optional[pulumi.Input[bool]]):
|
|
2687
|
+
def nullable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2687
2688
|
pulumi.set(self, "nullable", value)
|
|
2688
2689
|
|
|
2689
2690
|
@property
|
|
@@ -2697,11 +2698,11 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2697
2698
|
|
|
2698
2699
|
@property
|
|
2699
2700
|
@pulumi.getter
|
|
2700
|
-
def pattern(self) -> Optional[pulumi.Input[str]]:
|
|
2701
|
+
def pattern(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2701
2702
|
return pulumi.get(self, "pattern")
|
|
2702
2703
|
|
|
2703
2704
|
@pattern.setter
|
|
2704
|
-
def pattern(self, value: Optional[pulumi.Input[str]]):
|
|
2705
|
+
def pattern(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2705
2706
|
pulumi.set(self, "pattern", value)
|
|
2706
2707
|
|
|
2707
2708
|
@property
|
|
@@ -2724,55 +2725,55 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2724
2725
|
|
|
2725
2726
|
@property
|
|
2726
2727
|
@pulumi.getter
|
|
2727
|
-
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2728
|
+
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2728
2729
|
return pulumi.get(self, "required")
|
|
2729
2730
|
|
|
2730
2731
|
@required.setter
|
|
2731
|
-
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2732
|
+
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2732
2733
|
pulumi.set(self, "required", value)
|
|
2733
2734
|
|
|
2734
2735
|
@property
|
|
2735
2736
|
@pulumi.getter
|
|
2736
|
-
def title(self) -> Optional[pulumi.Input[str]]:
|
|
2737
|
+
def title(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2737
2738
|
return pulumi.get(self, "title")
|
|
2738
2739
|
|
|
2739
2740
|
@title.setter
|
|
2740
|
-
def title(self, value: Optional[pulumi.Input[str]]):
|
|
2741
|
+
def title(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2741
2742
|
pulumi.set(self, "title", value)
|
|
2742
2743
|
|
|
2743
2744
|
@property
|
|
2744
2745
|
@pulumi.getter
|
|
2745
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2746
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2746
2747
|
return pulumi.get(self, "type")
|
|
2747
2748
|
|
|
2748
2749
|
@type.setter
|
|
2749
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2750
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2750
2751
|
pulumi.set(self, "type", value)
|
|
2751
2752
|
|
|
2752
2753
|
@property
|
|
2753
2754
|
@pulumi.getter(name="uniqueItems")
|
|
2754
|
-
def unique_items(self) -> Optional[pulumi.Input[bool]]:
|
|
2755
|
+
def unique_items(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2755
2756
|
return pulumi.get(self, "unique_items")
|
|
2756
2757
|
|
|
2757
2758
|
@unique_items.setter
|
|
2758
|
-
def unique_items(self, value: Optional[pulumi.Input[bool]]):
|
|
2759
|
+
def unique_items(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2759
2760
|
pulumi.set(self, "unique_items", value)
|
|
2760
2761
|
|
|
2761
2762
|
@property
|
|
2762
2763
|
@pulumi.getter
|
|
2763
|
-
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[bool]]:
|
|
2764
|
+
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2764
2765
|
"""
|
|
2765
2766
|
x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
2766
2767
|
"""
|
|
2767
2768
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
2768
2769
|
|
|
2769
2770
|
@x_kubernetes_embedded_resource.setter
|
|
2770
|
-
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[bool]]):
|
|
2771
|
+
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2771
2772
|
pulumi.set(self, "x_kubernetes_embedded_resource", value)
|
|
2772
2773
|
|
|
2773
2774
|
@property
|
|
2774
2775
|
@pulumi.getter
|
|
2775
|
-
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[bool]]:
|
|
2776
|
+
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2776
2777
|
"""
|
|
2777
2778
|
x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
2778
2779
|
|
|
@@ -2788,12 +2789,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2788
2789
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
2789
2790
|
|
|
2790
2791
|
@x_kubernetes_int_or_string.setter
|
|
2791
|
-
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[bool]]):
|
|
2792
|
+
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2792
2793
|
pulumi.set(self, "x_kubernetes_int_or_string", value)
|
|
2793
2794
|
|
|
2794
2795
|
@property
|
|
2795
2796
|
@pulumi.getter
|
|
2796
|
-
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2797
|
+
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2797
2798
|
"""
|
|
2798
2799
|
x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
2799
2800
|
|
|
@@ -2804,12 +2805,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2804
2805
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
2805
2806
|
|
|
2806
2807
|
@x_kubernetes_list_map_keys.setter
|
|
2807
|
-
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2808
|
+
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2808
2809
|
pulumi.set(self, "x_kubernetes_list_map_keys", value)
|
|
2809
2810
|
|
|
2810
2811
|
@property
|
|
2811
2812
|
@pulumi.getter
|
|
2812
|
-
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[str]]:
|
|
2813
|
+
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2813
2814
|
"""
|
|
2814
2815
|
x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
2815
2816
|
|
|
@@ -2829,12 +2830,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2829
2830
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
2830
2831
|
|
|
2831
2832
|
@x_kubernetes_list_type.setter
|
|
2832
|
-
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[str]]):
|
|
2833
|
+
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2833
2834
|
pulumi.set(self, "x_kubernetes_list_type", value)
|
|
2834
2835
|
|
|
2835
2836
|
@property
|
|
2836
2837
|
@pulumi.getter
|
|
2837
|
-
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[str]]:
|
|
2838
|
+
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2838
2839
|
"""
|
|
2839
2840
|
x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
2840
2841
|
|
|
@@ -2848,19 +2849,19 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2848
2849
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
2849
2850
|
|
|
2850
2851
|
@x_kubernetes_map_type.setter
|
|
2851
|
-
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[str]]):
|
|
2852
|
+
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2852
2853
|
pulumi.set(self, "x_kubernetes_map_type", value)
|
|
2853
2854
|
|
|
2854
2855
|
@property
|
|
2855
2856
|
@pulumi.getter
|
|
2856
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
|
|
2857
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2857
2858
|
"""
|
|
2858
2859
|
x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
2859
2860
|
"""
|
|
2860
2861
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
2861
2862
|
|
|
2862
2863
|
@x_kubernetes_preserve_unknown_fields.setter
|
|
2863
|
-
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
|
|
2864
|
+
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2864
2865
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
2865
2866
|
|
|
2866
2867
|
@property
|
|
@@ -2881,10 +2882,10 @@ if not MYPY:
|
|
|
2881
2882
|
"""
|
|
2882
2883
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2883
2884
|
"""
|
|
2884
|
-
_ref: NotRequired[pulumi.Input[str]]
|
|
2885
|
-
_schema: NotRequired[pulumi.Input[str]]
|
|
2886
|
-
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
2887
|
-
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
2885
|
+
_ref: NotRequired[pulumi.Input[builtins.str]]
|
|
2886
|
+
_schema: NotRequired[pulumi.Input[builtins.str]]
|
|
2887
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', builtins.bool]]]
|
|
2888
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', builtins.bool]]]
|
|
2888
2889
|
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2889
2890
|
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2890
2891
|
default: NotRequired[Any]
|
|
@@ -2892,45 +2893,45 @@ if not MYPY:
|
|
|
2892
2893
|
default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false.
|
|
2893
2894
|
"""
|
|
2894
2895
|
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2895
|
-
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[str]]]]]]]
|
|
2896
|
-
description: NotRequired[pulumi.Input[str]]
|
|
2896
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[builtins.str]]]]]]]
|
|
2897
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
2897
2898
|
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
2898
2899
|
example: NotRequired[Any]
|
|
2899
|
-
exclusive_maximum: NotRequired[pulumi.Input[bool]]
|
|
2900
|
-
exclusive_minimum: NotRequired[pulumi.Input[bool]]
|
|
2900
|
+
exclusive_maximum: NotRequired[pulumi.Input[builtins.bool]]
|
|
2901
|
+
exclusive_minimum: NotRequired[pulumi.Input[builtins.bool]]
|
|
2901
2902
|
external_docs: NotRequired[pulumi.Input['ExternalDocumentationArgsDict']]
|
|
2902
|
-
format: NotRequired[pulumi.Input[str]]
|
|
2903
|
+
format: NotRequired[pulumi.Input[builtins.str]]
|
|
2903
2904
|
"""
|
|
2904
2905
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2905
2906
|
|
|
2906
2907
|
- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\\\d{3})\\\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\\\d{3}[- ]?\\\\d{2}[- ]?\\\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
|
|
2907
2908
|
"""
|
|
2908
|
-
id: NotRequired[pulumi.Input[str]]
|
|
2909
|
+
id: NotRequired[pulumi.Input[builtins.str]]
|
|
2909
2910
|
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
2910
|
-
max_items: NotRequired[pulumi.Input[int]]
|
|
2911
|
-
max_length: NotRequired[pulumi.Input[int]]
|
|
2912
|
-
max_properties: NotRequired[pulumi.Input[int]]
|
|
2913
|
-
maximum: NotRequired[pulumi.Input[float]]
|
|
2914
|
-
min_items: NotRequired[pulumi.Input[int]]
|
|
2915
|
-
min_length: NotRequired[pulumi.Input[int]]
|
|
2916
|
-
min_properties: NotRequired[pulumi.Input[int]]
|
|
2917
|
-
minimum: NotRequired[pulumi.Input[float]]
|
|
2918
|
-
multiple_of: NotRequired[pulumi.Input[float]]
|
|
2911
|
+
max_items: NotRequired[pulumi.Input[builtins.int]]
|
|
2912
|
+
max_length: NotRequired[pulumi.Input[builtins.int]]
|
|
2913
|
+
max_properties: NotRequired[pulumi.Input[builtins.int]]
|
|
2914
|
+
maximum: NotRequired[pulumi.Input[builtins.float]]
|
|
2915
|
+
min_items: NotRequired[pulumi.Input[builtins.int]]
|
|
2916
|
+
min_length: NotRequired[pulumi.Input[builtins.int]]
|
|
2917
|
+
min_properties: NotRequired[pulumi.Input[builtins.int]]
|
|
2918
|
+
minimum: NotRequired[pulumi.Input[builtins.float]]
|
|
2919
|
+
multiple_of: NotRequired[pulumi.Input[builtins.float]]
|
|
2919
2920
|
not_: NotRequired[pulumi.Input['JSONSchemaPropsArgsDict']]
|
|
2920
|
-
nullable: NotRequired[pulumi.Input[bool]]
|
|
2921
|
+
nullable: NotRequired[pulumi.Input[builtins.bool]]
|
|
2921
2922
|
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2922
|
-
pattern: NotRequired[pulumi.Input[str]]
|
|
2923
|
+
pattern: NotRequired[pulumi.Input[builtins.str]]
|
|
2923
2924
|
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2924
2925
|
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2925
|
-
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2926
|
-
title: NotRequired[pulumi.Input[str]]
|
|
2927
|
-
type: NotRequired[pulumi.Input[str]]
|
|
2928
|
-
unique_items: NotRequired[pulumi.Input[bool]]
|
|
2929
|
-
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[bool]]
|
|
2926
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2927
|
+
title: NotRequired[pulumi.Input[builtins.str]]
|
|
2928
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
2929
|
+
unique_items: NotRequired[pulumi.Input[builtins.bool]]
|
|
2930
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[builtins.bool]]
|
|
2930
2931
|
"""
|
|
2931
2932
|
x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
2932
2933
|
"""
|
|
2933
|
-
x_kubernetes_int_or_string: NotRequired[pulumi.Input[bool]]
|
|
2934
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[builtins.bool]]
|
|
2934
2935
|
"""
|
|
2935
2936
|
x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
2936
2937
|
|
|
@@ -2943,7 +2944,7 @@ if not MYPY:
|
|
|
2943
2944
|
- type: string
|
|
2944
2945
|
- ... zero or more
|
|
2945
2946
|
"""
|
|
2946
|
-
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2947
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2947
2948
|
"""
|
|
2948
2949
|
x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
2949
2950
|
|
|
@@ -2951,7 +2952,7 @@ if not MYPY:
|
|
|
2951
2952
|
|
|
2952
2953
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
2953
2954
|
"""
|
|
2954
|
-
x_kubernetes_list_type: NotRequired[pulumi.Input[str]]
|
|
2955
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[builtins.str]]
|
|
2955
2956
|
"""
|
|
2956
2957
|
x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
2957
2958
|
|
|
@@ -2968,7 +2969,7 @@ if not MYPY:
|
|
|
2968
2969
|
must only be used on a list with elements of type object.
|
|
2969
2970
|
Defaults to atomic for arrays.
|
|
2970
2971
|
"""
|
|
2971
|
-
x_kubernetes_map_type: NotRequired[pulumi.Input[str]]
|
|
2972
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[builtins.str]]
|
|
2972
2973
|
"""
|
|
2973
2974
|
x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
2974
2975
|
|
|
@@ -2979,7 +2980,7 @@ if not MYPY:
|
|
|
2979
2980
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2980
2981
|
Atomic maps will be entirely replaced when updated.
|
|
2981
2982
|
"""
|
|
2982
|
-
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
2983
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[builtins.bool]]
|
|
2983
2984
|
"""
|
|
2984
2985
|
x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
2985
2986
|
"""
|
|
@@ -2993,58 +2994,58 @@ elif False:
|
|
|
2993
2994
|
@pulumi.input_type
|
|
2994
2995
|
class JSONSchemaPropsArgs:
|
|
2995
2996
|
def __init__(__self__, *,
|
|
2996
|
-
_ref: Optional[pulumi.Input[str]] = None,
|
|
2997
|
-
_schema: Optional[pulumi.Input[str]] = None,
|
|
2998
|
-
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
|
|
2999
|
-
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
|
|
2997
|
+
_ref: Optional[pulumi.Input[builtins.str]] = None,
|
|
2998
|
+
_schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
2999
|
+
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]] = None,
|
|
3000
|
+
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]] = None,
|
|
3000
3001
|
all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3001
3002
|
any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3002
3003
|
default: Optional[Any] = None,
|
|
3003
3004
|
definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3004
|
-
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]] = None,
|
|
3005
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
3005
|
+
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]] = None,
|
|
3006
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
3006
3007
|
enum: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
3007
3008
|
example: Optional[Any] = None,
|
|
3008
|
-
exclusive_maximum: Optional[pulumi.Input[bool]] = None,
|
|
3009
|
-
exclusive_minimum: Optional[pulumi.Input[bool]] = None,
|
|
3009
|
+
exclusive_maximum: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3010
|
+
exclusive_minimum: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3010
3011
|
external_docs: Optional[pulumi.Input['ExternalDocumentationArgs']] = None,
|
|
3011
|
-
format: Optional[pulumi.Input[str]] = None,
|
|
3012
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
3012
|
+
format: Optional[pulumi.Input[builtins.str]] = None,
|
|
3013
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
3013
3014
|
items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
|
|
3014
|
-
max_items: Optional[pulumi.Input[int]] = None,
|
|
3015
|
-
max_length: Optional[pulumi.Input[int]] = None,
|
|
3016
|
-
max_properties: Optional[pulumi.Input[int]] = None,
|
|
3017
|
-
maximum: Optional[pulumi.Input[float]] = None,
|
|
3018
|
-
min_items: Optional[pulumi.Input[int]] = None,
|
|
3019
|
-
min_length: Optional[pulumi.Input[int]] = None,
|
|
3020
|
-
min_properties: Optional[pulumi.Input[int]] = None,
|
|
3021
|
-
minimum: Optional[pulumi.Input[float]] = None,
|
|
3022
|
-
multiple_of: Optional[pulumi.Input[float]] = None,
|
|
3015
|
+
max_items: Optional[pulumi.Input[builtins.int]] = None,
|
|
3016
|
+
max_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
3017
|
+
max_properties: Optional[pulumi.Input[builtins.int]] = None,
|
|
3018
|
+
maximum: Optional[pulumi.Input[builtins.float]] = None,
|
|
3019
|
+
min_items: Optional[pulumi.Input[builtins.int]] = None,
|
|
3020
|
+
min_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
3021
|
+
min_properties: Optional[pulumi.Input[builtins.int]] = None,
|
|
3022
|
+
minimum: Optional[pulumi.Input[builtins.float]] = None,
|
|
3023
|
+
multiple_of: Optional[pulumi.Input[builtins.float]] = None,
|
|
3023
3024
|
not_: Optional[pulumi.Input['JSONSchemaPropsArgs']] = None,
|
|
3024
|
-
nullable: Optional[pulumi.Input[bool]] = None,
|
|
3025
|
+
nullable: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3025
3026
|
one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3026
|
-
pattern: Optional[pulumi.Input[str]] = None,
|
|
3027
|
+
pattern: Optional[pulumi.Input[builtins.str]] = None,
|
|
3027
3028
|
pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3028
3029
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3029
|
-
required: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
3030
|
-
title: Optional[pulumi.Input[str]] = None,
|
|
3031
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
3032
|
-
unique_items: Optional[pulumi.Input[bool]] = None,
|
|
3033
|
-
x_kubernetes_embedded_resource: Optional[pulumi.Input[bool]] = None,
|
|
3034
|
-
x_kubernetes_int_or_string: Optional[pulumi.Input[bool]] = None,
|
|
3035
|
-
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
3036
|
-
x_kubernetes_list_type: Optional[pulumi.Input[str]] = None,
|
|
3037
|
-
x_kubernetes_map_type: Optional[pulumi.Input[str]] = None,
|
|
3038
|
-
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[bool]] = None,
|
|
3030
|
+
required: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
3031
|
+
title: Optional[pulumi.Input[builtins.str]] = None,
|
|
3032
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
3033
|
+
unique_items: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3034
|
+
x_kubernetes_embedded_resource: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3035
|
+
x_kubernetes_int_or_string: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3036
|
+
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
3037
|
+
x_kubernetes_list_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
3038
|
+
x_kubernetes_map_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
3039
|
+
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3039
3040
|
x_kubernetes_validations: Optional[pulumi.Input[Sequence[pulumi.Input['ValidationRuleArgs']]]] = None):
|
|
3040
3041
|
"""
|
|
3041
3042
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
3042
3043
|
:param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false.
|
|
3043
|
-
:param pulumi.Input[str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3044
|
+
:param pulumi.Input[builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3044
3045
|
|
|
3045
3046
|
- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\\\d{3})\\\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\\\d{3}[- ]?\\\\d{2}[- ]?\\\\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339.
|
|
3046
|
-
:param pulumi.Input[bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
3047
|
-
:param pulumi.Input[bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
3047
|
+
:param pulumi.Input[builtins.bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
3048
|
+
:param pulumi.Input[builtins.bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
3048
3049
|
|
|
3049
3050
|
1) anyOf:
|
|
3050
3051
|
- type: integer
|
|
@@ -3054,12 +3055,12 @@ class JSONSchemaPropsArgs:
|
|
|
3054
3055
|
- type: integer
|
|
3055
3056
|
- type: string
|
|
3056
3057
|
- ... zero or more
|
|
3057
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
3058
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
3058
3059
|
|
|
3059
3060
|
This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).
|
|
3060
3061
|
|
|
3061
3062
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
3062
|
-
:param pulumi.Input[str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
3063
|
+
:param pulumi.Input[builtins.str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
3063
3064
|
|
|
3064
3065
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3065
3066
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -3073,7 +3074,7 @@ class JSONSchemaPropsArgs:
|
|
|
3073
3074
|
used to identify them. Order is preserved upon merge. The map tag
|
|
3074
3075
|
must only be used on a list with elements of type object.
|
|
3075
3076
|
Defaults to atomic for arrays.
|
|
3076
|
-
:param pulumi.Input[str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
3077
|
+
:param pulumi.Input[builtins.str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
3077
3078
|
|
|
3078
3079
|
1) `granular`:
|
|
3079
3080
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -3081,7 +3082,7 @@ class JSONSchemaPropsArgs:
|
|
|
3081
3082
|
the default behaviour for all maps.
|
|
3082
3083
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3083
3084
|
Atomic maps will be entirely replaced when updated.
|
|
3084
|
-
:param pulumi.Input[bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
3085
|
+
:param pulumi.Input[builtins.bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
3085
3086
|
:param pulumi.Input[Sequence[pulumi.Input['ValidationRuleArgs']]] x_kubernetes_validations: x-kubernetes-validations describes a list of validation rules written in the CEL expression language.
|
|
3086
3087
|
"""
|
|
3087
3088
|
if _ref is not None:
|
|
@@ -3175,38 +3176,38 @@ class JSONSchemaPropsArgs:
|
|
|
3175
3176
|
|
|
3176
3177
|
@property
|
|
3177
3178
|
@pulumi.getter(name="$ref")
|
|
3178
|
-
def _ref(self) -> Optional[pulumi.Input[str]]:
|
|
3179
|
+
def _ref(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3179
3180
|
return pulumi.get(self, "_ref")
|
|
3180
3181
|
|
|
3181
3182
|
@_ref.setter
|
|
3182
|
-
def _ref(self, value: Optional[pulumi.Input[str]]):
|
|
3183
|
+
def _ref(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3183
3184
|
pulumi.set(self, "_ref", value)
|
|
3184
3185
|
|
|
3185
3186
|
@property
|
|
3186
3187
|
@pulumi.getter(name="$schema")
|
|
3187
|
-
def _schema(self) -> Optional[pulumi.Input[str]]:
|
|
3188
|
+
def _schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3188
3189
|
return pulumi.get(self, "_schema")
|
|
3189
3190
|
|
|
3190
3191
|
@_schema.setter
|
|
3191
|
-
def _schema(self, value: Optional[pulumi.Input[str]]):
|
|
3192
|
+
def _schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3192
3193
|
pulumi.set(self, "_schema", value)
|
|
3193
3194
|
|
|
3194
3195
|
@property
|
|
3195
3196
|
@pulumi.getter(name="additionalItems")
|
|
3196
|
-
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
|
|
3197
|
+
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]:
|
|
3197
3198
|
return pulumi.get(self, "additional_items")
|
|
3198
3199
|
|
|
3199
3200
|
@additional_items.setter
|
|
3200
|
-
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
|
|
3201
|
+
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]):
|
|
3201
3202
|
pulumi.set(self, "additional_items", value)
|
|
3202
3203
|
|
|
3203
3204
|
@property
|
|
3204
3205
|
@pulumi.getter(name="additionalProperties")
|
|
3205
|
-
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
|
|
3206
|
+
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]:
|
|
3206
3207
|
return pulumi.get(self, "additional_properties")
|
|
3207
3208
|
|
|
3208
3209
|
@additional_properties.setter
|
|
3209
|
-
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
|
|
3210
|
+
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]):
|
|
3210
3211
|
pulumi.set(self, "additional_properties", value)
|
|
3211
3212
|
|
|
3212
3213
|
@property
|
|
@@ -3250,20 +3251,20 @@ class JSONSchemaPropsArgs:
|
|
|
3250
3251
|
|
|
3251
3252
|
@property
|
|
3252
3253
|
@pulumi.getter
|
|
3253
|
-
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]:
|
|
3254
|
+
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]]:
|
|
3254
3255
|
return pulumi.get(self, "dependencies")
|
|
3255
3256
|
|
|
3256
3257
|
@dependencies.setter
|
|
3257
|
-
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]):
|
|
3258
|
+
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]]):
|
|
3258
3259
|
pulumi.set(self, "dependencies", value)
|
|
3259
3260
|
|
|
3260
3261
|
@property
|
|
3261
3262
|
@pulumi.getter
|
|
3262
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
3263
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3263
3264
|
return pulumi.get(self, "description")
|
|
3264
3265
|
|
|
3265
3266
|
@description.setter
|
|
3266
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
3267
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3267
3268
|
pulumi.set(self, "description", value)
|
|
3268
3269
|
|
|
3269
3270
|
@property
|
|
@@ -3286,20 +3287,20 @@ class JSONSchemaPropsArgs:
|
|
|
3286
3287
|
|
|
3287
3288
|
@property
|
|
3288
3289
|
@pulumi.getter(name="exclusiveMaximum")
|
|
3289
|
-
def exclusive_maximum(self) -> Optional[pulumi.Input[bool]]:
|
|
3290
|
+
def exclusive_maximum(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3290
3291
|
return pulumi.get(self, "exclusive_maximum")
|
|
3291
3292
|
|
|
3292
3293
|
@exclusive_maximum.setter
|
|
3293
|
-
def exclusive_maximum(self, value: Optional[pulumi.Input[bool]]):
|
|
3294
|
+
def exclusive_maximum(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3294
3295
|
pulumi.set(self, "exclusive_maximum", value)
|
|
3295
3296
|
|
|
3296
3297
|
@property
|
|
3297
3298
|
@pulumi.getter(name="exclusiveMinimum")
|
|
3298
|
-
def exclusive_minimum(self) -> Optional[pulumi.Input[bool]]:
|
|
3299
|
+
def exclusive_minimum(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3299
3300
|
return pulumi.get(self, "exclusive_minimum")
|
|
3300
3301
|
|
|
3301
3302
|
@exclusive_minimum.setter
|
|
3302
|
-
def exclusive_minimum(self, value: Optional[pulumi.Input[bool]]):
|
|
3303
|
+
def exclusive_minimum(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3303
3304
|
pulumi.set(self, "exclusive_minimum", value)
|
|
3304
3305
|
|
|
3305
3306
|
@property
|
|
@@ -3313,7 +3314,7 @@ class JSONSchemaPropsArgs:
|
|
|
3313
3314
|
|
|
3314
3315
|
@property
|
|
3315
3316
|
@pulumi.getter
|
|
3316
|
-
def format(self) -> Optional[pulumi.Input[str]]:
|
|
3317
|
+
def format(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3317
3318
|
"""
|
|
3318
3319
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3319
3320
|
|
|
@@ -3322,16 +3323,16 @@ class JSONSchemaPropsArgs:
|
|
|
3322
3323
|
return pulumi.get(self, "format")
|
|
3323
3324
|
|
|
3324
3325
|
@format.setter
|
|
3325
|
-
def format(self, value: Optional[pulumi.Input[str]]):
|
|
3326
|
+
def format(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3326
3327
|
pulumi.set(self, "format", value)
|
|
3327
3328
|
|
|
3328
3329
|
@property
|
|
3329
3330
|
@pulumi.getter
|
|
3330
|
-
def id(self) -> Optional[pulumi.Input[str]]:
|
|
3331
|
+
def id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3331
3332
|
return pulumi.get(self, "id")
|
|
3332
3333
|
|
|
3333
3334
|
@id.setter
|
|
3334
|
-
def id(self, value: Optional[pulumi.Input[str]]):
|
|
3335
|
+
def id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3335
3336
|
pulumi.set(self, "id", value)
|
|
3336
3337
|
|
|
3337
3338
|
@property
|
|
@@ -3345,83 +3346,83 @@ class JSONSchemaPropsArgs:
|
|
|
3345
3346
|
|
|
3346
3347
|
@property
|
|
3347
3348
|
@pulumi.getter(name="maxItems")
|
|
3348
|
-
def max_items(self) -> Optional[pulumi.Input[int]]:
|
|
3349
|
+
def max_items(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3349
3350
|
return pulumi.get(self, "max_items")
|
|
3350
3351
|
|
|
3351
3352
|
@max_items.setter
|
|
3352
|
-
def max_items(self, value: Optional[pulumi.Input[int]]):
|
|
3353
|
+
def max_items(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3353
3354
|
pulumi.set(self, "max_items", value)
|
|
3354
3355
|
|
|
3355
3356
|
@property
|
|
3356
3357
|
@pulumi.getter(name="maxLength")
|
|
3357
|
-
def max_length(self) -> Optional[pulumi.Input[int]]:
|
|
3358
|
+
def max_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3358
3359
|
return pulumi.get(self, "max_length")
|
|
3359
3360
|
|
|
3360
3361
|
@max_length.setter
|
|
3361
|
-
def max_length(self, value: Optional[pulumi.Input[int]]):
|
|
3362
|
+
def max_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3362
3363
|
pulumi.set(self, "max_length", value)
|
|
3363
3364
|
|
|
3364
3365
|
@property
|
|
3365
3366
|
@pulumi.getter(name="maxProperties")
|
|
3366
|
-
def max_properties(self) -> Optional[pulumi.Input[int]]:
|
|
3367
|
+
def max_properties(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3367
3368
|
return pulumi.get(self, "max_properties")
|
|
3368
3369
|
|
|
3369
3370
|
@max_properties.setter
|
|
3370
|
-
def max_properties(self, value: Optional[pulumi.Input[int]]):
|
|
3371
|
+
def max_properties(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3371
3372
|
pulumi.set(self, "max_properties", value)
|
|
3372
3373
|
|
|
3373
3374
|
@property
|
|
3374
3375
|
@pulumi.getter
|
|
3375
|
-
def maximum(self) -> Optional[pulumi.Input[float]]:
|
|
3376
|
+
def maximum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
3376
3377
|
return pulumi.get(self, "maximum")
|
|
3377
3378
|
|
|
3378
3379
|
@maximum.setter
|
|
3379
|
-
def maximum(self, value: Optional[pulumi.Input[float]]):
|
|
3380
|
+
def maximum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
3380
3381
|
pulumi.set(self, "maximum", value)
|
|
3381
3382
|
|
|
3382
3383
|
@property
|
|
3383
3384
|
@pulumi.getter(name="minItems")
|
|
3384
|
-
def min_items(self) -> Optional[pulumi.Input[int]]:
|
|
3385
|
+
def min_items(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3385
3386
|
return pulumi.get(self, "min_items")
|
|
3386
3387
|
|
|
3387
3388
|
@min_items.setter
|
|
3388
|
-
def min_items(self, value: Optional[pulumi.Input[int]]):
|
|
3389
|
+
def min_items(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3389
3390
|
pulumi.set(self, "min_items", value)
|
|
3390
3391
|
|
|
3391
3392
|
@property
|
|
3392
3393
|
@pulumi.getter(name="minLength")
|
|
3393
|
-
def min_length(self) -> Optional[pulumi.Input[int]]:
|
|
3394
|
+
def min_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3394
3395
|
return pulumi.get(self, "min_length")
|
|
3395
3396
|
|
|
3396
3397
|
@min_length.setter
|
|
3397
|
-
def min_length(self, value: Optional[pulumi.Input[int]]):
|
|
3398
|
+
def min_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3398
3399
|
pulumi.set(self, "min_length", value)
|
|
3399
3400
|
|
|
3400
3401
|
@property
|
|
3401
3402
|
@pulumi.getter(name="minProperties")
|
|
3402
|
-
def min_properties(self) -> Optional[pulumi.Input[int]]:
|
|
3403
|
+
def min_properties(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3403
3404
|
return pulumi.get(self, "min_properties")
|
|
3404
3405
|
|
|
3405
3406
|
@min_properties.setter
|
|
3406
|
-
def min_properties(self, value: Optional[pulumi.Input[int]]):
|
|
3407
|
+
def min_properties(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3407
3408
|
pulumi.set(self, "min_properties", value)
|
|
3408
3409
|
|
|
3409
3410
|
@property
|
|
3410
3411
|
@pulumi.getter
|
|
3411
|
-
def minimum(self) -> Optional[pulumi.Input[float]]:
|
|
3412
|
+
def minimum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
3412
3413
|
return pulumi.get(self, "minimum")
|
|
3413
3414
|
|
|
3414
3415
|
@minimum.setter
|
|
3415
|
-
def minimum(self, value: Optional[pulumi.Input[float]]):
|
|
3416
|
+
def minimum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
3416
3417
|
pulumi.set(self, "minimum", value)
|
|
3417
3418
|
|
|
3418
3419
|
@property
|
|
3419
3420
|
@pulumi.getter(name="multipleOf")
|
|
3420
|
-
def multiple_of(self) -> Optional[pulumi.Input[float]]:
|
|
3421
|
+
def multiple_of(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
3421
3422
|
return pulumi.get(self, "multiple_of")
|
|
3422
3423
|
|
|
3423
3424
|
@multiple_of.setter
|
|
3424
|
-
def multiple_of(self, value: Optional[pulumi.Input[float]]):
|
|
3425
|
+
def multiple_of(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
3425
3426
|
pulumi.set(self, "multiple_of", value)
|
|
3426
3427
|
|
|
3427
3428
|
@property
|
|
@@ -3435,11 +3436,11 @@ class JSONSchemaPropsArgs:
|
|
|
3435
3436
|
|
|
3436
3437
|
@property
|
|
3437
3438
|
@pulumi.getter
|
|
3438
|
-
def nullable(self) -> Optional[pulumi.Input[bool]]:
|
|
3439
|
+
def nullable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3439
3440
|
return pulumi.get(self, "nullable")
|
|
3440
3441
|
|
|
3441
3442
|
@nullable.setter
|
|
3442
|
-
def nullable(self, value: Optional[pulumi.Input[bool]]):
|
|
3443
|
+
def nullable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3443
3444
|
pulumi.set(self, "nullable", value)
|
|
3444
3445
|
|
|
3445
3446
|
@property
|
|
@@ -3453,11 +3454,11 @@ class JSONSchemaPropsArgs:
|
|
|
3453
3454
|
|
|
3454
3455
|
@property
|
|
3455
3456
|
@pulumi.getter
|
|
3456
|
-
def pattern(self) -> Optional[pulumi.Input[str]]:
|
|
3457
|
+
def pattern(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3457
3458
|
return pulumi.get(self, "pattern")
|
|
3458
3459
|
|
|
3459
3460
|
@pattern.setter
|
|
3460
|
-
def pattern(self, value: Optional[pulumi.Input[str]]):
|
|
3461
|
+
def pattern(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3461
3462
|
pulumi.set(self, "pattern", value)
|
|
3462
3463
|
|
|
3463
3464
|
@property
|
|
@@ -3480,55 +3481,55 @@ class JSONSchemaPropsArgs:
|
|
|
3480
3481
|
|
|
3481
3482
|
@property
|
|
3482
3483
|
@pulumi.getter
|
|
3483
|
-
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3484
|
+
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3484
3485
|
return pulumi.get(self, "required")
|
|
3485
3486
|
|
|
3486
3487
|
@required.setter
|
|
3487
|
-
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3488
|
+
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3488
3489
|
pulumi.set(self, "required", value)
|
|
3489
3490
|
|
|
3490
3491
|
@property
|
|
3491
3492
|
@pulumi.getter
|
|
3492
|
-
def title(self) -> Optional[pulumi.Input[str]]:
|
|
3493
|
+
def title(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3493
3494
|
return pulumi.get(self, "title")
|
|
3494
3495
|
|
|
3495
3496
|
@title.setter
|
|
3496
|
-
def title(self, value: Optional[pulumi.Input[str]]):
|
|
3497
|
+
def title(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3497
3498
|
pulumi.set(self, "title", value)
|
|
3498
3499
|
|
|
3499
3500
|
@property
|
|
3500
3501
|
@pulumi.getter
|
|
3501
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
3502
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3502
3503
|
return pulumi.get(self, "type")
|
|
3503
3504
|
|
|
3504
3505
|
@type.setter
|
|
3505
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
3506
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3506
3507
|
pulumi.set(self, "type", value)
|
|
3507
3508
|
|
|
3508
3509
|
@property
|
|
3509
3510
|
@pulumi.getter(name="uniqueItems")
|
|
3510
|
-
def unique_items(self) -> Optional[pulumi.Input[bool]]:
|
|
3511
|
+
def unique_items(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3511
3512
|
return pulumi.get(self, "unique_items")
|
|
3512
3513
|
|
|
3513
3514
|
@unique_items.setter
|
|
3514
|
-
def unique_items(self, value: Optional[pulumi.Input[bool]]):
|
|
3515
|
+
def unique_items(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3515
3516
|
pulumi.set(self, "unique_items", value)
|
|
3516
3517
|
|
|
3517
3518
|
@property
|
|
3518
3519
|
@pulumi.getter
|
|
3519
|
-
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[bool]]:
|
|
3520
|
+
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3520
3521
|
"""
|
|
3521
3522
|
x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
3522
3523
|
"""
|
|
3523
3524
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
3524
3525
|
|
|
3525
3526
|
@x_kubernetes_embedded_resource.setter
|
|
3526
|
-
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[bool]]):
|
|
3527
|
+
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3527
3528
|
pulumi.set(self, "x_kubernetes_embedded_resource", value)
|
|
3528
3529
|
|
|
3529
3530
|
@property
|
|
3530
3531
|
@pulumi.getter
|
|
3531
|
-
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[bool]]:
|
|
3532
|
+
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3532
3533
|
"""
|
|
3533
3534
|
x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
3534
3535
|
|
|
@@ -3544,12 +3545,12 @@ class JSONSchemaPropsArgs:
|
|
|
3544
3545
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
3545
3546
|
|
|
3546
3547
|
@x_kubernetes_int_or_string.setter
|
|
3547
|
-
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[bool]]):
|
|
3548
|
+
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3548
3549
|
pulumi.set(self, "x_kubernetes_int_or_string", value)
|
|
3549
3550
|
|
|
3550
3551
|
@property
|
|
3551
3552
|
@pulumi.getter
|
|
3552
|
-
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3553
|
+
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3553
3554
|
"""
|
|
3554
3555
|
x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
3555
3556
|
|
|
@@ -3560,12 +3561,12 @@ class JSONSchemaPropsArgs:
|
|
|
3560
3561
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
3561
3562
|
|
|
3562
3563
|
@x_kubernetes_list_map_keys.setter
|
|
3563
|
-
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3564
|
+
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3564
3565
|
pulumi.set(self, "x_kubernetes_list_map_keys", value)
|
|
3565
3566
|
|
|
3566
3567
|
@property
|
|
3567
3568
|
@pulumi.getter
|
|
3568
|
-
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[str]]:
|
|
3569
|
+
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3569
3570
|
"""
|
|
3570
3571
|
x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
3571
3572
|
|
|
@@ -3585,12 +3586,12 @@ class JSONSchemaPropsArgs:
|
|
|
3585
3586
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
3586
3587
|
|
|
3587
3588
|
@x_kubernetes_list_type.setter
|
|
3588
|
-
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[str]]):
|
|
3589
|
+
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3589
3590
|
pulumi.set(self, "x_kubernetes_list_type", value)
|
|
3590
3591
|
|
|
3591
3592
|
@property
|
|
3592
3593
|
@pulumi.getter
|
|
3593
|
-
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[str]]:
|
|
3594
|
+
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3594
3595
|
"""
|
|
3595
3596
|
x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
3596
3597
|
|
|
@@ -3604,19 +3605,19 @@ class JSONSchemaPropsArgs:
|
|
|
3604
3605
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
3605
3606
|
|
|
3606
3607
|
@x_kubernetes_map_type.setter
|
|
3607
|
-
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[str]]):
|
|
3608
|
+
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3608
3609
|
pulumi.set(self, "x_kubernetes_map_type", value)
|
|
3609
3610
|
|
|
3610
3611
|
@property
|
|
3611
3612
|
@pulumi.getter
|
|
3612
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
|
|
3613
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3613
3614
|
"""
|
|
3614
3615
|
x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
3615
3616
|
"""
|
|
3616
3617
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
3617
3618
|
|
|
3618
3619
|
@x_kubernetes_preserve_unknown_fields.setter
|
|
3619
|
-
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
|
|
3620
|
+
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3620
3621
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
3621
3622
|
|
|
3622
3623
|
@property
|
|
@@ -3637,7 +3638,7 @@ if not MYPY:
|
|
|
3637
3638
|
"""
|
|
3638
3639
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
3639
3640
|
"""
|
|
3640
|
-
json_path: NotRequired[pulumi.Input[str]]
|
|
3641
|
+
json_path: NotRequired[pulumi.Input[builtins.str]]
|
|
3641
3642
|
"""
|
|
3642
3643
|
jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
3643
3644
|
"""
|
|
@@ -3647,24 +3648,24 @@ elif False:
|
|
|
3647
3648
|
@pulumi.input_type
|
|
3648
3649
|
class SelectableFieldPatchArgs:
|
|
3649
3650
|
def __init__(__self__, *,
|
|
3650
|
-
json_path: Optional[pulumi.Input[str]] = None):
|
|
3651
|
+
json_path: Optional[pulumi.Input[builtins.str]] = None):
|
|
3651
3652
|
"""
|
|
3652
3653
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
3653
|
-
:param pulumi.Input[str] json_path: jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
3654
|
+
:param pulumi.Input[builtins.str] json_path: jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
3654
3655
|
"""
|
|
3655
3656
|
if json_path is not None:
|
|
3656
3657
|
pulumi.set(__self__, "json_path", json_path)
|
|
3657
3658
|
|
|
3658
3659
|
@property
|
|
3659
3660
|
@pulumi.getter(name="jsonPath")
|
|
3660
|
-
def json_path(self) -> Optional[pulumi.Input[str]]:
|
|
3661
|
+
def json_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3661
3662
|
"""
|
|
3662
3663
|
jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
3663
3664
|
"""
|
|
3664
3665
|
return pulumi.get(self, "json_path")
|
|
3665
3666
|
|
|
3666
3667
|
@json_path.setter
|
|
3667
|
-
def json_path(self, value: Optional[pulumi.Input[str]]):
|
|
3668
|
+
def json_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3668
3669
|
pulumi.set(self, "json_path", value)
|
|
3669
3670
|
|
|
3670
3671
|
|
|
@@ -3673,7 +3674,7 @@ if not MYPY:
|
|
|
3673
3674
|
"""
|
|
3674
3675
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
3675
3676
|
"""
|
|
3676
|
-
json_path: pulumi.Input[str]
|
|
3677
|
+
json_path: pulumi.Input[builtins.str]
|
|
3677
3678
|
"""
|
|
3678
3679
|
jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
3679
3680
|
"""
|
|
@@ -3683,23 +3684,23 @@ elif False:
|
|
|
3683
3684
|
@pulumi.input_type
|
|
3684
3685
|
class SelectableFieldArgs:
|
|
3685
3686
|
def __init__(__self__, *,
|
|
3686
|
-
json_path: pulumi.Input[str]):
|
|
3687
|
+
json_path: pulumi.Input[builtins.str]):
|
|
3687
3688
|
"""
|
|
3688
3689
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
3689
|
-
:param pulumi.Input[str] json_path: jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
3690
|
+
:param pulumi.Input[builtins.str] json_path: jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
3690
3691
|
"""
|
|
3691
3692
|
pulumi.set(__self__, "json_path", json_path)
|
|
3692
3693
|
|
|
3693
3694
|
@property
|
|
3694
3695
|
@pulumi.getter(name="jsonPath")
|
|
3695
|
-
def json_path(self) -> pulumi.Input[str]:
|
|
3696
|
+
def json_path(self) -> pulumi.Input[builtins.str]:
|
|
3696
3697
|
"""
|
|
3697
3698
|
jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
3698
3699
|
"""
|
|
3699
3700
|
return pulumi.get(self, "json_path")
|
|
3700
3701
|
|
|
3701
3702
|
@json_path.setter
|
|
3702
|
-
def json_path(self, value: pulumi.Input[str]):
|
|
3703
|
+
def json_path(self, value: pulumi.Input[builtins.str]):
|
|
3703
3704
|
pulumi.set(self, "json_path", value)
|
|
3704
3705
|
|
|
3705
3706
|
|
|
@@ -3708,19 +3709,19 @@ if not MYPY:
|
|
|
3708
3709
|
"""
|
|
3709
3710
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3710
3711
|
"""
|
|
3711
|
-
name: NotRequired[pulumi.Input[str]]
|
|
3712
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
3712
3713
|
"""
|
|
3713
3714
|
name is the name of the service. Required
|
|
3714
3715
|
"""
|
|
3715
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
3716
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
3716
3717
|
"""
|
|
3717
3718
|
namespace is the namespace of the service. Required
|
|
3718
3719
|
"""
|
|
3719
|
-
path: NotRequired[pulumi.Input[str]]
|
|
3720
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
3720
3721
|
"""
|
|
3721
3722
|
path is an optional URL path at which the webhook will be contacted.
|
|
3722
3723
|
"""
|
|
3723
|
-
port: NotRequired[pulumi.Input[int]]
|
|
3724
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
|
3724
3725
|
"""
|
|
3725
3726
|
port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3726
3727
|
"""
|
|
@@ -3730,16 +3731,16 @@ elif False:
|
|
|
3730
3731
|
@pulumi.input_type
|
|
3731
3732
|
class ServiceReferencePatchArgs:
|
|
3732
3733
|
def __init__(__self__, *,
|
|
3733
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
3734
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
3735
|
-
path: Optional[pulumi.Input[str]] = None,
|
|
3736
|
-
port: Optional[pulumi.Input[int]] = None):
|
|
3734
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3735
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
3736
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
|
3737
|
+
port: Optional[pulumi.Input[builtins.int]] = None):
|
|
3737
3738
|
"""
|
|
3738
3739
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3739
|
-
:param pulumi.Input[str] name: name is the name of the service. Required
|
|
3740
|
-
:param pulumi.Input[str] namespace: namespace is the namespace of the service. Required
|
|
3741
|
-
:param pulumi.Input[str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3742
|
-
:param pulumi.Input[int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3740
|
+
:param pulumi.Input[builtins.str] name: name is the name of the service. Required
|
|
3741
|
+
:param pulumi.Input[builtins.str] namespace: namespace is the namespace of the service. Required
|
|
3742
|
+
:param pulumi.Input[builtins.str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3743
|
+
:param pulumi.Input[builtins.int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3743
3744
|
"""
|
|
3744
3745
|
if name is not None:
|
|
3745
3746
|
pulumi.set(__self__, "name", name)
|
|
@@ -3752,50 +3753,50 @@ class ServiceReferencePatchArgs:
|
|
|
3752
3753
|
|
|
3753
3754
|
@property
|
|
3754
3755
|
@pulumi.getter
|
|
3755
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
3756
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3756
3757
|
"""
|
|
3757
3758
|
name is the name of the service. Required
|
|
3758
3759
|
"""
|
|
3759
3760
|
return pulumi.get(self, "name")
|
|
3760
3761
|
|
|
3761
3762
|
@name.setter
|
|
3762
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
3763
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3763
3764
|
pulumi.set(self, "name", value)
|
|
3764
3765
|
|
|
3765
3766
|
@property
|
|
3766
3767
|
@pulumi.getter
|
|
3767
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
3768
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3768
3769
|
"""
|
|
3769
3770
|
namespace is the namespace of the service. Required
|
|
3770
3771
|
"""
|
|
3771
3772
|
return pulumi.get(self, "namespace")
|
|
3772
3773
|
|
|
3773
3774
|
@namespace.setter
|
|
3774
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
3775
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3775
3776
|
pulumi.set(self, "namespace", value)
|
|
3776
3777
|
|
|
3777
3778
|
@property
|
|
3778
3779
|
@pulumi.getter
|
|
3779
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
3780
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3780
3781
|
"""
|
|
3781
3782
|
path is an optional URL path at which the webhook will be contacted.
|
|
3782
3783
|
"""
|
|
3783
3784
|
return pulumi.get(self, "path")
|
|
3784
3785
|
|
|
3785
3786
|
@path.setter
|
|
3786
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
3787
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3787
3788
|
pulumi.set(self, "path", value)
|
|
3788
3789
|
|
|
3789
3790
|
@property
|
|
3790
3791
|
@pulumi.getter
|
|
3791
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
3792
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3792
3793
|
"""
|
|
3793
3794
|
port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3794
3795
|
"""
|
|
3795
3796
|
return pulumi.get(self, "port")
|
|
3796
3797
|
|
|
3797
3798
|
@port.setter
|
|
3798
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
3799
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3799
3800
|
pulumi.set(self, "port", value)
|
|
3800
3801
|
|
|
3801
3802
|
|
|
@@ -3804,19 +3805,19 @@ if not MYPY:
|
|
|
3804
3805
|
"""
|
|
3805
3806
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3806
3807
|
"""
|
|
3807
|
-
name: pulumi.Input[str]
|
|
3808
|
+
name: pulumi.Input[builtins.str]
|
|
3808
3809
|
"""
|
|
3809
3810
|
name is the name of the service. Required
|
|
3810
3811
|
"""
|
|
3811
|
-
namespace: pulumi.Input[str]
|
|
3812
|
+
namespace: pulumi.Input[builtins.str]
|
|
3812
3813
|
"""
|
|
3813
3814
|
namespace is the namespace of the service. Required
|
|
3814
3815
|
"""
|
|
3815
|
-
path: NotRequired[pulumi.Input[str]]
|
|
3816
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
3816
3817
|
"""
|
|
3817
3818
|
path is an optional URL path at which the webhook will be contacted.
|
|
3818
3819
|
"""
|
|
3819
|
-
port: NotRequired[pulumi.Input[int]]
|
|
3820
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
|
3820
3821
|
"""
|
|
3821
3822
|
port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3822
3823
|
"""
|
|
@@ -3826,16 +3827,16 @@ elif False:
|
|
|
3826
3827
|
@pulumi.input_type
|
|
3827
3828
|
class ServiceReferenceArgs:
|
|
3828
3829
|
def __init__(__self__, *,
|
|
3829
|
-
name: pulumi.Input[str],
|
|
3830
|
-
namespace: pulumi.Input[str],
|
|
3831
|
-
path: Optional[pulumi.Input[str]] = None,
|
|
3832
|
-
port: Optional[pulumi.Input[int]] = None):
|
|
3830
|
+
name: pulumi.Input[builtins.str],
|
|
3831
|
+
namespace: pulumi.Input[builtins.str],
|
|
3832
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
|
3833
|
+
port: Optional[pulumi.Input[builtins.int]] = None):
|
|
3833
3834
|
"""
|
|
3834
3835
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3835
|
-
:param pulumi.Input[str] name: name is the name of the service. Required
|
|
3836
|
-
:param pulumi.Input[str] namespace: namespace is the namespace of the service. Required
|
|
3837
|
-
:param pulumi.Input[str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3838
|
-
:param pulumi.Input[int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3836
|
+
:param pulumi.Input[builtins.str] name: name is the name of the service. Required
|
|
3837
|
+
:param pulumi.Input[builtins.str] namespace: namespace is the namespace of the service. Required
|
|
3838
|
+
:param pulumi.Input[builtins.str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3839
|
+
:param pulumi.Input[builtins.int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3839
3840
|
"""
|
|
3840
3841
|
pulumi.set(__self__, "name", name)
|
|
3841
3842
|
pulumi.set(__self__, "namespace", namespace)
|
|
@@ -3846,50 +3847,50 @@ class ServiceReferenceArgs:
|
|
|
3846
3847
|
|
|
3847
3848
|
@property
|
|
3848
3849
|
@pulumi.getter
|
|
3849
|
-
def name(self) -> pulumi.Input[str]:
|
|
3850
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
3850
3851
|
"""
|
|
3851
3852
|
name is the name of the service. Required
|
|
3852
3853
|
"""
|
|
3853
3854
|
return pulumi.get(self, "name")
|
|
3854
3855
|
|
|
3855
3856
|
@name.setter
|
|
3856
|
-
def name(self, value: pulumi.Input[str]):
|
|
3857
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
3857
3858
|
pulumi.set(self, "name", value)
|
|
3858
3859
|
|
|
3859
3860
|
@property
|
|
3860
3861
|
@pulumi.getter
|
|
3861
|
-
def namespace(self) -> pulumi.Input[str]:
|
|
3862
|
+
def namespace(self) -> pulumi.Input[builtins.str]:
|
|
3862
3863
|
"""
|
|
3863
3864
|
namespace is the namespace of the service. Required
|
|
3864
3865
|
"""
|
|
3865
3866
|
return pulumi.get(self, "namespace")
|
|
3866
3867
|
|
|
3867
3868
|
@namespace.setter
|
|
3868
|
-
def namespace(self, value: pulumi.Input[str]):
|
|
3869
|
+
def namespace(self, value: pulumi.Input[builtins.str]):
|
|
3869
3870
|
pulumi.set(self, "namespace", value)
|
|
3870
3871
|
|
|
3871
3872
|
@property
|
|
3872
3873
|
@pulumi.getter
|
|
3873
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
3874
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3874
3875
|
"""
|
|
3875
3876
|
path is an optional URL path at which the webhook will be contacted.
|
|
3876
3877
|
"""
|
|
3877
3878
|
return pulumi.get(self, "path")
|
|
3878
3879
|
|
|
3879
3880
|
@path.setter
|
|
3880
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
3881
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3881
3882
|
pulumi.set(self, "path", value)
|
|
3882
3883
|
|
|
3883
3884
|
@property
|
|
3884
3885
|
@pulumi.getter
|
|
3885
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
3886
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3886
3887
|
"""
|
|
3887
3888
|
port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3888
3889
|
"""
|
|
3889
3890
|
return pulumi.get(self, "port")
|
|
3890
3891
|
|
|
3891
3892
|
@port.setter
|
|
3892
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
3893
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3893
3894
|
pulumi.set(self, "port", value)
|
|
3894
3895
|
|
|
3895
3896
|
|
|
@@ -3898,19 +3899,19 @@ if not MYPY:
|
|
|
3898
3899
|
"""
|
|
3899
3900
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
3900
3901
|
"""
|
|
3901
|
-
field_path: NotRequired[pulumi.Input[str]]
|
|
3902
|
+
field_path: NotRequired[pulumi.Input[builtins.str]]
|
|
3902
3903
|
"""
|
|
3903
3904
|
fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
3904
3905
|
"""
|
|
3905
|
-
message: NotRequired[pulumi.Input[str]]
|
|
3906
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
3906
3907
|
"""
|
|
3907
3908
|
Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
3908
3909
|
"""
|
|
3909
|
-
message_expression: NotRequired[pulumi.Input[str]]
|
|
3910
|
+
message_expression: NotRequired[pulumi.Input[builtins.str]]
|
|
3910
3911
|
"""
|
|
3911
3912
|
MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
3912
3913
|
"""
|
|
3913
|
-
optional_old_self: NotRequired[pulumi.Input[bool]]
|
|
3914
|
+
optional_old_self: NotRequired[pulumi.Input[builtins.bool]]
|
|
3914
3915
|
"""
|
|
3915
3916
|
optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
3916
3917
|
|
|
@@ -3920,11 +3921,11 @@ if not MYPY:
|
|
|
3920
3921
|
|
|
3921
3922
|
May not be set unless `oldSelf` is used in `rule`.
|
|
3922
3923
|
"""
|
|
3923
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
3924
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
3924
3925
|
"""
|
|
3925
3926
|
reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
3926
3927
|
"""
|
|
3927
|
-
rule: NotRequired[pulumi.Input[str]]
|
|
3928
|
+
rule: NotRequired[pulumi.Input[builtins.str]]
|
|
3928
3929
|
"""
|
|
3929
3930
|
Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
3930
3931
|
|
|
@@ -3966,26 +3967,26 @@ elif False:
|
|
|
3966
3967
|
@pulumi.input_type
|
|
3967
3968
|
class ValidationRulePatchArgs:
|
|
3968
3969
|
def __init__(__self__, *,
|
|
3969
|
-
field_path: Optional[pulumi.Input[str]] = None,
|
|
3970
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
3971
|
-
message_expression: Optional[pulumi.Input[str]] = None,
|
|
3972
|
-
optional_old_self: Optional[pulumi.Input[bool]] = None,
|
|
3973
|
-
reason: Optional[pulumi.Input[str]] = None,
|
|
3974
|
-
rule: Optional[pulumi.Input[str]] = None):
|
|
3970
|
+
field_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
3971
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
3972
|
+
message_expression: Optional[pulumi.Input[builtins.str]] = None,
|
|
3973
|
+
optional_old_self: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3974
|
+
reason: Optional[pulumi.Input[builtins.str]] = None,
|
|
3975
|
+
rule: Optional[pulumi.Input[builtins.str]] = None):
|
|
3975
3976
|
"""
|
|
3976
3977
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
3977
|
-
:param pulumi.Input[str] field_path: fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
3978
|
-
:param pulumi.Input[str] message: Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
3979
|
-
:param pulumi.Input[str] message_expression: MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
3980
|
-
:param pulumi.Input[bool] optional_old_self: optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
3978
|
+
:param pulumi.Input[builtins.str] field_path: fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
3979
|
+
:param pulumi.Input[builtins.str] message: Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
3980
|
+
:param pulumi.Input[builtins.str] message_expression: MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
3981
|
+
:param pulumi.Input[builtins.bool] optional_old_self: optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
3981
3982
|
|
|
3982
3983
|
When enabled `oldSelf` will be a CEL optional whose value will be `None` if there is no old value, or when the object is initially created.
|
|
3983
3984
|
|
|
3984
3985
|
You may check for presence of oldSelf using `oldSelf.hasValue()` and unwrap it after checking using `oldSelf.value()`. Check the CEL documentation for Optional types for more information: https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
|
|
3985
3986
|
|
|
3986
3987
|
May not be set unless `oldSelf` is used in `rule`.
|
|
3987
|
-
:param pulumi.Input[str] reason: reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
3988
|
-
:param pulumi.Input[str] rule: Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
3988
|
+
:param pulumi.Input[builtins.str] reason: reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
3989
|
+
:param pulumi.Input[builtins.str] rule: Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
3989
3990
|
|
|
3990
3991
|
If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {"rule": "self.components['Widget'].priority < 10"} - Rule scoped to a list of integers: {"rule": "self.values.all(value, value >= 0 && value < 100)"} - Rule scoped to a string value: {"rule": "self.startsWith('kube')"}
|
|
3991
3992
|
|
|
@@ -4034,43 +4035,43 @@ class ValidationRulePatchArgs:
|
|
|
4034
4035
|
|
|
4035
4036
|
@property
|
|
4036
4037
|
@pulumi.getter(name="fieldPath")
|
|
4037
|
-
def field_path(self) -> Optional[pulumi.Input[str]]:
|
|
4038
|
+
def field_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4038
4039
|
"""
|
|
4039
4040
|
fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
4040
4041
|
"""
|
|
4041
4042
|
return pulumi.get(self, "field_path")
|
|
4042
4043
|
|
|
4043
4044
|
@field_path.setter
|
|
4044
|
-
def field_path(self, value: Optional[pulumi.Input[str]]):
|
|
4045
|
+
def field_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4045
4046
|
pulumi.set(self, "field_path", value)
|
|
4046
4047
|
|
|
4047
4048
|
@property
|
|
4048
4049
|
@pulumi.getter
|
|
4049
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
4050
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4050
4051
|
"""
|
|
4051
4052
|
Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
4052
4053
|
"""
|
|
4053
4054
|
return pulumi.get(self, "message")
|
|
4054
4055
|
|
|
4055
4056
|
@message.setter
|
|
4056
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
4057
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4057
4058
|
pulumi.set(self, "message", value)
|
|
4058
4059
|
|
|
4059
4060
|
@property
|
|
4060
4061
|
@pulumi.getter(name="messageExpression")
|
|
4061
|
-
def message_expression(self) -> Optional[pulumi.Input[str]]:
|
|
4062
|
+
def message_expression(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4062
4063
|
"""
|
|
4063
4064
|
MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
4064
4065
|
"""
|
|
4065
4066
|
return pulumi.get(self, "message_expression")
|
|
4066
4067
|
|
|
4067
4068
|
@message_expression.setter
|
|
4068
|
-
def message_expression(self, value: Optional[pulumi.Input[str]]):
|
|
4069
|
+
def message_expression(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4069
4070
|
pulumi.set(self, "message_expression", value)
|
|
4070
4071
|
|
|
4071
4072
|
@property
|
|
4072
4073
|
@pulumi.getter(name="optionalOldSelf")
|
|
4073
|
-
def optional_old_self(self) -> Optional[pulumi.Input[bool]]:
|
|
4074
|
+
def optional_old_self(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
4074
4075
|
"""
|
|
4075
4076
|
optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
4076
4077
|
|
|
@@ -4083,24 +4084,24 @@ class ValidationRulePatchArgs:
|
|
|
4083
4084
|
return pulumi.get(self, "optional_old_self")
|
|
4084
4085
|
|
|
4085
4086
|
@optional_old_self.setter
|
|
4086
|
-
def optional_old_self(self, value: Optional[pulumi.Input[bool]]):
|
|
4087
|
+
def optional_old_self(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
4087
4088
|
pulumi.set(self, "optional_old_self", value)
|
|
4088
4089
|
|
|
4089
4090
|
@property
|
|
4090
4091
|
@pulumi.getter
|
|
4091
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
4092
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4092
4093
|
"""
|
|
4093
4094
|
reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
4094
4095
|
"""
|
|
4095
4096
|
return pulumi.get(self, "reason")
|
|
4096
4097
|
|
|
4097
4098
|
@reason.setter
|
|
4098
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
4099
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4099
4100
|
pulumi.set(self, "reason", value)
|
|
4100
4101
|
|
|
4101
4102
|
@property
|
|
4102
4103
|
@pulumi.getter
|
|
4103
|
-
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
4104
|
+
def rule(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4104
4105
|
"""
|
|
4105
4106
|
Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
4106
4107
|
|
|
@@ -4139,7 +4140,7 @@ class ValidationRulePatchArgs:
|
|
|
4139
4140
|
return pulumi.get(self, "rule")
|
|
4140
4141
|
|
|
4141
4142
|
@rule.setter
|
|
4142
|
-
def rule(self, value: Optional[pulumi.Input[str]]):
|
|
4143
|
+
def rule(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4143
4144
|
pulumi.set(self, "rule", value)
|
|
4144
4145
|
|
|
4145
4146
|
|
|
@@ -4148,7 +4149,7 @@ if not MYPY:
|
|
|
4148
4149
|
"""
|
|
4149
4150
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
4150
4151
|
"""
|
|
4151
|
-
rule: pulumi.Input[str]
|
|
4152
|
+
rule: pulumi.Input[builtins.str]
|
|
4152
4153
|
"""
|
|
4153
4154
|
Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
4154
4155
|
|
|
@@ -4184,19 +4185,19 @@ if not MYPY:
|
|
|
4184
4185
|
|
|
4185
4186
|
Transition rules by default are applied only on UPDATE requests and are skipped if an old value could not be found. You can opt a transition rule into unconditional evaluation by setting `optionalOldSelf` to true.
|
|
4186
4187
|
"""
|
|
4187
|
-
field_path: NotRequired[pulumi.Input[str]]
|
|
4188
|
+
field_path: NotRequired[pulumi.Input[builtins.str]]
|
|
4188
4189
|
"""
|
|
4189
4190
|
fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
4190
4191
|
"""
|
|
4191
|
-
message: NotRequired[pulumi.Input[str]]
|
|
4192
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
4192
4193
|
"""
|
|
4193
4194
|
Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
4194
4195
|
"""
|
|
4195
|
-
message_expression: NotRequired[pulumi.Input[str]]
|
|
4196
|
+
message_expression: NotRequired[pulumi.Input[builtins.str]]
|
|
4196
4197
|
"""
|
|
4197
4198
|
MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
4198
4199
|
"""
|
|
4199
|
-
optional_old_self: NotRequired[pulumi.Input[bool]]
|
|
4200
|
+
optional_old_self: NotRequired[pulumi.Input[builtins.bool]]
|
|
4200
4201
|
"""
|
|
4201
4202
|
optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
4202
4203
|
|
|
@@ -4206,7 +4207,7 @@ if not MYPY:
|
|
|
4206
4207
|
|
|
4207
4208
|
May not be set unless `oldSelf` is used in `rule`.
|
|
4208
4209
|
"""
|
|
4209
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
4210
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
4210
4211
|
"""
|
|
4211
4212
|
reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
4212
4213
|
"""
|
|
@@ -4216,15 +4217,15 @@ elif False:
|
|
|
4216
4217
|
@pulumi.input_type
|
|
4217
4218
|
class ValidationRuleArgs:
|
|
4218
4219
|
def __init__(__self__, *,
|
|
4219
|
-
rule: pulumi.Input[str],
|
|
4220
|
-
field_path: Optional[pulumi.Input[str]] = None,
|
|
4221
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
4222
|
-
message_expression: Optional[pulumi.Input[str]] = None,
|
|
4223
|
-
optional_old_self: Optional[pulumi.Input[bool]] = None,
|
|
4224
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
4220
|
+
rule: pulumi.Input[builtins.str],
|
|
4221
|
+
field_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
4222
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
4223
|
+
message_expression: Optional[pulumi.Input[builtins.str]] = None,
|
|
4224
|
+
optional_old_self: Optional[pulumi.Input[builtins.bool]] = None,
|
|
4225
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
4225
4226
|
"""
|
|
4226
4227
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
4227
|
-
:param pulumi.Input[str] rule: Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
4228
|
+
:param pulumi.Input[builtins.str] rule: Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
4228
4229
|
|
|
4229
4230
|
If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {"rule": "self.components['Widget'].priority < 10"} - Rule scoped to a list of integers: {"rule": "self.values.all(value, value >= 0 && value < 100)"} - Rule scoped to a string value: {"rule": "self.startsWith('kube')"}
|
|
4230
4231
|
|
|
@@ -4257,17 +4258,17 @@ class ValidationRuleArgs:
|
|
|
4257
4258
|
See the documentation for the `optionalOldSelf` field for details.
|
|
4258
4259
|
|
|
4259
4260
|
Transition rules by default are applied only on UPDATE requests and are skipped if an old value could not be found. You can opt a transition rule into unconditional evaluation by setting `optionalOldSelf` to true.
|
|
4260
|
-
:param pulumi.Input[str] field_path: fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
4261
|
-
:param pulumi.Input[str] message: Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
4262
|
-
:param pulumi.Input[str] message_expression: MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
4263
|
-
:param pulumi.Input[bool] optional_old_self: optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
4261
|
+
:param pulumi.Input[builtins.str] field_path: fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
4262
|
+
:param pulumi.Input[builtins.str] message: Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
4263
|
+
:param pulumi.Input[builtins.str] message_expression: MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
4264
|
+
:param pulumi.Input[builtins.bool] optional_old_self: optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
4264
4265
|
|
|
4265
4266
|
When enabled `oldSelf` will be a CEL optional whose value will be `None` if there is no old value, or when the object is initially created.
|
|
4266
4267
|
|
|
4267
4268
|
You may check for presence of oldSelf using `oldSelf.hasValue()` and unwrap it after checking using `oldSelf.value()`. Check the CEL documentation for Optional types for more information: https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
|
|
4268
4269
|
|
|
4269
4270
|
May not be set unless `oldSelf` is used in `rule`.
|
|
4270
|
-
:param pulumi.Input[str] reason: reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
4271
|
+
:param pulumi.Input[builtins.str] reason: reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
4271
4272
|
"""
|
|
4272
4273
|
pulumi.set(__self__, "rule", rule)
|
|
4273
4274
|
if field_path is not None:
|
|
@@ -4283,7 +4284,7 @@ class ValidationRuleArgs:
|
|
|
4283
4284
|
|
|
4284
4285
|
@property
|
|
4285
4286
|
@pulumi.getter
|
|
4286
|
-
def rule(self) -> pulumi.Input[str]:
|
|
4287
|
+
def rule(self) -> pulumi.Input[builtins.str]:
|
|
4287
4288
|
"""
|
|
4288
4289
|
Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
4289
4290
|
|
|
@@ -4322,48 +4323,48 @@ class ValidationRuleArgs:
|
|
|
4322
4323
|
return pulumi.get(self, "rule")
|
|
4323
4324
|
|
|
4324
4325
|
@rule.setter
|
|
4325
|
-
def rule(self, value: pulumi.Input[str]):
|
|
4326
|
+
def rule(self, value: pulumi.Input[builtins.str]):
|
|
4326
4327
|
pulumi.set(self, "rule", value)
|
|
4327
4328
|
|
|
4328
4329
|
@property
|
|
4329
4330
|
@pulumi.getter(name="fieldPath")
|
|
4330
|
-
def field_path(self) -> Optional[pulumi.Input[str]]:
|
|
4331
|
+
def field_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4331
4332
|
"""
|
|
4332
4333
|
fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
4333
4334
|
"""
|
|
4334
4335
|
return pulumi.get(self, "field_path")
|
|
4335
4336
|
|
|
4336
4337
|
@field_path.setter
|
|
4337
|
-
def field_path(self, value: Optional[pulumi.Input[str]]):
|
|
4338
|
+
def field_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4338
4339
|
pulumi.set(self, "field_path", value)
|
|
4339
4340
|
|
|
4340
4341
|
@property
|
|
4341
4342
|
@pulumi.getter
|
|
4342
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
4343
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4343
4344
|
"""
|
|
4344
4345
|
Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
4345
4346
|
"""
|
|
4346
4347
|
return pulumi.get(self, "message")
|
|
4347
4348
|
|
|
4348
4349
|
@message.setter
|
|
4349
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
4350
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4350
4351
|
pulumi.set(self, "message", value)
|
|
4351
4352
|
|
|
4352
4353
|
@property
|
|
4353
4354
|
@pulumi.getter(name="messageExpression")
|
|
4354
|
-
def message_expression(self) -> Optional[pulumi.Input[str]]:
|
|
4355
|
+
def message_expression(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4355
4356
|
"""
|
|
4356
4357
|
MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
4357
4358
|
"""
|
|
4358
4359
|
return pulumi.get(self, "message_expression")
|
|
4359
4360
|
|
|
4360
4361
|
@message_expression.setter
|
|
4361
|
-
def message_expression(self, value: Optional[pulumi.Input[str]]):
|
|
4362
|
+
def message_expression(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4362
4363
|
pulumi.set(self, "message_expression", value)
|
|
4363
4364
|
|
|
4364
4365
|
@property
|
|
4365
4366
|
@pulumi.getter(name="optionalOldSelf")
|
|
4366
|
-
def optional_old_self(self) -> Optional[pulumi.Input[bool]]:
|
|
4367
|
+
def optional_old_self(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
4367
4368
|
"""
|
|
4368
4369
|
optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
4369
4370
|
|
|
@@ -4376,19 +4377,19 @@ class ValidationRuleArgs:
|
|
|
4376
4377
|
return pulumi.get(self, "optional_old_self")
|
|
4377
4378
|
|
|
4378
4379
|
@optional_old_self.setter
|
|
4379
|
-
def optional_old_self(self, value: Optional[pulumi.Input[bool]]):
|
|
4380
|
+
def optional_old_self(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
4380
4381
|
pulumi.set(self, "optional_old_self", value)
|
|
4381
4382
|
|
|
4382
4383
|
@property
|
|
4383
4384
|
@pulumi.getter
|
|
4384
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
4385
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4385
4386
|
"""
|
|
4386
4387
|
reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
4387
4388
|
"""
|
|
4388
4389
|
return pulumi.get(self, "reason")
|
|
4389
4390
|
|
|
4390
4391
|
@reason.setter
|
|
4391
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
4392
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4392
4393
|
pulumi.set(self, "reason", value)
|
|
4393
4394
|
|
|
4394
4395
|
|
|
@@ -4397,7 +4398,7 @@ if not MYPY:
|
|
|
4397
4398
|
"""
|
|
4398
4399
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4399
4400
|
"""
|
|
4400
|
-
ca_bundle: NotRequired[pulumi.Input[str]]
|
|
4401
|
+
ca_bundle: NotRequired[pulumi.Input[builtins.str]]
|
|
4401
4402
|
"""
|
|
4402
4403
|
caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4403
4404
|
"""
|
|
@@ -4407,7 +4408,7 @@ if not MYPY:
|
|
|
4407
4408
|
|
|
4408
4409
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4409
4410
|
"""
|
|
4410
|
-
url: NotRequired[pulumi.Input[str]]
|
|
4411
|
+
url: NotRequired[pulumi.Input[builtins.str]]
|
|
4411
4412
|
"""
|
|
4412
4413
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4413
4414
|
|
|
@@ -4427,16 +4428,16 @@ elif False:
|
|
|
4427
4428
|
@pulumi.input_type
|
|
4428
4429
|
class WebhookClientConfigPatchArgs:
|
|
4429
4430
|
def __init__(__self__, *,
|
|
4430
|
-
ca_bundle: Optional[pulumi.Input[str]] = None,
|
|
4431
|
+
ca_bundle: Optional[pulumi.Input[builtins.str]] = None,
|
|
4431
4432
|
service: Optional[pulumi.Input['ServiceReferencePatchArgs']] = None,
|
|
4432
|
-
url: Optional[pulumi.Input[str]] = None):
|
|
4433
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
|
4433
4434
|
"""
|
|
4434
4435
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4435
|
-
:param pulumi.Input[str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4436
|
+
:param pulumi.Input[builtins.str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4436
4437
|
:param pulumi.Input['ServiceReferencePatchArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
4437
4438
|
|
|
4438
4439
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4439
|
-
:param pulumi.Input[str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4440
|
+
:param pulumi.Input[builtins.str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4440
4441
|
|
|
4441
4442
|
The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.
|
|
4442
4443
|
|
|
@@ -4457,14 +4458,14 @@ class WebhookClientConfigPatchArgs:
|
|
|
4457
4458
|
|
|
4458
4459
|
@property
|
|
4459
4460
|
@pulumi.getter(name="caBundle")
|
|
4460
|
-
def ca_bundle(self) -> Optional[pulumi.Input[str]]:
|
|
4461
|
+
def ca_bundle(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4461
4462
|
"""
|
|
4462
4463
|
caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4463
4464
|
"""
|
|
4464
4465
|
return pulumi.get(self, "ca_bundle")
|
|
4465
4466
|
|
|
4466
4467
|
@ca_bundle.setter
|
|
4467
|
-
def ca_bundle(self, value: Optional[pulumi.Input[str]]):
|
|
4468
|
+
def ca_bundle(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4468
4469
|
pulumi.set(self, "ca_bundle", value)
|
|
4469
4470
|
|
|
4470
4471
|
@property
|
|
@@ -4483,7 +4484,7 @@ class WebhookClientConfigPatchArgs:
|
|
|
4483
4484
|
|
|
4484
4485
|
@property
|
|
4485
4486
|
@pulumi.getter
|
|
4486
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
|
4487
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4487
4488
|
"""
|
|
4488
4489
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4489
4490
|
|
|
@@ -4500,7 +4501,7 @@ class WebhookClientConfigPatchArgs:
|
|
|
4500
4501
|
return pulumi.get(self, "url")
|
|
4501
4502
|
|
|
4502
4503
|
@url.setter
|
|
4503
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
|
4504
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4504
4505
|
pulumi.set(self, "url", value)
|
|
4505
4506
|
|
|
4506
4507
|
|
|
@@ -4509,7 +4510,7 @@ if not MYPY:
|
|
|
4509
4510
|
"""
|
|
4510
4511
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4511
4512
|
"""
|
|
4512
|
-
ca_bundle: NotRequired[pulumi.Input[str]]
|
|
4513
|
+
ca_bundle: NotRequired[pulumi.Input[builtins.str]]
|
|
4513
4514
|
"""
|
|
4514
4515
|
caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4515
4516
|
"""
|
|
@@ -4519,7 +4520,7 @@ if not MYPY:
|
|
|
4519
4520
|
|
|
4520
4521
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4521
4522
|
"""
|
|
4522
|
-
url: NotRequired[pulumi.Input[str]]
|
|
4523
|
+
url: NotRequired[pulumi.Input[builtins.str]]
|
|
4523
4524
|
"""
|
|
4524
4525
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4525
4526
|
|
|
@@ -4539,16 +4540,16 @@ elif False:
|
|
|
4539
4540
|
@pulumi.input_type
|
|
4540
4541
|
class WebhookClientConfigArgs:
|
|
4541
4542
|
def __init__(__self__, *,
|
|
4542
|
-
ca_bundle: Optional[pulumi.Input[str]] = None,
|
|
4543
|
+
ca_bundle: Optional[pulumi.Input[builtins.str]] = None,
|
|
4543
4544
|
service: Optional[pulumi.Input['ServiceReferenceArgs']] = None,
|
|
4544
|
-
url: Optional[pulumi.Input[str]] = None):
|
|
4545
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
|
4545
4546
|
"""
|
|
4546
4547
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4547
|
-
:param pulumi.Input[str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4548
|
+
:param pulumi.Input[builtins.str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4548
4549
|
:param pulumi.Input['ServiceReferenceArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
4549
4550
|
|
|
4550
4551
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4551
|
-
:param pulumi.Input[str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4552
|
+
:param pulumi.Input[builtins.str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4552
4553
|
|
|
4553
4554
|
The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address.
|
|
4554
4555
|
|
|
@@ -4569,14 +4570,14 @@ class WebhookClientConfigArgs:
|
|
|
4569
4570
|
|
|
4570
4571
|
@property
|
|
4571
4572
|
@pulumi.getter(name="caBundle")
|
|
4572
|
-
def ca_bundle(self) -> Optional[pulumi.Input[str]]:
|
|
4573
|
+
def ca_bundle(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4573
4574
|
"""
|
|
4574
4575
|
caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4575
4576
|
"""
|
|
4576
4577
|
return pulumi.get(self, "ca_bundle")
|
|
4577
4578
|
|
|
4578
4579
|
@ca_bundle.setter
|
|
4579
|
-
def ca_bundle(self, value: Optional[pulumi.Input[str]]):
|
|
4580
|
+
def ca_bundle(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4580
4581
|
pulumi.set(self, "ca_bundle", value)
|
|
4581
4582
|
|
|
4582
4583
|
@property
|
|
@@ -4595,7 +4596,7 @@ class WebhookClientConfigArgs:
|
|
|
4595
4596
|
|
|
4596
4597
|
@property
|
|
4597
4598
|
@pulumi.getter
|
|
4598
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
|
4599
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4599
4600
|
"""
|
|
4600
4601
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4601
4602
|
|
|
@@ -4612,7 +4613,7 @@ class WebhookClientConfigArgs:
|
|
|
4612
4613
|
return pulumi.get(self, "url")
|
|
4613
4614
|
|
|
4614
4615
|
@url.setter
|
|
4615
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
|
4616
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4616
4617
|
pulumi.set(self, "url", value)
|
|
4617
4618
|
|
|
4618
4619
|
|
|
@@ -4625,7 +4626,7 @@ if not MYPY:
|
|
|
4625
4626
|
"""
|
|
4626
4627
|
clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
|
|
4627
4628
|
"""
|
|
4628
|
-
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
4629
|
+
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
4629
4630
|
"""
|
|
4630
4631
|
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
|
|
4631
4632
|
"""
|
|
@@ -4636,11 +4637,11 @@ elif False:
|
|
|
4636
4637
|
class WebhookConversionPatchArgs:
|
|
4637
4638
|
def __init__(__self__, *,
|
|
4638
4639
|
client_config: Optional[pulumi.Input['WebhookClientConfigPatchArgs']] = None,
|
|
4639
|
-
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
4640
|
+
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
4640
4641
|
"""
|
|
4641
4642
|
WebhookConversion describes how to call a conversion webhook
|
|
4642
4643
|
:param pulumi.Input['WebhookClientConfigPatchArgs'] client_config: clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
|
|
4643
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
|
|
4644
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
|
|
4644
4645
|
"""
|
|
4645
4646
|
if client_config is not None:
|
|
4646
4647
|
pulumi.set(__self__, "client_config", client_config)
|
|
@@ -4661,14 +4662,14 @@ class WebhookConversionPatchArgs:
|
|
|
4661
4662
|
|
|
4662
4663
|
@property
|
|
4663
4664
|
@pulumi.getter(name="conversionReviewVersions")
|
|
4664
|
-
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
4665
|
+
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
4665
4666
|
"""
|
|
4666
4667
|
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
|
|
4667
4668
|
"""
|
|
4668
4669
|
return pulumi.get(self, "conversion_review_versions")
|
|
4669
4670
|
|
|
4670
4671
|
@conversion_review_versions.setter
|
|
4671
|
-
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
4672
|
+
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
4672
4673
|
pulumi.set(self, "conversion_review_versions", value)
|
|
4673
4674
|
|
|
4674
4675
|
|
|
@@ -4677,7 +4678,7 @@ if not MYPY:
|
|
|
4677
4678
|
"""
|
|
4678
4679
|
WebhookConversion describes how to call a conversion webhook
|
|
4679
4680
|
"""
|
|
4680
|
-
conversion_review_versions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
4681
|
+
conversion_review_versions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
4681
4682
|
"""
|
|
4682
4683
|
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
|
|
4683
4684
|
"""
|
|
@@ -4691,11 +4692,11 @@ elif False:
|
|
|
4691
4692
|
@pulumi.input_type
|
|
4692
4693
|
class WebhookConversionArgs:
|
|
4693
4694
|
def __init__(__self__, *,
|
|
4694
|
-
conversion_review_versions: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
4695
|
+
conversion_review_versions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
4695
4696
|
client_config: Optional[pulumi.Input['WebhookClientConfigArgs']] = None):
|
|
4696
4697
|
"""
|
|
4697
4698
|
WebhookConversion describes how to call a conversion webhook
|
|
4698
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
|
|
4699
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
|
|
4699
4700
|
:param pulumi.Input['WebhookClientConfigArgs'] client_config: clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
|
|
4700
4701
|
"""
|
|
4701
4702
|
pulumi.set(__self__, "conversion_review_versions", conversion_review_versions)
|
|
@@ -4704,14 +4705,14 @@ class WebhookConversionArgs:
|
|
|
4704
4705
|
|
|
4705
4706
|
@property
|
|
4706
4707
|
@pulumi.getter(name="conversionReviewVersions")
|
|
4707
|
-
def conversion_review_versions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
4708
|
+
def conversion_review_versions(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
4708
4709
|
"""
|
|
4709
4710
|
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.
|
|
4710
4711
|
"""
|
|
4711
4712
|
return pulumi.get(self, "conversion_review_versions")
|
|
4712
4713
|
|
|
4713
4714
|
@conversion_review_versions.setter
|
|
4714
|
-
def conversion_review_versions(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
4715
|
+
def conversion_review_versions(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
4715
4716
|
pulumi.set(self, "conversion_review_versions", value)
|
|
4716
4717
|
|
|
4717
4718
|
@property
|