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