pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753121506__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 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +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
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -92,27 +91,27 @@ if not MYPY:
|
|
|
92
91
|
"""
|
|
93
92
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
94
93
|
"""
|
|
95
|
-
description: NotRequired[pulumi.Input[
|
|
94
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
96
95
|
"""
|
|
97
96
|
description is a human readable description of this column.
|
|
98
97
|
"""
|
|
99
|
-
format: NotRequired[pulumi.Input[
|
|
98
|
+
format: NotRequired[pulumi.Input[_builtins.str]]
|
|
100
99
|
"""
|
|
101
100
|
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.
|
|
102
101
|
"""
|
|
103
|
-
json_path: NotRequired[pulumi.Input[
|
|
102
|
+
json_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
104
103
|
"""
|
|
105
104
|
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.
|
|
106
105
|
"""
|
|
107
|
-
name: NotRequired[pulumi.Input[
|
|
106
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
108
107
|
"""
|
|
109
108
|
name is a human readable name for the column.
|
|
110
109
|
"""
|
|
111
|
-
priority: NotRequired[pulumi.Input[
|
|
110
|
+
priority: NotRequired[pulumi.Input[_builtins.int]]
|
|
112
111
|
"""
|
|
113
112
|
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.
|
|
114
113
|
"""
|
|
115
|
-
type: NotRequired[pulumi.Input[
|
|
114
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
116
115
|
"""
|
|
117
116
|
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.
|
|
118
117
|
"""
|
|
@@ -122,20 +121,20 @@ elif False:
|
|
|
122
121
|
@pulumi.input_type
|
|
123
122
|
class CustomResourceColumnDefinitionPatchArgs:
|
|
124
123
|
def __init__(__self__, *,
|
|
125
|
-
description: Optional[pulumi.Input[
|
|
126
|
-
format: Optional[pulumi.Input[
|
|
127
|
-
json_path: Optional[pulumi.Input[
|
|
128
|
-
name: Optional[pulumi.Input[
|
|
129
|
-
priority: Optional[pulumi.Input[
|
|
130
|
-
type: Optional[pulumi.Input[
|
|
124
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
125
|
+
format: Optional[pulumi.Input[_builtins.str]] = None,
|
|
126
|
+
json_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
127
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
128
|
+
priority: Optional[pulumi.Input[_builtins.int]] = None,
|
|
129
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
131
130
|
"""
|
|
132
131
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
133
|
-
:param pulumi.Input[
|
|
134
|
-
:param pulumi.Input[
|
|
135
|
-
:param pulumi.Input[
|
|
136
|
-
:param pulumi.Input[
|
|
137
|
-
:param pulumi.Input[
|
|
138
|
-
:param pulumi.Input[
|
|
132
|
+
:param pulumi.Input[_builtins.str] description: description is a human readable description of this column.
|
|
133
|
+
: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.
|
|
134
|
+
: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.
|
|
135
|
+
:param pulumi.Input[_builtins.str] name: name is a human readable name for the column.
|
|
136
|
+
: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.
|
|
137
|
+
: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.
|
|
139
138
|
"""
|
|
140
139
|
if description is not None:
|
|
141
140
|
pulumi.set(__self__, "description", description)
|
|
@@ -150,76 +149,76 @@ class CustomResourceColumnDefinitionPatchArgs:
|
|
|
150
149
|
if type is not None:
|
|
151
150
|
pulumi.set(__self__, "type", type)
|
|
152
151
|
|
|
153
|
-
@property
|
|
152
|
+
@_builtins.property
|
|
154
153
|
@pulumi.getter
|
|
155
|
-
def description(self) -> Optional[pulumi.Input[
|
|
154
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
156
155
|
"""
|
|
157
156
|
description is a human readable description of this column.
|
|
158
157
|
"""
|
|
159
158
|
return pulumi.get(self, "description")
|
|
160
159
|
|
|
161
160
|
@description.setter
|
|
162
|
-
def description(self, value: Optional[pulumi.Input[
|
|
161
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
163
162
|
pulumi.set(self, "description", value)
|
|
164
163
|
|
|
165
|
-
@property
|
|
164
|
+
@_builtins.property
|
|
166
165
|
@pulumi.getter
|
|
167
|
-
def format(self) -> Optional[pulumi.Input[
|
|
166
|
+
def format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
168
167
|
"""
|
|
169
168
|
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.
|
|
170
169
|
"""
|
|
171
170
|
return pulumi.get(self, "format")
|
|
172
171
|
|
|
173
172
|
@format.setter
|
|
174
|
-
def format(self, value: Optional[pulumi.Input[
|
|
173
|
+
def format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
175
174
|
pulumi.set(self, "format", value)
|
|
176
175
|
|
|
177
|
-
@property
|
|
176
|
+
@_builtins.property
|
|
178
177
|
@pulumi.getter(name="jsonPath")
|
|
179
|
-
def json_path(self) -> Optional[pulumi.Input[
|
|
178
|
+
def json_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
180
179
|
"""
|
|
181
180
|
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.
|
|
182
181
|
"""
|
|
183
182
|
return pulumi.get(self, "json_path")
|
|
184
183
|
|
|
185
184
|
@json_path.setter
|
|
186
|
-
def json_path(self, value: Optional[pulumi.Input[
|
|
185
|
+
def json_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
187
186
|
pulumi.set(self, "json_path", value)
|
|
188
187
|
|
|
189
|
-
@property
|
|
188
|
+
@_builtins.property
|
|
190
189
|
@pulumi.getter
|
|
191
|
-
def name(self) -> Optional[pulumi.Input[
|
|
190
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
192
191
|
"""
|
|
193
192
|
name is a human readable name for the column.
|
|
194
193
|
"""
|
|
195
194
|
return pulumi.get(self, "name")
|
|
196
195
|
|
|
197
196
|
@name.setter
|
|
198
|
-
def name(self, value: Optional[pulumi.Input[
|
|
197
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
199
198
|
pulumi.set(self, "name", value)
|
|
200
199
|
|
|
201
|
-
@property
|
|
200
|
+
@_builtins.property
|
|
202
201
|
@pulumi.getter
|
|
203
|
-
def priority(self) -> Optional[pulumi.Input[
|
|
202
|
+
def priority(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
204
203
|
"""
|
|
205
204
|
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.
|
|
206
205
|
"""
|
|
207
206
|
return pulumi.get(self, "priority")
|
|
208
207
|
|
|
209
208
|
@priority.setter
|
|
210
|
-
def priority(self, value: Optional[pulumi.Input[
|
|
209
|
+
def priority(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
211
210
|
pulumi.set(self, "priority", value)
|
|
212
211
|
|
|
213
|
-
@property
|
|
212
|
+
@_builtins.property
|
|
214
213
|
@pulumi.getter
|
|
215
|
-
def type(self) -> Optional[pulumi.Input[
|
|
214
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
216
215
|
"""
|
|
217
216
|
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.
|
|
218
217
|
"""
|
|
219
218
|
return pulumi.get(self, "type")
|
|
220
219
|
|
|
221
220
|
@type.setter
|
|
222
|
-
def type(self, value: Optional[pulumi.Input[
|
|
221
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
223
222
|
pulumi.set(self, "type", value)
|
|
224
223
|
|
|
225
224
|
|
|
@@ -228,27 +227,27 @@ if not MYPY:
|
|
|
228
227
|
"""
|
|
229
228
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
230
229
|
"""
|
|
231
|
-
json_path: pulumi.Input[
|
|
230
|
+
json_path: pulumi.Input[_builtins.str]
|
|
232
231
|
"""
|
|
233
232
|
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.
|
|
234
233
|
"""
|
|
235
|
-
name: pulumi.Input[
|
|
234
|
+
name: pulumi.Input[_builtins.str]
|
|
236
235
|
"""
|
|
237
236
|
name is a human readable name for the column.
|
|
238
237
|
"""
|
|
239
|
-
type: pulumi.Input[
|
|
238
|
+
type: pulumi.Input[_builtins.str]
|
|
240
239
|
"""
|
|
241
240
|
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.
|
|
242
241
|
"""
|
|
243
|
-
description: NotRequired[pulumi.Input[
|
|
242
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
244
243
|
"""
|
|
245
244
|
description is a human readable description of this column.
|
|
246
245
|
"""
|
|
247
|
-
format: NotRequired[pulumi.Input[
|
|
246
|
+
format: NotRequired[pulumi.Input[_builtins.str]]
|
|
248
247
|
"""
|
|
249
248
|
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.
|
|
250
249
|
"""
|
|
251
|
-
priority: NotRequired[pulumi.Input[
|
|
250
|
+
priority: NotRequired[pulumi.Input[_builtins.int]]
|
|
252
251
|
"""
|
|
253
252
|
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.
|
|
254
253
|
"""
|
|
@@ -258,20 +257,20 @@ elif False:
|
|
|
258
257
|
@pulumi.input_type
|
|
259
258
|
class CustomResourceColumnDefinitionArgs:
|
|
260
259
|
def __init__(__self__, *,
|
|
261
|
-
json_path: pulumi.Input[
|
|
262
|
-
name: pulumi.Input[
|
|
263
|
-
type: pulumi.Input[
|
|
264
|
-
description: Optional[pulumi.Input[
|
|
265
|
-
format: Optional[pulumi.Input[
|
|
266
|
-
priority: Optional[pulumi.Input[
|
|
260
|
+
json_path: pulumi.Input[_builtins.str],
|
|
261
|
+
name: pulumi.Input[_builtins.str],
|
|
262
|
+
type: pulumi.Input[_builtins.str],
|
|
263
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
264
|
+
format: Optional[pulumi.Input[_builtins.str]] = None,
|
|
265
|
+
priority: Optional[pulumi.Input[_builtins.int]] = None):
|
|
267
266
|
"""
|
|
268
267
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
269
|
-
:param pulumi.Input[
|
|
270
|
-
:param pulumi.Input[
|
|
271
|
-
:param pulumi.Input[
|
|
272
|
-
:param pulumi.Input[
|
|
273
|
-
:param pulumi.Input[
|
|
274
|
-
:param pulumi.Input[
|
|
268
|
+
: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.
|
|
269
|
+
:param pulumi.Input[_builtins.str] name: name is a human readable name for the column.
|
|
270
|
+
: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.
|
|
271
|
+
:param pulumi.Input[_builtins.str] description: description is a human readable description of this column.
|
|
272
|
+
: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.
|
|
273
|
+
: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.
|
|
275
274
|
"""
|
|
276
275
|
pulumi.set(__self__, "json_path", json_path)
|
|
277
276
|
pulumi.set(__self__, "name", name)
|
|
@@ -283,76 +282,76 @@ class CustomResourceColumnDefinitionArgs:
|
|
|
283
282
|
if priority is not None:
|
|
284
283
|
pulumi.set(__self__, "priority", priority)
|
|
285
284
|
|
|
286
|
-
@property
|
|
285
|
+
@_builtins.property
|
|
287
286
|
@pulumi.getter(name="jsonPath")
|
|
288
|
-
def json_path(self) -> pulumi.Input[
|
|
287
|
+
def json_path(self) -> pulumi.Input[_builtins.str]:
|
|
289
288
|
"""
|
|
290
289
|
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.
|
|
291
290
|
"""
|
|
292
291
|
return pulumi.get(self, "json_path")
|
|
293
292
|
|
|
294
293
|
@json_path.setter
|
|
295
|
-
def json_path(self, value: pulumi.Input[
|
|
294
|
+
def json_path(self, value: pulumi.Input[_builtins.str]):
|
|
296
295
|
pulumi.set(self, "json_path", value)
|
|
297
296
|
|
|
298
|
-
@property
|
|
297
|
+
@_builtins.property
|
|
299
298
|
@pulumi.getter
|
|
300
|
-
def name(self) -> pulumi.Input[
|
|
299
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
301
300
|
"""
|
|
302
301
|
name is a human readable name for the column.
|
|
303
302
|
"""
|
|
304
303
|
return pulumi.get(self, "name")
|
|
305
304
|
|
|
306
305
|
@name.setter
|
|
307
|
-
def name(self, value: pulumi.Input[
|
|
306
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
308
307
|
pulumi.set(self, "name", value)
|
|
309
308
|
|
|
310
|
-
@property
|
|
309
|
+
@_builtins.property
|
|
311
310
|
@pulumi.getter
|
|
312
|
-
def type(self) -> pulumi.Input[
|
|
311
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
313
312
|
"""
|
|
314
313
|
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.
|
|
315
314
|
"""
|
|
316
315
|
return pulumi.get(self, "type")
|
|
317
316
|
|
|
318
317
|
@type.setter
|
|
319
|
-
def type(self, value: pulumi.Input[
|
|
318
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
320
319
|
pulumi.set(self, "type", value)
|
|
321
320
|
|
|
322
|
-
@property
|
|
321
|
+
@_builtins.property
|
|
323
322
|
@pulumi.getter
|
|
324
|
-
def description(self) -> Optional[pulumi.Input[
|
|
323
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
325
324
|
"""
|
|
326
325
|
description is a human readable description of this column.
|
|
327
326
|
"""
|
|
328
327
|
return pulumi.get(self, "description")
|
|
329
328
|
|
|
330
329
|
@description.setter
|
|
331
|
-
def description(self, value: Optional[pulumi.Input[
|
|
330
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
332
331
|
pulumi.set(self, "description", value)
|
|
333
332
|
|
|
334
|
-
@property
|
|
333
|
+
@_builtins.property
|
|
335
334
|
@pulumi.getter
|
|
336
|
-
def format(self) -> Optional[pulumi.Input[
|
|
335
|
+
def format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
337
336
|
"""
|
|
338
337
|
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.
|
|
339
338
|
"""
|
|
340
339
|
return pulumi.get(self, "format")
|
|
341
340
|
|
|
342
341
|
@format.setter
|
|
343
|
-
def format(self, value: Optional[pulumi.Input[
|
|
342
|
+
def format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
344
343
|
pulumi.set(self, "format", value)
|
|
345
344
|
|
|
346
|
-
@property
|
|
345
|
+
@_builtins.property
|
|
347
346
|
@pulumi.getter
|
|
348
|
-
def priority(self) -> Optional[pulumi.Input[
|
|
347
|
+
def priority(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
349
348
|
"""
|
|
350
349
|
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.
|
|
351
350
|
"""
|
|
352
351
|
return pulumi.get(self, "priority")
|
|
353
352
|
|
|
354
353
|
@priority.setter
|
|
355
|
-
def priority(self, value: Optional[pulumi.Input[
|
|
354
|
+
def priority(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
356
355
|
pulumi.set(self, "priority", value)
|
|
357
356
|
|
|
358
357
|
|
|
@@ -361,7 +360,7 @@ if not MYPY:
|
|
|
361
360
|
"""
|
|
362
361
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
363
362
|
"""
|
|
364
|
-
strategy: NotRequired[pulumi.Input[
|
|
363
|
+
strategy: NotRequired[pulumi.Input[_builtins.str]]
|
|
365
364
|
"""
|
|
366
365
|
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
|
|
367
366
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
@@ -376,11 +375,11 @@ elif False:
|
|
|
376
375
|
@pulumi.input_type
|
|
377
376
|
class CustomResourceConversionPatchArgs:
|
|
378
377
|
def __init__(__self__, *,
|
|
379
|
-
strategy: Optional[pulumi.Input[
|
|
378
|
+
strategy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
380
379
|
webhook: Optional[pulumi.Input['WebhookConversionPatchArgs']] = None):
|
|
381
380
|
"""
|
|
382
381
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
383
|
-
:param pulumi.Input[
|
|
382
|
+
: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
|
|
384
383
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
385
384
|
:param pulumi.Input['WebhookConversionPatchArgs'] webhook: webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`.
|
|
386
385
|
"""
|
|
@@ -389,9 +388,9 @@ class CustomResourceConversionPatchArgs:
|
|
|
389
388
|
if webhook is not None:
|
|
390
389
|
pulumi.set(__self__, "webhook", webhook)
|
|
391
390
|
|
|
392
|
-
@property
|
|
391
|
+
@_builtins.property
|
|
393
392
|
@pulumi.getter
|
|
394
|
-
def strategy(self) -> Optional[pulumi.Input[
|
|
393
|
+
def strategy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
395
394
|
"""
|
|
396
395
|
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
|
|
397
396
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
@@ -399,10 +398,10 @@ class CustomResourceConversionPatchArgs:
|
|
|
399
398
|
return pulumi.get(self, "strategy")
|
|
400
399
|
|
|
401
400
|
@strategy.setter
|
|
402
|
-
def strategy(self, value: Optional[pulumi.Input[
|
|
401
|
+
def strategy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
403
402
|
pulumi.set(self, "strategy", value)
|
|
404
403
|
|
|
405
|
-
@property
|
|
404
|
+
@_builtins.property
|
|
406
405
|
@pulumi.getter
|
|
407
406
|
def webhook(self) -> Optional[pulumi.Input['WebhookConversionPatchArgs']]:
|
|
408
407
|
"""
|
|
@@ -420,7 +419,7 @@ if not MYPY:
|
|
|
420
419
|
"""
|
|
421
420
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
422
421
|
"""
|
|
423
|
-
strategy: pulumi.Input[
|
|
422
|
+
strategy: pulumi.Input[_builtins.str]
|
|
424
423
|
"""
|
|
425
424
|
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
|
|
426
425
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
@@ -435,11 +434,11 @@ elif False:
|
|
|
435
434
|
@pulumi.input_type
|
|
436
435
|
class CustomResourceConversionArgs:
|
|
437
436
|
def __init__(__self__, *,
|
|
438
|
-
strategy: pulumi.Input[
|
|
437
|
+
strategy: pulumi.Input[_builtins.str],
|
|
439
438
|
webhook: Optional[pulumi.Input['WebhookConversionArgs']] = None):
|
|
440
439
|
"""
|
|
441
440
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
442
|
-
:param pulumi.Input[
|
|
441
|
+
: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
|
|
443
442
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
444
443
|
:param pulumi.Input['WebhookConversionArgs'] webhook: webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`.
|
|
445
444
|
"""
|
|
@@ -447,9 +446,9 @@ class CustomResourceConversionArgs:
|
|
|
447
446
|
if webhook is not None:
|
|
448
447
|
pulumi.set(__self__, "webhook", webhook)
|
|
449
448
|
|
|
450
|
-
@property
|
|
449
|
+
@_builtins.property
|
|
451
450
|
@pulumi.getter
|
|
452
|
-
def strategy(self) -> pulumi.Input[
|
|
451
|
+
def strategy(self) -> pulumi.Input[_builtins.str]:
|
|
453
452
|
"""
|
|
454
453
|
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
|
|
455
454
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
@@ -457,10 +456,10 @@ class CustomResourceConversionArgs:
|
|
|
457
456
|
return pulumi.get(self, "strategy")
|
|
458
457
|
|
|
459
458
|
@strategy.setter
|
|
460
|
-
def strategy(self, value: pulumi.Input[
|
|
459
|
+
def strategy(self, value: pulumi.Input[_builtins.str]):
|
|
461
460
|
pulumi.set(self, "strategy", value)
|
|
462
461
|
|
|
463
|
-
@property
|
|
462
|
+
@_builtins.property
|
|
464
463
|
@pulumi.getter
|
|
465
464
|
def webhook(self) -> Optional[pulumi.Input['WebhookConversionArgs']]:
|
|
466
465
|
"""
|
|
@@ -478,23 +477,23 @@ if not MYPY:
|
|
|
478
477
|
"""
|
|
479
478
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
480
479
|
"""
|
|
481
|
-
status: pulumi.Input[
|
|
480
|
+
status: pulumi.Input[_builtins.str]
|
|
482
481
|
"""
|
|
483
482
|
status is the status of the condition. Can be True, False, Unknown.
|
|
484
483
|
"""
|
|
485
|
-
type: pulumi.Input[
|
|
484
|
+
type: pulumi.Input[_builtins.str]
|
|
486
485
|
"""
|
|
487
486
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
488
487
|
"""
|
|
489
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
488
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
490
489
|
"""
|
|
491
490
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
492
491
|
"""
|
|
493
|
-
message: NotRequired[pulumi.Input[
|
|
492
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
494
493
|
"""
|
|
495
494
|
message is a human-readable message indicating details about last transition.
|
|
496
495
|
"""
|
|
497
|
-
reason: NotRequired[pulumi.Input[
|
|
496
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
498
497
|
"""
|
|
499
498
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
500
499
|
"""
|
|
@@ -504,18 +503,18 @@ elif False:
|
|
|
504
503
|
@pulumi.input_type
|
|
505
504
|
class CustomResourceDefinitionConditionArgs:
|
|
506
505
|
def __init__(__self__, *,
|
|
507
|
-
status: pulumi.Input[
|
|
508
|
-
type: pulumi.Input[
|
|
509
|
-
last_transition_time: Optional[pulumi.Input[
|
|
510
|
-
message: Optional[pulumi.Input[
|
|
511
|
-
reason: Optional[pulumi.Input[
|
|
506
|
+
status: pulumi.Input[_builtins.str],
|
|
507
|
+
type: pulumi.Input[_builtins.str],
|
|
508
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
509
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
510
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
512
511
|
"""
|
|
513
512
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
514
|
-
:param pulumi.Input[
|
|
515
|
-
:param pulumi.Input[
|
|
516
|
-
:param pulumi.Input[
|
|
517
|
-
:param pulumi.Input[
|
|
518
|
-
:param pulumi.Input[
|
|
513
|
+
:param pulumi.Input[_builtins.str] status: status is the status of the condition. Can be True, False, Unknown.
|
|
514
|
+
:param pulumi.Input[_builtins.str] type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
515
|
+
:param pulumi.Input[_builtins.str] last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
516
|
+
:param pulumi.Input[_builtins.str] message: message is a human-readable message indicating details about last transition.
|
|
517
|
+
:param pulumi.Input[_builtins.str] reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
519
518
|
"""
|
|
520
519
|
pulumi.set(__self__, "status", status)
|
|
521
520
|
pulumi.set(__self__, "type", type)
|
|
@@ -526,64 +525,64 @@ class CustomResourceDefinitionConditionArgs:
|
|
|
526
525
|
if reason is not None:
|
|
527
526
|
pulumi.set(__self__, "reason", reason)
|
|
528
527
|
|
|
529
|
-
@property
|
|
528
|
+
@_builtins.property
|
|
530
529
|
@pulumi.getter
|
|
531
|
-
def status(self) -> pulumi.Input[
|
|
530
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
532
531
|
"""
|
|
533
532
|
status is the status of the condition. Can be True, False, Unknown.
|
|
534
533
|
"""
|
|
535
534
|
return pulumi.get(self, "status")
|
|
536
535
|
|
|
537
536
|
@status.setter
|
|
538
|
-
def status(self, value: pulumi.Input[
|
|
537
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
539
538
|
pulumi.set(self, "status", value)
|
|
540
539
|
|
|
541
|
-
@property
|
|
540
|
+
@_builtins.property
|
|
542
541
|
@pulumi.getter
|
|
543
|
-
def type(self) -> pulumi.Input[
|
|
542
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
544
543
|
"""
|
|
545
544
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
546
545
|
"""
|
|
547
546
|
return pulumi.get(self, "type")
|
|
548
547
|
|
|
549
548
|
@type.setter
|
|
550
|
-
def type(self, value: pulumi.Input[
|
|
549
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
551
550
|
pulumi.set(self, "type", value)
|
|
552
551
|
|
|
553
|
-
@property
|
|
552
|
+
@_builtins.property
|
|
554
553
|
@pulumi.getter(name="lastTransitionTime")
|
|
555
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
554
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
556
555
|
"""
|
|
557
556
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
558
557
|
"""
|
|
559
558
|
return pulumi.get(self, "last_transition_time")
|
|
560
559
|
|
|
561
560
|
@last_transition_time.setter
|
|
562
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
561
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
563
562
|
pulumi.set(self, "last_transition_time", value)
|
|
564
563
|
|
|
565
|
-
@property
|
|
564
|
+
@_builtins.property
|
|
566
565
|
@pulumi.getter
|
|
567
|
-
def message(self) -> Optional[pulumi.Input[
|
|
566
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
568
567
|
"""
|
|
569
568
|
message is a human-readable message indicating details about last transition.
|
|
570
569
|
"""
|
|
571
570
|
return pulumi.get(self, "message")
|
|
572
571
|
|
|
573
572
|
@message.setter
|
|
574
|
-
def message(self, value: Optional[pulumi.Input[
|
|
573
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
575
574
|
pulumi.set(self, "message", value)
|
|
576
575
|
|
|
577
|
-
@property
|
|
576
|
+
@_builtins.property
|
|
578
577
|
@pulumi.getter
|
|
579
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
578
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
580
579
|
"""
|
|
581
580
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
582
581
|
"""
|
|
583
582
|
return pulumi.get(self, "reason")
|
|
584
583
|
|
|
585
584
|
@reason.setter
|
|
586
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
585
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
587
586
|
pulumi.set(self, "reason", value)
|
|
588
587
|
|
|
589
588
|
|
|
@@ -592,27 +591,27 @@ if not MYPY:
|
|
|
592
591
|
"""
|
|
593
592
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
594
593
|
"""
|
|
595
|
-
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
594
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
596
595
|
"""
|
|
597
596
|
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`.
|
|
598
597
|
"""
|
|
599
|
-
kind: NotRequired[pulumi.Input[
|
|
598
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
600
599
|
"""
|
|
601
600
|
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.
|
|
602
601
|
"""
|
|
603
|
-
list_kind: NotRequired[pulumi.Input[
|
|
602
|
+
list_kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
604
603
|
"""
|
|
605
604
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
606
605
|
"""
|
|
607
|
-
plural: NotRequired[pulumi.Input[
|
|
606
|
+
plural: NotRequired[pulumi.Input[_builtins.str]]
|
|
608
607
|
"""
|
|
609
608
|
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.
|
|
610
609
|
"""
|
|
611
|
-
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
610
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
612
611
|
"""
|
|
613
612
|
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.
|
|
614
613
|
"""
|
|
615
|
-
singular: NotRequired[pulumi.Input[
|
|
614
|
+
singular: NotRequired[pulumi.Input[_builtins.str]]
|
|
616
615
|
"""
|
|
617
616
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
618
617
|
"""
|
|
@@ -622,20 +621,20 @@ elif False:
|
|
|
622
621
|
@pulumi.input_type
|
|
623
622
|
class CustomResourceDefinitionNamesPatchArgs:
|
|
624
623
|
def __init__(__self__, *,
|
|
625
|
-
categories: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
626
|
-
kind: Optional[pulumi.Input[
|
|
627
|
-
list_kind: Optional[pulumi.Input[
|
|
628
|
-
plural: Optional[pulumi.Input[
|
|
629
|
-
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
630
|
-
singular: Optional[pulumi.Input[
|
|
624
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
625
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
626
|
+
list_kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
627
|
+
plural: Optional[pulumi.Input[_builtins.str]] = None,
|
|
628
|
+
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
629
|
+
singular: Optional[pulumi.Input[_builtins.str]] = None):
|
|
631
630
|
"""
|
|
632
631
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
633
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
634
|
-
:param pulumi.Input[
|
|
635
|
-
:param pulumi.Input[
|
|
636
|
-
:param pulumi.Input[
|
|
637
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
638
|
-
:param pulumi.Input[
|
|
632
|
+
: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`.
|
|
633
|
+
: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.
|
|
634
|
+
:param pulumi.Input[_builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
635
|
+
: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.
|
|
636
|
+
: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.
|
|
637
|
+
:param pulumi.Input[_builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
639
638
|
"""
|
|
640
639
|
if categories is not None:
|
|
641
640
|
pulumi.set(__self__, "categories", categories)
|
|
@@ -650,76 +649,76 @@ class CustomResourceDefinitionNamesPatchArgs:
|
|
|
650
649
|
if singular is not None:
|
|
651
650
|
pulumi.set(__self__, "singular", singular)
|
|
652
651
|
|
|
653
|
-
@property
|
|
652
|
+
@_builtins.property
|
|
654
653
|
@pulumi.getter
|
|
655
|
-
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
654
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
656
655
|
"""
|
|
657
656
|
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`.
|
|
658
657
|
"""
|
|
659
658
|
return pulumi.get(self, "categories")
|
|
660
659
|
|
|
661
660
|
@categories.setter
|
|
662
|
-
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
661
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
663
662
|
pulumi.set(self, "categories", value)
|
|
664
663
|
|
|
665
|
-
@property
|
|
664
|
+
@_builtins.property
|
|
666
665
|
@pulumi.getter
|
|
667
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
666
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
668
667
|
"""
|
|
669
668
|
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.
|
|
670
669
|
"""
|
|
671
670
|
return pulumi.get(self, "kind")
|
|
672
671
|
|
|
673
672
|
@kind.setter
|
|
674
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
673
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
675
674
|
pulumi.set(self, "kind", value)
|
|
676
675
|
|
|
677
|
-
@property
|
|
676
|
+
@_builtins.property
|
|
678
677
|
@pulumi.getter(name="listKind")
|
|
679
|
-
def list_kind(self) -> Optional[pulumi.Input[
|
|
678
|
+
def list_kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
680
679
|
"""
|
|
681
680
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
682
681
|
"""
|
|
683
682
|
return pulumi.get(self, "list_kind")
|
|
684
683
|
|
|
685
684
|
@list_kind.setter
|
|
686
|
-
def list_kind(self, value: Optional[pulumi.Input[
|
|
685
|
+
def list_kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
687
686
|
pulumi.set(self, "list_kind", value)
|
|
688
687
|
|
|
689
|
-
@property
|
|
688
|
+
@_builtins.property
|
|
690
689
|
@pulumi.getter
|
|
691
|
-
def plural(self) -> Optional[pulumi.Input[
|
|
690
|
+
def plural(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
692
691
|
"""
|
|
693
692
|
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.
|
|
694
693
|
"""
|
|
695
694
|
return pulumi.get(self, "plural")
|
|
696
695
|
|
|
697
696
|
@plural.setter
|
|
698
|
-
def plural(self, value: Optional[pulumi.Input[
|
|
697
|
+
def plural(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
699
698
|
pulumi.set(self, "plural", value)
|
|
700
699
|
|
|
701
|
-
@property
|
|
700
|
+
@_builtins.property
|
|
702
701
|
@pulumi.getter(name="shortNames")
|
|
703
|
-
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
702
|
+
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
704
703
|
"""
|
|
705
704
|
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.
|
|
706
705
|
"""
|
|
707
706
|
return pulumi.get(self, "short_names")
|
|
708
707
|
|
|
709
708
|
@short_names.setter
|
|
710
|
-
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
709
|
+
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
711
710
|
pulumi.set(self, "short_names", value)
|
|
712
711
|
|
|
713
|
-
@property
|
|
712
|
+
@_builtins.property
|
|
714
713
|
@pulumi.getter
|
|
715
|
-
def singular(self) -> Optional[pulumi.Input[
|
|
714
|
+
def singular(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
716
715
|
"""
|
|
717
716
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
718
717
|
"""
|
|
719
718
|
return pulumi.get(self, "singular")
|
|
720
719
|
|
|
721
720
|
@singular.setter
|
|
722
|
-
def singular(self, value: Optional[pulumi.Input[
|
|
721
|
+
def singular(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
723
722
|
pulumi.set(self, "singular", value)
|
|
724
723
|
|
|
725
724
|
|
|
@@ -728,27 +727,27 @@ if not MYPY:
|
|
|
728
727
|
"""
|
|
729
728
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
730
729
|
"""
|
|
731
|
-
kind: pulumi.Input[
|
|
730
|
+
kind: pulumi.Input[_builtins.str]
|
|
732
731
|
"""
|
|
733
732
|
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.
|
|
734
733
|
"""
|
|
735
|
-
plural: pulumi.Input[
|
|
734
|
+
plural: pulumi.Input[_builtins.str]
|
|
736
735
|
"""
|
|
737
736
|
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.
|
|
738
737
|
"""
|
|
739
|
-
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
738
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
740
739
|
"""
|
|
741
740
|
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`.
|
|
742
741
|
"""
|
|
743
|
-
list_kind: NotRequired[pulumi.Input[
|
|
742
|
+
list_kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
744
743
|
"""
|
|
745
744
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
746
745
|
"""
|
|
747
|
-
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
746
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
748
747
|
"""
|
|
749
748
|
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.
|
|
750
749
|
"""
|
|
751
|
-
singular: NotRequired[pulumi.Input[
|
|
750
|
+
singular: NotRequired[pulumi.Input[_builtins.str]]
|
|
752
751
|
"""
|
|
753
752
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
754
753
|
"""
|
|
@@ -758,20 +757,20 @@ elif False:
|
|
|
758
757
|
@pulumi.input_type
|
|
759
758
|
class CustomResourceDefinitionNamesArgs:
|
|
760
759
|
def __init__(__self__, *,
|
|
761
|
-
kind: pulumi.Input[
|
|
762
|
-
plural: pulumi.Input[
|
|
763
|
-
categories: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
764
|
-
list_kind: Optional[pulumi.Input[
|
|
765
|
-
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
766
|
-
singular: Optional[pulumi.Input[
|
|
760
|
+
kind: pulumi.Input[_builtins.str],
|
|
761
|
+
plural: pulumi.Input[_builtins.str],
|
|
762
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
763
|
+
list_kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
764
|
+
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
765
|
+
singular: Optional[pulumi.Input[_builtins.str]] = None):
|
|
767
766
|
"""
|
|
768
767
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
769
|
-
:param pulumi.Input[
|
|
770
|
-
:param pulumi.Input[
|
|
771
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
772
|
-
:param pulumi.Input[
|
|
773
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
774
|
-
:param pulumi.Input[
|
|
768
|
+
: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.
|
|
769
|
+
: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.
|
|
770
|
+
: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`.
|
|
771
|
+
:param pulumi.Input[_builtins.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[_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.
|
|
773
|
+
:param pulumi.Input[_builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
775
774
|
"""
|
|
776
775
|
pulumi.set(__self__, "kind", kind)
|
|
777
776
|
pulumi.set(__self__, "plural", plural)
|
|
@@ -784,76 +783,76 @@ class CustomResourceDefinitionNamesArgs:
|
|
|
784
783
|
if singular is not None:
|
|
785
784
|
pulumi.set(__self__, "singular", singular)
|
|
786
785
|
|
|
787
|
-
@property
|
|
786
|
+
@_builtins.property
|
|
788
787
|
@pulumi.getter
|
|
789
|
-
def kind(self) -> pulumi.Input[
|
|
788
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
790
789
|
"""
|
|
791
790
|
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.
|
|
792
791
|
"""
|
|
793
792
|
return pulumi.get(self, "kind")
|
|
794
793
|
|
|
795
794
|
@kind.setter
|
|
796
|
-
def kind(self, value: pulumi.Input[
|
|
795
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
797
796
|
pulumi.set(self, "kind", value)
|
|
798
797
|
|
|
799
|
-
@property
|
|
798
|
+
@_builtins.property
|
|
800
799
|
@pulumi.getter
|
|
801
|
-
def plural(self) -> pulumi.Input[
|
|
800
|
+
def plural(self) -> pulumi.Input[_builtins.str]:
|
|
802
801
|
"""
|
|
803
802
|
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.
|
|
804
803
|
"""
|
|
805
804
|
return pulumi.get(self, "plural")
|
|
806
805
|
|
|
807
806
|
@plural.setter
|
|
808
|
-
def plural(self, value: pulumi.Input[
|
|
807
|
+
def plural(self, value: pulumi.Input[_builtins.str]):
|
|
809
808
|
pulumi.set(self, "plural", value)
|
|
810
809
|
|
|
811
|
-
@property
|
|
810
|
+
@_builtins.property
|
|
812
811
|
@pulumi.getter
|
|
813
|
-
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
812
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
814
813
|
"""
|
|
815
814
|
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`.
|
|
816
815
|
"""
|
|
817
816
|
return pulumi.get(self, "categories")
|
|
818
817
|
|
|
819
818
|
@categories.setter
|
|
820
|
-
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
819
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
821
820
|
pulumi.set(self, "categories", value)
|
|
822
821
|
|
|
823
|
-
@property
|
|
822
|
+
@_builtins.property
|
|
824
823
|
@pulumi.getter(name="listKind")
|
|
825
|
-
def list_kind(self) -> Optional[pulumi.Input[
|
|
824
|
+
def list_kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
826
825
|
"""
|
|
827
826
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
828
827
|
"""
|
|
829
828
|
return pulumi.get(self, "list_kind")
|
|
830
829
|
|
|
831
830
|
@list_kind.setter
|
|
832
|
-
def list_kind(self, value: Optional[pulumi.Input[
|
|
831
|
+
def list_kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
833
832
|
pulumi.set(self, "list_kind", value)
|
|
834
833
|
|
|
835
|
-
@property
|
|
834
|
+
@_builtins.property
|
|
836
835
|
@pulumi.getter(name="shortNames")
|
|
837
|
-
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
836
|
+
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
838
837
|
"""
|
|
839
838
|
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.
|
|
840
839
|
"""
|
|
841
840
|
return pulumi.get(self, "short_names")
|
|
842
841
|
|
|
843
842
|
@short_names.setter
|
|
844
|
-
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
843
|
+
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
845
844
|
pulumi.set(self, "short_names", value)
|
|
846
845
|
|
|
847
|
-
@property
|
|
846
|
+
@_builtins.property
|
|
848
847
|
@pulumi.getter
|
|
849
|
-
def singular(self) -> Optional[pulumi.Input[
|
|
848
|
+
def singular(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
850
849
|
"""
|
|
851
850
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
852
851
|
"""
|
|
853
852
|
return pulumi.get(self, "singular")
|
|
854
853
|
|
|
855
854
|
@singular.setter
|
|
856
|
-
def singular(self, value: Optional[pulumi.Input[
|
|
855
|
+
def singular(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
857
856
|
pulumi.set(self, "singular", value)
|
|
858
857
|
|
|
859
858
|
|
|
@@ -866,7 +865,7 @@ if not MYPY:
|
|
|
866
865
|
"""
|
|
867
866
|
conversion defines conversion settings for the CRD.
|
|
868
867
|
"""
|
|
869
|
-
group: NotRequired[pulumi.Input[
|
|
868
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
870
869
|
"""
|
|
871
870
|
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>`).
|
|
872
871
|
"""
|
|
@@ -874,11 +873,11 @@ if not MYPY:
|
|
|
874
873
|
"""
|
|
875
874
|
names specify the resource and kind names for the custom resource.
|
|
876
875
|
"""
|
|
877
|
-
preserve_unknown_fields: NotRequired[pulumi.Input[
|
|
876
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
|
|
878
877
|
"""
|
|
879
878
|
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.
|
|
880
879
|
"""
|
|
881
|
-
scope: NotRequired[pulumi.Input[
|
|
880
|
+
scope: NotRequired[pulumi.Input[_builtins.str]]
|
|
882
881
|
"""
|
|
883
882
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
884
883
|
"""
|
|
@@ -893,18 +892,18 @@ elif False:
|
|
|
893
892
|
class CustomResourceDefinitionSpecPatchArgs:
|
|
894
893
|
def __init__(__self__, *,
|
|
895
894
|
conversion: Optional[pulumi.Input['CustomResourceConversionPatchArgs']] = None,
|
|
896
|
-
group: Optional[pulumi.Input[
|
|
895
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
897
896
|
names: Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']] = None,
|
|
898
|
-
preserve_unknown_fields: Optional[pulumi.Input[
|
|
899
|
-
scope: Optional[pulumi.Input[
|
|
897
|
+
preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
898
|
+
scope: Optional[pulumi.Input[_builtins.str]] = None,
|
|
900
899
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]]] = None):
|
|
901
900
|
"""
|
|
902
901
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
903
902
|
:param pulumi.Input['CustomResourceConversionPatchArgs'] conversion: conversion defines conversion settings for the CRD.
|
|
904
|
-
:param pulumi.Input[
|
|
903
|
+
: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>`).
|
|
905
904
|
:param pulumi.Input['CustomResourceDefinitionNamesPatchArgs'] names: names specify the resource and kind names for the custom resource.
|
|
906
|
-
:param pulumi.Input[
|
|
907
|
-
:param pulumi.Input[
|
|
905
|
+
: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.
|
|
906
|
+
:param pulumi.Input[_builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
908
907
|
: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.
|
|
909
908
|
"""
|
|
910
909
|
if conversion is not None:
|
|
@@ -920,7 +919,7 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
920
919
|
if versions is not None:
|
|
921
920
|
pulumi.set(__self__, "versions", versions)
|
|
922
921
|
|
|
923
|
-
@property
|
|
922
|
+
@_builtins.property
|
|
924
923
|
@pulumi.getter
|
|
925
924
|
def conversion(self) -> Optional[pulumi.Input['CustomResourceConversionPatchArgs']]:
|
|
926
925
|
"""
|
|
@@ -932,19 +931,19 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
932
931
|
def conversion(self, value: Optional[pulumi.Input['CustomResourceConversionPatchArgs']]):
|
|
933
932
|
pulumi.set(self, "conversion", value)
|
|
934
933
|
|
|
935
|
-
@property
|
|
934
|
+
@_builtins.property
|
|
936
935
|
@pulumi.getter
|
|
937
|
-
def group(self) -> Optional[pulumi.Input[
|
|
936
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
938
937
|
"""
|
|
939
938
|
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>`).
|
|
940
939
|
"""
|
|
941
940
|
return pulumi.get(self, "group")
|
|
942
941
|
|
|
943
942
|
@group.setter
|
|
944
|
-
def group(self, value: Optional[pulumi.Input[
|
|
943
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
945
944
|
pulumi.set(self, "group", value)
|
|
946
945
|
|
|
947
|
-
@property
|
|
946
|
+
@_builtins.property
|
|
948
947
|
@pulumi.getter
|
|
949
948
|
def names(self) -> Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']]:
|
|
950
949
|
"""
|
|
@@ -956,31 +955,31 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
956
955
|
def names(self, value: Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']]):
|
|
957
956
|
pulumi.set(self, "names", value)
|
|
958
957
|
|
|
959
|
-
@property
|
|
958
|
+
@_builtins.property
|
|
960
959
|
@pulumi.getter(name="preserveUnknownFields")
|
|
961
|
-
def preserve_unknown_fields(self) -> Optional[pulumi.Input[
|
|
960
|
+
def preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
962
961
|
"""
|
|
963
962
|
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.
|
|
964
963
|
"""
|
|
965
964
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
966
965
|
|
|
967
966
|
@preserve_unknown_fields.setter
|
|
968
|
-
def preserve_unknown_fields(self, value: Optional[pulumi.Input[
|
|
967
|
+
def preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
969
968
|
pulumi.set(self, "preserve_unknown_fields", value)
|
|
970
969
|
|
|
971
|
-
@property
|
|
970
|
+
@_builtins.property
|
|
972
971
|
@pulumi.getter
|
|
973
|
-
def scope(self) -> Optional[pulumi.Input[
|
|
972
|
+
def scope(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
974
973
|
"""
|
|
975
974
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
976
975
|
"""
|
|
977
976
|
return pulumi.get(self, "scope")
|
|
978
977
|
|
|
979
978
|
@scope.setter
|
|
980
|
-
def scope(self, value: Optional[pulumi.Input[
|
|
979
|
+
def scope(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
981
980
|
pulumi.set(self, "scope", value)
|
|
982
981
|
|
|
983
|
-
@property
|
|
982
|
+
@_builtins.property
|
|
984
983
|
@pulumi.getter
|
|
985
984
|
def versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]]]:
|
|
986
985
|
"""
|
|
@@ -998,7 +997,7 @@ if not MYPY:
|
|
|
998
997
|
"""
|
|
999
998
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1000
999
|
"""
|
|
1001
|
-
group: pulumi.Input[
|
|
1000
|
+
group: pulumi.Input[_builtins.str]
|
|
1002
1001
|
"""
|
|
1003
1002
|
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>`).
|
|
1004
1003
|
"""
|
|
@@ -1006,7 +1005,7 @@ if not MYPY:
|
|
|
1006
1005
|
"""
|
|
1007
1006
|
names specify the resource and kind names for the custom resource.
|
|
1008
1007
|
"""
|
|
1009
|
-
scope: pulumi.Input[
|
|
1008
|
+
scope: pulumi.Input[_builtins.str]
|
|
1010
1009
|
"""
|
|
1011
1010
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
1012
1011
|
"""
|
|
@@ -1018,7 +1017,7 @@ if not MYPY:
|
|
|
1018
1017
|
"""
|
|
1019
1018
|
conversion defines conversion settings for the CRD.
|
|
1020
1019
|
"""
|
|
1021
|
-
preserve_unknown_fields: NotRequired[pulumi.Input[
|
|
1020
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1022
1021
|
"""
|
|
1023
1022
|
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.
|
|
1024
1023
|
"""
|
|
@@ -1028,20 +1027,20 @@ elif False:
|
|
|
1028
1027
|
@pulumi.input_type
|
|
1029
1028
|
class CustomResourceDefinitionSpecArgs:
|
|
1030
1029
|
def __init__(__self__, *,
|
|
1031
|
-
group: pulumi.Input[
|
|
1030
|
+
group: pulumi.Input[_builtins.str],
|
|
1032
1031
|
names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
|
|
1033
|
-
scope: pulumi.Input[
|
|
1032
|
+
scope: pulumi.Input[_builtins.str],
|
|
1034
1033
|
versions: pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]],
|
|
1035
1034
|
conversion: Optional[pulumi.Input['CustomResourceConversionArgs']] = None,
|
|
1036
|
-
preserve_unknown_fields: Optional[pulumi.Input[
|
|
1035
|
+
preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
1037
1036
|
"""
|
|
1038
1037
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1039
|
-
:param pulumi.Input[
|
|
1038
|
+
: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>`).
|
|
1040
1039
|
:param pulumi.Input['CustomResourceDefinitionNamesArgs'] names: names specify the resource and kind names for the custom resource.
|
|
1041
|
-
:param pulumi.Input[
|
|
1040
|
+
:param pulumi.Input[_builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
1042
1041
|
: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.
|
|
1043
1042
|
:param pulumi.Input['CustomResourceConversionArgs'] conversion: conversion defines conversion settings for the CRD.
|
|
1044
|
-
:param pulumi.Input[
|
|
1043
|
+
: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.
|
|
1045
1044
|
"""
|
|
1046
1045
|
pulumi.set(__self__, "group", group)
|
|
1047
1046
|
pulumi.set(__self__, "names", names)
|
|
@@ -1052,19 +1051,19 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1052
1051
|
if preserve_unknown_fields is not None:
|
|
1053
1052
|
pulumi.set(__self__, "preserve_unknown_fields", preserve_unknown_fields)
|
|
1054
1053
|
|
|
1055
|
-
@property
|
|
1054
|
+
@_builtins.property
|
|
1056
1055
|
@pulumi.getter
|
|
1057
|
-
def group(self) -> pulumi.Input[
|
|
1056
|
+
def group(self) -> pulumi.Input[_builtins.str]:
|
|
1058
1057
|
"""
|
|
1059
1058
|
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>`).
|
|
1060
1059
|
"""
|
|
1061
1060
|
return pulumi.get(self, "group")
|
|
1062
1061
|
|
|
1063
1062
|
@group.setter
|
|
1064
|
-
def group(self, value: pulumi.Input[
|
|
1063
|
+
def group(self, value: pulumi.Input[_builtins.str]):
|
|
1065
1064
|
pulumi.set(self, "group", value)
|
|
1066
1065
|
|
|
1067
|
-
@property
|
|
1066
|
+
@_builtins.property
|
|
1068
1067
|
@pulumi.getter
|
|
1069
1068
|
def names(self) -> pulumi.Input['CustomResourceDefinitionNamesArgs']:
|
|
1070
1069
|
"""
|
|
@@ -1076,19 +1075,19 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1076
1075
|
def names(self, value: pulumi.Input['CustomResourceDefinitionNamesArgs']):
|
|
1077
1076
|
pulumi.set(self, "names", value)
|
|
1078
1077
|
|
|
1079
|
-
@property
|
|
1078
|
+
@_builtins.property
|
|
1080
1079
|
@pulumi.getter
|
|
1081
|
-
def scope(self) -> pulumi.Input[
|
|
1080
|
+
def scope(self) -> pulumi.Input[_builtins.str]:
|
|
1082
1081
|
"""
|
|
1083
1082
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
1084
1083
|
"""
|
|
1085
1084
|
return pulumi.get(self, "scope")
|
|
1086
1085
|
|
|
1087
1086
|
@scope.setter
|
|
1088
|
-
def scope(self, value: pulumi.Input[
|
|
1087
|
+
def scope(self, value: pulumi.Input[_builtins.str]):
|
|
1089
1088
|
pulumi.set(self, "scope", value)
|
|
1090
1089
|
|
|
1091
|
-
@property
|
|
1090
|
+
@_builtins.property
|
|
1092
1091
|
@pulumi.getter
|
|
1093
1092
|
def versions(self) -> pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]]:
|
|
1094
1093
|
"""
|
|
@@ -1100,7 +1099,7 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1100
1099
|
def versions(self, value: pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]]):
|
|
1101
1100
|
pulumi.set(self, "versions", value)
|
|
1102
1101
|
|
|
1103
|
-
@property
|
|
1102
|
+
@_builtins.property
|
|
1104
1103
|
@pulumi.getter
|
|
1105
1104
|
def conversion(self) -> Optional[pulumi.Input['CustomResourceConversionArgs']]:
|
|
1106
1105
|
"""
|
|
@@ -1112,16 +1111,16 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1112
1111
|
def conversion(self, value: Optional[pulumi.Input['CustomResourceConversionArgs']]):
|
|
1113
1112
|
pulumi.set(self, "conversion", value)
|
|
1114
1113
|
|
|
1115
|
-
@property
|
|
1114
|
+
@_builtins.property
|
|
1116
1115
|
@pulumi.getter(name="preserveUnknownFields")
|
|
1117
|
-
def preserve_unknown_fields(self) -> Optional[pulumi.Input[
|
|
1116
|
+
def preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1118
1117
|
"""
|
|
1119
1118
|
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.
|
|
1120
1119
|
"""
|
|
1121
1120
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
1122
1121
|
|
|
1123
1122
|
@preserve_unknown_fields.setter
|
|
1124
|
-
def preserve_unknown_fields(self, value: Optional[pulumi.Input[
|
|
1123
|
+
def preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1125
1124
|
pulumi.set(self, "preserve_unknown_fields", value)
|
|
1126
1125
|
|
|
1127
1126
|
|
|
@@ -1134,7 +1133,7 @@ if not MYPY:
|
|
|
1134
1133
|
"""
|
|
1135
1134
|
acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1136
1135
|
"""
|
|
1137
|
-
stored_versions: pulumi.Input[Sequence[pulumi.Input[
|
|
1136
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1138
1137
|
"""
|
|
1139
1138
|
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.
|
|
1140
1139
|
"""
|
|
@@ -1149,12 +1148,12 @@ elif False:
|
|
|
1149
1148
|
class CustomResourceDefinitionStatusArgs:
|
|
1150
1149
|
def __init__(__self__, *,
|
|
1151
1150
|
accepted_names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
|
|
1152
|
-
stored_versions: pulumi.Input[Sequence[pulumi.Input[
|
|
1151
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1153
1152
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]]] = None):
|
|
1154
1153
|
"""
|
|
1155
1154
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1156
1155
|
: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.
|
|
1157
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1156
|
+
: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.
|
|
1158
1157
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1159
1158
|
"""
|
|
1160
1159
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1162,7 +1161,7 @@ class CustomResourceDefinitionStatusArgs:
|
|
|
1162
1161
|
if conditions is not None:
|
|
1163
1162
|
pulumi.set(__self__, "conditions", conditions)
|
|
1164
1163
|
|
|
1165
|
-
@property
|
|
1164
|
+
@_builtins.property
|
|
1166
1165
|
@pulumi.getter(name="acceptedNames")
|
|
1167
1166
|
def accepted_names(self) -> pulumi.Input['CustomResourceDefinitionNamesArgs']:
|
|
1168
1167
|
"""
|
|
@@ -1174,19 +1173,19 @@ class CustomResourceDefinitionStatusArgs:
|
|
|
1174
1173
|
def accepted_names(self, value: pulumi.Input['CustomResourceDefinitionNamesArgs']):
|
|
1175
1174
|
pulumi.set(self, "accepted_names", value)
|
|
1176
1175
|
|
|
1177
|
-
@property
|
|
1176
|
+
@_builtins.property
|
|
1178
1177
|
@pulumi.getter(name="storedVersions")
|
|
1179
|
-
def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
1178
|
+
def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1180
1179
|
"""
|
|
1181
1180
|
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.
|
|
1182
1181
|
"""
|
|
1183
1182
|
return pulumi.get(self, "stored_versions")
|
|
1184
1183
|
|
|
1185
1184
|
@stored_versions.setter
|
|
1186
|
-
def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
1185
|
+
def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1187
1186
|
pulumi.set(self, "stored_versions", value)
|
|
1188
1187
|
|
|
1189
|
-
@property
|
|
1188
|
+
@_builtins.property
|
|
1190
1189
|
@pulumi.getter
|
|
1191
1190
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]]]:
|
|
1192
1191
|
"""
|
|
@@ -1208,15 +1207,15 @@ if not MYPY:
|
|
|
1208
1207
|
"""
|
|
1209
1208
|
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.
|
|
1210
1209
|
"""
|
|
1211
|
-
deprecated: NotRequired[pulumi.Input[
|
|
1210
|
+
deprecated: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1212
1211
|
"""
|
|
1213
1212
|
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.
|
|
1214
1213
|
"""
|
|
1215
|
-
deprecation_warning: NotRequired[pulumi.Input[
|
|
1214
|
+
deprecation_warning: NotRequired[pulumi.Input[_builtins.str]]
|
|
1216
1215
|
"""
|
|
1217
1216
|
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.
|
|
1218
1217
|
"""
|
|
1219
|
-
name: NotRequired[pulumi.Input[
|
|
1218
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1220
1219
|
"""
|
|
1221
1220
|
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.
|
|
1222
1221
|
"""
|
|
@@ -1228,11 +1227,11 @@ if not MYPY:
|
|
|
1228
1227
|
"""
|
|
1229
1228
|
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
|
|
1230
1229
|
"""
|
|
1231
|
-
served: NotRequired[pulumi.Input[
|
|
1230
|
+
served: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1232
1231
|
"""
|
|
1233
1232
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1234
1233
|
"""
|
|
1235
|
-
storage: NotRequired[pulumi.Input[
|
|
1234
|
+
storage: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1236
1235
|
"""
|
|
1237
1236
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1238
1237
|
"""
|
|
@@ -1247,24 +1246,24 @@ elif False:
|
|
|
1247
1246
|
class CustomResourceDefinitionVersionPatchArgs:
|
|
1248
1247
|
def __init__(__self__, *,
|
|
1249
1248
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]] = None,
|
|
1250
|
-
deprecated: Optional[pulumi.Input[
|
|
1251
|
-
deprecation_warning: Optional[pulumi.Input[
|
|
1252
|
-
name: Optional[pulumi.Input[
|
|
1249
|
+
deprecated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1250
|
+
deprecation_warning: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1251
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1253
1252
|
schema: Optional[pulumi.Input['CustomResourceValidationPatchArgs']] = None,
|
|
1254
1253
|
selectable_fields: Optional[pulumi.Input[Sequence[pulumi.Input['SelectableFieldPatchArgs']]]] = None,
|
|
1255
|
-
served: Optional[pulumi.Input[
|
|
1256
|
-
storage: Optional[pulumi.Input[
|
|
1254
|
+
served: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1255
|
+
storage: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1257
1256
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']] = None):
|
|
1258
1257
|
"""
|
|
1259
1258
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1260
1259
|
: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.
|
|
1261
|
-
:param pulumi.Input[
|
|
1262
|
-
:param pulumi.Input[
|
|
1263
|
-
:param pulumi.Input[
|
|
1260
|
+
: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.
|
|
1261
|
+
: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.
|
|
1262
|
+
: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.
|
|
1264
1263
|
:param pulumi.Input['CustomResourceValidationPatchArgs'] schema: schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource.
|
|
1265
1264
|
: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
|
|
1266
|
-
:param pulumi.Input[
|
|
1267
|
-
:param pulumi.Input[
|
|
1265
|
+
:param pulumi.Input[_builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1266
|
+
: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.
|
|
1268
1267
|
:param pulumi.Input['CustomResourceSubresourcesPatchArgs'] subresources: subresources specify what subresources this version of the defined custom resource have.
|
|
1269
1268
|
"""
|
|
1270
1269
|
if additional_printer_columns is not None:
|
|
@@ -1286,7 +1285,7 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1286
1285
|
if subresources is not None:
|
|
1287
1286
|
pulumi.set(__self__, "subresources", subresources)
|
|
1288
1287
|
|
|
1289
|
-
@property
|
|
1288
|
+
@_builtins.property
|
|
1290
1289
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1291
1290
|
def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]:
|
|
1292
1291
|
"""
|
|
@@ -1298,43 +1297,43 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1298
1297
|
def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]):
|
|
1299
1298
|
pulumi.set(self, "additional_printer_columns", value)
|
|
1300
1299
|
|
|
1301
|
-
@property
|
|
1300
|
+
@_builtins.property
|
|
1302
1301
|
@pulumi.getter
|
|
1303
|
-
def deprecated(self) -> Optional[pulumi.Input[
|
|
1302
|
+
def deprecated(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1304
1303
|
"""
|
|
1305
1304
|
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.
|
|
1306
1305
|
"""
|
|
1307
1306
|
return pulumi.get(self, "deprecated")
|
|
1308
1307
|
|
|
1309
1308
|
@deprecated.setter
|
|
1310
|
-
def deprecated(self, value: Optional[pulumi.Input[
|
|
1309
|
+
def deprecated(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1311
1310
|
pulumi.set(self, "deprecated", value)
|
|
1312
1311
|
|
|
1313
|
-
@property
|
|
1312
|
+
@_builtins.property
|
|
1314
1313
|
@pulumi.getter(name="deprecationWarning")
|
|
1315
|
-
def deprecation_warning(self) -> Optional[pulumi.Input[
|
|
1314
|
+
def deprecation_warning(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1316
1315
|
"""
|
|
1317
1316
|
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.
|
|
1318
1317
|
"""
|
|
1319
1318
|
return pulumi.get(self, "deprecation_warning")
|
|
1320
1319
|
|
|
1321
1320
|
@deprecation_warning.setter
|
|
1322
|
-
def deprecation_warning(self, value: Optional[pulumi.Input[
|
|
1321
|
+
def deprecation_warning(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1323
1322
|
pulumi.set(self, "deprecation_warning", value)
|
|
1324
1323
|
|
|
1325
|
-
@property
|
|
1324
|
+
@_builtins.property
|
|
1326
1325
|
@pulumi.getter
|
|
1327
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1326
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1328
1327
|
"""
|
|
1329
1328
|
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.
|
|
1330
1329
|
"""
|
|
1331
1330
|
return pulumi.get(self, "name")
|
|
1332
1331
|
|
|
1333
1332
|
@name.setter
|
|
1334
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1333
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1335
1334
|
pulumi.set(self, "name", value)
|
|
1336
1335
|
|
|
1337
|
-
@property
|
|
1336
|
+
@_builtins.property
|
|
1338
1337
|
@pulumi.getter
|
|
1339
1338
|
def schema(self) -> Optional[pulumi.Input['CustomResourceValidationPatchArgs']]:
|
|
1340
1339
|
"""
|
|
@@ -1346,7 +1345,7 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1346
1345
|
def schema(self, value: Optional[pulumi.Input['CustomResourceValidationPatchArgs']]):
|
|
1347
1346
|
pulumi.set(self, "schema", value)
|
|
1348
1347
|
|
|
1349
|
-
@property
|
|
1348
|
+
@_builtins.property
|
|
1350
1349
|
@pulumi.getter(name="selectableFields")
|
|
1351
1350
|
def selectable_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SelectableFieldPatchArgs']]]]:
|
|
1352
1351
|
"""
|
|
@@ -1358,31 +1357,31 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1358
1357
|
def selectable_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SelectableFieldPatchArgs']]]]):
|
|
1359
1358
|
pulumi.set(self, "selectable_fields", value)
|
|
1360
1359
|
|
|
1361
|
-
@property
|
|
1360
|
+
@_builtins.property
|
|
1362
1361
|
@pulumi.getter
|
|
1363
|
-
def served(self) -> Optional[pulumi.Input[
|
|
1362
|
+
def served(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1364
1363
|
"""
|
|
1365
1364
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1366
1365
|
"""
|
|
1367
1366
|
return pulumi.get(self, "served")
|
|
1368
1367
|
|
|
1369
1368
|
@served.setter
|
|
1370
|
-
def served(self, value: Optional[pulumi.Input[
|
|
1369
|
+
def served(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1371
1370
|
pulumi.set(self, "served", value)
|
|
1372
1371
|
|
|
1373
|
-
@property
|
|
1372
|
+
@_builtins.property
|
|
1374
1373
|
@pulumi.getter
|
|
1375
|
-
def storage(self) -> Optional[pulumi.Input[
|
|
1374
|
+
def storage(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1376
1375
|
"""
|
|
1377
1376
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1378
1377
|
"""
|
|
1379
1378
|
return pulumi.get(self, "storage")
|
|
1380
1379
|
|
|
1381
1380
|
@storage.setter
|
|
1382
|
-
def storage(self, value: Optional[pulumi.Input[
|
|
1381
|
+
def storage(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1383
1382
|
pulumi.set(self, "storage", value)
|
|
1384
1383
|
|
|
1385
|
-
@property
|
|
1384
|
+
@_builtins.property
|
|
1386
1385
|
@pulumi.getter
|
|
1387
1386
|
def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']]:
|
|
1388
1387
|
"""
|
|
@@ -1400,15 +1399,15 @@ if not MYPY:
|
|
|
1400
1399
|
"""
|
|
1401
1400
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1402
1401
|
"""
|
|
1403
|
-
name: pulumi.Input[
|
|
1402
|
+
name: pulumi.Input[_builtins.str]
|
|
1404
1403
|
"""
|
|
1405
1404
|
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.
|
|
1406
1405
|
"""
|
|
1407
|
-
served: pulumi.Input[
|
|
1406
|
+
served: pulumi.Input[_builtins.bool]
|
|
1408
1407
|
"""
|
|
1409
1408
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1410
1409
|
"""
|
|
1411
|
-
storage: pulumi.Input[
|
|
1410
|
+
storage: pulumi.Input[_builtins.bool]
|
|
1412
1411
|
"""
|
|
1413
1412
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1414
1413
|
"""
|
|
@@ -1416,11 +1415,11 @@ if not MYPY:
|
|
|
1416
1415
|
"""
|
|
1417
1416
|
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.
|
|
1418
1417
|
"""
|
|
1419
|
-
deprecated: NotRequired[pulumi.Input[
|
|
1418
|
+
deprecated: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1420
1419
|
"""
|
|
1421
1420
|
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.
|
|
1422
1421
|
"""
|
|
1423
|
-
deprecation_warning: NotRequired[pulumi.Input[
|
|
1422
|
+
deprecation_warning: NotRequired[pulumi.Input[_builtins.str]]
|
|
1424
1423
|
"""
|
|
1425
1424
|
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.
|
|
1426
1425
|
"""
|
|
@@ -1442,23 +1441,23 @@ elif False:
|
|
|
1442
1441
|
@pulumi.input_type
|
|
1443
1442
|
class CustomResourceDefinitionVersionArgs:
|
|
1444
1443
|
def __init__(__self__, *,
|
|
1445
|
-
name: pulumi.Input[
|
|
1446
|
-
served: pulumi.Input[
|
|
1447
|
-
storage: pulumi.Input[
|
|
1444
|
+
name: pulumi.Input[_builtins.str],
|
|
1445
|
+
served: pulumi.Input[_builtins.bool],
|
|
1446
|
+
storage: pulumi.Input[_builtins.bool],
|
|
1448
1447
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]] = None,
|
|
1449
|
-
deprecated: Optional[pulumi.Input[
|
|
1450
|
-
deprecation_warning: Optional[pulumi.Input[
|
|
1448
|
+
deprecated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1449
|
+
deprecation_warning: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1451
1450
|
schema: Optional[pulumi.Input['CustomResourceValidationArgs']] = None,
|
|
1452
1451
|
selectable_fields: Optional[pulumi.Input[Sequence[pulumi.Input['SelectableFieldArgs']]]] = None,
|
|
1453
1452
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesArgs']] = None):
|
|
1454
1453
|
"""
|
|
1455
1454
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1456
|
-
:param pulumi.Input[
|
|
1457
|
-
:param pulumi.Input[
|
|
1458
|
-
:param pulumi.Input[
|
|
1455
|
+
: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.
|
|
1456
|
+
:param pulumi.Input[_builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1457
|
+
: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.
|
|
1459
1458
|
: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.
|
|
1460
|
-
:param pulumi.Input[
|
|
1461
|
-
:param pulumi.Input[
|
|
1459
|
+
: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.
|
|
1460
|
+
: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.
|
|
1462
1461
|
:param pulumi.Input['CustomResourceValidationArgs'] schema: schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource.
|
|
1463
1462
|
: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
|
|
1464
1463
|
:param pulumi.Input['CustomResourceSubresourcesArgs'] subresources: subresources specify what subresources this version of the defined custom resource have.
|
|
@@ -1479,43 +1478,43 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1479
1478
|
if subresources is not None:
|
|
1480
1479
|
pulumi.set(__self__, "subresources", subresources)
|
|
1481
1480
|
|
|
1482
|
-
@property
|
|
1481
|
+
@_builtins.property
|
|
1483
1482
|
@pulumi.getter
|
|
1484
|
-
def name(self) -> pulumi.Input[
|
|
1483
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1485
1484
|
"""
|
|
1486
1485
|
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.
|
|
1487
1486
|
"""
|
|
1488
1487
|
return pulumi.get(self, "name")
|
|
1489
1488
|
|
|
1490
1489
|
@name.setter
|
|
1491
|
-
def name(self, value: pulumi.Input[
|
|
1490
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1492
1491
|
pulumi.set(self, "name", value)
|
|
1493
1492
|
|
|
1494
|
-
@property
|
|
1493
|
+
@_builtins.property
|
|
1495
1494
|
@pulumi.getter
|
|
1496
|
-
def served(self) -> pulumi.Input[
|
|
1495
|
+
def served(self) -> pulumi.Input[_builtins.bool]:
|
|
1497
1496
|
"""
|
|
1498
1497
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1499
1498
|
"""
|
|
1500
1499
|
return pulumi.get(self, "served")
|
|
1501
1500
|
|
|
1502
1501
|
@served.setter
|
|
1503
|
-
def served(self, value: pulumi.Input[
|
|
1502
|
+
def served(self, value: pulumi.Input[_builtins.bool]):
|
|
1504
1503
|
pulumi.set(self, "served", value)
|
|
1505
1504
|
|
|
1506
|
-
@property
|
|
1505
|
+
@_builtins.property
|
|
1507
1506
|
@pulumi.getter
|
|
1508
|
-
def storage(self) -> pulumi.Input[
|
|
1507
|
+
def storage(self) -> pulumi.Input[_builtins.bool]:
|
|
1509
1508
|
"""
|
|
1510
1509
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1511
1510
|
"""
|
|
1512
1511
|
return pulumi.get(self, "storage")
|
|
1513
1512
|
|
|
1514
1513
|
@storage.setter
|
|
1515
|
-
def storage(self, value: pulumi.Input[
|
|
1514
|
+
def storage(self, value: pulumi.Input[_builtins.bool]):
|
|
1516
1515
|
pulumi.set(self, "storage", value)
|
|
1517
1516
|
|
|
1518
|
-
@property
|
|
1517
|
+
@_builtins.property
|
|
1519
1518
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1520
1519
|
def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]:
|
|
1521
1520
|
"""
|
|
@@ -1527,31 +1526,31 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1527
1526
|
def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]):
|
|
1528
1527
|
pulumi.set(self, "additional_printer_columns", value)
|
|
1529
1528
|
|
|
1530
|
-
@property
|
|
1529
|
+
@_builtins.property
|
|
1531
1530
|
@pulumi.getter
|
|
1532
|
-
def deprecated(self) -> Optional[pulumi.Input[
|
|
1531
|
+
def deprecated(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1533
1532
|
"""
|
|
1534
1533
|
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.
|
|
1535
1534
|
"""
|
|
1536
1535
|
return pulumi.get(self, "deprecated")
|
|
1537
1536
|
|
|
1538
1537
|
@deprecated.setter
|
|
1539
|
-
def deprecated(self, value: Optional[pulumi.Input[
|
|
1538
|
+
def deprecated(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1540
1539
|
pulumi.set(self, "deprecated", value)
|
|
1541
1540
|
|
|
1542
|
-
@property
|
|
1541
|
+
@_builtins.property
|
|
1543
1542
|
@pulumi.getter(name="deprecationWarning")
|
|
1544
|
-
def deprecation_warning(self) -> Optional[pulumi.Input[
|
|
1543
|
+
def deprecation_warning(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1545
1544
|
"""
|
|
1546
1545
|
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.
|
|
1547
1546
|
"""
|
|
1548
1547
|
return pulumi.get(self, "deprecation_warning")
|
|
1549
1548
|
|
|
1550
1549
|
@deprecation_warning.setter
|
|
1551
|
-
def deprecation_warning(self, value: Optional[pulumi.Input[
|
|
1550
|
+
def deprecation_warning(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1552
1551
|
pulumi.set(self, "deprecation_warning", value)
|
|
1553
1552
|
|
|
1554
|
-
@property
|
|
1553
|
+
@_builtins.property
|
|
1555
1554
|
@pulumi.getter
|
|
1556
1555
|
def schema(self) -> Optional[pulumi.Input['CustomResourceValidationArgs']]:
|
|
1557
1556
|
"""
|
|
@@ -1563,7 +1562,7 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1563
1562
|
def schema(self, value: Optional[pulumi.Input['CustomResourceValidationArgs']]):
|
|
1564
1563
|
pulumi.set(self, "schema", value)
|
|
1565
1564
|
|
|
1566
|
-
@property
|
|
1565
|
+
@_builtins.property
|
|
1567
1566
|
@pulumi.getter(name="selectableFields")
|
|
1568
1567
|
def selectable_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SelectableFieldArgs']]]]:
|
|
1569
1568
|
"""
|
|
@@ -1575,7 +1574,7 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1575
1574
|
def selectable_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SelectableFieldArgs']]]]):
|
|
1576
1575
|
pulumi.set(self, "selectable_fields", value)
|
|
1577
1576
|
|
|
1578
|
-
@property
|
|
1577
|
+
@_builtins.property
|
|
1579
1578
|
@pulumi.getter
|
|
1580
1579
|
def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesArgs']]:
|
|
1581
1580
|
"""
|
|
@@ -1597,11 +1596,11 @@ if not MYPY:
|
|
|
1597
1596
|
"""
|
|
1598
1597
|
spec describes how the user wants the resources to appear
|
|
1599
1598
|
"""
|
|
1600
|
-
api_version: NotRequired[pulumi.Input[
|
|
1599
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1601
1600
|
"""
|
|
1602
1601
|
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
|
|
1603
1602
|
"""
|
|
1604
|
-
kind: NotRequired[pulumi.Input[
|
|
1603
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1605
1604
|
"""
|
|
1606
1605
|
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
|
|
1607
1606
|
"""
|
|
@@ -1620,15 +1619,15 @@ elif False:
|
|
|
1620
1619
|
class CustomResourceDefinitionArgs:
|
|
1621
1620
|
def __init__(__self__, *,
|
|
1622
1621
|
spec: pulumi.Input['CustomResourceDefinitionSpecArgs'],
|
|
1623
|
-
api_version: Optional[pulumi.Input[
|
|
1624
|
-
kind: Optional[pulumi.Input[
|
|
1622
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1623
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1625
1624
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1626
1625
|
status: Optional[pulumi.Input['CustomResourceDefinitionStatusArgs']] = None):
|
|
1627
1626
|
"""
|
|
1628
1627
|
CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.
|
|
1629
1628
|
:param pulumi.Input['CustomResourceDefinitionSpecArgs'] spec: spec describes how the user wants the resources to appear
|
|
1630
|
-
:param pulumi.Input[
|
|
1631
|
-
:param pulumi.Input[
|
|
1629
|
+
: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
|
|
1630
|
+
: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
|
|
1632
1631
|
: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
|
|
1633
1632
|
:param pulumi.Input['CustomResourceDefinitionStatusArgs'] status: status indicates the actual state of the CustomResourceDefinition
|
|
1634
1633
|
"""
|
|
@@ -1642,7 +1641,7 @@ class CustomResourceDefinitionArgs:
|
|
|
1642
1641
|
if status is not None:
|
|
1643
1642
|
pulumi.set(__self__, "status", status)
|
|
1644
1643
|
|
|
1645
|
-
@property
|
|
1644
|
+
@_builtins.property
|
|
1646
1645
|
@pulumi.getter
|
|
1647
1646
|
def spec(self) -> pulumi.Input['CustomResourceDefinitionSpecArgs']:
|
|
1648
1647
|
"""
|
|
@@ -1654,31 +1653,31 @@ class CustomResourceDefinitionArgs:
|
|
|
1654
1653
|
def spec(self, value: pulumi.Input['CustomResourceDefinitionSpecArgs']):
|
|
1655
1654
|
pulumi.set(self, "spec", value)
|
|
1656
1655
|
|
|
1657
|
-
@property
|
|
1656
|
+
@_builtins.property
|
|
1658
1657
|
@pulumi.getter(name="apiVersion")
|
|
1659
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1658
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1660
1659
|
"""
|
|
1661
1660
|
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
|
|
1662
1661
|
"""
|
|
1663
1662
|
return pulumi.get(self, "api_version")
|
|
1664
1663
|
|
|
1665
1664
|
@api_version.setter
|
|
1666
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1665
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1667
1666
|
pulumi.set(self, "api_version", value)
|
|
1668
1667
|
|
|
1669
|
-
@property
|
|
1668
|
+
@_builtins.property
|
|
1670
1669
|
@pulumi.getter
|
|
1671
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1670
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1672
1671
|
"""
|
|
1673
1672
|
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
|
|
1674
1673
|
"""
|
|
1675
1674
|
return pulumi.get(self, "kind")
|
|
1676
1675
|
|
|
1677
1676
|
@kind.setter
|
|
1678
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1677
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1679
1678
|
pulumi.set(self, "kind", value)
|
|
1680
1679
|
|
|
1681
|
-
@property
|
|
1680
|
+
@_builtins.property
|
|
1682
1681
|
@pulumi.getter
|
|
1683
1682
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1684
1683
|
"""
|
|
@@ -1690,7 +1689,7 @@ class CustomResourceDefinitionArgs:
|
|
|
1690
1689
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1691
1690
|
pulumi.set(self, "metadata", value)
|
|
1692
1691
|
|
|
1693
|
-
@property
|
|
1692
|
+
@_builtins.property
|
|
1694
1693
|
@pulumi.getter
|
|
1695
1694
|
def status(self) -> Optional[pulumi.Input['CustomResourceDefinitionStatusArgs']]:
|
|
1696
1695
|
"""
|
|
@@ -1708,15 +1707,15 @@ if not MYPY:
|
|
|
1708
1707
|
"""
|
|
1709
1708
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1710
1709
|
"""
|
|
1711
|
-
label_selector_path: NotRequired[pulumi.Input[
|
|
1710
|
+
label_selector_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
1712
1711
|
"""
|
|
1713
1712
|
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.
|
|
1714
1713
|
"""
|
|
1715
|
-
spec_replicas_path: NotRequired[pulumi.Input[
|
|
1714
|
+
spec_replicas_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
1716
1715
|
"""
|
|
1717
1716
|
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.
|
|
1718
1717
|
"""
|
|
1719
|
-
status_replicas_path: NotRequired[pulumi.Input[
|
|
1718
|
+
status_replicas_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
1720
1719
|
"""
|
|
1721
1720
|
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.
|
|
1722
1721
|
"""
|
|
@@ -1726,14 +1725,14 @@ elif False:
|
|
|
1726
1725
|
@pulumi.input_type
|
|
1727
1726
|
class CustomResourceSubresourceScalePatchArgs:
|
|
1728
1727
|
def __init__(__self__, *,
|
|
1729
|
-
label_selector_path: Optional[pulumi.Input[
|
|
1730
|
-
spec_replicas_path: Optional[pulumi.Input[
|
|
1731
|
-
status_replicas_path: Optional[pulumi.Input[
|
|
1728
|
+
label_selector_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1729
|
+
spec_replicas_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1730
|
+
status_replicas_path: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1732
1731
|
"""
|
|
1733
1732
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1734
|
-
:param pulumi.Input[
|
|
1735
|
-
:param pulumi.Input[
|
|
1736
|
-
:param pulumi.Input[
|
|
1733
|
+
: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.
|
|
1734
|
+
: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.
|
|
1735
|
+
: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.
|
|
1737
1736
|
"""
|
|
1738
1737
|
if label_selector_path is not None:
|
|
1739
1738
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
@@ -1742,40 +1741,40 @@ class CustomResourceSubresourceScalePatchArgs:
|
|
|
1742
1741
|
if status_replicas_path is not None:
|
|
1743
1742
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
1744
1743
|
|
|
1745
|
-
@property
|
|
1744
|
+
@_builtins.property
|
|
1746
1745
|
@pulumi.getter(name="labelSelectorPath")
|
|
1747
|
-
def label_selector_path(self) -> Optional[pulumi.Input[
|
|
1746
|
+
def label_selector_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1748
1747
|
"""
|
|
1749
1748
|
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.
|
|
1750
1749
|
"""
|
|
1751
1750
|
return pulumi.get(self, "label_selector_path")
|
|
1752
1751
|
|
|
1753
1752
|
@label_selector_path.setter
|
|
1754
|
-
def label_selector_path(self, value: Optional[pulumi.Input[
|
|
1753
|
+
def label_selector_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1755
1754
|
pulumi.set(self, "label_selector_path", value)
|
|
1756
1755
|
|
|
1757
|
-
@property
|
|
1756
|
+
@_builtins.property
|
|
1758
1757
|
@pulumi.getter(name="specReplicasPath")
|
|
1759
|
-
def spec_replicas_path(self) -> Optional[pulumi.Input[
|
|
1758
|
+
def spec_replicas_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1760
1759
|
"""
|
|
1761
1760
|
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.
|
|
1762
1761
|
"""
|
|
1763
1762
|
return pulumi.get(self, "spec_replicas_path")
|
|
1764
1763
|
|
|
1765
1764
|
@spec_replicas_path.setter
|
|
1766
|
-
def spec_replicas_path(self, value: Optional[pulumi.Input[
|
|
1765
|
+
def spec_replicas_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1767
1766
|
pulumi.set(self, "spec_replicas_path", value)
|
|
1768
1767
|
|
|
1769
|
-
@property
|
|
1768
|
+
@_builtins.property
|
|
1770
1769
|
@pulumi.getter(name="statusReplicasPath")
|
|
1771
|
-
def status_replicas_path(self) -> Optional[pulumi.Input[
|
|
1770
|
+
def status_replicas_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1772
1771
|
"""
|
|
1773
1772
|
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.
|
|
1774
1773
|
"""
|
|
1775
1774
|
return pulumi.get(self, "status_replicas_path")
|
|
1776
1775
|
|
|
1777
1776
|
@status_replicas_path.setter
|
|
1778
|
-
def status_replicas_path(self, value: Optional[pulumi.Input[
|
|
1777
|
+
def status_replicas_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1779
1778
|
pulumi.set(self, "status_replicas_path", value)
|
|
1780
1779
|
|
|
1781
1780
|
|
|
@@ -1784,15 +1783,15 @@ if not MYPY:
|
|
|
1784
1783
|
"""
|
|
1785
1784
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1786
1785
|
"""
|
|
1787
|
-
spec_replicas_path: pulumi.Input[
|
|
1786
|
+
spec_replicas_path: pulumi.Input[_builtins.str]
|
|
1788
1787
|
"""
|
|
1789
1788
|
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.
|
|
1790
1789
|
"""
|
|
1791
|
-
status_replicas_path: pulumi.Input[
|
|
1790
|
+
status_replicas_path: pulumi.Input[_builtins.str]
|
|
1792
1791
|
"""
|
|
1793
1792
|
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.
|
|
1794
1793
|
"""
|
|
1795
|
-
label_selector_path: NotRequired[pulumi.Input[
|
|
1794
|
+
label_selector_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
1796
1795
|
"""
|
|
1797
1796
|
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.
|
|
1798
1797
|
"""
|
|
@@ -1802,54 +1801,54 @@ elif False:
|
|
|
1802
1801
|
@pulumi.input_type
|
|
1803
1802
|
class CustomResourceSubresourceScaleArgs:
|
|
1804
1803
|
def __init__(__self__, *,
|
|
1805
|
-
spec_replicas_path: pulumi.Input[
|
|
1806
|
-
status_replicas_path: pulumi.Input[
|
|
1807
|
-
label_selector_path: Optional[pulumi.Input[
|
|
1804
|
+
spec_replicas_path: pulumi.Input[_builtins.str],
|
|
1805
|
+
status_replicas_path: pulumi.Input[_builtins.str],
|
|
1806
|
+
label_selector_path: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1808
1807
|
"""
|
|
1809
1808
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1810
|
-
:param pulumi.Input[
|
|
1811
|
-
:param pulumi.Input[
|
|
1812
|
-
:param pulumi.Input[
|
|
1809
|
+
: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.
|
|
1810
|
+
: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.
|
|
1811
|
+
: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.
|
|
1813
1812
|
"""
|
|
1814
1813
|
pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
|
|
1815
1814
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
1816
1815
|
if label_selector_path is not None:
|
|
1817
1816
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
1818
1817
|
|
|
1819
|
-
@property
|
|
1818
|
+
@_builtins.property
|
|
1820
1819
|
@pulumi.getter(name="specReplicasPath")
|
|
1821
|
-
def spec_replicas_path(self) -> pulumi.Input[
|
|
1820
|
+
def spec_replicas_path(self) -> pulumi.Input[_builtins.str]:
|
|
1822
1821
|
"""
|
|
1823
1822
|
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.
|
|
1824
1823
|
"""
|
|
1825
1824
|
return pulumi.get(self, "spec_replicas_path")
|
|
1826
1825
|
|
|
1827
1826
|
@spec_replicas_path.setter
|
|
1828
|
-
def spec_replicas_path(self, value: pulumi.Input[
|
|
1827
|
+
def spec_replicas_path(self, value: pulumi.Input[_builtins.str]):
|
|
1829
1828
|
pulumi.set(self, "spec_replicas_path", value)
|
|
1830
1829
|
|
|
1831
|
-
@property
|
|
1830
|
+
@_builtins.property
|
|
1832
1831
|
@pulumi.getter(name="statusReplicasPath")
|
|
1833
|
-
def status_replicas_path(self) -> pulumi.Input[
|
|
1832
|
+
def status_replicas_path(self) -> pulumi.Input[_builtins.str]:
|
|
1834
1833
|
"""
|
|
1835
1834
|
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.
|
|
1836
1835
|
"""
|
|
1837
1836
|
return pulumi.get(self, "status_replicas_path")
|
|
1838
1837
|
|
|
1839
1838
|
@status_replicas_path.setter
|
|
1840
|
-
def status_replicas_path(self, value: pulumi.Input[
|
|
1839
|
+
def status_replicas_path(self, value: pulumi.Input[_builtins.str]):
|
|
1841
1840
|
pulumi.set(self, "status_replicas_path", value)
|
|
1842
1841
|
|
|
1843
|
-
@property
|
|
1842
|
+
@_builtins.property
|
|
1844
1843
|
@pulumi.getter(name="labelSelectorPath")
|
|
1845
|
-
def label_selector_path(self) -> Optional[pulumi.Input[
|
|
1844
|
+
def label_selector_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1846
1845
|
"""
|
|
1847
1846
|
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.
|
|
1848
1847
|
"""
|
|
1849
1848
|
return pulumi.get(self, "label_selector_path")
|
|
1850
1849
|
|
|
1851
1850
|
@label_selector_path.setter
|
|
1852
|
-
def label_selector_path(self, value: Optional[pulumi.Input[
|
|
1851
|
+
def label_selector_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1853
1852
|
pulumi.set(self, "label_selector_path", value)
|
|
1854
1853
|
|
|
1855
1854
|
|
|
@@ -1884,7 +1883,7 @@ class CustomResourceSubresourcesPatchArgs:
|
|
|
1884
1883
|
if status is not None:
|
|
1885
1884
|
pulumi.set(__self__, "status", status)
|
|
1886
1885
|
|
|
1887
|
-
@property
|
|
1886
|
+
@_builtins.property
|
|
1888
1887
|
@pulumi.getter
|
|
1889
1888
|
def scale(self) -> Optional[pulumi.Input['CustomResourceSubresourceScalePatchArgs']]:
|
|
1890
1889
|
"""
|
|
@@ -1896,7 +1895,7 @@ class CustomResourceSubresourcesPatchArgs:
|
|
|
1896
1895
|
def scale(self, value: Optional[pulumi.Input['CustomResourceSubresourceScalePatchArgs']]):
|
|
1897
1896
|
pulumi.set(self, "scale", value)
|
|
1898
1897
|
|
|
1899
|
-
@property
|
|
1898
|
+
@_builtins.property
|
|
1900
1899
|
@pulumi.getter
|
|
1901
1900
|
def status(self) -> Optional[Any]:
|
|
1902
1901
|
"""
|
|
@@ -1940,7 +1939,7 @@ class CustomResourceSubresourcesArgs:
|
|
|
1940
1939
|
if status is not None:
|
|
1941
1940
|
pulumi.set(__self__, "status", status)
|
|
1942
1941
|
|
|
1943
|
-
@property
|
|
1942
|
+
@_builtins.property
|
|
1944
1943
|
@pulumi.getter
|
|
1945
1944
|
def scale(self) -> Optional[pulumi.Input['CustomResourceSubresourceScaleArgs']]:
|
|
1946
1945
|
"""
|
|
@@ -1952,7 +1951,7 @@ class CustomResourceSubresourcesArgs:
|
|
|
1952
1951
|
def scale(self, value: Optional[pulumi.Input['CustomResourceSubresourceScaleArgs']]):
|
|
1953
1952
|
pulumi.set(self, "scale", value)
|
|
1954
1953
|
|
|
1955
|
-
@property
|
|
1954
|
+
@_builtins.property
|
|
1956
1955
|
@pulumi.getter
|
|
1957
1956
|
def status(self) -> Optional[Any]:
|
|
1958
1957
|
"""
|
|
@@ -1988,7 +1987,7 @@ class CustomResourceValidationPatchArgs:
|
|
|
1988
1987
|
if open_apiv3_schema is not None:
|
|
1989
1988
|
pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
|
|
1990
1989
|
|
|
1991
|
-
@property
|
|
1990
|
+
@_builtins.property
|
|
1992
1991
|
@pulumi.getter(name="openAPIV3Schema")
|
|
1993
1992
|
def open_apiv3_schema(self) -> Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]:
|
|
1994
1993
|
"""
|
|
@@ -2024,7 +2023,7 @@ class CustomResourceValidationArgs:
|
|
|
2024
2023
|
if open_apiv3_schema is not None:
|
|
2025
2024
|
pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
|
|
2026
2025
|
|
|
2027
|
-
@property
|
|
2026
|
+
@_builtins.property
|
|
2028
2027
|
@pulumi.getter(name="openAPIV3Schema")
|
|
2029
2028
|
def open_apiv3_schema(self) -> Optional[pulumi.Input['JSONSchemaPropsArgs']]:
|
|
2030
2029
|
"""
|
|
@@ -2042,16 +2041,16 @@ if not MYPY:
|
|
|
2042
2041
|
"""
|
|
2043
2042
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2044
2043
|
"""
|
|
2045
|
-
description: NotRequired[pulumi.Input[
|
|
2046
|
-
url: NotRequired[pulumi.Input[
|
|
2044
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
2045
|
+
url: NotRequired[pulumi.Input[_builtins.str]]
|
|
2047
2046
|
elif False:
|
|
2048
2047
|
ExternalDocumentationPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2049
2048
|
|
|
2050
2049
|
@pulumi.input_type
|
|
2051
2050
|
class ExternalDocumentationPatchArgs:
|
|
2052
2051
|
def __init__(__self__, *,
|
|
2053
|
-
description: Optional[pulumi.Input[
|
|
2054
|
-
url: Optional[pulumi.Input[
|
|
2052
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2053
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2055
2054
|
"""
|
|
2056
2055
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2057
2056
|
"""
|
|
@@ -2060,22 +2059,22 @@ class ExternalDocumentationPatchArgs:
|
|
|
2060
2059
|
if url is not None:
|
|
2061
2060
|
pulumi.set(__self__, "url", url)
|
|
2062
2061
|
|
|
2063
|
-
@property
|
|
2062
|
+
@_builtins.property
|
|
2064
2063
|
@pulumi.getter
|
|
2065
|
-
def description(self) -> Optional[pulumi.Input[
|
|
2064
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2066
2065
|
return pulumi.get(self, "description")
|
|
2067
2066
|
|
|
2068
2067
|
@description.setter
|
|
2069
|
-
def description(self, value: Optional[pulumi.Input[
|
|
2068
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2070
2069
|
pulumi.set(self, "description", value)
|
|
2071
2070
|
|
|
2072
|
-
@property
|
|
2071
|
+
@_builtins.property
|
|
2073
2072
|
@pulumi.getter
|
|
2074
|
-
def url(self) -> Optional[pulumi.Input[
|
|
2073
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2075
2074
|
return pulumi.get(self, "url")
|
|
2076
2075
|
|
|
2077
2076
|
@url.setter
|
|
2078
|
-
def url(self, value: Optional[pulumi.Input[
|
|
2077
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2079
2078
|
pulumi.set(self, "url", value)
|
|
2080
2079
|
|
|
2081
2080
|
|
|
@@ -2084,16 +2083,16 @@ if not MYPY:
|
|
|
2084
2083
|
"""
|
|
2085
2084
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2086
2085
|
"""
|
|
2087
|
-
description: NotRequired[pulumi.Input[
|
|
2088
|
-
url: NotRequired[pulumi.Input[
|
|
2086
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
2087
|
+
url: NotRequired[pulumi.Input[_builtins.str]]
|
|
2089
2088
|
elif False:
|
|
2090
2089
|
ExternalDocumentationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2091
2090
|
|
|
2092
2091
|
@pulumi.input_type
|
|
2093
2092
|
class ExternalDocumentationArgs:
|
|
2094
2093
|
def __init__(__self__, *,
|
|
2095
|
-
description: Optional[pulumi.Input[
|
|
2096
|
-
url: Optional[pulumi.Input[
|
|
2094
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2095
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2097
2096
|
"""
|
|
2098
2097
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2099
2098
|
"""
|
|
@@ -2102,22 +2101,22 @@ class ExternalDocumentationArgs:
|
|
|
2102
2101
|
if url is not None:
|
|
2103
2102
|
pulumi.set(__self__, "url", url)
|
|
2104
2103
|
|
|
2105
|
-
@property
|
|
2104
|
+
@_builtins.property
|
|
2106
2105
|
@pulumi.getter
|
|
2107
|
-
def description(self) -> Optional[pulumi.Input[
|
|
2106
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2108
2107
|
return pulumi.get(self, "description")
|
|
2109
2108
|
|
|
2110
2109
|
@description.setter
|
|
2111
|
-
def description(self, value: Optional[pulumi.Input[
|
|
2110
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2112
2111
|
pulumi.set(self, "description", value)
|
|
2113
2112
|
|
|
2114
|
-
@property
|
|
2113
|
+
@_builtins.property
|
|
2115
2114
|
@pulumi.getter
|
|
2116
|
-
def url(self) -> Optional[pulumi.Input[
|
|
2115
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2117
2116
|
return pulumi.get(self, "url")
|
|
2118
2117
|
|
|
2119
2118
|
@url.setter
|
|
2120
|
-
def url(self, value: Optional[pulumi.Input[
|
|
2119
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2121
2120
|
pulumi.set(self, "url", value)
|
|
2122
2121
|
|
|
2123
2122
|
|
|
@@ -2126,10 +2125,10 @@ if not MYPY:
|
|
|
2126
2125
|
"""
|
|
2127
2126
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2128
2127
|
"""
|
|
2129
|
-
_ref: NotRequired[pulumi.Input[
|
|
2130
|
-
_schema: NotRequired[pulumi.Input[
|
|
2131
|
-
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict',
|
|
2132
|
-
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict',
|
|
2128
|
+
_ref: NotRequired[pulumi.Input[_builtins.str]]
|
|
2129
|
+
_schema: NotRequired[pulumi.Input[_builtins.str]]
|
|
2130
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
|
|
2131
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
|
|
2133
2132
|
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2134
2133
|
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2135
2134
|
default: NotRequired[Any]
|
|
@@ -2137,45 +2136,45 @@ if not MYPY:
|
|
|
2137
2136
|
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.
|
|
2138
2137
|
"""
|
|
2139
2138
|
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2140
|
-
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[
|
|
2141
|
-
description: NotRequired[pulumi.Input[
|
|
2139
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[_builtins.str]]]]]]]
|
|
2140
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
2142
2141
|
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
2143
2142
|
example: NotRequired[Any]
|
|
2144
|
-
exclusive_maximum: NotRequired[pulumi.Input[
|
|
2145
|
-
exclusive_minimum: NotRequired[pulumi.Input[
|
|
2143
|
+
exclusive_maximum: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2144
|
+
exclusive_minimum: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2146
2145
|
external_docs: NotRequired[pulumi.Input['ExternalDocumentationPatchArgsDict']]
|
|
2147
|
-
format: NotRequired[pulumi.Input[
|
|
2146
|
+
format: NotRequired[pulumi.Input[_builtins.str]]
|
|
2148
2147
|
"""
|
|
2149
2148
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2150
2149
|
|
|
2151
2150
|
- 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.
|
|
2152
2151
|
"""
|
|
2153
|
-
id: NotRequired[pulumi.Input[
|
|
2152
|
+
id: NotRequired[pulumi.Input[_builtins.str]]
|
|
2154
2153
|
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
2155
|
-
max_items: NotRequired[pulumi.Input[
|
|
2156
|
-
max_length: NotRequired[pulumi.Input[
|
|
2157
|
-
max_properties: NotRequired[pulumi.Input[
|
|
2158
|
-
maximum: NotRequired[pulumi.Input[
|
|
2159
|
-
min_items: NotRequired[pulumi.Input[
|
|
2160
|
-
min_length: NotRequired[pulumi.Input[
|
|
2161
|
-
min_properties: NotRequired[pulumi.Input[
|
|
2162
|
-
minimum: NotRequired[pulumi.Input[
|
|
2163
|
-
multiple_of: NotRequired[pulumi.Input[
|
|
2154
|
+
max_items: NotRequired[pulumi.Input[_builtins.int]]
|
|
2155
|
+
max_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
2156
|
+
max_properties: NotRequired[pulumi.Input[_builtins.int]]
|
|
2157
|
+
maximum: NotRequired[pulumi.Input[_builtins.float]]
|
|
2158
|
+
min_items: NotRequired[pulumi.Input[_builtins.int]]
|
|
2159
|
+
min_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
2160
|
+
min_properties: NotRequired[pulumi.Input[_builtins.int]]
|
|
2161
|
+
minimum: NotRequired[pulumi.Input[_builtins.float]]
|
|
2162
|
+
multiple_of: NotRequired[pulumi.Input[_builtins.float]]
|
|
2164
2163
|
not_: NotRequired[pulumi.Input['JSONSchemaPropsPatchArgsDict']]
|
|
2165
|
-
nullable: NotRequired[pulumi.Input[
|
|
2164
|
+
nullable: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2166
2165
|
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2167
|
-
pattern: NotRequired[pulumi.Input[
|
|
2166
|
+
pattern: NotRequired[pulumi.Input[_builtins.str]]
|
|
2168
2167
|
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2169
2168
|
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2170
|
-
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2171
|
-
title: NotRequired[pulumi.Input[
|
|
2172
|
-
type: NotRequired[pulumi.Input[
|
|
2173
|
-
unique_items: NotRequired[pulumi.Input[
|
|
2174
|
-
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[
|
|
2169
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2170
|
+
title: NotRequired[pulumi.Input[_builtins.str]]
|
|
2171
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2172
|
+
unique_items: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2173
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2175
2174
|
"""
|
|
2176
2175
|
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).
|
|
2177
2176
|
"""
|
|
2178
|
-
x_kubernetes_int_or_string: NotRequired[pulumi.Input[
|
|
2177
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2179
2178
|
"""
|
|
2180
2179
|
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:
|
|
2181
2180
|
|
|
@@ -2188,7 +2187,7 @@ if not MYPY:
|
|
|
2188
2187
|
- type: string
|
|
2189
2188
|
- ... zero or more
|
|
2190
2189
|
"""
|
|
2191
|
-
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2190
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2192
2191
|
"""
|
|
2193
2192
|
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.
|
|
2194
2193
|
|
|
@@ -2196,7 +2195,7 @@ if not MYPY:
|
|
|
2196
2195
|
|
|
2197
2196
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
2198
2197
|
"""
|
|
2199
|
-
x_kubernetes_list_type: NotRequired[pulumi.Input[
|
|
2198
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2200
2199
|
"""
|
|
2201
2200
|
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:
|
|
2202
2201
|
|
|
@@ -2213,7 +2212,7 @@ if not MYPY:
|
|
|
2213
2212
|
must only be used on a list with elements of type object.
|
|
2214
2213
|
Defaults to atomic for arrays.
|
|
2215
2214
|
"""
|
|
2216
|
-
x_kubernetes_map_type: NotRequired[pulumi.Input[
|
|
2215
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2217
2216
|
"""
|
|
2218
2217
|
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:
|
|
2219
2218
|
|
|
@@ -2224,7 +2223,7 @@ if not MYPY:
|
|
|
2224
2223
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2225
2224
|
Atomic maps will be entirely replaced when updated.
|
|
2226
2225
|
"""
|
|
2227
|
-
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[
|
|
2226
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2228
2227
|
"""
|
|
2229
2228
|
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.
|
|
2230
2229
|
"""
|
|
@@ -2238,58 +2237,58 @@ elif False:
|
|
|
2238
2237
|
@pulumi.input_type
|
|
2239
2238
|
class JSONSchemaPropsPatchArgs:
|
|
2240
2239
|
def __init__(__self__, *,
|
|
2241
|
-
_ref: Optional[pulumi.Input[
|
|
2242
|
-
_schema: Optional[pulumi.Input[
|
|
2243
|
-
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2244
|
-
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2240
|
+
_ref: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2241
|
+
_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2242
|
+
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
|
|
2243
|
+
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
|
|
2245
2244
|
all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2246
2245
|
any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2247
2246
|
default: Optional[Any] = None,
|
|
2248
2247
|
definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2249
|
-
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
2250
|
-
description: Optional[pulumi.Input[
|
|
2248
|
+
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]] = None,
|
|
2249
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2251
2250
|
enum: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
2252
2251
|
example: Optional[Any] = None,
|
|
2253
|
-
exclusive_maximum: Optional[pulumi.Input[
|
|
2254
|
-
exclusive_minimum: Optional[pulumi.Input[
|
|
2252
|
+
exclusive_maximum: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2253
|
+
exclusive_minimum: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2255
2254
|
external_docs: Optional[pulumi.Input['ExternalDocumentationPatchArgs']] = None,
|
|
2256
|
-
format: Optional[pulumi.Input[
|
|
2257
|
-
id: Optional[pulumi.Input[
|
|
2255
|
+
format: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2256
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2258
2257
|
items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
|
|
2259
|
-
max_items: Optional[pulumi.Input[
|
|
2260
|
-
max_length: Optional[pulumi.Input[
|
|
2261
|
-
max_properties: Optional[pulumi.Input[
|
|
2262
|
-
maximum: Optional[pulumi.Input[
|
|
2263
|
-
min_items: Optional[pulumi.Input[
|
|
2264
|
-
min_length: Optional[pulumi.Input[
|
|
2265
|
-
min_properties: Optional[pulumi.Input[
|
|
2266
|
-
minimum: Optional[pulumi.Input[
|
|
2267
|
-
multiple_of: Optional[pulumi.Input[
|
|
2258
|
+
max_items: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2259
|
+
max_length: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2260
|
+
max_properties: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2261
|
+
maximum: Optional[pulumi.Input[_builtins.float]] = None,
|
|
2262
|
+
min_items: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2263
|
+
min_length: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2264
|
+
min_properties: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2265
|
+
minimum: Optional[pulumi.Input[_builtins.float]] = None,
|
|
2266
|
+
multiple_of: Optional[pulumi.Input[_builtins.float]] = None,
|
|
2268
2267
|
not_: Optional[pulumi.Input['JSONSchemaPropsPatchArgs']] = None,
|
|
2269
|
-
nullable: Optional[pulumi.Input[
|
|
2268
|
+
nullable: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2270
2269
|
one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2271
|
-
pattern: Optional[pulumi.Input[
|
|
2270
|
+
pattern: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2272
2271
|
pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2273
2272
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2274
|
-
required: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2275
|
-
title: Optional[pulumi.Input[
|
|
2276
|
-
type: Optional[pulumi.Input[
|
|
2277
|
-
unique_items: Optional[pulumi.Input[
|
|
2278
|
-
x_kubernetes_embedded_resource: Optional[pulumi.Input[
|
|
2279
|
-
x_kubernetes_int_or_string: Optional[pulumi.Input[
|
|
2280
|
-
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2281
|
-
x_kubernetes_list_type: Optional[pulumi.Input[
|
|
2282
|
-
x_kubernetes_map_type: Optional[pulumi.Input[
|
|
2283
|
-
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[
|
|
2273
|
+
required: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2274
|
+
title: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2275
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2276
|
+
unique_items: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2277
|
+
x_kubernetes_embedded_resource: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2278
|
+
x_kubernetes_int_or_string: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2279
|
+
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2280
|
+
x_kubernetes_list_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2281
|
+
x_kubernetes_map_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2282
|
+
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2284
2283
|
x_kubernetes_validations: Optional[pulumi.Input[Sequence[pulumi.Input['ValidationRulePatchArgs']]]] = None):
|
|
2285
2284
|
"""
|
|
2286
2285
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2287
2286
|
: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.
|
|
2288
|
-
:param pulumi.Input[
|
|
2287
|
+
:param pulumi.Input[_builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2289
2288
|
|
|
2290
2289
|
- 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.
|
|
2291
|
-
:param pulumi.Input[
|
|
2292
|
-
:param pulumi.Input[
|
|
2290
|
+
: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).
|
|
2291
|
+
: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:
|
|
2293
2292
|
|
|
2294
2293
|
1) anyOf:
|
|
2295
2294
|
- type: integer
|
|
@@ -2299,12 +2298,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2299
2298
|
- type: integer
|
|
2300
2299
|
- type: string
|
|
2301
2300
|
- ... zero or more
|
|
2302
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2301
|
+
: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.
|
|
2303
2302
|
|
|
2304
2303
|
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).
|
|
2305
2304
|
|
|
2306
2305
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
2307
|
-
:param pulumi.Input[
|
|
2306
|
+
: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:
|
|
2308
2307
|
|
|
2309
2308
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2310
2309
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -2318,7 +2317,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2318
2317
|
used to identify them. Order is preserved upon merge. The map tag
|
|
2319
2318
|
must only be used on a list with elements of type object.
|
|
2320
2319
|
Defaults to atomic for arrays.
|
|
2321
|
-
:param pulumi.Input[
|
|
2320
|
+
: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:
|
|
2322
2321
|
|
|
2323
2322
|
1) `granular`:
|
|
2324
2323
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -2326,7 +2325,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2326
2325
|
the default behaviour for all maps.
|
|
2327
2326
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2328
2327
|
Atomic maps will be entirely replaced when updated.
|
|
2329
|
-
:param pulumi.Input[
|
|
2328
|
+
: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.
|
|
2330
2329
|
: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.
|
|
2331
2330
|
"""
|
|
2332
2331
|
if _ref is not None:
|
|
@@ -2418,43 +2417,43 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2418
2417
|
if x_kubernetes_validations is not None:
|
|
2419
2418
|
pulumi.set(__self__, "x_kubernetes_validations", x_kubernetes_validations)
|
|
2420
2419
|
|
|
2421
|
-
@property
|
|
2420
|
+
@_builtins.property
|
|
2422
2421
|
@pulumi.getter(name="$ref")
|
|
2423
|
-
def _ref(self) -> Optional[pulumi.Input[
|
|
2422
|
+
def _ref(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2424
2423
|
return pulumi.get(self, "_ref")
|
|
2425
2424
|
|
|
2426
2425
|
@_ref.setter
|
|
2427
|
-
def _ref(self, value: Optional[pulumi.Input[
|
|
2426
|
+
def _ref(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2428
2427
|
pulumi.set(self, "_ref", value)
|
|
2429
2428
|
|
|
2430
|
-
@property
|
|
2429
|
+
@_builtins.property
|
|
2431
2430
|
@pulumi.getter(name="$schema")
|
|
2432
|
-
def _schema(self) -> Optional[pulumi.Input[
|
|
2431
|
+
def _schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2433
2432
|
return pulumi.get(self, "_schema")
|
|
2434
2433
|
|
|
2435
2434
|
@_schema.setter
|
|
2436
|
-
def _schema(self, value: Optional[pulumi.Input[
|
|
2435
|
+
def _schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2437
2436
|
pulumi.set(self, "_schema", value)
|
|
2438
2437
|
|
|
2439
|
-
@property
|
|
2438
|
+
@_builtins.property
|
|
2440
2439
|
@pulumi.getter(name="additionalItems")
|
|
2441
|
-
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2440
|
+
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
|
|
2442
2441
|
return pulumi.get(self, "additional_items")
|
|
2443
2442
|
|
|
2444
2443
|
@additional_items.setter
|
|
2445
|
-
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2444
|
+
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
|
|
2446
2445
|
pulumi.set(self, "additional_items", value)
|
|
2447
2446
|
|
|
2448
|
-
@property
|
|
2447
|
+
@_builtins.property
|
|
2449
2448
|
@pulumi.getter(name="additionalProperties")
|
|
2450
|
-
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2449
|
+
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
|
|
2451
2450
|
return pulumi.get(self, "additional_properties")
|
|
2452
2451
|
|
|
2453
2452
|
@additional_properties.setter
|
|
2454
|
-
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2453
|
+
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
|
|
2455
2454
|
pulumi.set(self, "additional_properties", value)
|
|
2456
2455
|
|
|
2457
|
-
@property
|
|
2456
|
+
@_builtins.property
|
|
2458
2457
|
@pulumi.getter(name="allOf")
|
|
2459
2458
|
def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
|
|
2460
2459
|
return pulumi.get(self, "all_of")
|
|
@@ -2463,7 +2462,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2463
2462
|
def all_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
|
|
2464
2463
|
pulumi.set(self, "all_of", value)
|
|
2465
2464
|
|
|
2466
|
-
@property
|
|
2465
|
+
@_builtins.property
|
|
2467
2466
|
@pulumi.getter(name="anyOf")
|
|
2468
2467
|
def any_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
|
|
2469
2468
|
return pulumi.get(self, "any_of")
|
|
@@ -2472,7 +2471,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2472
2471
|
def any_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
|
|
2473
2472
|
pulumi.set(self, "any_of", value)
|
|
2474
2473
|
|
|
2475
|
-
@property
|
|
2474
|
+
@_builtins.property
|
|
2476
2475
|
@pulumi.getter
|
|
2477
2476
|
def default(self) -> Optional[Any]:
|
|
2478
2477
|
"""
|
|
@@ -2484,7 +2483,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2484
2483
|
def default(self, value: Optional[Any]):
|
|
2485
2484
|
pulumi.set(self, "default", value)
|
|
2486
2485
|
|
|
2487
|
-
@property
|
|
2486
|
+
@_builtins.property
|
|
2488
2487
|
@pulumi.getter
|
|
2489
2488
|
def definitions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
2490
2489
|
return pulumi.get(self, "definitions")
|
|
@@ -2493,25 +2492,25 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2493
2492
|
def definitions(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
2494
2493
|
pulumi.set(self, "definitions", value)
|
|
2495
2494
|
|
|
2496
|
-
@property
|
|
2495
|
+
@_builtins.property
|
|
2497
2496
|
@pulumi.getter
|
|
2498
|
-
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
2497
|
+
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]:
|
|
2499
2498
|
return pulumi.get(self, "dependencies")
|
|
2500
2499
|
|
|
2501
2500
|
@dependencies.setter
|
|
2502
|
-
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
2501
|
+
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]):
|
|
2503
2502
|
pulumi.set(self, "dependencies", value)
|
|
2504
2503
|
|
|
2505
|
-
@property
|
|
2504
|
+
@_builtins.property
|
|
2506
2505
|
@pulumi.getter
|
|
2507
|
-
def description(self) -> Optional[pulumi.Input[
|
|
2506
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2508
2507
|
return pulumi.get(self, "description")
|
|
2509
2508
|
|
|
2510
2509
|
@description.setter
|
|
2511
|
-
def description(self, value: Optional[pulumi.Input[
|
|
2510
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2512
2511
|
pulumi.set(self, "description", value)
|
|
2513
2512
|
|
|
2514
|
-
@property
|
|
2513
|
+
@_builtins.property
|
|
2515
2514
|
@pulumi.getter
|
|
2516
2515
|
def enum(self) -> Optional[pulumi.Input[Sequence[Any]]]:
|
|
2517
2516
|
return pulumi.get(self, "enum")
|
|
@@ -2520,7 +2519,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2520
2519
|
def enum(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
2521
2520
|
pulumi.set(self, "enum", value)
|
|
2522
2521
|
|
|
2523
|
-
@property
|
|
2522
|
+
@_builtins.property
|
|
2524
2523
|
@pulumi.getter
|
|
2525
2524
|
def example(self) -> Optional[Any]:
|
|
2526
2525
|
return pulumi.get(self, "example")
|
|
@@ -2529,25 +2528,25 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2529
2528
|
def example(self, value: Optional[Any]):
|
|
2530
2529
|
pulumi.set(self, "example", value)
|
|
2531
2530
|
|
|
2532
|
-
@property
|
|
2531
|
+
@_builtins.property
|
|
2533
2532
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2534
|
-
def exclusive_maximum(self) -> Optional[pulumi.Input[
|
|
2533
|
+
def exclusive_maximum(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2535
2534
|
return pulumi.get(self, "exclusive_maximum")
|
|
2536
2535
|
|
|
2537
2536
|
@exclusive_maximum.setter
|
|
2538
|
-
def exclusive_maximum(self, value: Optional[pulumi.Input[
|
|
2537
|
+
def exclusive_maximum(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2539
2538
|
pulumi.set(self, "exclusive_maximum", value)
|
|
2540
2539
|
|
|
2541
|
-
@property
|
|
2540
|
+
@_builtins.property
|
|
2542
2541
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2543
|
-
def exclusive_minimum(self) -> Optional[pulumi.Input[
|
|
2542
|
+
def exclusive_minimum(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2544
2543
|
return pulumi.get(self, "exclusive_minimum")
|
|
2545
2544
|
|
|
2546
2545
|
@exclusive_minimum.setter
|
|
2547
|
-
def exclusive_minimum(self, value: Optional[pulumi.Input[
|
|
2546
|
+
def exclusive_minimum(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2548
2547
|
pulumi.set(self, "exclusive_minimum", value)
|
|
2549
2548
|
|
|
2550
|
-
@property
|
|
2549
|
+
@_builtins.property
|
|
2551
2550
|
@pulumi.getter(name="externalDocs")
|
|
2552
2551
|
def external_docs(self) -> Optional[pulumi.Input['ExternalDocumentationPatchArgs']]:
|
|
2553
2552
|
return pulumi.get(self, "external_docs")
|
|
@@ -2556,9 +2555,9 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2556
2555
|
def external_docs(self, value: Optional[pulumi.Input['ExternalDocumentationPatchArgs']]):
|
|
2557
2556
|
pulumi.set(self, "external_docs", value)
|
|
2558
2557
|
|
|
2559
|
-
@property
|
|
2558
|
+
@_builtins.property
|
|
2560
2559
|
@pulumi.getter
|
|
2561
|
-
def format(self) -> Optional[pulumi.Input[
|
|
2560
|
+
def format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2562
2561
|
"""
|
|
2563
2562
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2564
2563
|
|
|
@@ -2567,19 +2566,19 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2567
2566
|
return pulumi.get(self, "format")
|
|
2568
2567
|
|
|
2569
2568
|
@format.setter
|
|
2570
|
-
def format(self, value: Optional[pulumi.Input[
|
|
2569
|
+
def format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2571
2570
|
pulumi.set(self, "format", value)
|
|
2572
2571
|
|
|
2573
|
-
@property
|
|
2572
|
+
@_builtins.property
|
|
2574
2573
|
@pulumi.getter
|
|
2575
|
-
def id(self) -> Optional[pulumi.Input[
|
|
2574
|
+
def id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2576
2575
|
return pulumi.get(self, "id")
|
|
2577
2576
|
|
|
2578
2577
|
@id.setter
|
|
2579
|
-
def id(self, value: Optional[pulumi.Input[
|
|
2578
|
+
def id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2580
2579
|
pulumi.set(self, "id", value)
|
|
2581
2580
|
|
|
2582
|
-
@property
|
|
2581
|
+
@_builtins.property
|
|
2583
2582
|
@pulumi.getter
|
|
2584
2583
|
def items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]:
|
|
2585
2584
|
return pulumi.get(self, "items")
|
|
@@ -2588,88 +2587,88 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2588
2587
|
def items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]):
|
|
2589
2588
|
pulumi.set(self, "items", value)
|
|
2590
2589
|
|
|
2591
|
-
@property
|
|
2590
|
+
@_builtins.property
|
|
2592
2591
|
@pulumi.getter(name="maxItems")
|
|
2593
|
-
def max_items(self) -> Optional[pulumi.Input[
|
|
2592
|
+
def max_items(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2594
2593
|
return pulumi.get(self, "max_items")
|
|
2595
2594
|
|
|
2596
2595
|
@max_items.setter
|
|
2597
|
-
def max_items(self, value: Optional[pulumi.Input[
|
|
2596
|
+
def max_items(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2598
2597
|
pulumi.set(self, "max_items", value)
|
|
2599
2598
|
|
|
2600
|
-
@property
|
|
2599
|
+
@_builtins.property
|
|
2601
2600
|
@pulumi.getter(name="maxLength")
|
|
2602
|
-
def max_length(self) -> Optional[pulumi.Input[
|
|
2601
|
+
def max_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2603
2602
|
return pulumi.get(self, "max_length")
|
|
2604
2603
|
|
|
2605
2604
|
@max_length.setter
|
|
2606
|
-
def max_length(self, value: Optional[pulumi.Input[
|
|
2605
|
+
def max_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2607
2606
|
pulumi.set(self, "max_length", value)
|
|
2608
2607
|
|
|
2609
|
-
@property
|
|
2608
|
+
@_builtins.property
|
|
2610
2609
|
@pulumi.getter(name="maxProperties")
|
|
2611
|
-
def max_properties(self) -> Optional[pulumi.Input[
|
|
2610
|
+
def max_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2612
2611
|
return pulumi.get(self, "max_properties")
|
|
2613
2612
|
|
|
2614
2613
|
@max_properties.setter
|
|
2615
|
-
def max_properties(self, value: Optional[pulumi.Input[
|
|
2614
|
+
def max_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2616
2615
|
pulumi.set(self, "max_properties", value)
|
|
2617
2616
|
|
|
2618
|
-
@property
|
|
2617
|
+
@_builtins.property
|
|
2619
2618
|
@pulumi.getter
|
|
2620
|
-
def maximum(self) -> Optional[pulumi.Input[
|
|
2619
|
+
def maximum(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
2621
2620
|
return pulumi.get(self, "maximum")
|
|
2622
2621
|
|
|
2623
2622
|
@maximum.setter
|
|
2624
|
-
def maximum(self, value: Optional[pulumi.Input[
|
|
2623
|
+
def maximum(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
2625
2624
|
pulumi.set(self, "maximum", value)
|
|
2626
2625
|
|
|
2627
|
-
@property
|
|
2626
|
+
@_builtins.property
|
|
2628
2627
|
@pulumi.getter(name="minItems")
|
|
2629
|
-
def min_items(self) -> Optional[pulumi.Input[
|
|
2628
|
+
def min_items(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2630
2629
|
return pulumi.get(self, "min_items")
|
|
2631
2630
|
|
|
2632
2631
|
@min_items.setter
|
|
2633
|
-
def min_items(self, value: Optional[pulumi.Input[
|
|
2632
|
+
def min_items(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2634
2633
|
pulumi.set(self, "min_items", value)
|
|
2635
2634
|
|
|
2636
|
-
@property
|
|
2635
|
+
@_builtins.property
|
|
2637
2636
|
@pulumi.getter(name="minLength")
|
|
2638
|
-
def min_length(self) -> Optional[pulumi.Input[
|
|
2637
|
+
def min_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2639
2638
|
return pulumi.get(self, "min_length")
|
|
2640
2639
|
|
|
2641
2640
|
@min_length.setter
|
|
2642
|
-
def min_length(self, value: Optional[pulumi.Input[
|
|
2641
|
+
def min_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2643
2642
|
pulumi.set(self, "min_length", value)
|
|
2644
2643
|
|
|
2645
|
-
@property
|
|
2644
|
+
@_builtins.property
|
|
2646
2645
|
@pulumi.getter(name="minProperties")
|
|
2647
|
-
def min_properties(self) -> Optional[pulumi.Input[
|
|
2646
|
+
def min_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2648
2647
|
return pulumi.get(self, "min_properties")
|
|
2649
2648
|
|
|
2650
2649
|
@min_properties.setter
|
|
2651
|
-
def min_properties(self, value: Optional[pulumi.Input[
|
|
2650
|
+
def min_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2652
2651
|
pulumi.set(self, "min_properties", value)
|
|
2653
2652
|
|
|
2654
|
-
@property
|
|
2653
|
+
@_builtins.property
|
|
2655
2654
|
@pulumi.getter
|
|
2656
|
-
def minimum(self) -> Optional[pulumi.Input[
|
|
2655
|
+
def minimum(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
2657
2656
|
return pulumi.get(self, "minimum")
|
|
2658
2657
|
|
|
2659
2658
|
@minimum.setter
|
|
2660
|
-
def minimum(self, value: Optional[pulumi.Input[
|
|
2659
|
+
def minimum(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
2661
2660
|
pulumi.set(self, "minimum", value)
|
|
2662
2661
|
|
|
2663
|
-
@property
|
|
2662
|
+
@_builtins.property
|
|
2664
2663
|
@pulumi.getter(name="multipleOf")
|
|
2665
|
-
def multiple_of(self) -> Optional[pulumi.Input[
|
|
2664
|
+
def multiple_of(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
2666
2665
|
return pulumi.get(self, "multiple_of")
|
|
2667
2666
|
|
|
2668
2667
|
@multiple_of.setter
|
|
2669
|
-
def multiple_of(self, value: Optional[pulumi.Input[
|
|
2668
|
+
def multiple_of(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
2670
2669
|
pulumi.set(self, "multiple_of", value)
|
|
2671
2670
|
|
|
2672
|
-
@property
|
|
2671
|
+
@_builtins.property
|
|
2673
2672
|
@pulumi.getter(name="not")
|
|
2674
2673
|
def not_(self) -> Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]:
|
|
2675
2674
|
return pulumi.get(self, "not_")
|
|
@@ -2678,16 +2677,16 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2678
2677
|
def not_(self, value: Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]):
|
|
2679
2678
|
pulumi.set(self, "not_", value)
|
|
2680
2679
|
|
|
2681
|
-
@property
|
|
2680
|
+
@_builtins.property
|
|
2682
2681
|
@pulumi.getter
|
|
2683
|
-
def nullable(self) -> Optional[pulumi.Input[
|
|
2682
|
+
def nullable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2684
2683
|
return pulumi.get(self, "nullable")
|
|
2685
2684
|
|
|
2686
2685
|
@nullable.setter
|
|
2687
|
-
def nullable(self, value: Optional[pulumi.Input[
|
|
2686
|
+
def nullable(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2688
2687
|
pulumi.set(self, "nullable", value)
|
|
2689
2688
|
|
|
2690
|
-
@property
|
|
2689
|
+
@_builtins.property
|
|
2691
2690
|
@pulumi.getter(name="oneOf")
|
|
2692
2691
|
def one_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
|
|
2693
2692
|
return pulumi.get(self, "one_of")
|
|
@@ -2696,16 +2695,16 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2696
2695
|
def one_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
|
|
2697
2696
|
pulumi.set(self, "one_of", value)
|
|
2698
2697
|
|
|
2699
|
-
@property
|
|
2698
|
+
@_builtins.property
|
|
2700
2699
|
@pulumi.getter
|
|
2701
|
-
def pattern(self) -> Optional[pulumi.Input[
|
|
2700
|
+
def pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2702
2701
|
return pulumi.get(self, "pattern")
|
|
2703
2702
|
|
|
2704
2703
|
@pattern.setter
|
|
2705
|
-
def pattern(self, value: Optional[pulumi.Input[
|
|
2704
|
+
def pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2706
2705
|
pulumi.set(self, "pattern", value)
|
|
2707
2706
|
|
|
2708
|
-
@property
|
|
2707
|
+
@_builtins.property
|
|
2709
2708
|
@pulumi.getter(name="patternProperties")
|
|
2710
2709
|
def pattern_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
2711
2710
|
return pulumi.get(self, "pattern_properties")
|
|
@@ -2714,7 +2713,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2714
2713
|
def pattern_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
2715
2714
|
pulumi.set(self, "pattern_properties", value)
|
|
2716
2715
|
|
|
2717
|
-
@property
|
|
2716
|
+
@_builtins.property
|
|
2718
2717
|
@pulumi.getter
|
|
2719
2718
|
def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
2720
2719
|
return pulumi.get(self, "properties")
|
|
@@ -2723,57 +2722,57 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2723
2722
|
def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
2724
2723
|
pulumi.set(self, "properties", value)
|
|
2725
2724
|
|
|
2726
|
-
@property
|
|
2725
|
+
@_builtins.property
|
|
2727
2726
|
@pulumi.getter
|
|
2728
|
-
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2727
|
+
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2729
2728
|
return pulumi.get(self, "required")
|
|
2730
2729
|
|
|
2731
2730
|
@required.setter
|
|
2732
|
-
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2731
|
+
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2733
2732
|
pulumi.set(self, "required", value)
|
|
2734
2733
|
|
|
2735
|
-
@property
|
|
2734
|
+
@_builtins.property
|
|
2736
2735
|
@pulumi.getter
|
|
2737
|
-
def title(self) -> Optional[pulumi.Input[
|
|
2736
|
+
def title(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2738
2737
|
return pulumi.get(self, "title")
|
|
2739
2738
|
|
|
2740
2739
|
@title.setter
|
|
2741
|
-
def title(self, value: Optional[pulumi.Input[
|
|
2740
|
+
def title(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2742
2741
|
pulumi.set(self, "title", value)
|
|
2743
2742
|
|
|
2744
|
-
@property
|
|
2743
|
+
@_builtins.property
|
|
2745
2744
|
@pulumi.getter
|
|
2746
|
-
def type(self) -> Optional[pulumi.Input[
|
|
2745
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2747
2746
|
return pulumi.get(self, "type")
|
|
2748
2747
|
|
|
2749
2748
|
@type.setter
|
|
2750
|
-
def type(self, value: Optional[pulumi.Input[
|
|
2749
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2751
2750
|
pulumi.set(self, "type", value)
|
|
2752
2751
|
|
|
2753
|
-
@property
|
|
2752
|
+
@_builtins.property
|
|
2754
2753
|
@pulumi.getter(name="uniqueItems")
|
|
2755
|
-
def unique_items(self) -> Optional[pulumi.Input[
|
|
2754
|
+
def unique_items(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2756
2755
|
return pulumi.get(self, "unique_items")
|
|
2757
2756
|
|
|
2758
2757
|
@unique_items.setter
|
|
2759
|
-
def unique_items(self, value: Optional[pulumi.Input[
|
|
2758
|
+
def unique_items(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2760
2759
|
pulumi.set(self, "unique_items", value)
|
|
2761
2760
|
|
|
2762
|
-
@property
|
|
2761
|
+
@_builtins.property
|
|
2763
2762
|
@pulumi.getter
|
|
2764
|
-
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[
|
|
2763
|
+
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2765
2764
|
"""
|
|
2766
2765
|
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).
|
|
2767
2766
|
"""
|
|
2768
2767
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
2769
2768
|
|
|
2770
2769
|
@x_kubernetes_embedded_resource.setter
|
|
2771
|
-
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[
|
|
2770
|
+
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2772
2771
|
pulumi.set(self, "x_kubernetes_embedded_resource", value)
|
|
2773
2772
|
|
|
2774
|
-
@property
|
|
2773
|
+
@_builtins.property
|
|
2775
2774
|
@pulumi.getter
|
|
2776
|
-
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[
|
|
2775
|
+
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2777
2776
|
"""
|
|
2778
2777
|
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:
|
|
2779
2778
|
|
|
@@ -2789,12 +2788,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2789
2788
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
2790
2789
|
|
|
2791
2790
|
@x_kubernetes_int_or_string.setter
|
|
2792
|
-
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[
|
|
2791
|
+
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2793
2792
|
pulumi.set(self, "x_kubernetes_int_or_string", value)
|
|
2794
2793
|
|
|
2795
|
-
@property
|
|
2794
|
+
@_builtins.property
|
|
2796
2795
|
@pulumi.getter
|
|
2797
|
-
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2796
|
+
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2798
2797
|
"""
|
|
2799
2798
|
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.
|
|
2800
2799
|
|
|
@@ -2805,12 +2804,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2805
2804
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
2806
2805
|
|
|
2807
2806
|
@x_kubernetes_list_map_keys.setter
|
|
2808
|
-
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2807
|
+
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2809
2808
|
pulumi.set(self, "x_kubernetes_list_map_keys", value)
|
|
2810
2809
|
|
|
2811
|
-
@property
|
|
2810
|
+
@_builtins.property
|
|
2812
2811
|
@pulumi.getter
|
|
2813
|
-
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[
|
|
2812
|
+
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2814
2813
|
"""
|
|
2815
2814
|
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:
|
|
2816
2815
|
|
|
@@ -2830,12 +2829,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2830
2829
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
2831
2830
|
|
|
2832
2831
|
@x_kubernetes_list_type.setter
|
|
2833
|
-
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[
|
|
2832
|
+
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2834
2833
|
pulumi.set(self, "x_kubernetes_list_type", value)
|
|
2835
2834
|
|
|
2836
|
-
@property
|
|
2835
|
+
@_builtins.property
|
|
2837
2836
|
@pulumi.getter
|
|
2838
|
-
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[
|
|
2837
|
+
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2839
2838
|
"""
|
|
2840
2839
|
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:
|
|
2841
2840
|
|
|
@@ -2849,22 +2848,22 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2849
2848
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
2850
2849
|
|
|
2851
2850
|
@x_kubernetes_map_type.setter
|
|
2852
|
-
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[
|
|
2851
|
+
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2853
2852
|
pulumi.set(self, "x_kubernetes_map_type", value)
|
|
2854
2853
|
|
|
2855
|
-
@property
|
|
2854
|
+
@_builtins.property
|
|
2856
2855
|
@pulumi.getter
|
|
2857
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[
|
|
2856
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2858
2857
|
"""
|
|
2859
2858
|
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.
|
|
2860
2859
|
"""
|
|
2861
2860
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
2862
2861
|
|
|
2863
2862
|
@x_kubernetes_preserve_unknown_fields.setter
|
|
2864
|
-
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[
|
|
2863
|
+
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2865
2864
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
2866
2865
|
|
|
2867
|
-
@property
|
|
2866
|
+
@_builtins.property
|
|
2868
2867
|
@pulumi.getter
|
|
2869
2868
|
def x_kubernetes_validations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ValidationRulePatchArgs']]]]:
|
|
2870
2869
|
"""
|
|
@@ -2882,10 +2881,10 @@ if not MYPY:
|
|
|
2882
2881
|
"""
|
|
2883
2882
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2884
2883
|
"""
|
|
2885
|
-
_ref: NotRequired[pulumi.Input[
|
|
2886
|
-
_schema: NotRequired[pulumi.Input[
|
|
2887
|
-
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict',
|
|
2888
|
-
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict',
|
|
2884
|
+
_ref: NotRequired[pulumi.Input[_builtins.str]]
|
|
2885
|
+
_schema: NotRequired[pulumi.Input[_builtins.str]]
|
|
2886
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
|
|
2887
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
|
|
2889
2888
|
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2890
2889
|
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2891
2890
|
default: NotRequired[Any]
|
|
@@ -2893,45 +2892,45 @@ if not MYPY:
|
|
|
2893
2892
|
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.
|
|
2894
2893
|
"""
|
|
2895
2894
|
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2896
|
-
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[
|
|
2897
|
-
description: NotRequired[pulumi.Input[
|
|
2895
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[_builtins.str]]]]]]]
|
|
2896
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
2898
2897
|
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
2899
2898
|
example: NotRequired[Any]
|
|
2900
|
-
exclusive_maximum: NotRequired[pulumi.Input[
|
|
2901
|
-
exclusive_minimum: NotRequired[pulumi.Input[
|
|
2899
|
+
exclusive_maximum: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2900
|
+
exclusive_minimum: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2902
2901
|
external_docs: NotRequired[pulumi.Input['ExternalDocumentationArgsDict']]
|
|
2903
|
-
format: NotRequired[pulumi.Input[
|
|
2902
|
+
format: NotRequired[pulumi.Input[_builtins.str]]
|
|
2904
2903
|
"""
|
|
2905
2904
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2906
2905
|
|
|
2907
2906
|
- 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.
|
|
2908
2907
|
"""
|
|
2909
|
-
id: NotRequired[pulumi.Input[
|
|
2908
|
+
id: NotRequired[pulumi.Input[_builtins.str]]
|
|
2910
2909
|
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
2911
|
-
max_items: NotRequired[pulumi.Input[
|
|
2912
|
-
max_length: NotRequired[pulumi.Input[
|
|
2913
|
-
max_properties: NotRequired[pulumi.Input[
|
|
2914
|
-
maximum: NotRequired[pulumi.Input[
|
|
2915
|
-
min_items: NotRequired[pulumi.Input[
|
|
2916
|
-
min_length: NotRequired[pulumi.Input[
|
|
2917
|
-
min_properties: NotRequired[pulumi.Input[
|
|
2918
|
-
minimum: NotRequired[pulumi.Input[
|
|
2919
|
-
multiple_of: NotRequired[pulumi.Input[
|
|
2910
|
+
max_items: NotRequired[pulumi.Input[_builtins.int]]
|
|
2911
|
+
max_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
2912
|
+
max_properties: NotRequired[pulumi.Input[_builtins.int]]
|
|
2913
|
+
maximum: NotRequired[pulumi.Input[_builtins.float]]
|
|
2914
|
+
min_items: NotRequired[pulumi.Input[_builtins.int]]
|
|
2915
|
+
min_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
2916
|
+
min_properties: NotRequired[pulumi.Input[_builtins.int]]
|
|
2917
|
+
minimum: NotRequired[pulumi.Input[_builtins.float]]
|
|
2918
|
+
multiple_of: NotRequired[pulumi.Input[_builtins.float]]
|
|
2920
2919
|
not_: NotRequired[pulumi.Input['JSONSchemaPropsArgsDict']]
|
|
2921
|
-
nullable: NotRequired[pulumi.Input[
|
|
2920
|
+
nullable: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2922
2921
|
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2923
|
-
pattern: NotRequired[pulumi.Input[
|
|
2922
|
+
pattern: NotRequired[pulumi.Input[_builtins.str]]
|
|
2924
2923
|
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2925
2924
|
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2926
|
-
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2927
|
-
title: NotRequired[pulumi.Input[
|
|
2928
|
-
type: NotRequired[pulumi.Input[
|
|
2929
|
-
unique_items: NotRequired[pulumi.Input[
|
|
2930
|
-
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[
|
|
2925
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2926
|
+
title: NotRequired[pulumi.Input[_builtins.str]]
|
|
2927
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2928
|
+
unique_items: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2929
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2931
2930
|
"""
|
|
2932
2931
|
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).
|
|
2933
2932
|
"""
|
|
2934
|
-
x_kubernetes_int_or_string: NotRequired[pulumi.Input[
|
|
2933
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2935
2934
|
"""
|
|
2936
2935
|
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:
|
|
2937
2936
|
|
|
@@ -2944,7 +2943,7 @@ if not MYPY:
|
|
|
2944
2943
|
- type: string
|
|
2945
2944
|
- ... zero or more
|
|
2946
2945
|
"""
|
|
2947
|
-
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2946
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2948
2947
|
"""
|
|
2949
2948
|
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.
|
|
2950
2949
|
|
|
@@ -2952,7 +2951,7 @@ if not MYPY:
|
|
|
2952
2951
|
|
|
2953
2952
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
2954
2953
|
"""
|
|
2955
|
-
x_kubernetes_list_type: NotRequired[pulumi.Input[
|
|
2954
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2956
2955
|
"""
|
|
2957
2956
|
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:
|
|
2958
2957
|
|
|
@@ -2969,7 +2968,7 @@ if not MYPY:
|
|
|
2969
2968
|
must only be used on a list with elements of type object.
|
|
2970
2969
|
Defaults to atomic for arrays.
|
|
2971
2970
|
"""
|
|
2972
|
-
x_kubernetes_map_type: NotRequired[pulumi.Input[
|
|
2971
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2973
2972
|
"""
|
|
2974
2973
|
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:
|
|
2975
2974
|
|
|
@@ -2980,7 +2979,7 @@ if not MYPY:
|
|
|
2980
2979
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2981
2980
|
Atomic maps will be entirely replaced when updated.
|
|
2982
2981
|
"""
|
|
2983
|
-
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[
|
|
2982
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2984
2983
|
"""
|
|
2985
2984
|
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.
|
|
2986
2985
|
"""
|
|
@@ -2994,58 +2993,58 @@ elif False:
|
|
|
2994
2993
|
@pulumi.input_type
|
|
2995
2994
|
class JSONSchemaPropsArgs:
|
|
2996
2995
|
def __init__(__self__, *,
|
|
2997
|
-
_ref: Optional[pulumi.Input[
|
|
2998
|
-
_schema: Optional[pulumi.Input[
|
|
2999
|
-
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3000
|
-
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2996
|
+
_ref: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2997
|
+
_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2998
|
+
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
|
|
2999
|
+
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
|
|
3001
3000
|
all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3002
3001
|
any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3003
3002
|
default: Optional[Any] = None,
|
|
3004
3003
|
definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3005
|
-
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
3006
|
-
description: Optional[pulumi.Input[
|
|
3004
|
+
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]] = None,
|
|
3005
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3007
3006
|
enum: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
3008
3007
|
example: Optional[Any] = None,
|
|
3009
|
-
exclusive_maximum: Optional[pulumi.Input[
|
|
3010
|
-
exclusive_minimum: Optional[pulumi.Input[
|
|
3008
|
+
exclusive_maximum: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3009
|
+
exclusive_minimum: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3011
3010
|
external_docs: Optional[pulumi.Input['ExternalDocumentationArgs']] = None,
|
|
3012
|
-
format: Optional[pulumi.Input[
|
|
3013
|
-
id: Optional[pulumi.Input[
|
|
3011
|
+
format: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3012
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3014
3013
|
items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
|
|
3015
|
-
max_items: Optional[pulumi.Input[
|
|
3016
|
-
max_length: Optional[pulumi.Input[
|
|
3017
|
-
max_properties: Optional[pulumi.Input[
|
|
3018
|
-
maximum: Optional[pulumi.Input[
|
|
3019
|
-
min_items: Optional[pulumi.Input[
|
|
3020
|
-
min_length: Optional[pulumi.Input[
|
|
3021
|
-
min_properties: Optional[pulumi.Input[
|
|
3022
|
-
minimum: Optional[pulumi.Input[
|
|
3023
|
-
multiple_of: Optional[pulumi.Input[
|
|
3014
|
+
max_items: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3015
|
+
max_length: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3016
|
+
max_properties: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3017
|
+
maximum: Optional[pulumi.Input[_builtins.float]] = None,
|
|
3018
|
+
min_items: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3019
|
+
min_length: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3020
|
+
min_properties: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3021
|
+
minimum: Optional[pulumi.Input[_builtins.float]] = None,
|
|
3022
|
+
multiple_of: Optional[pulumi.Input[_builtins.float]] = None,
|
|
3024
3023
|
not_: Optional[pulumi.Input['JSONSchemaPropsArgs']] = None,
|
|
3025
|
-
nullable: Optional[pulumi.Input[
|
|
3024
|
+
nullable: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3026
3025
|
one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3027
|
-
pattern: Optional[pulumi.Input[
|
|
3026
|
+
pattern: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3028
3027
|
pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3029
3028
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3030
|
-
required: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3031
|
-
title: Optional[pulumi.Input[
|
|
3032
|
-
type: Optional[pulumi.Input[
|
|
3033
|
-
unique_items: Optional[pulumi.Input[
|
|
3034
|
-
x_kubernetes_embedded_resource: Optional[pulumi.Input[
|
|
3035
|
-
x_kubernetes_int_or_string: Optional[pulumi.Input[
|
|
3036
|
-
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3037
|
-
x_kubernetes_list_type: Optional[pulumi.Input[
|
|
3038
|
-
x_kubernetes_map_type: Optional[pulumi.Input[
|
|
3039
|
-
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[
|
|
3029
|
+
required: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
3030
|
+
title: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3031
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3032
|
+
unique_items: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3033
|
+
x_kubernetes_embedded_resource: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3034
|
+
x_kubernetes_int_or_string: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3035
|
+
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
3036
|
+
x_kubernetes_list_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3037
|
+
x_kubernetes_map_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3038
|
+
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3040
3039
|
x_kubernetes_validations: Optional[pulumi.Input[Sequence[pulumi.Input['ValidationRuleArgs']]]] = None):
|
|
3041
3040
|
"""
|
|
3042
3041
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
3043
3042
|
: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.
|
|
3044
|
-
:param pulumi.Input[
|
|
3043
|
+
:param pulumi.Input[_builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3045
3044
|
|
|
3046
3045
|
- 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.
|
|
3047
|
-
:param pulumi.Input[
|
|
3048
|
-
:param pulumi.Input[
|
|
3046
|
+
: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).
|
|
3047
|
+
: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:
|
|
3049
3048
|
|
|
3050
3049
|
1) anyOf:
|
|
3051
3050
|
- type: integer
|
|
@@ -3055,12 +3054,12 @@ class JSONSchemaPropsArgs:
|
|
|
3055
3054
|
- type: integer
|
|
3056
3055
|
- type: string
|
|
3057
3056
|
- ... zero or more
|
|
3058
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
3057
|
+
: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.
|
|
3059
3058
|
|
|
3060
3059
|
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).
|
|
3061
3060
|
|
|
3062
3061
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
3063
|
-
:param pulumi.Input[
|
|
3062
|
+
: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:
|
|
3064
3063
|
|
|
3065
3064
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3066
3065
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -3074,7 +3073,7 @@ class JSONSchemaPropsArgs:
|
|
|
3074
3073
|
used to identify them. Order is preserved upon merge. The map tag
|
|
3075
3074
|
must only be used on a list with elements of type object.
|
|
3076
3075
|
Defaults to atomic for arrays.
|
|
3077
|
-
:param pulumi.Input[
|
|
3076
|
+
: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:
|
|
3078
3077
|
|
|
3079
3078
|
1) `granular`:
|
|
3080
3079
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -3082,7 +3081,7 @@ class JSONSchemaPropsArgs:
|
|
|
3082
3081
|
the default behaviour for all maps.
|
|
3083
3082
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3084
3083
|
Atomic maps will be entirely replaced when updated.
|
|
3085
|
-
:param pulumi.Input[
|
|
3084
|
+
: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.
|
|
3086
3085
|
: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.
|
|
3087
3086
|
"""
|
|
3088
3087
|
if _ref is not None:
|
|
@@ -3174,43 +3173,43 @@ class JSONSchemaPropsArgs:
|
|
|
3174
3173
|
if x_kubernetes_validations is not None:
|
|
3175
3174
|
pulumi.set(__self__, "x_kubernetes_validations", x_kubernetes_validations)
|
|
3176
3175
|
|
|
3177
|
-
@property
|
|
3176
|
+
@_builtins.property
|
|
3178
3177
|
@pulumi.getter(name="$ref")
|
|
3179
|
-
def _ref(self) -> Optional[pulumi.Input[
|
|
3178
|
+
def _ref(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3180
3179
|
return pulumi.get(self, "_ref")
|
|
3181
3180
|
|
|
3182
3181
|
@_ref.setter
|
|
3183
|
-
def _ref(self, value: Optional[pulumi.Input[
|
|
3182
|
+
def _ref(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3184
3183
|
pulumi.set(self, "_ref", value)
|
|
3185
3184
|
|
|
3186
|
-
@property
|
|
3185
|
+
@_builtins.property
|
|
3187
3186
|
@pulumi.getter(name="$schema")
|
|
3188
|
-
def _schema(self) -> Optional[pulumi.Input[
|
|
3187
|
+
def _schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3189
3188
|
return pulumi.get(self, "_schema")
|
|
3190
3189
|
|
|
3191
3190
|
@_schema.setter
|
|
3192
|
-
def _schema(self, value: Optional[pulumi.Input[
|
|
3191
|
+
def _schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3193
3192
|
pulumi.set(self, "_schema", value)
|
|
3194
3193
|
|
|
3195
|
-
@property
|
|
3194
|
+
@_builtins.property
|
|
3196
3195
|
@pulumi.getter(name="additionalItems")
|
|
3197
|
-
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3196
|
+
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
|
|
3198
3197
|
return pulumi.get(self, "additional_items")
|
|
3199
3198
|
|
|
3200
3199
|
@additional_items.setter
|
|
3201
|
-
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3200
|
+
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
|
|
3202
3201
|
pulumi.set(self, "additional_items", value)
|
|
3203
3202
|
|
|
3204
|
-
@property
|
|
3203
|
+
@_builtins.property
|
|
3205
3204
|
@pulumi.getter(name="additionalProperties")
|
|
3206
|
-
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3205
|
+
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
|
|
3207
3206
|
return pulumi.get(self, "additional_properties")
|
|
3208
3207
|
|
|
3209
3208
|
@additional_properties.setter
|
|
3210
|
-
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3209
|
+
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
|
|
3211
3210
|
pulumi.set(self, "additional_properties", value)
|
|
3212
3211
|
|
|
3213
|
-
@property
|
|
3212
|
+
@_builtins.property
|
|
3214
3213
|
@pulumi.getter(name="allOf")
|
|
3215
3214
|
def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3216
3215
|
return pulumi.get(self, "all_of")
|
|
@@ -3219,7 +3218,7 @@ class JSONSchemaPropsArgs:
|
|
|
3219
3218
|
def all_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3220
3219
|
pulumi.set(self, "all_of", value)
|
|
3221
3220
|
|
|
3222
|
-
@property
|
|
3221
|
+
@_builtins.property
|
|
3223
3222
|
@pulumi.getter(name="anyOf")
|
|
3224
3223
|
def any_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3225
3224
|
return pulumi.get(self, "any_of")
|
|
@@ -3228,7 +3227,7 @@ class JSONSchemaPropsArgs:
|
|
|
3228
3227
|
def any_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3229
3228
|
pulumi.set(self, "any_of", value)
|
|
3230
3229
|
|
|
3231
|
-
@property
|
|
3230
|
+
@_builtins.property
|
|
3232
3231
|
@pulumi.getter
|
|
3233
3232
|
def default(self) -> Optional[Any]:
|
|
3234
3233
|
"""
|
|
@@ -3240,7 +3239,7 @@ class JSONSchemaPropsArgs:
|
|
|
3240
3239
|
def default(self, value: Optional[Any]):
|
|
3241
3240
|
pulumi.set(self, "default", value)
|
|
3242
3241
|
|
|
3243
|
-
@property
|
|
3242
|
+
@_builtins.property
|
|
3244
3243
|
@pulumi.getter
|
|
3245
3244
|
def definitions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3246
3245
|
return pulumi.get(self, "definitions")
|
|
@@ -3249,25 +3248,25 @@ class JSONSchemaPropsArgs:
|
|
|
3249
3248
|
def definitions(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3250
3249
|
pulumi.set(self, "definitions", value)
|
|
3251
3250
|
|
|
3252
|
-
@property
|
|
3251
|
+
@_builtins.property
|
|
3253
3252
|
@pulumi.getter
|
|
3254
|
-
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
3253
|
+
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]:
|
|
3255
3254
|
return pulumi.get(self, "dependencies")
|
|
3256
3255
|
|
|
3257
3256
|
@dependencies.setter
|
|
3258
|
-
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
3257
|
+
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]):
|
|
3259
3258
|
pulumi.set(self, "dependencies", value)
|
|
3260
3259
|
|
|
3261
|
-
@property
|
|
3260
|
+
@_builtins.property
|
|
3262
3261
|
@pulumi.getter
|
|
3263
|
-
def description(self) -> Optional[pulumi.Input[
|
|
3262
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3264
3263
|
return pulumi.get(self, "description")
|
|
3265
3264
|
|
|
3266
3265
|
@description.setter
|
|
3267
|
-
def description(self, value: Optional[pulumi.Input[
|
|
3266
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3268
3267
|
pulumi.set(self, "description", value)
|
|
3269
3268
|
|
|
3270
|
-
@property
|
|
3269
|
+
@_builtins.property
|
|
3271
3270
|
@pulumi.getter
|
|
3272
3271
|
def enum(self) -> Optional[pulumi.Input[Sequence[Any]]]:
|
|
3273
3272
|
return pulumi.get(self, "enum")
|
|
@@ -3276,7 +3275,7 @@ class JSONSchemaPropsArgs:
|
|
|
3276
3275
|
def enum(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
3277
3276
|
pulumi.set(self, "enum", value)
|
|
3278
3277
|
|
|
3279
|
-
@property
|
|
3278
|
+
@_builtins.property
|
|
3280
3279
|
@pulumi.getter
|
|
3281
3280
|
def example(self) -> Optional[Any]:
|
|
3282
3281
|
return pulumi.get(self, "example")
|
|
@@ -3285,25 +3284,25 @@ class JSONSchemaPropsArgs:
|
|
|
3285
3284
|
def example(self, value: Optional[Any]):
|
|
3286
3285
|
pulumi.set(self, "example", value)
|
|
3287
3286
|
|
|
3288
|
-
@property
|
|
3287
|
+
@_builtins.property
|
|
3289
3288
|
@pulumi.getter(name="exclusiveMaximum")
|
|
3290
|
-
def exclusive_maximum(self) -> Optional[pulumi.Input[
|
|
3289
|
+
def exclusive_maximum(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3291
3290
|
return pulumi.get(self, "exclusive_maximum")
|
|
3292
3291
|
|
|
3293
3292
|
@exclusive_maximum.setter
|
|
3294
|
-
def exclusive_maximum(self, value: Optional[pulumi.Input[
|
|
3293
|
+
def exclusive_maximum(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3295
3294
|
pulumi.set(self, "exclusive_maximum", value)
|
|
3296
3295
|
|
|
3297
|
-
@property
|
|
3296
|
+
@_builtins.property
|
|
3298
3297
|
@pulumi.getter(name="exclusiveMinimum")
|
|
3299
|
-
def exclusive_minimum(self) -> Optional[pulumi.Input[
|
|
3298
|
+
def exclusive_minimum(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3300
3299
|
return pulumi.get(self, "exclusive_minimum")
|
|
3301
3300
|
|
|
3302
3301
|
@exclusive_minimum.setter
|
|
3303
|
-
def exclusive_minimum(self, value: Optional[pulumi.Input[
|
|
3302
|
+
def exclusive_minimum(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3304
3303
|
pulumi.set(self, "exclusive_minimum", value)
|
|
3305
3304
|
|
|
3306
|
-
@property
|
|
3305
|
+
@_builtins.property
|
|
3307
3306
|
@pulumi.getter(name="externalDocs")
|
|
3308
3307
|
def external_docs(self) -> Optional[pulumi.Input['ExternalDocumentationArgs']]:
|
|
3309
3308
|
return pulumi.get(self, "external_docs")
|
|
@@ -3312,9 +3311,9 @@ class JSONSchemaPropsArgs:
|
|
|
3312
3311
|
def external_docs(self, value: Optional[pulumi.Input['ExternalDocumentationArgs']]):
|
|
3313
3312
|
pulumi.set(self, "external_docs", value)
|
|
3314
3313
|
|
|
3315
|
-
@property
|
|
3314
|
+
@_builtins.property
|
|
3316
3315
|
@pulumi.getter
|
|
3317
|
-
def format(self) -> Optional[pulumi.Input[
|
|
3316
|
+
def format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3318
3317
|
"""
|
|
3319
3318
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3320
3319
|
|
|
@@ -3323,19 +3322,19 @@ class JSONSchemaPropsArgs:
|
|
|
3323
3322
|
return pulumi.get(self, "format")
|
|
3324
3323
|
|
|
3325
3324
|
@format.setter
|
|
3326
|
-
def format(self, value: Optional[pulumi.Input[
|
|
3325
|
+
def format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3327
3326
|
pulumi.set(self, "format", value)
|
|
3328
3327
|
|
|
3329
|
-
@property
|
|
3328
|
+
@_builtins.property
|
|
3330
3329
|
@pulumi.getter
|
|
3331
|
-
def id(self) -> Optional[pulumi.Input[
|
|
3330
|
+
def id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3332
3331
|
return pulumi.get(self, "id")
|
|
3333
3332
|
|
|
3334
3333
|
@id.setter
|
|
3335
|
-
def id(self, value: Optional[pulumi.Input[
|
|
3334
|
+
def id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3336
3335
|
pulumi.set(self, "id", value)
|
|
3337
3336
|
|
|
3338
|
-
@property
|
|
3337
|
+
@_builtins.property
|
|
3339
3338
|
@pulumi.getter
|
|
3340
3339
|
def items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]:
|
|
3341
3340
|
return pulumi.get(self, "items")
|
|
@@ -3344,88 +3343,88 @@ class JSONSchemaPropsArgs:
|
|
|
3344
3343
|
def items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]):
|
|
3345
3344
|
pulumi.set(self, "items", value)
|
|
3346
3345
|
|
|
3347
|
-
@property
|
|
3346
|
+
@_builtins.property
|
|
3348
3347
|
@pulumi.getter(name="maxItems")
|
|
3349
|
-
def max_items(self) -> Optional[pulumi.Input[
|
|
3348
|
+
def max_items(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3350
3349
|
return pulumi.get(self, "max_items")
|
|
3351
3350
|
|
|
3352
3351
|
@max_items.setter
|
|
3353
|
-
def max_items(self, value: Optional[pulumi.Input[
|
|
3352
|
+
def max_items(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3354
3353
|
pulumi.set(self, "max_items", value)
|
|
3355
3354
|
|
|
3356
|
-
@property
|
|
3355
|
+
@_builtins.property
|
|
3357
3356
|
@pulumi.getter(name="maxLength")
|
|
3358
|
-
def max_length(self) -> Optional[pulumi.Input[
|
|
3357
|
+
def max_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3359
3358
|
return pulumi.get(self, "max_length")
|
|
3360
3359
|
|
|
3361
3360
|
@max_length.setter
|
|
3362
|
-
def max_length(self, value: Optional[pulumi.Input[
|
|
3361
|
+
def max_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3363
3362
|
pulumi.set(self, "max_length", value)
|
|
3364
3363
|
|
|
3365
|
-
@property
|
|
3364
|
+
@_builtins.property
|
|
3366
3365
|
@pulumi.getter(name="maxProperties")
|
|
3367
|
-
def max_properties(self) -> Optional[pulumi.Input[
|
|
3366
|
+
def max_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3368
3367
|
return pulumi.get(self, "max_properties")
|
|
3369
3368
|
|
|
3370
3369
|
@max_properties.setter
|
|
3371
|
-
def max_properties(self, value: Optional[pulumi.Input[
|
|
3370
|
+
def max_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3372
3371
|
pulumi.set(self, "max_properties", value)
|
|
3373
3372
|
|
|
3374
|
-
@property
|
|
3373
|
+
@_builtins.property
|
|
3375
3374
|
@pulumi.getter
|
|
3376
|
-
def maximum(self) -> Optional[pulumi.Input[
|
|
3375
|
+
def maximum(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
3377
3376
|
return pulumi.get(self, "maximum")
|
|
3378
3377
|
|
|
3379
3378
|
@maximum.setter
|
|
3380
|
-
def maximum(self, value: Optional[pulumi.Input[
|
|
3379
|
+
def maximum(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
3381
3380
|
pulumi.set(self, "maximum", value)
|
|
3382
3381
|
|
|
3383
|
-
@property
|
|
3382
|
+
@_builtins.property
|
|
3384
3383
|
@pulumi.getter(name="minItems")
|
|
3385
|
-
def min_items(self) -> Optional[pulumi.Input[
|
|
3384
|
+
def min_items(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3386
3385
|
return pulumi.get(self, "min_items")
|
|
3387
3386
|
|
|
3388
3387
|
@min_items.setter
|
|
3389
|
-
def min_items(self, value: Optional[pulumi.Input[
|
|
3388
|
+
def min_items(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3390
3389
|
pulumi.set(self, "min_items", value)
|
|
3391
3390
|
|
|
3392
|
-
@property
|
|
3391
|
+
@_builtins.property
|
|
3393
3392
|
@pulumi.getter(name="minLength")
|
|
3394
|
-
def min_length(self) -> Optional[pulumi.Input[
|
|
3393
|
+
def min_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3395
3394
|
return pulumi.get(self, "min_length")
|
|
3396
3395
|
|
|
3397
3396
|
@min_length.setter
|
|
3398
|
-
def min_length(self, value: Optional[pulumi.Input[
|
|
3397
|
+
def min_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3399
3398
|
pulumi.set(self, "min_length", value)
|
|
3400
3399
|
|
|
3401
|
-
@property
|
|
3400
|
+
@_builtins.property
|
|
3402
3401
|
@pulumi.getter(name="minProperties")
|
|
3403
|
-
def min_properties(self) -> Optional[pulumi.Input[
|
|
3402
|
+
def min_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3404
3403
|
return pulumi.get(self, "min_properties")
|
|
3405
3404
|
|
|
3406
3405
|
@min_properties.setter
|
|
3407
|
-
def min_properties(self, value: Optional[pulumi.Input[
|
|
3406
|
+
def min_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3408
3407
|
pulumi.set(self, "min_properties", value)
|
|
3409
3408
|
|
|
3410
|
-
@property
|
|
3409
|
+
@_builtins.property
|
|
3411
3410
|
@pulumi.getter
|
|
3412
|
-
def minimum(self) -> Optional[pulumi.Input[
|
|
3411
|
+
def minimum(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
3413
3412
|
return pulumi.get(self, "minimum")
|
|
3414
3413
|
|
|
3415
3414
|
@minimum.setter
|
|
3416
|
-
def minimum(self, value: Optional[pulumi.Input[
|
|
3415
|
+
def minimum(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
3417
3416
|
pulumi.set(self, "minimum", value)
|
|
3418
3417
|
|
|
3419
|
-
@property
|
|
3418
|
+
@_builtins.property
|
|
3420
3419
|
@pulumi.getter(name="multipleOf")
|
|
3421
|
-
def multiple_of(self) -> Optional[pulumi.Input[
|
|
3420
|
+
def multiple_of(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
3422
3421
|
return pulumi.get(self, "multiple_of")
|
|
3423
3422
|
|
|
3424
3423
|
@multiple_of.setter
|
|
3425
|
-
def multiple_of(self, value: Optional[pulumi.Input[
|
|
3424
|
+
def multiple_of(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
3426
3425
|
pulumi.set(self, "multiple_of", value)
|
|
3427
3426
|
|
|
3428
|
-
@property
|
|
3427
|
+
@_builtins.property
|
|
3429
3428
|
@pulumi.getter(name="not")
|
|
3430
3429
|
def not_(self) -> Optional[pulumi.Input['JSONSchemaPropsArgs']]:
|
|
3431
3430
|
return pulumi.get(self, "not_")
|
|
@@ -3434,16 +3433,16 @@ class JSONSchemaPropsArgs:
|
|
|
3434
3433
|
def not_(self, value: Optional[pulumi.Input['JSONSchemaPropsArgs']]):
|
|
3435
3434
|
pulumi.set(self, "not_", value)
|
|
3436
3435
|
|
|
3437
|
-
@property
|
|
3436
|
+
@_builtins.property
|
|
3438
3437
|
@pulumi.getter
|
|
3439
|
-
def nullable(self) -> Optional[pulumi.Input[
|
|
3438
|
+
def nullable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3440
3439
|
return pulumi.get(self, "nullable")
|
|
3441
3440
|
|
|
3442
3441
|
@nullable.setter
|
|
3443
|
-
def nullable(self, value: Optional[pulumi.Input[
|
|
3442
|
+
def nullable(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3444
3443
|
pulumi.set(self, "nullable", value)
|
|
3445
3444
|
|
|
3446
|
-
@property
|
|
3445
|
+
@_builtins.property
|
|
3447
3446
|
@pulumi.getter(name="oneOf")
|
|
3448
3447
|
def one_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3449
3448
|
return pulumi.get(self, "one_of")
|
|
@@ -3452,16 +3451,16 @@ class JSONSchemaPropsArgs:
|
|
|
3452
3451
|
def one_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3453
3452
|
pulumi.set(self, "one_of", value)
|
|
3454
3453
|
|
|
3455
|
-
@property
|
|
3454
|
+
@_builtins.property
|
|
3456
3455
|
@pulumi.getter
|
|
3457
|
-
def pattern(self) -> Optional[pulumi.Input[
|
|
3456
|
+
def pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3458
3457
|
return pulumi.get(self, "pattern")
|
|
3459
3458
|
|
|
3460
3459
|
@pattern.setter
|
|
3461
|
-
def pattern(self, value: Optional[pulumi.Input[
|
|
3460
|
+
def pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3462
3461
|
pulumi.set(self, "pattern", value)
|
|
3463
3462
|
|
|
3464
|
-
@property
|
|
3463
|
+
@_builtins.property
|
|
3465
3464
|
@pulumi.getter(name="patternProperties")
|
|
3466
3465
|
def pattern_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3467
3466
|
return pulumi.get(self, "pattern_properties")
|
|
@@ -3470,7 +3469,7 @@ class JSONSchemaPropsArgs:
|
|
|
3470
3469
|
def pattern_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3471
3470
|
pulumi.set(self, "pattern_properties", value)
|
|
3472
3471
|
|
|
3473
|
-
@property
|
|
3472
|
+
@_builtins.property
|
|
3474
3473
|
@pulumi.getter
|
|
3475
3474
|
def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3476
3475
|
return pulumi.get(self, "properties")
|
|
@@ -3479,57 +3478,57 @@ class JSONSchemaPropsArgs:
|
|
|
3479
3478
|
def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3480
3479
|
pulumi.set(self, "properties", value)
|
|
3481
3480
|
|
|
3482
|
-
@property
|
|
3481
|
+
@_builtins.property
|
|
3483
3482
|
@pulumi.getter
|
|
3484
|
-
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3483
|
+
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
3485
3484
|
return pulumi.get(self, "required")
|
|
3486
3485
|
|
|
3487
3486
|
@required.setter
|
|
3488
|
-
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3487
|
+
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
3489
3488
|
pulumi.set(self, "required", value)
|
|
3490
3489
|
|
|
3491
|
-
@property
|
|
3490
|
+
@_builtins.property
|
|
3492
3491
|
@pulumi.getter
|
|
3493
|
-
def title(self) -> Optional[pulumi.Input[
|
|
3492
|
+
def title(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3494
3493
|
return pulumi.get(self, "title")
|
|
3495
3494
|
|
|
3496
3495
|
@title.setter
|
|
3497
|
-
def title(self, value: Optional[pulumi.Input[
|
|
3496
|
+
def title(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3498
3497
|
pulumi.set(self, "title", value)
|
|
3499
3498
|
|
|
3500
|
-
@property
|
|
3499
|
+
@_builtins.property
|
|
3501
3500
|
@pulumi.getter
|
|
3502
|
-
def type(self) -> Optional[pulumi.Input[
|
|
3501
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3503
3502
|
return pulumi.get(self, "type")
|
|
3504
3503
|
|
|
3505
3504
|
@type.setter
|
|
3506
|
-
def type(self, value: Optional[pulumi.Input[
|
|
3505
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3507
3506
|
pulumi.set(self, "type", value)
|
|
3508
3507
|
|
|
3509
|
-
@property
|
|
3508
|
+
@_builtins.property
|
|
3510
3509
|
@pulumi.getter(name="uniqueItems")
|
|
3511
|
-
def unique_items(self) -> Optional[pulumi.Input[
|
|
3510
|
+
def unique_items(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3512
3511
|
return pulumi.get(self, "unique_items")
|
|
3513
3512
|
|
|
3514
3513
|
@unique_items.setter
|
|
3515
|
-
def unique_items(self, value: Optional[pulumi.Input[
|
|
3514
|
+
def unique_items(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3516
3515
|
pulumi.set(self, "unique_items", value)
|
|
3517
3516
|
|
|
3518
|
-
@property
|
|
3517
|
+
@_builtins.property
|
|
3519
3518
|
@pulumi.getter
|
|
3520
|
-
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[
|
|
3519
|
+
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3521
3520
|
"""
|
|
3522
3521
|
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).
|
|
3523
3522
|
"""
|
|
3524
3523
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
3525
3524
|
|
|
3526
3525
|
@x_kubernetes_embedded_resource.setter
|
|
3527
|
-
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[
|
|
3526
|
+
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3528
3527
|
pulumi.set(self, "x_kubernetes_embedded_resource", value)
|
|
3529
3528
|
|
|
3530
|
-
@property
|
|
3529
|
+
@_builtins.property
|
|
3531
3530
|
@pulumi.getter
|
|
3532
|
-
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[
|
|
3531
|
+
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3533
3532
|
"""
|
|
3534
3533
|
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:
|
|
3535
3534
|
|
|
@@ -3545,12 +3544,12 @@ class JSONSchemaPropsArgs:
|
|
|
3545
3544
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
3546
3545
|
|
|
3547
3546
|
@x_kubernetes_int_or_string.setter
|
|
3548
|
-
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[
|
|
3547
|
+
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3549
3548
|
pulumi.set(self, "x_kubernetes_int_or_string", value)
|
|
3550
3549
|
|
|
3551
|
-
@property
|
|
3550
|
+
@_builtins.property
|
|
3552
3551
|
@pulumi.getter
|
|
3553
|
-
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3552
|
+
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
3554
3553
|
"""
|
|
3555
3554
|
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.
|
|
3556
3555
|
|
|
@@ -3561,12 +3560,12 @@ class JSONSchemaPropsArgs:
|
|
|
3561
3560
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
3562
3561
|
|
|
3563
3562
|
@x_kubernetes_list_map_keys.setter
|
|
3564
|
-
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3563
|
+
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
3565
3564
|
pulumi.set(self, "x_kubernetes_list_map_keys", value)
|
|
3566
3565
|
|
|
3567
|
-
@property
|
|
3566
|
+
@_builtins.property
|
|
3568
3567
|
@pulumi.getter
|
|
3569
|
-
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[
|
|
3568
|
+
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3570
3569
|
"""
|
|
3571
3570
|
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:
|
|
3572
3571
|
|
|
@@ -3586,12 +3585,12 @@ class JSONSchemaPropsArgs:
|
|
|
3586
3585
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
3587
3586
|
|
|
3588
3587
|
@x_kubernetes_list_type.setter
|
|
3589
|
-
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[
|
|
3588
|
+
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3590
3589
|
pulumi.set(self, "x_kubernetes_list_type", value)
|
|
3591
3590
|
|
|
3592
|
-
@property
|
|
3591
|
+
@_builtins.property
|
|
3593
3592
|
@pulumi.getter
|
|
3594
|
-
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[
|
|
3593
|
+
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3595
3594
|
"""
|
|
3596
3595
|
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:
|
|
3597
3596
|
|
|
@@ -3605,22 +3604,22 @@ class JSONSchemaPropsArgs:
|
|
|
3605
3604
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
3606
3605
|
|
|
3607
3606
|
@x_kubernetes_map_type.setter
|
|
3608
|
-
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[
|
|
3607
|
+
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3609
3608
|
pulumi.set(self, "x_kubernetes_map_type", value)
|
|
3610
3609
|
|
|
3611
|
-
@property
|
|
3610
|
+
@_builtins.property
|
|
3612
3611
|
@pulumi.getter
|
|
3613
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[
|
|
3612
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3614
3613
|
"""
|
|
3615
3614
|
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.
|
|
3616
3615
|
"""
|
|
3617
3616
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
3618
3617
|
|
|
3619
3618
|
@x_kubernetes_preserve_unknown_fields.setter
|
|
3620
|
-
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[
|
|
3619
|
+
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3621
3620
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
3622
3621
|
|
|
3623
|
-
@property
|
|
3622
|
+
@_builtins.property
|
|
3624
3623
|
@pulumi.getter
|
|
3625
3624
|
def x_kubernetes_validations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ValidationRuleArgs']]]]:
|
|
3626
3625
|
"""
|
|
@@ -3638,7 +3637,7 @@ if not MYPY:
|
|
|
3638
3637
|
"""
|
|
3639
3638
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
3640
3639
|
"""
|
|
3641
|
-
json_path: NotRequired[pulumi.Input[
|
|
3640
|
+
json_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
3642
3641
|
"""
|
|
3643
3642
|
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.
|
|
3644
3643
|
"""
|
|
@@ -3648,24 +3647,24 @@ elif False:
|
|
|
3648
3647
|
@pulumi.input_type
|
|
3649
3648
|
class SelectableFieldPatchArgs:
|
|
3650
3649
|
def __init__(__self__, *,
|
|
3651
|
-
json_path: Optional[pulumi.Input[
|
|
3650
|
+
json_path: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3652
3651
|
"""
|
|
3653
3652
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
3654
|
-
:param pulumi.Input[
|
|
3653
|
+
: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.
|
|
3655
3654
|
"""
|
|
3656
3655
|
if json_path is not None:
|
|
3657
3656
|
pulumi.set(__self__, "json_path", json_path)
|
|
3658
3657
|
|
|
3659
|
-
@property
|
|
3658
|
+
@_builtins.property
|
|
3660
3659
|
@pulumi.getter(name="jsonPath")
|
|
3661
|
-
def json_path(self) -> Optional[pulumi.Input[
|
|
3660
|
+
def json_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3662
3661
|
"""
|
|
3663
3662
|
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.
|
|
3664
3663
|
"""
|
|
3665
3664
|
return pulumi.get(self, "json_path")
|
|
3666
3665
|
|
|
3667
3666
|
@json_path.setter
|
|
3668
|
-
def json_path(self, value: Optional[pulumi.Input[
|
|
3667
|
+
def json_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3669
3668
|
pulumi.set(self, "json_path", value)
|
|
3670
3669
|
|
|
3671
3670
|
|
|
@@ -3674,7 +3673,7 @@ if not MYPY:
|
|
|
3674
3673
|
"""
|
|
3675
3674
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
3676
3675
|
"""
|
|
3677
|
-
json_path: pulumi.Input[
|
|
3676
|
+
json_path: pulumi.Input[_builtins.str]
|
|
3678
3677
|
"""
|
|
3679
3678
|
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.
|
|
3680
3679
|
"""
|
|
@@ -3684,23 +3683,23 @@ elif False:
|
|
|
3684
3683
|
@pulumi.input_type
|
|
3685
3684
|
class SelectableFieldArgs:
|
|
3686
3685
|
def __init__(__self__, *,
|
|
3687
|
-
json_path: pulumi.Input[
|
|
3686
|
+
json_path: pulumi.Input[_builtins.str]):
|
|
3688
3687
|
"""
|
|
3689
3688
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
3690
|
-
:param pulumi.Input[
|
|
3689
|
+
: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.
|
|
3691
3690
|
"""
|
|
3692
3691
|
pulumi.set(__self__, "json_path", json_path)
|
|
3693
3692
|
|
|
3694
|
-
@property
|
|
3693
|
+
@_builtins.property
|
|
3695
3694
|
@pulumi.getter(name="jsonPath")
|
|
3696
|
-
def json_path(self) -> pulumi.Input[
|
|
3695
|
+
def json_path(self) -> pulumi.Input[_builtins.str]:
|
|
3697
3696
|
"""
|
|
3698
3697
|
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.
|
|
3699
3698
|
"""
|
|
3700
3699
|
return pulumi.get(self, "json_path")
|
|
3701
3700
|
|
|
3702
3701
|
@json_path.setter
|
|
3703
|
-
def json_path(self, value: pulumi.Input[
|
|
3702
|
+
def json_path(self, value: pulumi.Input[_builtins.str]):
|
|
3704
3703
|
pulumi.set(self, "json_path", value)
|
|
3705
3704
|
|
|
3706
3705
|
|
|
@@ -3709,19 +3708,19 @@ if not MYPY:
|
|
|
3709
3708
|
"""
|
|
3710
3709
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3711
3710
|
"""
|
|
3712
|
-
name: NotRequired[pulumi.Input[
|
|
3711
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
3713
3712
|
"""
|
|
3714
3713
|
name is the name of the service. Required
|
|
3715
3714
|
"""
|
|
3716
|
-
namespace: NotRequired[pulumi.Input[
|
|
3715
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
3717
3716
|
"""
|
|
3718
3717
|
namespace is the namespace of the service. Required
|
|
3719
3718
|
"""
|
|
3720
|
-
path: NotRequired[pulumi.Input[
|
|
3719
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
|
3721
3720
|
"""
|
|
3722
3721
|
path is an optional URL path at which the webhook will be contacted.
|
|
3723
3722
|
"""
|
|
3724
|
-
port: NotRequired[pulumi.Input[
|
|
3723
|
+
port: NotRequired[pulumi.Input[_builtins.int]]
|
|
3725
3724
|
"""
|
|
3726
3725
|
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.
|
|
3727
3726
|
"""
|
|
@@ -3731,16 +3730,16 @@ elif False:
|
|
|
3731
3730
|
@pulumi.input_type
|
|
3732
3731
|
class ServiceReferencePatchArgs:
|
|
3733
3732
|
def __init__(__self__, *,
|
|
3734
|
-
name: Optional[pulumi.Input[
|
|
3735
|
-
namespace: Optional[pulumi.Input[
|
|
3736
|
-
path: Optional[pulumi.Input[
|
|
3737
|
-
port: Optional[pulumi.Input[
|
|
3733
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3734
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3735
|
+
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3736
|
+
port: Optional[pulumi.Input[_builtins.int]] = None):
|
|
3738
3737
|
"""
|
|
3739
3738
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3740
|
-
:param pulumi.Input[
|
|
3741
|
-
:param pulumi.Input[
|
|
3742
|
-
:param pulumi.Input[
|
|
3743
|
-
:param pulumi.Input[
|
|
3739
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the service. Required
|
|
3740
|
+
:param pulumi.Input[_builtins.str] namespace: namespace is the namespace of the service. Required
|
|
3741
|
+
:param pulumi.Input[_builtins.str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3742
|
+
: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.
|
|
3744
3743
|
"""
|
|
3745
3744
|
if name is not None:
|
|
3746
3745
|
pulumi.set(__self__, "name", name)
|
|
@@ -3751,52 +3750,52 @@ class ServiceReferencePatchArgs:
|
|
|
3751
3750
|
if port is not None:
|
|
3752
3751
|
pulumi.set(__self__, "port", port)
|
|
3753
3752
|
|
|
3754
|
-
@property
|
|
3753
|
+
@_builtins.property
|
|
3755
3754
|
@pulumi.getter
|
|
3756
|
-
def name(self) -> Optional[pulumi.Input[
|
|
3755
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3757
3756
|
"""
|
|
3758
3757
|
name is the name of the service. Required
|
|
3759
3758
|
"""
|
|
3760
3759
|
return pulumi.get(self, "name")
|
|
3761
3760
|
|
|
3762
3761
|
@name.setter
|
|
3763
|
-
def name(self, value: Optional[pulumi.Input[
|
|
3762
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3764
3763
|
pulumi.set(self, "name", value)
|
|
3765
3764
|
|
|
3766
|
-
@property
|
|
3765
|
+
@_builtins.property
|
|
3767
3766
|
@pulumi.getter
|
|
3768
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
3767
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3769
3768
|
"""
|
|
3770
3769
|
namespace is the namespace of the service. Required
|
|
3771
3770
|
"""
|
|
3772
3771
|
return pulumi.get(self, "namespace")
|
|
3773
3772
|
|
|
3774
3773
|
@namespace.setter
|
|
3775
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
3774
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3776
3775
|
pulumi.set(self, "namespace", value)
|
|
3777
3776
|
|
|
3778
|
-
@property
|
|
3777
|
+
@_builtins.property
|
|
3779
3778
|
@pulumi.getter
|
|
3780
|
-
def path(self) -> Optional[pulumi.Input[
|
|
3779
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3781
3780
|
"""
|
|
3782
3781
|
path is an optional URL path at which the webhook will be contacted.
|
|
3783
3782
|
"""
|
|
3784
3783
|
return pulumi.get(self, "path")
|
|
3785
3784
|
|
|
3786
3785
|
@path.setter
|
|
3787
|
-
def path(self, value: Optional[pulumi.Input[
|
|
3786
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3788
3787
|
pulumi.set(self, "path", value)
|
|
3789
3788
|
|
|
3790
|
-
@property
|
|
3789
|
+
@_builtins.property
|
|
3791
3790
|
@pulumi.getter
|
|
3792
|
-
def port(self) -> Optional[pulumi.Input[
|
|
3791
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3793
3792
|
"""
|
|
3794
3793
|
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.
|
|
3795
3794
|
"""
|
|
3796
3795
|
return pulumi.get(self, "port")
|
|
3797
3796
|
|
|
3798
3797
|
@port.setter
|
|
3799
|
-
def port(self, value: Optional[pulumi.Input[
|
|
3798
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3800
3799
|
pulumi.set(self, "port", value)
|
|
3801
3800
|
|
|
3802
3801
|
|
|
@@ -3805,19 +3804,19 @@ if not MYPY:
|
|
|
3805
3804
|
"""
|
|
3806
3805
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3807
3806
|
"""
|
|
3808
|
-
name: pulumi.Input[
|
|
3807
|
+
name: pulumi.Input[_builtins.str]
|
|
3809
3808
|
"""
|
|
3810
3809
|
name is the name of the service. Required
|
|
3811
3810
|
"""
|
|
3812
|
-
namespace: pulumi.Input[
|
|
3811
|
+
namespace: pulumi.Input[_builtins.str]
|
|
3813
3812
|
"""
|
|
3814
3813
|
namespace is the namespace of the service. Required
|
|
3815
3814
|
"""
|
|
3816
|
-
path: NotRequired[pulumi.Input[
|
|
3815
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
|
3817
3816
|
"""
|
|
3818
3817
|
path is an optional URL path at which the webhook will be contacted.
|
|
3819
3818
|
"""
|
|
3820
|
-
port: NotRequired[pulumi.Input[
|
|
3819
|
+
port: NotRequired[pulumi.Input[_builtins.int]]
|
|
3821
3820
|
"""
|
|
3822
3821
|
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.
|
|
3823
3822
|
"""
|
|
@@ -3827,16 +3826,16 @@ elif False:
|
|
|
3827
3826
|
@pulumi.input_type
|
|
3828
3827
|
class ServiceReferenceArgs:
|
|
3829
3828
|
def __init__(__self__, *,
|
|
3830
|
-
name: pulumi.Input[
|
|
3831
|
-
namespace: pulumi.Input[
|
|
3832
|
-
path: Optional[pulumi.Input[
|
|
3833
|
-
port: Optional[pulumi.Input[
|
|
3829
|
+
name: pulumi.Input[_builtins.str],
|
|
3830
|
+
namespace: pulumi.Input[_builtins.str],
|
|
3831
|
+
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3832
|
+
port: Optional[pulumi.Input[_builtins.int]] = None):
|
|
3834
3833
|
"""
|
|
3835
3834
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3836
|
-
:param pulumi.Input[
|
|
3837
|
-
:param pulumi.Input[
|
|
3838
|
-
:param pulumi.Input[
|
|
3839
|
-
:param pulumi.Input[
|
|
3835
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the service. Required
|
|
3836
|
+
:param pulumi.Input[_builtins.str] namespace: namespace is the namespace of the service. Required
|
|
3837
|
+
:param pulumi.Input[_builtins.str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3838
|
+
: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.
|
|
3840
3839
|
"""
|
|
3841
3840
|
pulumi.set(__self__, "name", name)
|
|
3842
3841
|
pulumi.set(__self__, "namespace", namespace)
|
|
@@ -3845,52 +3844,52 @@ class ServiceReferenceArgs:
|
|
|
3845
3844
|
if port is not None:
|
|
3846
3845
|
pulumi.set(__self__, "port", port)
|
|
3847
3846
|
|
|
3848
|
-
@property
|
|
3847
|
+
@_builtins.property
|
|
3849
3848
|
@pulumi.getter
|
|
3850
|
-
def name(self) -> pulumi.Input[
|
|
3849
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
3851
3850
|
"""
|
|
3852
3851
|
name is the name of the service. Required
|
|
3853
3852
|
"""
|
|
3854
3853
|
return pulumi.get(self, "name")
|
|
3855
3854
|
|
|
3856
3855
|
@name.setter
|
|
3857
|
-
def name(self, value: pulumi.Input[
|
|
3856
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
3858
3857
|
pulumi.set(self, "name", value)
|
|
3859
3858
|
|
|
3860
|
-
@property
|
|
3859
|
+
@_builtins.property
|
|
3861
3860
|
@pulumi.getter
|
|
3862
|
-
def namespace(self) -> pulumi.Input[
|
|
3861
|
+
def namespace(self) -> pulumi.Input[_builtins.str]:
|
|
3863
3862
|
"""
|
|
3864
3863
|
namespace is the namespace of the service. Required
|
|
3865
3864
|
"""
|
|
3866
3865
|
return pulumi.get(self, "namespace")
|
|
3867
3866
|
|
|
3868
3867
|
@namespace.setter
|
|
3869
|
-
def namespace(self, value: pulumi.Input[
|
|
3868
|
+
def namespace(self, value: pulumi.Input[_builtins.str]):
|
|
3870
3869
|
pulumi.set(self, "namespace", value)
|
|
3871
3870
|
|
|
3872
|
-
@property
|
|
3871
|
+
@_builtins.property
|
|
3873
3872
|
@pulumi.getter
|
|
3874
|
-
def path(self) -> Optional[pulumi.Input[
|
|
3873
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3875
3874
|
"""
|
|
3876
3875
|
path is an optional URL path at which the webhook will be contacted.
|
|
3877
3876
|
"""
|
|
3878
3877
|
return pulumi.get(self, "path")
|
|
3879
3878
|
|
|
3880
3879
|
@path.setter
|
|
3881
|
-
def path(self, value: Optional[pulumi.Input[
|
|
3880
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3882
3881
|
pulumi.set(self, "path", value)
|
|
3883
3882
|
|
|
3884
|
-
@property
|
|
3883
|
+
@_builtins.property
|
|
3885
3884
|
@pulumi.getter
|
|
3886
|
-
def port(self) -> Optional[pulumi.Input[
|
|
3885
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3887
3886
|
"""
|
|
3888
3887
|
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.
|
|
3889
3888
|
"""
|
|
3890
3889
|
return pulumi.get(self, "port")
|
|
3891
3890
|
|
|
3892
3891
|
@port.setter
|
|
3893
|
-
def port(self, value: Optional[pulumi.Input[
|
|
3892
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3894
3893
|
pulumi.set(self, "port", value)
|
|
3895
3894
|
|
|
3896
3895
|
|
|
@@ -3899,19 +3898,19 @@ if not MYPY:
|
|
|
3899
3898
|
"""
|
|
3900
3899
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
3901
3900
|
"""
|
|
3902
|
-
field_path: NotRequired[pulumi.Input[
|
|
3901
|
+
field_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
3903
3902
|
"""
|
|
3904
3903
|
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$']`
|
|
3905
3904
|
"""
|
|
3906
|
-
message: NotRequired[pulumi.Input[
|
|
3905
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
3907
3906
|
"""
|
|
3908
3907
|
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"
|
|
3909
3908
|
"""
|
|
3910
|
-
message_expression: NotRequired[pulumi.Input[
|
|
3909
|
+
message_expression: NotRequired[pulumi.Input[_builtins.str]]
|
|
3911
3910
|
"""
|
|
3912
3911
|
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)+")"
|
|
3913
3912
|
"""
|
|
3914
|
-
optional_old_self: NotRequired[pulumi.Input[
|
|
3913
|
+
optional_old_self: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3915
3914
|
"""
|
|
3916
3915
|
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.
|
|
3917
3916
|
|
|
@@ -3921,11 +3920,11 @@ if not MYPY:
|
|
|
3921
3920
|
|
|
3922
3921
|
May not be set unless `oldSelf` is used in `rule`.
|
|
3923
3922
|
"""
|
|
3924
|
-
reason: NotRequired[pulumi.Input[
|
|
3923
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
3925
3924
|
"""
|
|
3926
3925
|
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.
|
|
3927
3926
|
"""
|
|
3928
|
-
rule: NotRequired[pulumi.Input[
|
|
3927
|
+
rule: NotRequired[pulumi.Input[_builtins.str]]
|
|
3929
3928
|
"""
|
|
3930
3929
|
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"}
|
|
3931
3930
|
|
|
@@ -3967,26 +3966,26 @@ elif False:
|
|
|
3967
3966
|
@pulumi.input_type
|
|
3968
3967
|
class ValidationRulePatchArgs:
|
|
3969
3968
|
def __init__(__self__, *,
|
|
3970
|
-
field_path: Optional[pulumi.Input[
|
|
3971
|
-
message: Optional[pulumi.Input[
|
|
3972
|
-
message_expression: Optional[pulumi.Input[
|
|
3973
|
-
optional_old_self: Optional[pulumi.Input[
|
|
3974
|
-
reason: Optional[pulumi.Input[
|
|
3975
|
-
rule: Optional[pulumi.Input[
|
|
3969
|
+
field_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3970
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3971
|
+
message_expression: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3972
|
+
optional_old_self: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3973
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3974
|
+
rule: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3976
3975
|
"""
|
|
3977
3976
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
3978
|
-
:param pulumi.Input[
|
|
3979
|
-
:param pulumi.Input[
|
|
3980
|
-
:param pulumi.Input[
|
|
3981
|
-
:param pulumi.Input[
|
|
3977
|
+
: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$']`
|
|
3978
|
+
: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"
|
|
3979
|
+
: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)+")"
|
|
3980
|
+
: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.
|
|
3982
3981
|
|
|
3983
3982
|
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.
|
|
3984
3983
|
|
|
3985
3984
|
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
|
|
3986
3985
|
|
|
3987
3986
|
May not be set unless `oldSelf` is used in `rule`.
|
|
3988
|
-
:param pulumi.Input[
|
|
3989
|
-
:param pulumi.Input[
|
|
3987
|
+
: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.
|
|
3988
|
+
: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"}
|
|
3990
3989
|
|
|
3991
3990
|
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')"}
|
|
3992
3991
|
|
|
@@ -4033,45 +4032,45 @@ class ValidationRulePatchArgs:
|
|
|
4033
4032
|
if rule is not None:
|
|
4034
4033
|
pulumi.set(__self__, "rule", rule)
|
|
4035
4034
|
|
|
4036
|
-
@property
|
|
4035
|
+
@_builtins.property
|
|
4037
4036
|
@pulumi.getter(name="fieldPath")
|
|
4038
|
-
def field_path(self) -> Optional[pulumi.Input[
|
|
4037
|
+
def field_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4039
4038
|
"""
|
|
4040
4039
|
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$']`
|
|
4041
4040
|
"""
|
|
4042
4041
|
return pulumi.get(self, "field_path")
|
|
4043
4042
|
|
|
4044
4043
|
@field_path.setter
|
|
4045
|
-
def field_path(self, value: Optional[pulumi.Input[
|
|
4044
|
+
def field_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4046
4045
|
pulumi.set(self, "field_path", value)
|
|
4047
4046
|
|
|
4048
|
-
@property
|
|
4047
|
+
@_builtins.property
|
|
4049
4048
|
@pulumi.getter
|
|
4050
|
-
def message(self) -> Optional[pulumi.Input[
|
|
4049
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4051
4050
|
"""
|
|
4052
4051
|
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"
|
|
4053
4052
|
"""
|
|
4054
4053
|
return pulumi.get(self, "message")
|
|
4055
4054
|
|
|
4056
4055
|
@message.setter
|
|
4057
|
-
def message(self, value: Optional[pulumi.Input[
|
|
4056
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4058
4057
|
pulumi.set(self, "message", value)
|
|
4059
4058
|
|
|
4060
|
-
@property
|
|
4059
|
+
@_builtins.property
|
|
4061
4060
|
@pulumi.getter(name="messageExpression")
|
|
4062
|
-
def message_expression(self) -> Optional[pulumi.Input[
|
|
4061
|
+
def message_expression(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4063
4062
|
"""
|
|
4064
4063
|
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)+")"
|
|
4065
4064
|
"""
|
|
4066
4065
|
return pulumi.get(self, "message_expression")
|
|
4067
4066
|
|
|
4068
4067
|
@message_expression.setter
|
|
4069
|
-
def message_expression(self, value: Optional[pulumi.Input[
|
|
4068
|
+
def message_expression(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4070
4069
|
pulumi.set(self, "message_expression", value)
|
|
4071
4070
|
|
|
4072
|
-
@property
|
|
4071
|
+
@_builtins.property
|
|
4073
4072
|
@pulumi.getter(name="optionalOldSelf")
|
|
4074
|
-
def optional_old_self(self) -> Optional[pulumi.Input[
|
|
4073
|
+
def optional_old_self(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4075
4074
|
"""
|
|
4076
4075
|
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.
|
|
4077
4076
|
|
|
@@ -4084,24 +4083,24 @@ class ValidationRulePatchArgs:
|
|
|
4084
4083
|
return pulumi.get(self, "optional_old_self")
|
|
4085
4084
|
|
|
4086
4085
|
@optional_old_self.setter
|
|
4087
|
-
def optional_old_self(self, value: Optional[pulumi.Input[
|
|
4086
|
+
def optional_old_self(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
4088
4087
|
pulumi.set(self, "optional_old_self", value)
|
|
4089
4088
|
|
|
4090
|
-
@property
|
|
4089
|
+
@_builtins.property
|
|
4091
4090
|
@pulumi.getter
|
|
4092
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
4091
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4093
4092
|
"""
|
|
4094
4093
|
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.
|
|
4095
4094
|
"""
|
|
4096
4095
|
return pulumi.get(self, "reason")
|
|
4097
4096
|
|
|
4098
4097
|
@reason.setter
|
|
4099
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
4098
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4100
4099
|
pulumi.set(self, "reason", value)
|
|
4101
4100
|
|
|
4102
|
-
@property
|
|
4101
|
+
@_builtins.property
|
|
4103
4102
|
@pulumi.getter
|
|
4104
|
-
def rule(self) -> Optional[pulumi.Input[
|
|
4103
|
+
def rule(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4105
4104
|
"""
|
|
4106
4105
|
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"}
|
|
4107
4106
|
|
|
@@ -4140,7 +4139,7 @@ class ValidationRulePatchArgs:
|
|
|
4140
4139
|
return pulumi.get(self, "rule")
|
|
4141
4140
|
|
|
4142
4141
|
@rule.setter
|
|
4143
|
-
def rule(self, value: Optional[pulumi.Input[
|
|
4142
|
+
def rule(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4144
4143
|
pulumi.set(self, "rule", value)
|
|
4145
4144
|
|
|
4146
4145
|
|
|
@@ -4149,7 +4148,7 @@ if not MYPY:
|
|
|
4149
4148
|
"""
|
|
4150
4149
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
4151
4150
|
"""
|
|
4152
|
-
rule: pulumi.Input[
|
|
4151
|
+
rule: pulumi.Input[_builtins.str]
|
|
4153
4152
|
"""
|
|
4154
4153
|
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"}
|
|
4155
4154
|
|
|
@@ -4185,19 +4184,19 @@ if not MYPY:
|
|
|
4185
4184
|
|
|
4186
4185
|
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.
|
|
4187
4186
|
"""
|
|
4188
|
-
field_path: NotRequired[pulumi.Input[
|
|
4187
|
+
field_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
4189
4188
|
"""
|
|
4190
4189
|
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$']`
|
|
4191
4190
|
"""
|
|
4192
|
-
message: NotRequired[pulumi.Input[
|
|
4191
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
4193
4192
|
"""
|
|
4194
4193
|
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"
|
|
4195
4194
|
"""
|
|
4196
|
-
message_expression: NotRequired[pulumi.Input[
|
|
4195
|
+
message_expression: NotRequired[pulumi.Input[_builtins.str]]
|
|
4197
4196
|
"""
|
|
4198
4197
|
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)+")"
|
|
4199
4198
|
"""
|
|
4200
|
-
optional_old_self: NotRequired[pulumi.Input[
|
|
4199
|
+
optional_old_self: NotRequired[pulumi.Input[_builtins.bool]]
|
|
4201
4200
|
"""
|
|
4202
4201
|
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.
|
|
4203
4202
|
|
|
@@ -4207,7 +4206,7 @@ if not MYPY:
|
|
|
4207
4206
|
|
|
4208
4207
|
May not be set unless `oldSelf` is used in `rule`.
|
|
4209
4208
|
"""
|
|
4210
|
-
reason: NotRequired[pulumi.Input[
|
|
4209
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
4211
4210
|
"""
|
|
4212
4211
|
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.
|
|
4213
4212
|
"""
|
|
@@ -4217,15 +4216,15 @@ elif False:
|
|
|
4217
4216
|
@pulumi.input_type
|
|
4218
4217
|
class ValidationRuleArgs:
|
|
4219
4218
|
def __init__(__self__, *,
|
|
4220
|
-
rule: pulumi.Input[
|
|
4221
|
-
field_path: Optional[pulumi.Input[
|
|
4222
|
-
message: Optional[pulumi.Input[
|
|
4223
|
-
message_expression: Optional[pulumi.Input[
|
|
4224
|
-
optional_old_self: Optional[pulumi.Input[
|
|
4225
|
-
reason: Optional[pulumi.Input[
|
|
4219
|
+
rule: pulumi.Input[_builtins.str],
|
|
4220
|
+
field_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4221
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4222
|
+
message_expression: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4223
|
+
optional_old_self: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
4224
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
4226
4225
|
"""
|
|
4227
4226
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
4228
|
-
:param pulumi.Input[
|
|
4227
|
+
: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"}
|
|
4229
4228
|
|
|
4230
4229
|
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')"}
|
|
4231
4230
|
|
|
@@ -4258,17 +4257,17 @@ class ValidationRuleArgs:
|
|
|
4258
4257
|
See the documentation for the `optionalOldSelf` field for details.
|
|
4259
4258
|
|
|
4260
4259
|
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.
|
|
4261
|
-
:param pulumi.Input[
|
|
4262
|
-
:param pulumi.Input[
|
|
4263
|
-
:param pulumi.Input[
|
|
4264
|
-
:param pulumi.Input[
|
|
4260
|
+
: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$']`
|
|
4261
|
+
: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"
|
|
4262
|
+
: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)+")"
|
|
4263
|
+
: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.
|
|
4265
4264
|
|
|
4266
4265
|
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.
|
|
4267
4266
|
|
|
4268
4267
|
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
|
|
4269
4268
|
|
|
4270
4269
|
May not be set unless `oldSelf` is used in `rule`.
|
|
4271
|
-
:param pulumi.Input[
|
|
4270
|
+
: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.
|
|
4272
4271
|
"""
|
|
4273
4272
|
pulumi.set(__self__, "rule", rule)
|
|
4274
4273
|
if field_path is not None:
|
|
@@ -4282,9 +4281,9 @@ class ValidationRuleArgs:
|
|
|
4282
4281
|
if reason is not None:
|
|
4283
4282
|
pulumi.set(__self__, "reason", reason)
|
|
4284
4283
|
|
|
4285
|
-
@property
|
|
4284
|
+
@_builtins.property
|
|
4286
4285
|
@pulumi.getter
|
|
4287
|
-
def rule(self) -> pulumi.Input[
|
|
4286
|
+
def rule(self) -> pulumi.Input[_builtins.str]:
|
|
4288
4287
|
"""
|
|
4289
4288
|
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"}
|
|
4290
4289
|
|
|
@@ -4323,48 +4322,48 @@ class ValidationRuleArgs:
|
|
|
4323
4322
|
return pulumi.get(self, "rule")
|
|
4324
4323
|
|
|
4325
4324
|
@rule.setter
|
|
4326
|
-
def rule(self, value: pulumi.Input[
|
|
4325
|
+
def rule(self, value: pulumi.Input[_builtins.str]):
|
|
4327
4326
|
pulumi.set(self, "rule", value)
|
|
4328
4327
|
|
|
4329
|
-
@property
|
|
4328
|
+
@_builtins.property
|
|
4330
4329
|
@pulumi.getter(name="fieldPath")
|
|
4331
|
-
def field_path(self) -> Optional[pulumi.Input[
|
|
4330
|
+
def field_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4332
4331
|
"""
|
|
4333
4332
|
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$']`
|
|
4334
4333
|
"""
|
|
4335
4334
|
return pulumi.get(self, "field_path")
|
|
4336
4335
|
|
|
4337
4336
|
@field_path.setter
|
|
4338
|
-
def field_path(self, value: Optional[pulumi.Input[
|
|
4337
|
+
def field_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4339
4338
|
pulumi.set(self, "field_path", value)
|
|
4340
4339
|
|
|
4341
|
-
@property
|
|
4340
|
+
@_builtins.property
|
|
4342
4341
|
@pulumi.getter
|
|
4343
|
-
def message(self) -> Optional[pulumi.Input[
|
|
4342
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4344
4343
|
"""
|
|
4345
4344
|
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"
|
|
4346
4345
|
"""
|
|
4347
4346
|
return pulumi.get(self, "message")
|
|
4348
4347
|
|
|
4349
4348
|
@message.setter
|
|
4350
|
-
def message(self, value: Optional[pulumi.Input[
|
|
4349
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4351
4350
|
pulumi.set(self, "message", value)
|
|
4352
4351
|
|
|
4353
|
-
@property
|
|
4352
|
+
@_builtins.property
|
|
4354
4353
|
@pulumi.getter(name="messageExpression")
|
|
4355
|
-
def message_expression(self) -> Optional[pulumi.Input[
|
|
4354
|
+
def message_expression(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4356
4355
|
"""
|
|
4357
4356
|
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)+")"
|
|
4358
4357
|
"""
|
|
4359
4358
|
return pulumi.get(self, "message_expression")
|
|
4360
4359
|
|
|
4361
4360
|
@message_expression.setter
|
|
4362
|
-
def message_expression(self, value: Optional[pulumi.Input[
|
|
4361
|
+
def message_expression(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4363
4362
|
pulumi.set(self, "message_expression", value)
|
|
4364
4363
|
|
|
4365
|
-
@property
|
|
4364
|
+
@_builtins.property
|
|
4366
4365
|
@pulumi.getter(name="optionalOldSelf")
|
|
4367
|
-
def optional_old_self(self) -> Optional[pulumi.Input[
|
|
4366
|
+
def optional_old_self(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
4368
4367
|
"""
|
|
4369
4368
|
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.
|
|
4370
4369
|
|
|
@@ -4377,19 +4376,19 @@ class ValidationRuleArgs:
|
|
|
4377
4376
|
return pulumi.get(self, "optional_old_self")
|
|
4378
4377
|
|
|
4379
4378
|
@optional_old_self.setter
|
|
4380
|
-
def optional_old_self(self, value: Optional[pulumi.Input[
|
|
4379
|
+
def optional_old_self(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
4381
4380
|
pulumi.set(self, "optional_old_self", value)
|
|
4382
4381
|
|
|
4383
|
-
@property
|
|
4382
|
+
@_builtins.property
|
|
4384
4383
|
@pulumi.getter
|
|
4385
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
4384
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4386
4385
|
"""
|
|
4387
4386
|
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.
|
|
4388
4387
|
"""
|
|
4389
4388
|
return pulumi.get(self, "reason")
|
|
4390
4389
|
|
|
4391
4390
|
@reason.setter
|
|
4392
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
4391
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4393
4392
|
pulumi.set(self, "reason", value)
|
|
4394
4393
|
|
|
4395
4394
|
|
|
@@ -4398,7 +4397,7 @@ if not MYPY:
|
|
|
4398
4397
|
"""
|
|
4399
4398
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4400
4399
|
"""
|
|
4401
|
-
ca_bundle: NotRequired[pulumi.Input[
|
|
4400
|
+
ca_bundle: NotRequired[pulumi.Input[_builtins.str]]
|
|
4402
4401
|
"""
|
|
4403
4402
|
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.
|
|
4404
4403
|
"""
|
|
@@ -4408,7 +4407,7 @@ if not MYPY:
|
|
|
4408
4407
|
|
|
4409
4408
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4410
4409
|
"""
|
|
4411
|
-
url: NotRequired[pulumi.Input[
|
|
4410
|
+
url: NotRequired[pulumi.Input[_builtins.str]]
|
|
4412
4411
|
"""
|
|
4413
4412
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4414
4413
|
|
|
@@ -4428,16 +4427,16 @@ elif False:
|
|
|
4428
4427
|
@pulumi.input_type
|
|
4429
4428
|
class WebhookClientConfigPatchArgs:
|
|
4430
4429
|
def __init__(__self__, *,
|
|
4431
|
-
ca_bundle: Optional[pulumi.Input[
|
|
4430
|
+
ca_bundle: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4432
4431
|
service: Optional[pulumi.Input['ServiceReferencePatchArgs']] = None,
|
|
4433
|
-
url: Optional[pulumi.Input[
|
|
4432
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
4434
4433
|
"""
|
|
4435
4434
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4436
|
-
:param pulumi.Input[
|
|
4435
|
+
: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.
|
|
4437
4436
|
:param pulumi.Input['ServiceReferencePatchArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
4438
4437
|
|
|
4439
4438
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4440
|
-
:param pulumi.Input[
|
|
4439
|
+
: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.
|
|
4441
4440
|
|
|
4442
4441
|
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.
|
|
4443
4442
|
|
|
@@ -4456,19 +4455,19 @@ class WebhookClientConfigPatchArgs:
|
|
|
4456
4455
|
if url is not None:
|
|
4457
4456
|
pulumi.set(__self__, "url", url)
|
|
4458
4457
|
|
|
4459
|
-
@property
|
|
4458
|
+
@_builtins.property
|
|
4460
4459
|
@pulumi.getter(name="caBundle")
|
|
4461
|
-
def ca_bundle(self) -> Optional[pulumi.Input[
|
|
4460
|
+
def ca_bundle(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4462
4461
|
"""
|
|
4463
4462
|
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.
|
|
4464
4463
|
"""
|
|
4465
4464
|
return pulumi.get(self, "ca_bundle")
|
|
4466
4465
|
|
|
4467
4466
|
@ca_bundle.setter
|
|
4468
|
-
def ca_bundle(self, value: Optional[pulumi.Input[
|
|
4467
|
+
def ca_bundle(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4469
4468
|
pulumi.set(self, "ca_bundle", value)
|
|
4470
4469
|
|
|
4471
|
-
@property
|
|
4470
|
+
@_builtins.property
|
|
4472
4471
|
@pulumi.getter
|
|
4473
4472
|
def service(self) -> Optional[pulumi.Input['ServiceReferencePatchArgs']]:
|
|
4474
4473
|
"""
|
|
@@ -4482,9 +4481,9 @@ class WebhookClientConfigPatchArgs:
|
|
|
4482
4481
|
def service(self, value: Optional[pulumi.Input['ServiceReferencePatchArgs']]):
|
|
4483
4482
|
pulumi.set(self, "service", value)
|
|
4484
4483
|
|
|
4485
|
-
@property
|
|
4484
|
+
@_builtins.property
|
|
4486
4485
|
@pulumi.getter
|
|
4487
|
-
def url(self) -> Optional[pulumi.Input[
|
|
4486
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4488
4487
|
"""
|
|
4489
4488
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4490
4489
|
|
|
@@ -4501,7 +4500,7 @@ class WebhookClientConfigPatchArgs:
|
|
|
4501
4500
|
return pulumi.get(self, "url")
|
|
4502
4501
|
|
|
4503
4502
|
@url.setter
|
|
4504
|
-
def url(self, value: Optional[pulumi.Input[
|
|
4503
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4505
4504
|
pulumi.set(self, "url", value)
|
|
4506
4505
|
|
|
4507
4506
|
|
|
@@ -4510,7 +4509,7 @@ if not MYPY:
|
|
|
4510
4509
|
"""
|
|
4511
4510
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4512
4511
|
"""
|
|
4513
|
-
ca_bundle: NotRequired[pulumi.Input[
|
|
4512
|
+
ca_bundle: NotRequired[pulumi.Input[_builtins.str]]
|
|
4514
4513
|
"""
|
|
4515
4514
|
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.
|
|
4516
4515
|
"""
|
|
@@ -4520,7 +4519,7 @@ if not MYPY:
|
|
|
4520
4519
|
|
|
4521
4520
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4522
4521
|
"""
|
|
4523
|
-
url: NotRequired[pulumi.Input[
|
|
4522
|
+
url: NotRequired[pulumi.Input[_builtins.str]]
|
|
4524
4523
|
"""
|
|
4525
4524
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4526
4525
|
|
|
@@ -4540,16 +4539,16 @@ elif False:
|
|
|
4540
4539
|
@pulumi.input_type
|
|
4541
4540
|
class WebhookClientConfigArgs:
|
|
4542
4541
|
def __init__(__self__, *,
|
|
4543
|
-
ca_bundle: Optional[pulumi.Input[
|
|
4542
|
+
ca_bundle: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4544
4543
|
service: Optional[pulumi.Input['ServiceReferenceArgs']] = None,
|
|
4545
|
-
url: Optional[pulumi.Input[
|
|
4544
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
4546
4545
|
"""
|
|
4547
4546
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4548
|
-
:param pulumi.Input[
|
|
4547
|
+
: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.
|
|
4549
4548
|
:param pulumi.Input['ServiceReferenceArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
4550
4549
|
|
|
4551
4550
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4552
|
-
:param pulumi.Input[
|
|
4551
|
+
: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.
|
|
4553
4552
|
|
|
4554
4553
|
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.
|
|
4555
4554
|
|
|
@@ -4568,19 +4567,19 @@ class WebhookClientConfigArgs:
|
|
|
4568
4567
|
if url is not None:
|
|
4569
4568
|
pulumi.set(__self__, "url", url)
|
|
4570
4569
|
|
|
4571
|
-
@property
|
|
4570
|
+
@_builtins.property
|
|
4572
4571
|
@pulumi.getter(name="caBundle")
|
|
4573
|
-
def ca_bundle(self) -> Optional[pulumi.Input[
|
|
4572
|
+
def ca_bundle(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4574
4573
|
"""
|
|
4575
4574
|
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.
|
|
4576
4575
|
"""
|
|
4577
4576
|
return pulumi.get(self, "ca_bundle")
|
|
4578
4577
|
|
|
4579
4578
|
@ca_bundle.setter
|
|
4580
|
-
def ca_bundle(self, value: Optional[pulumi.Input[
|
|
4579
|
+
def ca_bundle(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4581
4580
|
pulumi.set(self, "ca_bundle", value)
|
|
4582
4581
|
|
|
4583
|
-
@property
|
|
4582
|
+
@_builtins.property
|
|
4584
4583
|
@pulumi.getter
|
|
4585
4584
|
def service(self) -> Optional[pulumi.Input['ServiceReferenceArgs']]:
|
|
4586
4585
|
"""
|
|
@@ -4594,9 +4593,9 @@ class WebhookClientConfigArgs:
|
|
|
4594
4593
|
def service(self, value: Optional[pulumi.Input['ServiceReferenceArgs']]):
|
|
4595
4594
|
pulumi.set(self, "service", value)
|
|
4596
4595
|
|
|
4597
|
-
@property
|
|
4596
|
+
@_builtins.property
|
|
4598
4597
|
@pulumi.getter
|
|
4599
|
-
def url(self) -> Optional[pulumi.Input[
|
|
4598
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4600
4599
|
"""
|
|
4601
4600
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4602
4601
|
|
|
@@ -4613,7 +4612,7 @@ class WebhookClientConfigArgs:
|
|
|
4613
4612
|
return pulumi.get(self, "url")
|
|
4614
4613
|
|
|
4615
4614
|
@url.setter
|
|
4616
|
-
def url(self, value: Optional[pulumi.Input[
|
|
4615
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4617
4616
|
pulumi.set(self, "url", value)
|
|
4618
4617
|
|
|
4619
4618
|
|
|
@@ -4626,7 +4625,7 @@ if not MYPY:
|
|
|
4626
4625
|
"""
|
|
4627
4626
|
clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
|
|
4628
4627
|
"""
|
|
4629
|
-
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
4628
|
+
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
4630
4629
|
"""
|
|
4631
4630
|
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.
|
|
4632
4631
|
"""
|
|
@@ -4637,18 +4636,18 @@ elif False:
|
|
|
4637
4636
|
class WebhookConversionPatchArgs:
|
|
4638
4637
|
def __init__(__self__, *,
|
|
4639
4638
|
client_config: Optional[pulumi.Input['WebhookClientConfigPatchArgs']] = None,
|
|
4640
|
-
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
4639
|
+
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
4641
4640
|
"""
|
|
4642
4641
|
WebhookConversion describes how to call a conversion webhook
|
|
4643
4642
|
:param pulumi.Input['WebhookClientConfigPatchArgs'] client_config: clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
|
|
4644
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
4643
|
+
: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.
|
|
4645
4644
|
"""
|
|
4646
4645
|
if client_config is not None:
|
|
4647
4646
|
pulumi.set(__self__, "client_config", client_config)
|
|
4648
4647
|
if conversion_review_versions is not None:
|
|
4649
4648
|
pulumi.set(__self__, "conversion_review_versions", conversion_review_versions)
|
|
4650
4649
|
|
|
4651
|
-
@property
|
|
4650
|
+
@_builtins.property
|
|
4652
4651
|
@pulumi.getter(name="clientConfig")
|
|
4653
4652
|
def client_config(self) -> Optional[pulumi.Input['WebhookClientConfigPatchArgs']]:
|
|
4654
4653
|
"""
|
|
@@ -4660,16 +4659,16 @@ class WebhookConversionPatchArgs:
|
|
|
4660
4659
|
def client_config(self, value: Optional[pulumi.Input['WebhookClientConfigPatchArgs']]):
|
|
4661
4660
|
pulumi.set(self, "client_config", value)
|
|
4662
4661
|
|
|
4663
|
-
@property
|
|
4662
|
+
@_builtins.property
|
|
4664
4663
|
@pulumi.getter(name="conversionReviewVersions")
|
|
4665
|
-
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
4664
|
+
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
4666
4665
|
"""
|
|
4667
4666
|
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.
|
|
4668
4667
|
"""
|
|
4669
4668
|
return pulumi.get(self, "conversion_review_versions")
|
|
4670
4669
|
|
|
4671
4670
|
@conversion_review_versions.setter
|
|
4672
|
-
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
4671
|
+
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
4673
4672
|
pulumi.set(self, "conversion_review_versions", value)
|
|
4674
4673
|
|
|
4675
4674
|
|
|
@@ -4678,7 +4677,7 @@ if not MYPY:
|
|
|
4678
4677
|
"""
|
|
4679
4678
|
WebhookConversion describes how to call a conversion webhook
|
|
4680
4679
|
"""
|
|
4681
|
-
conversion_review_versions: pulumi.Input[Sequence[pulumi.Input[
|
|
4680
|
+
conversion_review_versions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
4682
4681
|
"""
|
|
4683
4682
|
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.
|
|
4684
4683
|
"""
|
|
@@ -4692,30 +4691,30 @@ elif False:
|
|
|
4692
4691
|
@pulumi.input_type
|
|
4693
4692
|
class WebhookConversionArgs:
|
|
4694
4693
|
def __init__(__self__, *,
|
|
4695
|
-
conversion_review_versions: pulumi.Input[Sequence[pulumi.Input[
|
|
4694
|
+
conversion_review_versions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
4696
4695
|
client_config: Optional[pulumi.Input['WebhookClientConfigArgs']] = None):
|
|
4697
4696
|
"""
|
|
4698
4697
|
WebhookConversion describes how to call a conversion webhook
|
|
4699
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
4698
|
+
: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.
|
|
4700
4699
|
:param pulumi.Input['WebhookClientConfigArgs'] client_config: clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
|
|
4701
4700
|
"""
|
|
4702
4701
|
pulumi.set(__self__, "conversion_review_versions", conversion_review_versions)
|
|
4703
4702
|
if client_config is not None:
|
|
4704
4703
|
pulumi.set(__self__, "client_config", client_config)
|
|
4705
4704
|
|
|
4706
|
-
@property
|
|
4705
|
+
@_builtins.property
|
|
4707
4706
|
@pulumi.getter(name="conversionReviewVersions")
|
|
4708
|
-
def conversion_review_versions(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
4707
|
+
def conversion_review_versions(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
4709
4708
|
"""
|
|
4710
4709
|
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.
|
|
4711
4710
|
"""
|
|
4712
4711
|
return pulumi.get(self, "conversion_review_versions")
|
|
4713
4712
|
|
|
4714
4713
|
@conversion_review_versions.setter
|
|
4715
|
-
def conversion_review_versions(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
4714
|
+
def conversion_review_versions(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
4716
4715
|
pulumi.set(self, "conversion_review_versions", value)
|
|
4717
4716
|
|
|
4718
|
-
@property
|
|
4717
|
+
@_builtins.property
|
|
4719
4718
|
@pulumi.getter(name="clientConfig")
|
|
4720
4719
|
def client_config(self) -> Optional[pulumi.Input['WebhookClientConfigArgs']]:
|
|
4721
4720
|
"""
|