pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -79,27 +80,27 @@ if not MYPY:
|
|
|
79
80
|
"""
|
|
80
81
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
81
82
|
"""
|
|
82
|
-
json_path: NotRequired[pulumi.Input[str]]
|
|
83
|
+
json_path: NotRequired[pulumi.Input[builtins.str]]
|
|
83
84
|
"""
|
|
84
85
|
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.
|
|
85
86
|
"""
|
|
86
|
-
description: NotRequired[pulumi.Input[str]]
|
|
87
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
87
88
|
"""
|
|
88
89
|
description is a human readable description of this column.
|
|
89
90
|
"""
|
|
90
|
-
format: NotRequired[pulumi.Input[str]]
|
|
91
|
+
format: NotRequired[pulumi.Input[builtins.str]]
|
|
91
92
|
"""
|
|
92
93
|
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.
|
|
93
94
|
"""
|
|
94
|
-
name: NotRequired[pulumi.Input[str]]
|
|
95
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
95
96
|
"""
|
|
96
97
|
name is a human readable name for the column.
|
|
97
98
|
"""
|
|
98
|
-
priority: NotRequired[pulumi.Input[int]]
|
|
99
|
+
priority: NotRequired[pulumi.Input[builtins.int]]
|
|
99
100
|
"""
|
|
100
101
|
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.
|
|
101
102
|
"""
|
|
102
|
-
type: NotRequired[pulumi.Input[str]]
|
|
103
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
103
104
|
"""
|
|
104
105
|
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.
|
|
105
106
|
"""
|
|
@@ -109,20 +110,20 @@ elif False:
|
|
|
109
110
|
@pulumi.input_type
|
|
110
111
|
class CustomResourceColumnDefinitionPatchArgs:
|
|
111
112
|
def __init__(__self__, *,
|
|
112
|
-
json_path: Optional[pulumi.Input[str]] = None,
|
|
113
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
114
|
-
format: Optional[pulumi.Input[str]] = None,
|
|
115
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
116
|
-
priority: Optional[pulumi.Input[int]] = None,
|
|
117
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
113
|
+
json_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
114
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
115
|
+
format: Optional[pulumi.Input[builtins.str]] = None,
|
|
116
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
117
|
+
priority: Optional[pulumi.Input[builtins.int]] = None,
|
|
118
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
118
119
|
"""
|
|
119
120
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
120
|
-
: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.
|
|
121
|
-
:param pulumi.Input[str] description: description is a human readable description of this column.
|
|
122
|
-
: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.
|
|
123
|
-
:param pulumi.Input[str] name: name is a human readable name for the column.
|
|
124
|
-
: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.
|
|
125
|
-
: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.
|
|
121
|
+
: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.
|
|
122
|
+
:param pulumi.Input[builtins.str] description: description is a human readable description of this column.
|
|
123
|
+
: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.
|
|
124
|
+
:param pulumi.Input[builtins.str] name: name is a human readable name for the column.
|
|
125
|
+
: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.
|
|
126
|
+
: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.
|
|
126
127
|
"""
|
|
127
128
|
if json_path is not None:
|
|
128
129
|
pulumi.set(__self__, "json_path", json_path)
|
|
@@ -139,74 +140,74 @@ class CustomResourceColumnDefinitionPatchArgs:
|
|
|
139
140
|
|
|
140
141
|
@property
|
|
141
142
|
@pulumi.getter(name="JSONPath")
|
|
142
|
-
def json_path(self) -> Optional[pulumi.Input[str]]:
|
|
143
|
+
def json_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
143
144
|
"""
|
|
144
145
|
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.
|
|
145
146
|
"""
|
|
146
147
|
return pulumi.get(self, "json_path")
|
|
147
148
|
|
|
148
149
|
@json_path.setter
|
|
149
|
-
def json_path(self, value: Optional[pulumi.Input[str]]):
|
|
150
|
+
def json_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
150
151
|
pulumi.set(self, "json_path", value)
|
|
151
152
|
|
|
152
153
|
@property
|
|
153
154
|
@pulumi.getter
|
|
154
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
155
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
155
156
|
"""
|
|
156
157
|
description is a human readable description of this column.
|
|
157
158
|
"""
|
|
158
159
|
return pulumi.get(self, "description")
|
|
159
160
|
|
|
160
161
|
@description.setter
|
|
161
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
162
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
162
163
|
pulumi.set(self, "description", value)
|
|
163
164
|
|
|
164
165
|
@property
|
|
165
166
|
@pulumi.getter
|
|
166
|
-
def format(self) -> Optional[pulumi.Input[str]]:
|
|
167
|
+
def format(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
167
168
|
"""
|
|
168
169
|
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
169
170
|
"""
|
|
170
171
|
return pulumi.get(self, "format")
|
|
171
172
|
|
|
172
173
|
@format.setter
|
|
173
|
-
def format(self, value: Optional[pulumi.Input[str]]):
|
|
174
|
+
def format(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
174
175
|
pulumi.set(self, "format", value)
|
|
175
176
|
|
|
176
177
|
@property
|
|
177
178
|
@pulumi.getter
|
|
178
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
179
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
179
180
|
"""
|
|
180
181
|
name is a human readable name for the column.
|
|
181
182
|
"""
|
|
182
183
|
return pulumi.get(self, "name")
|
|
183
184
|
|
|
184
185
|
@name.setter
|
|
185
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
186
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
186
187
|
pulumi.set(self, "name", value)
|
|
187
188
|
|
|
188
189
|
@property
|
|
189
190
|
@pulumi.getter
|
|
190
|
-
def priority(self) -> Optional[pulumi.Input[int]]:
|
|
191
|
+
def priority(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
191
192
|
"""
|
|
192
193
|
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.
|
|
193
194
|
"""
|
|
194
195
|
return pulumi.get(self, "priority")
|
|
195
196
|
|
|
196
197
|
@priority.setter
|
|
197
|
-
def priority(self, value: Optional[pulumi.Input[int]]):
|
|
198
|
+
def priority(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
198
199
|
pulumi.set(self, "priority", value)
|
|
199
200
|
|
|
200
201
|
@property
|
|
201
202
|
@pulumi.getter
|
|
202
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
203
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
203
204
|
"""
|
|
204
205
|
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.
|
|
205
206
|
"""
|
|
206
207
|
return pulumi.get(self, "type")
|
|
207
208
|
|
|
208
209
|
@type.setter
|
|
209
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
210
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
210
211
|
pulumi.set(self, "type", value)
|
|
211
212
|
|
|
212
213
|
|
|
@@ -215,27 +216,27 @@ if not MYPY:
|
|
|
215
216
|
"""
|
|
216
217
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
217
218
|
"""
|
|
218
|
-
json_path: pulumi.Input[str]
|
|
219
|
+
json_path: pulumi.Input[builtins.str]
|
|
219
220
|
"""
|
|
220
221
|
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.
|
|
221
222
|
"""
|
|
222
|
-
name: pulumi.Input[str]
|
|
223
|
+
name: pulumi.Input[builtins.str]
|
|
223
224
|
"""
|
|
224
225
|
name is a human readable name for the column.
|
|
225
226
|
"""
|
|
226
|
-
type: pulumi.Input[str]
|
|
227
|
+
type: pulumi.Input[builtins.str]
|
|
227
228
|
"""
|
|
228
229
|
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.
|
|
229
230
|
"""
|
|
230
|
-
description: NotRequired[pulumi.Input[str]]
|
|
231
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
231
232
|
"""
|
|
232
233
|
description is a human readable description of this column.
|
|
233
234
|
"""
|
|
234
|
-
format: NotRequired[pulumi.Input[str]]
|
|
235
|
+
format: NotRequired[pulumi.Input[builtins.str]]
|
|
235
236
|
"""
|
|
236
237
|
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.
|
|
237
238
|
"""
|
|
238
|
-
priority: NotRequired[pulumi.Input[int]]
|
|
239
|
+
priority: NotRequired[pulumi.Input[builtins.int]]
|
|
239
240
|
"""
|
|
240
241
|
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.
|
|
241
242
|
"""
|
|
@@ -245,20 +246,20 @@ elif False:
|
|
|
245
246
|
@pulumi.input_type
|
|
246
247
|
class CustomResourceColumnDefinitionArgs:
|
|
247
248
|
def __init__(__self__, *,
|
|
248
|
-
json_path: pulumi.Input[str],
|
|
249
|
-
name: pulumi.Input[str],
|
|
250
|
-
type: pulumi.Input[str],
|
|
251
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
252
|
-
format: Optional[pulumi.Input[str]] = None,
|
|
253
|
-
priority: Optional[pulumi.Input[int]] = None):
|
|
249
|
+
json_path: pulumi.Input[builtins.str],
|
|
250
|
+
name: pulumi.Input[builtins.str],
|
|
251
|
+
type: pulumi.Input[builtins.str],
|
|
252
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
253
|
+
format: Optional[pulumi.Input[builtins.str]] = None,
|
|
254
|
+
priority: Optional[pulumi.Input[builtins.int]] = None):
|
|
254
255
|
"""
|
|
255
256
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
256
|
-
: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.
|
|
257
|
-
:param pulumi.Input[str] name: name is a human readable name for the column.
|
|
258
|
-
: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.
|
|
259
|
-
:param pulumi.Input[str] description: description is a human readable description of this column.
|
|
260
|
-
: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.
|
|
261
|
-
: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.
|
|
257
|
+
: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.
|
|
258
|
+
:param pulumi.Input[builtins.str] name: name is a human readable name for the column.
|
|
259
|
+
: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.
|
|
260
|
+
:param pulumi.Input[builtins.str] description: description is a human readable description of this column.
|
|
261
|
+
: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.
|
|
262
|
+
: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.
|
|
262
263
|
"""
|
|
263
264
|
pulumi.set(__self__, "json_path", json_path)
|
|
264
265
|
pulumi.set(__self__, "name", name)
|
|
@@ -272,74 +273,74 @@ class CustomResourceColumnDefinitionArgs:
|
|
|
272
273
|
|
|
273
274
|
@property
|
|
274
275
|
@pulumi.getter(name="JSONPath")
|
|
275
|
-
def json_path(self) -> pulumi.Input[str]:
|
|
276
|
+
def json_path(self) -> pulumi.Input[builtins.str]:
|
|
276
277
|
"""
|
|
277
278
|
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.
|
|
278
279
|
"""
|
|
279
280
|
return pulumi.get(self, "json_path")
|
|
280
281
|
|
|
281
282
|
@json_path.setter
|
|
282
|
-
def json_path(self, value: pulumi.Input[str]):
|
|
283
|
+
def json_path(self, value: pulumi.Input[builtins.str]):
|
|
283
284
|
pulumi.set(self, "json_path", value)
|
|
284
285
|
|
|
285
286
|
@property
|
|
286
287
|
@pulumi.getter
|
|
287
|
-
def name(self) -> pulumi.Input[str]:
|
|
288
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
288
289
|
"""
|
|
289
290
|
name is a human readable name for the column.
|
|
290
291
|
"""
|
|
291
292
|
return pulumi.get(self, "name")
|
|
292
293
|
|
|
293
294
|
@name.setter
|
|
294
|
-
def name(self, value: pulumi.Input[str]):
|
|
295
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
295
296
|
pulumi.set(self, "name", value)
|
|
296
297
|
|
|
297
298
|
@property
|
|
298
299
|
@pulumi.getter
|
|
299
|
-
def type(self) -> pulumi.Input[str]:
|
|
300
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
300
301
|
"""
|
|
301
302
|
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.
|
|
302
303
|
"""
|
|
303
304
|
return pulumi.get(self, "type")
|
|
304
305
|
|
|
305
306
|
@type.setter
|
|
306
|
-
def type(self, value: pulumi.Input[str]):
|
|
307
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
307
308
|
pulumi.set(self, "type", value)
|
|
308
309
|
|
|
309
310
|
@property
|
|
310
311
|
@pulumi.getter
|
|
311
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
312
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
312
313
|
"""
|
|
313
314
|
description is a human readable description of this column.
|
|
314
315
|
"""
|
|
315
316
|
return pulumi.get(self, "description")
|
|
316
317
|
|
|
317
318
|
@description.setter
|
|
318
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
319
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
319
320
|
pulumi.set(self, "description", value)
|
|
320
321
|
|
|
321
322
|
@property
|
|
322
323
|
@pulumi.getter
|
|
323
|
-
def format(self) -> Optional[pulumi.Input[str]]:
|
|
324
|
+
def format(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
324
325
|
"""
|
|
325
326
|
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.
|
|
326
327
|
"""
|
|
327
328
|
return pulumi.get(self, "format")
|
|
328
329
|
|
|
329
330
|
@format.setter
|
|
330
|
-
def format(self, value: Optional[pulumi.Input[str]]):
|
|
331
|
+
def format(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
331
332
|
pulumi.set(self, "format", value)
|
|
332
333
|
|
|
333
334
|
@property
|
|
334
335
|
@pulumi.getter
|
|
335
|
-
def priority(self) -> Optional[pulumi.Input[int]]:
|
|
336
|
+
def priority(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
336
337
|
"""
|
|
337
338
|
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.
|
|
338
339
|
"""
|
|
339
340
|
return pulumi.get(self, "priority")
|
|
340
341
|
|
|
341
342
|
@priority.setter
|
|
342
|
-
def priority(self, value: Optional[pulumi.Input[int]]):
|
|
343
|
+
def priority(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
343
344
|
pulumi.set(self, "priority", value)
|
|
344
345
|
|
|
345
346
|
|
|
@@ -348,11 +349,11 @@ if not MYPY:
|
|
|
348
349
|
"""
|
|
349
350
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
350
351
|
"""
|
|
351
|
-
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
352
|
+
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
352
353
|
"""
|
|
353
354
|
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. Defaults to `["v1beta1"]`.
|
|
354
355
|
"""
|
|
355
|
-
strategy: NotRequired[pulumi.Input[str]]
|
|
356
|
+
strategy: NotRequired[pulumi.Input[builtins.str]]
|
|
356
357
|
"""
|
|
357
358
|
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
|
|
358
359
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
@@ -367,13 +368,13 @@ elif False:
|
|
|
367
368
|
@pulumi.input_type
|
|
368
369
|
class CustomResourceConversionPatchArgs:
|
|
369
370
|
def __init__(__self__, *,
|
|
370
|
-
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
371
|
-
strategy: Optional[pulumi.Input[str]] = None,
|
|
371
|
+
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
372
|
+
strategy: Optional[pulumi.Input[builtins.str]] = None,
|
|
372
373
|
webhook_client_config: Optional[pulumi.Input['WebhookClientConfigPatchArgs']] = None):
|
|
373
374
|
"""
|
|
374
375
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
375
|
-
: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. Defaults to `["v1beta1"]`.
|
|
376
|
-
: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
|
|
376
|
+
: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. Defaults to `["v1beta1"]`.
|
|
377
|
+
: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
|
|
377
378
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
378
379
|
:param pulumi.Input['WebhookClientConfigPatchArgs'] webhook_client_config: webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`.
|
|
379
380
|
"""
|
|
@@ -386,19 +387,19 @@ class CustomResourceConversionPatchArgs:
|
|
|
386
387
|
|
|
387
388
|
@property
|
|
388
389
|
@pulumi.getter(name="conversionReviewVersions")
|
|
389
|
-
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
390
|
+
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
390
391
|
"""
|
|
391
392
|
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. Defaults to `["v1beta1"]`.
|
|
392
393
|
"""
|
|
393
394
|
return pulumi.get(self, "conversion_review_versions")
|
|
394
395
|
|
|
395
396
|
@conversion_review_versions.setter
|
|
396
|
-
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
397
|
+
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
397
398
|
pulumi.set(self, "conversion_review_versions", value)
|
|
398
399
|
|
|
399
400
|
@property
|
|
400
401
|
@pulumi.getter
|
|
401
|
-
def strategy(self) -> Optional[pulumi.Input[str]]:
|
|
402
|
+
def strategy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
402
403
|
"""
|
|
403
404
|
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
|
|
404
405
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
@@ -406,7 +407,7 @@ class CustomResourceConversionPatchArgs:
|
|
|
406
407
|
return pulumi.get(self, "strategy")
|
|
407
408
|
|
|
408
409
|
@strategy.setter
|
|
409
|
-
def strategy(self, value: Optional[pulumi.Input[str]]):
|
|
410
|
+
def strategy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
410
411
|
pulumi.set(self, "strategy", value)
|
|
411
412
|
|
|
412
413
|
@property
|
|
@@ -427,12 +428,12 @@ if not MYPY:
|
|
|
427
428
|
"""
|
|
428
429
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
429
430
|
"""
|
|
430
|
-
strategy: pulumi.Input[str]
|
|
431
|
+
strategy: pulumi.Input[builtins.str]
|
|
431
432
|
"""
|
|
432
433
|
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
|
|
433
434
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
434
435
|
"""
|
|
435
|
-
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
436
|
+
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
436
437
|
"""
|
|
437
438
|
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. Defaults to `["v1beta1"]`.
|
|
438
439
|
"""
|
|
@@ -446,14 +447,14 @@ elif False:
|
|
|
446
447
|
@pulumi.input_type
|
|
447
448
|
class CustomResourceConversionArgs:
|
|
448
449
|
def __init__(__self__, *,
|
|
449
|
-
strategy: pulumi.Input[str],
|
|
450
|
-
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
450
|
+
strategy: pulumi.Input[builtins.str],
|
|
451
|
+
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
451
452
|
webhook_client_config: Optional[pulumi.Input['WebhookClientConfigArgs']] = None):
|
|
452
453
|
"""
|
|
453
454
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
454
|
-
: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
|
|
455
|
+
: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
|
|
455
456
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
456
|
-
: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. Defaults to `["v1beta1"]`.
|
|
457
|
+
: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. Defaults to `["v1beta1"]`.
|
|
457
458
|
:param pulumi.Input['WebhookClientConfigArgs'] webhook_client_config: webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`.
|
|
458
459
|
"""
|
|
459
460
|
pulumi.set(__self__, "strategy", strategy)
|
|
@@ -464,7 +465,7 @@ class CustomResourceConversionArgs:
|
|
|
464
465
|
|
|
465
466
|
@property
|
|
466
467
|
@pulumi.getter
|
|
467
|
-
def strategy(self) -> pulumi.Input[str]:
|
|
468
|
+
def strategy(self) -> pulumi.Input[builtins.str]:
|
|
468
469
|
"""
|
|
469
470
|
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
|
|
470
471
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
@@ -472,19 +473,19 @@ class CustomResourceConversionArgs:
|
|
|
472
473
|
return pulumi.get(self, "strategy")
|
|
473
474
|
|
|
474
475
|
@strategy.setter
|
|
475
|
-
def strategy(self, value: pulumi.Input[str]):
|
|
476
|
+
def strategy(self, value: pulumi.Input[builtins.str]):
|
|
476
477
|
pulumi.set(self, "strategy", value)
|
|
477
478
|
|
|
478
479
|
@property
|
|
479
480
|
@pulumi.getter(name="conversionReviewVersions")
|
|
480
|
-
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
481
|
+
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
481
482
|
"""
|
|
482
483
|
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. Defaults to `["v1beta1"]`.
|
|
483
484
|
"""
|
|
484
485
|
return pulumi.get(self, "conversion_review_versions")
|
|
485
486
|
|
|
486
487
|
@conversion_review_versions.setter
|
|
487
|
-
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
488
|
+
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
488
489
|
pulumi.set(self, "conversion_review_versions", value)
|
|
489
490
|
|
|
490
491
|
@property
|
|
@@ -505,23 +506,23 @@ if not MYPY:
|
|
|
505
506
|
"""
|
|
506
507
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
507
508
|
"""
|
|
508
|
-
status: pulumi.Input[str]
|
|
509
|
+
status: pulumi.Input[builtins.str]
|
|
509
510
|
"""
|
|
510
511
|
status is the status of the condition. Can be True, False, Unknown.
|
|
511
512
|
"""
|
|
512
|
-
type: pulumi.Input[str]
|
|
513
|
+
type: pulumi.Input[builtins.str]
|
|
513
514
|
"""
|
|
514
515
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
515
516
|
"""
|
|
516
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
517
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
517
518
|
"""
|
|
518
519
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
519
520
|
"""
|
|
520
|
-
message: NotRequired[pulumi.Input[str]]
|
|
521
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
521
522
|
"""
|
|
522
523
|
message is a human-readable message indicating details about last transition.
|
|
523
524
|
"""
|
|
524
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
525
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
525
526
|
"""
|
|
526
527
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
527
528
|
"""
|
|
@@ -531,18 +532,18 @@ elif False:
|
|
|
531
532
|
@pulumi.input_type
|
|
532
533
|
class CustomResourceDefinitionConditionArgs:
|
|
533
534
|
def __init__(__self__, *,
|
|
534
|
-
status: pulumi.Input[str],
|
|
535
|
-
type: pulumi.Input[str],
|
|
536
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
537
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
538
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
535
|
+
status: pulumi.Input[builtins.str],
|
|
536
|
+
type: pulumi.Input[builtins.str],
|
|
537
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
538
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
539
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
539
540
|
"""
|
|
540
541
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
541
|
-
:param pulumi.Input[str] status: status is the status of the condition. Can be True, False, Unknown.
|
|
542
|
-
:param pulumi.Input[str] type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
543
|
-
:param pulumi.Input[str] last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
544
|
-
:param pulumi.Input[str] message: message is a human-readable message indicating details about last transition.
|
|
545
|
-
:param pulumi.Input[str] reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
542
|
+
:param pulumi.Input[builtins.str] status: status is the status of the condition. Can be True, False, Unknown.
|
|
543
|
+
:param pulumi.Input[builtins.str] type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
544
|
+
:param pulumi.Input[builtins.str] last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
545
|
+
:param pulumi.Input[builtins.str] message: message is a human-readable message indicating details about last transition.
|
|
546
|
+
:param pulumi.Input[builtins.str] reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
546
547
|
"""
|
|
547
548
|
pulumi.set(__self__, "status", status)
|
|
548
549
|
pulumi.set(__self__, "type", type)
|
|
@@ -555,62 +556,62 @@ class CustomResourceDefinitionConditionArgs:
|
|
|
555
556
|
|
|
556
557
|
@property
|
|
557
558
|
@pulumi.getter
|
|
558
|
-
def status(self) -> pulumi.Input[str]:
|
|
559
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
559
560
|
"""
|
|
560
561
|
status is the status of the condition. Can be True, False, Unknown.
|
|
561
562
|
"""
|
|
562
563
|
return pulumi.get(self, "status")
|
|
563
564
|
|
|
564
565
|
@status.setter
|
|
565
|
-
def status(self, value: pulumi.Input[str]):
|
|
566
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
566
567
|
pulumi.set(self, "status", value)
|
|
567
568
|
|
|
568
569
|
@property
|
|
569
570
|
@pulumi.getter
|
|
570
|
-
def type(self) -> pulumi.Input[str]:
|
|
571
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
571
572
|
"""
|
|
572
573
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
573
574
|
"""
|
|
574
575
|
return pulumi.get(self, "type")
|
|
575
576
|
|
|
576
577
|
@type.setter
|
|
577
|
-
def type(self, value: pulumi.Input[str]):
|
|
578
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
578
579
|
pulumi.set(self, "type", value)
|
|
579
580
|
|
|
580
581
|
@property
|
|
581
582
|
@pulumi.getter(name="lastTransitionTime")
|
|
582
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
583
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
583
584
|
"""
|
|
584
585
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
585
586
|
"""
|
|
586
587
|
return pulumi.get(self, "last_transition_time")
|
|
587
588
|
|
|
588
589
|
@last_transition_time.setter
|
|
589
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
590
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
590
591
|
pulumi.set(self, "last_transition_time", value)
|
|
591
592
|
|
|
592
593
|
@property
|
|
593
594
|
@pulumi.getter
|
|
594
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
595
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
595
596
|
"""
|
|
596
597
|
message is a human-readable message indicating details about last transition.
|
|
597
598
|
"""
|
|
598
599
|
return pulumi.get(self, "message")
|
|
599
600
|
|
|
600
601
|
@message.setter
|
|
601
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
602
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
602
603
|
pulumi.set(self, "message", value)
|
|
603
604
|
|
|
604
605
|
@property
|
|
605
606
|
@pulumi.getter
|
|
606
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
607
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
607
608
|
"""
|
|
608
609
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
609
610
|
"""
|
|
610
611
|
return pulumi.get(self, "reason")
|
|
611
612
|
|
|
612
613
|
@reason.setter
|
|
613
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
614
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
614
615
|
pulumi.set(self, "reason", value)
|
|
615
616
|
|
|
616
617
|
|
|
@@ -619,27 +620,27 @@ if not MYPY:
|
|
|
619
620
|
"""
|
|
620
621
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
621
622
|
"""
|
|
622
|
-
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
623
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
623
624
|
"""
|
|
624
625
|
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`.
|
|
625
626
|
"""
|
|
626
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
627
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
627
628
|
"""
|
|
628
629
|
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.
|
|
629
630
|
"""
|
|
630
|
-
list_kind: NotRequired[pulumi.Input[str]]
|
|
631
|
+
list_kind: NotRequired[pulumi.Input[builtins.str]]
|
|
631
632
|
"""
|
|
632
633
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
633
634
|
"""
|
|
634
|
-
plural: NotRequired[pulumi.Input[str]]
|
|
635
|
+
plural: NotRequired[pulumi.Input[builtins.str]]
|
|
635
636
|
"""
|
|
636
637
|
plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
637
638
|
"""
|
|
638
|
-
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
639
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
639
640
|
"""
|
|
640
641
|
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.
|
|
641
642
|
"""
|
|
642
|
-
singular: NotRequired[pulumi.Input[str]]
|
|
643
|
+
singular: NotRequired[pulumi.Input[builtins.str]]
|
|
643
644
|
"""
|
|
644
645
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
645
646
|
"""
|
|
@@ -649,20 +650,20 @@ elif False:
|
|
|
649
650
|
@pulumi.input_type
|
|
650
651
|
class CustomResourceDefinitionNamesPatchArgs:
|
|
651
652
|
def __init__(__self__, *,
|
|
652
|
-
categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
653
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
654
|
-
list_kind: Optional[pulumi.Input[str]] = None,
|
|
655
|
-
plural: Optional[pulumi.Input[str]] = None,
|
|
656
|
-
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
657
|
-
singular: Optional[pulumi.Input[str]] = None):
|
|
653
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
654
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
655
|
+
list_kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
656
|
+
plural: Optional[pulumi.Input[builtins.str]] = None,
|
|
657
|
+
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
658
|
+
singular: Optional[pulumi.Input[builtins.str]] = None):
|
|
658
659
|
"""
|
|
659
660
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
660
|
-
: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`.
|
|
661
|
-
: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.
|
|
662
|
-
:param pulumi.Input[str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
663
|
-
: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.
|
|
664
|
-
: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.
|
|
665
|
-
:param pulumi.Input[str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
661
|
+
: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`.
|
|
662
|
+
: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.
|
|
663
|
+
:param pulumi.Input[builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
664
|
+
: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.
|
|
665
|
+
: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.
|
|
666
|
+
:param pulumi.Input[builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
666
667
|
"""
|
|
667
668
|
if categories is not None:
|
|
668
669
|
pulumi.set(__self__, "categories", categories)
|
|
@@ -679,74 +680,74 @@ class CustomResourceDefinitionNamesPatchArgs:
|
|
|
679
680
|
|
|
680
681
|
@property
|
|
681
682
|
@pulumi.getter
|
|
682
|
-
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
683
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
683
684
|
"""
|
|
684
685
|
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`.
|
|
685
686
|
"""
|
|
686
687
|
return pulumi.get(self, "categories")
|
|
687
688
|
|
|
688
689
|
@categories.setter
|
|
689
|
-
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
690
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
690
691
|
pulumi.set(self, "categories", value)
|
|
691
692
|
|
|
692
693
|
@property
|
|
693
694
|
@pulumi.getter
|
|
694
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
695
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
695
696
|
"""
|
|
696
697
|
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.
|
|
697
698
|
"""
|
|
698
699
|
return pulumi.get(self, "kind")
|
|
699
700
|
|
|
700
701
|
@kind.setter
|
|
701
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
702
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
702
703
|
pulumi.set(self, "kind", value)
|
|
703
704
|
|
|
704
705
|
@property
|
|
705
706
|
@pulumi.getter(name="listKind")
|
|
706
|
-
def list_kind(self) -> Optional[pulumi.Input[str]]:
|
|
707
|
+
def list_kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
707
708
|
"""
|
|
708
709
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
709
710
|
"""
|
|
710
711
|
return pulumi.get(self, "list_kind")
|
|
711
712
|
|
|
712
713
|
@list_kind.setter
|
|
713
|
-
def list_kind(self, value: Optional[pulumi.Input[str]]):
|
|
714
|
+
def list_kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
714
715
|
pulumi.set(self, "list_kind", value)
|
|
715
716
|
|
|
716
717
|
@property
|
|
717
718
|
@pulumi.getter
|
|
718
|
-
def plural(self) -> Optional[pulumi.Input[str]]:
|
|
719
|
+
def plural(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
719
720
|
"""
|
|
720
721
|
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.
|
|
721
722
|
"""
|
|
722
723
|
return pulumi.get(self, "plural")
|
|
723
724
|
|
|
724
725
|
@plural.setter
|
|
725
|
-
def plural(self, value: Optional[pulumi.Input[str]]):
|
|
726
|
+
def plural(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
726
727
|
pulumi.set(self, "plural", value)
|
|
727
728
|
|
|
728
729
|
@property
|
|
729
730
|
@pulumi.getter(name="shortNames")
|
|
730
|
-
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
731
|
+
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
731
732
|
"""
|
|
732
733
|
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.
|
|
733
734
|
"""
|
|
734
735
|
return pulumi.get(self, "short_names")
|
|
735
736
|
|
|
736
737
|
@short_names.setter
|
|
737
|
-
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
738
|
+
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
738
739
|
pulumi.set(self, "short_names", value)
|
|
739
740
|
|
|
740
741
|
@property
|
|
741
742
|
@pulumi.getter
|
|
742
|
-
def singular(self) -> Optional[pulumi.Input[str]]:
|
|
743
|
+
def singular(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
743
744
|
"""
|
|
744
745
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
745
746
|
"""
|
|
746
747
|
return pulumi.get(self, "singular")
|
|
747
748
|
|
|
748
749
|
@singular.setter
|
|
749
|
-
def singular(self, value: Optional[pulumi.Input[str]]):
|
|
750
|
+
def singular(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
750
751
|
pulumi.set(self, "singular", value)
|
|
751
752
|
|
|
752
753
|
|
|
@@ -755,27 +756,27 @@ if not MYPY:
|
|
|
755
756
|
"""
|
|
756
757
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
757
758
|
"""
|
|
758
|
-
kind: pulumi.Input[str]
|
|
759
|
+
kind: pulumi.Input[builtins.str]
|
|
759
760
|
"""
|
|
760
761
|
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.
|
|
761
762
|
"""
|
|
762
|
-
plural: pulumi.Input[str]
|
|
763
|
+
plural: pulumi.Input[builtins.str]
|
|
763
764
|
"""
|
|
764
765
|
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.
|
|
765
766
|
"""
|
|
766
|
-
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
767
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
767
768
|
"""
|
|
768
769
|
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`.
|
|
769
770
|
"""
|
|
770
|
-
list_kind: NotRequired[pulumi.Input[str]]
|
|
771
|
+
list_kind: NotRequired[pulumi.Input[builtins.str]]
|
|
771
772
|
"""
|
|
772
773
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
773
774
|
"""
|
|
774
|
-
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
775
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
775
776
|
"""
|
|
776
777
|
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.
|
|
777
778
|
"""
|
|
778
|
-
singular: NotRequired[pulumi.Input[str]]
|
|
779
|
+
singular: NotRequired[pulumi.Input[builtins.str]]
|
|
779
780
|
"""
|
|
780
781
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
781
782
|
"""
|
|
@@ -785,20 +786,20 @@ elif False:
|
|
|
785
786
|
@pulumi.input_type
|
|
786
787
|
class CustomResourceDefinitionNamesArgs:
|
|
787
788
|
def __init__(__self__, *,
|
|
788
|
-
kind: pulumi.Input[str],
|
|
789
|
-
plural: pulumi.Input[str],
|
|
790
|
-
categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
791
|
-
list_kind: Optional[pulumi.Input[str]] = None,
|
|
792
|
-
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
793
|
-
singular: Optional[pulumi.Input[str]] = None):
|
|
789
|
+
kind: pulumi.Input[builtins.str],
|
|
790
|
+
plural: pulumi.Input[builtins.str],
|
|
791
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
792
|
+
list_kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
793
|
+
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
794
|
+
singular: Optional[pulumi.Input[builtins.str]] = None):
|
|
794
795
|
"""
|
|
795
796
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
796
|
-
: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.
|
|
797
|
-
: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.
|
|
798
|
-
: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`.
|
|
799
|
-
:param pulumi.Input[str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
800
|
-
: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.
|
|
801
|
-
:param pulumi.Input[str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
797
|
+
: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.
|
|
798
|
+
: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.
|
|
799
|
+
: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`.
|
|
800
|
+
:param pulumi.Input[builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
801
|
+
: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.
|
|
802
|
+
:param pulumi.Input[builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
802
803
|
"""
|
|
803
804
|
pulumi.set(__self__, "kind", kind)
|
|
804
805
|
pulumi.set(__self__, "plural", plural)
|
|
@@ -813,74 +814,74 @@ class CustomResourceDefinitionNamesArgs:
|
|
|
813
814
|
|
|
814
815
|
@property
|
|
815
816
|
@pulumi.getter
|
|
816
|
-
def kind(self) -> pulumi.Input[str]:
|
|
817
|
+
def kind(self) -> pulumi.Input[builtins.str]:
|
|
817
818
|
"""
|
|
818
819
|
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.
|
|
819
820
|
"""
|
|
820
821
|
return pulumi.get(self, "kind")
|
|
821
822
|
|
|
822
823
|
@kind.setter
|
|
823
|
-
def kind(self, value: pulumi.Input[str]):
|
|
824
|
+
def kind(self, value: pulumi.Input[builtins.str]):
|
|
824
825
|
pulumi.set(self, "kind", value)
|
|
825
826
|
|
|
826
827
|
@property
|
|
827
828
|
@pulumi.getter
|
|
828
|
-
def plural(self) -> pulumi.Input[str]:
|
|
829
|
+
def plural(self) -> pulumi.Input[builtins.str]:
|
|
829
830
|
"""
|
|
830
831
|
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.
|
|
831
832
|
"""
|
|
832
833
|
return pulumi.get(self, "plural")
|
|
833
834
|
|
|
834
835
|
@plural.setter
|
|
835
|
-
def plural(self, value: pulumi.Input[str]):
|
|
836
|
+
def plural(self, value: pulumi.Input[builtins.str]):
|
|
836
837
|
pulumi.set(self, "plural", value)
|
|
837
838
|
|
|
838
839
|
@property
|
|
839
840
|
@pulumi.getter
|
|
840
|
-
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
841
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
841
842
|
"""
|
|
842
843
|
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`.
|
|
843
844
|
"""
|
|
844
845
|
return pulumi.get(self, "categories")
|
|
845
846
|
|
|
846
847
|
@categories.setter
|
|
847
|
-
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
848
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
848
849
|
pulumi.set(self, "categories", value)
|
|
849
850
|
|
|
850
851
|
@property
|
|
851
852
|
@pulumi.getter(name="listKind")
|
|
852
|
-
def list_kind(self) -> Optional[pulumi.Input[str]]:
|
|
853
|
+
def list_kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
853
854
|
"""
|
|
854
855
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
855
856
|
"""
|
|
856
857
|
return pulumi.get(self, "list_kind")
|
|
857
858
|
|
|
858
859
|
@list_kind.setter
|
|
859
|
-
def list_kind(self, value: Optional[pulumi.Input[str]]):
|
|
860
|
+
def list_kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
860
861
|
pulumi.set(self, "list_kind", value)
|
|
861
862
|
|
|
862
863
|
@property
|
|
863
864
|
@pulumi.getter(name="shortNames")
|
|
864
|
-
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
865
|
+
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
865
866
|
"""
|
|
866
867
|
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.
|
|
867
868
|
"""
|
|
868
869
|
return pulumi.get(self, "short_names")
|
|
869
870
|
|
|
870
871
|
@short_names.setter
|
|
871
|
-
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
872
|
+
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
872
873
|
pulumi.set(self, "short_names", value)
|
|
873
874
|
|
|
874
875
|
@property
|
|
875
876
|
@pulumi.getter
|
|
876
|
-
def singular(self) -> Optional[pulumi.Input[str]]:
|
|
877
|
+
def singular(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
877
878
|
"""
|
|
878
879
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
879
880
|
"""
|
|
880
881
|
return pulumi.get(self, "singular")
|
|
881
882
|
|
|
882
883
|
@singular.setter
|
|
883
|
-
def singular(self, value: Optional[pulumi.Input[str]]):
|
|
884
|
+
def singular(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
884
885
|
pulumi.set(self, "singular", value)
|
|
885
886
|
|
|
886
887
|
|
|
@@ -897,7 +898,7 @@ if not MYPY:
|
|
|
897
898
|
"""
|
|
898
899
|
conversion defines conversion settings for the CRD.
|
|
899
900
|
"""
|
|
900
|
-
group: NotRequired[pulumi.Input[str]]
|
|
901
|
+
group: NotRequired[pulumi.Input[builtins.str]]
|
|
901
902
|
"""
|
|
902
903
|
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
904
|
"""
|
|
@@ -905,11 +906,11 @@ if not MYPY:
|
|
|
905
906
|
"""
|
|
906
907
|
names specify the resource and kind names for the custom resource.
|
|
907
908
|
"""
|
|
908
|
-
preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
909
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[builtins.bool]]
|
|
909
910
|
"""
|
|
910
911
|
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. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
911
912
|
"""
|
|
912
|
-
scope: NotRequired[pulumi.Input[str]]
|
|
913
|
+
scope: NotRequired[pulumi.Input[builtins.str]]
|
|
913
914
|
"""
|
|
914
915
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
915
916
|
"""
|
|
@@ -921,7 +922,7 @@ if not MYPY:
|
|
|
921
922
|
"""
|
|
922
923
|
validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
|
|
923
924
|
"""
|
|
924
|
-
version: NotRequired[pulumi.Input[str]]
|
|
925
|
+
version: NotRequired[pulumi.Input[builtins.str]]
|
|
925
926
|
"""
|
|
926
927
|
version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
927
928
|
"""
|
|
@@ -937,25 +938,25 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
937
938
|
def __init__(__self__, *,
|
|
938
939
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]] = None,
|
|
939
940
|
conversion: Optional[pulumi.Input['CustomResourceConversionPatchArgs']] = None,
|
|
940
|
-
group: Optional[pulumi.Input[str]] = None,
|
|
941
|
+
group: Optional[pulumi.Input[builtins.str]] = None,
|
|
941
942
|
names: Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']] = None,
|
|
942
|
-
preserve_unknown_fields: Optional[pulumi.Input[bool]] = None,
|
|
943
|
-
scope: Optional[pulumi.Input[str]] = None,
|
|
943
|
+
preserve_unknown_fields: Optional[pulumi.Input[builtins.bool]] = None,
|
|
944
|
+
scope: Optional[pulumi.Input[builtins.str]] = None,
|
|
944
945
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']] = None,
|
|
945
946
|
validation: Optional[pulumi.Input['CustomResourceValidationPatchArgs']] = None,
|
|
946
|
-
version: Optional[pulumi.Input[str]] = None,
|
|
947
|
+
version: Optional[pulumi.Input[builtins.str]] = None,
|
|
947
948
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]]] = None):
|
|
948
949
|
"""
|
|
949
950
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
950
951
|
: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 present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
951
952
|
:param pulumi.Input['CustomResourceConversionPatchArgs'] conversion: conversion defines conversion settings for the CRD.
|
|
952
|
-
: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>`).
|
|
953
|
+
: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>`).
|
|
953
954
|
:param pulumi.Input['CustomResourceDefinitionNamesPatchArgs'] names: names specify the resource and kind names for the custom resource.
|
|
954
|
-
: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. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
955
|
-
:param pulumi.Input[str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
955
|
+
: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. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
956
|
+
:param pulumi.Input[builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
956
957
|
:param pulumi.Input['CustomResourceSubresourcesPatchArgs'] subresources: subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
|
|
957
958
|
:param pulumi.Input['CustomResourceValidationPatchArgs'] validation: validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
|
|
958
|
-
:param pulumi.Input[str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
959
|
+
:param pulumi.Input[builtins.str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
959
960
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]] versions: versions is the list of all API versions of the defined custom resource. Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. 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.
|
|
960
961
|
"""
|
|
961
962
|
if additional_printer_columns is not None:
|
|
@@ -1005,14 +1006,14 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
1005
1006
|
|
|
1006
1007
|
@property
|
|
1007
1008
|
@pulumi.getter
|
|
1008
|
-
def group(self) -> Optional[pulumi.Input[str]]:
|
|
1009
|
+
def group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1009
1010
|
"""
|
|
1010
1011
|
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>`).
|
|
1011
1012
|
"""
|
|
1012
1013
|
return pulumi.get(self, "group")
|
|
1013
1014
|
|
|
1014
1015
|
@group.setter
|
|
1015
|
-
def group(self, value: Optional[pulumi.Input[str]]):
|
|
1016
|
+
def group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1016
1017
|
pulumi.set(self, "group", value)
|
|
1017
1018
|
|
|
1018
1019
|
@property
|
|
@@ -1029,26 +1030,26 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
1029
1030
|
|
|
1030
1031
|
@property
|
|
1031
1032
|
@pulumi.getter(name="preserveUnknownFields")
|
|
1032
|
-
def preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
|
|
1033
|
+
def preserve_unknown_fields(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1033
1034
|
"""
|
|
1034
1035
|
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. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1035
1036
|
"""
|
|
1036
1037
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
1037
1038
|
|
|
1038
1039
|
@preserve_unknown_fields.setter
|
|
1039
|
-
def preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
|
|
1040
|
+
def preserve_unknown_fields(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1040
1041
|
pulumi.set(self, "preserve_unknown_fields", value)
|
|
1041
1042
|
|
|
1042
1043
|
@property
|
|
1043
1044
|
@pulumi.getter
|
|
1044
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
1045
|
+
def scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1045
1046
|
"""
|
|
1046
1047
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1047
1048
|
"""
|
|
1048
1049
|
return pulumi.get(self, "scope")
|
|
1049
1050
|
|
|
1050
1051
|
@scope.setter
|
|
1051
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
1052
|
+
def scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1052
1053
|
pulumi.set(self, "scope", value)
|
|
1053
1054
|
|
|
1054
1055
|
@property
|
|
@@ -1077,14 +1078,14 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
1077
1078
|
|
|
1078
1079
|
@property
|
|
1079
1080
|
@pulumi.getter
|
|
1080
|
-
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1081
|
+
def version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1081
1082
|
"""
|
|
1082
1083
|
version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1083
1084
|
"""
|
|
1084
1085
|
return pulumi.get(self, "version")
|
|
1085
1086
|
|
|
1086
1087
|
@version.setter
|
|
1087
|
-
def version(self, value: Optional[pulumi.Input[str]]):
|
|
1088
|
+
def version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1088
1089
|
pulumi.set(self, "version", value)
|
|
1089
1090
|
|
|
1090
1091
|
@property
|
|
@@ -1105,7 +1106,7 @@ if not MYPY:
|
|
|
1105
1106
|
"""
|
|
1106
1107
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1107
1108
|
"""
|
|
1108
|
-
group: pulumi.Input[str]
|
|
1109
|
+
group: pulumi.Input[builtins.str]
|
|
1109
1110
|
"""
|
|
1110
1111
|
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>`).
|
|
1111
1112
|
"""
|
|
@@ -1113,7 +1114,7 @@ if not MYPY:
|
|
|
1113
1114
|
"""
|
|
1114
1115
|
names specify the resource and kind names for the custom resource.
|
|
1115
1116
|
"""
|
|
1116
|
-
scope: pulumi.Input[str]
|
|
1117
|
+
scope: pulumi.Input[builtins.str]
|
|
1117
1118
|
"""
|
|
1118
1119
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1119
1120
|
"""
|
|
@@ -1125,7 +1126,7 @@ if not MYPY:
|
|
|
1125
1126
|
"""
|
|
1126
1127
|
conversion defines conversion settings for the CRD.
|
|
1127
1128
|
"""
|
|
1128
|
-
preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
1129
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[builtins.bool]]
|
|
1129
1130
|
"""
|
|
1130
1131
|
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. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1131
1132
|
"""
|
|
@@ -1137,7 +1138,7 @@ if not MYPY:
|
|
|
1137
1138
|
"""
|
|
1138
1139
|
validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
|
|
1139
1140
|
"""
|
|
1140
|
-
version: NotRequired[pulumi.Input[str]]
|
|
1141
|
+
version: NotRequired[pulumi.Input[builtins.str]]
|
|
1141
1142
|
"""
|
|
1142
1143
|
version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1143
1144
|
"""
|
|
@@ -1151,27 +1152,27 @@ elif False:
|
|
|
1151
1152
|
@pulumi.input_type
|
|
1152
1153
|
class CustomResourceDefinitionSpecArgs:
|
|
1153
1154
|
def __init__(__self__, *,
|
|
1154
|
-
group: pulumi.Input[str],
|
|
1155
|
+
group: pulumi.Input[builtins.str],
|
|
1155
1156
|
names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
|
|
1156
|
-
scope: pulumi.Input[str],
|
|
1157
|
+
scope: pulumi.Input[builtins.str],
|
|
1157
1158
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]] = None,
|
|
1158
1159
|
conversion: Optional[pulumi.Input['CustomResourceConversionArgs']] = None,
|
|
1159
|
-
preserve_unknown_fields: Optional[pulumi.Input[bool]] = None,
|
|
1160
|
+
preserve_unknown_fields: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1160
1161
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesArgs']] = None,
|
|
1161
1162
|
validation: Optional[pulumi.Input['CustomResourceValidationArgs']] = None,
|
|
1162
|
-
version: Optional[pulumi.Input[str]] = None,
|
|
1163
|
+
version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1163
1164
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]]] = None):
|
|
1164
1165
|
"""
|
|
1165
1166
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1166
|
-
: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>`).
|
|
1167
|
+
: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>`).
|
|
1167
1168
|
:param pulumi.Input['CustomResourceDefinitionNamesArgs'] names: names specify the resource and kind names for the custom resource.
|
|
1168
|
-
:param pulumi.Input[str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1169
|
+
:param pulumi.Input[builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1169
1170
|
: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 present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1170
1171
|
:param pulumi.Input['CustomResourceConversionArgs'] conversion: conversion defines conversion settings for the CRD.
|
|
1171
|
-
: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. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1172
|
+
: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. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1172
1173
|
:param pulumi.Input['CustomResourceSubresourcesArgs'] subresources: subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
|
|
1173
1174
|
:param pulumi.Input['CustomResourceValidationArgs'] validation: validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
|
|
1174
|
-
:param pulumi.Input[str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1175
|
+
:param pulumi.Input[builtins.str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1175
1176
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]] versions: versions is the list of all API versions of the defined custom resource. Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. 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.
|
|
1176
1177
|
"""
|
|
1177
1178
|
pulumi.set(__self__, "group", group)
|
|
@@ -1194,14 +1195,14 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1194
1195
|
|
|
1195
1196
|
@property
|
|
1196
1197
|
@pulumi.getter
|
|
1197
|
-
def group(self) -> pulumi.Input[str]:
|
|
1198
|
+
def group(self) -> pulumi.Input[builtins.str]:
|
|
1198
1199
|
"""
|
|
1199
1200
|
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>`).
|
|
1200
1201
|
"""
|
|
1201
1202
|
return pulumi.get(self, "group")
|
|
1202
1203
|
|
|
1203
1204
|
@group.setter
|
|
1204
|
-
def group(self, value: pulumi.Input[str]):
|
|
1205
|
+
def group(self, value: pulumi.Input[builtins.str]):
|
|
1205
1206
|
pulumi.set(self, "group", value)
|
|
1206
1207
|
|
|
1207
1208
|
@property
|
|
@@ -1218,14 +1219,14 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1218
1219
|
|
|
1219
1220
|
@property
|
|
1220
1221
|
@pulumi.getter
|
|
1221
|
-
def scope(self) -> pulumi.Input[str]:
|
|
1222
|
+
def scope(self) -> pulumi.Input[builtins.str]:
|
|
1222
1223
|
"""
|
|
1223
1224
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1224
1225
|
"""
|
|
1225
1226
|
return pulumi.get(self, "scope")
|
|
1226
1227
|
|
|
1227
1228
|
@scope.setter
|
|
1228
|
-
def scope(self, value: pulumi.Input[str]):
|
|
1229
|
+
def scope(self, value: pulumi.Input[builtins.str]):
|
|
1229
1230
|
pulumi.set(self, "scope", value)
|
|
1230
1231
|
|
|
1231
1232
|
@property
|
|
@@ -1254,14 +1255,14 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1254
1255
|
|
|
1255
1256
|
@property
|
|
1256
1257
|
@pulumi.getter(name="preserveUnknownFields")
|
|
1257
|
-
def preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
|
|
1258
|
+
def preserve_unknown_fields(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1258
1259
|
"""
|
|
1259
1260
|
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. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1260
1261
|
"""
|
|
1261
1262
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
1262
1263
|
|
|
1263
1264
|
@preserve_unknown_fields.setter
|
|
1264
|
-
def preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
|
|
1265
|
+
def preserve_unknown_fields(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1265
1266
|
pulumi.set(self, "preserve_unknown_fields", value)
|
|
1266
1267
|
|
|
1267
1268
|
@property
|
|
@@ -1290,14 +1291,14 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1290
1291
|
|
|
1291
1292
|
@property
|
|
1292
1293
|
@pulumi.getter
|
|
1293
|
-
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1294
|
+
def version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1294
1295
|
"""
|
|
1295
1296
|
version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1296
1297
|
"""
|
|
1297
1298
|
return pulumi.get(self, "version")
|
|
1298
1299
|
|
|
1299
1300
|
@version.setter
|
|
1300
|
-
def version(self, value: Optional[pulumi.Input[str]]):
|
|
1301
|
+
def version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1301
1302
|
pulumi.set(self, "version", value)
|
|
1302
1303
|
|
|
1303
1304
|
@property
|
|
@@ -1322,7 +1323,7 @@ if not MYPY:
|
|
|
1322
1323
|
"""
|
|
1323
1324
|
acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1324
1325
|
"""
|
|
1325
|
-
stored_versions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1326
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
1326
1327
|
"""
|
|
1327
1328
|
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.
|
|
1328
1329
|
"""
|
|
@@ -1337,12 +1338,12 @@ elif False:
|
|
|
1337
1338
|
class CustomResourceDefinitionStatusArgs:
|
|
1338
1339
|
def __init__(__self__, *,
|
|
1339
1340
|
accepted_names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
|
|
1340
|
-
stored_versions: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1341
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
1341
1342
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]]] = None):
|
|
1342
1343
|
"""
|
|
1343
1344
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1344
1345
|
: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.
|
|
1345
|
-
: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.
|
|
1346
|
+
: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.
|
|
1346
1347
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1347
1348
|
"""
|
|
1348
1349
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1364,14 +1365,14 @@ class CustomResourceDefinitionStatusArgs:
|
|
|
1364
1365
|
|
|
1365
1366
|
@property
|
|
1366
1367
|
@pulumi.getter(name="storedVersions")
|
|
1367
|
-
def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1368
|
+
def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
1368
1369
|
"""
|
|
1369
1370
|
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.
|
|
1370
1371
|
"""
|
|
1371
1372
|
return pulumi.get(self, "stored_versions")
|
|
1372
1373
|
|
|
1373
1374
|
@stored_versions.setter
|
|
1374
|
-
def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1375
|
+
def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1375
1376
|
pulumi.set(self, "stored_versions", value)
|
|
1376
1377
|
|
|
1377
1378
|
@property
|
|
@@ -1396,15 +1397,15 @@ if not MYPY:
|
|
|
1396
1397
|
"""
|
|
1397
1398
|
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1398
1399
|
"""
|
|
1399
|
-
deprecated: NotRequired[pulumi.Input[bool]]
|
|
1400
|
+
deprecated: NotRequired[pulumi.Input[builtins.bool]]
|
|
1400
1401
|
"""
|
|
1401
1402
|
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.
|
|
1402
1403
|
"""
|
|
1403
|
-
deprecation_warning: NotRequired[pulumi.Input[str]]
|
|
1404
|
+
deprecation_warning: NotRequired[pulumi.Input[builtins.str]]
|
|
1404
1405
|
"""
|
|
1405
1406
|
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.
|
|
1406
1407
|
"""
|
|
1407
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1408
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1408
1409
|
"""
|
|
1409
1410
|
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.
|
|
1410
1411
|
"""
|
|
@@ -1412,11 +1413,11 @@ if not MYPY:
|
|
|
1412
1413
|
"""
|
|
1413
1414
|
schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
|
|
1414
1415
|
"""
|
|
1415
|
-
served: NotRequired[pulumi.Input[bool]]
|
|
1416
|
+
served: NotRequired[pulumi.Input[builtins.bool]]
|
|
1416
1417
|
"""
|
|
1417
1418
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1418
1419
|
"""
|
|
1419
|
-
storage: NotRequired[pulumi.Input[bool]]
|
|
1420
|
+
storage: NotRequired[pulumi.Input[builtins.bool]]
|
|
1420
1421
|
"""
|
|
1421
1422
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1422
1423
|
"""
|
|
@@ -1431,22 +1432,22 @@ elif False:
|
|
|
1431
1432
|
class CustomResourceDefinitionVersionPatchArgs:
|
|
1432
1433
|
def __init__(__self__, *,
|
|
1433
1434
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]] = None,
|
|
1434
|
-
deprecated: Optional[pulumi.Input[bool]] = None,
|
|
1435
|
-
deprecation_warning: Optional[pulumi.Input[str]] = None,
|
|
1436
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1435
|
+
deprecated: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1436
|
+
deprecation_warning: Optional[pulumi.Input[builtins.str]] = None,
|
|
1437
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1437
1438
|
schema: Optional[pulumi.Input['CustomResourceValidationPatchArgs']] = None,
|
|
1438
|
-
served: Optional[pulumi.Input[bool]] = None,
|
|
1439
|
-
storage: Optional[pulumi.Input[bool]] = None,
|
|
1439
|
+
served: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1440
|
+
storage: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1440
1441
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']] = None):
|
|
1441
1442
|
"""
|
|
1442
1443
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1443
1444
|
: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. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1444
|
-
: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.
|
|
1445
|
-
: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.
|
|
1446
|
-
: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.
|
|
1445
|
+
: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.
|
|
1446
|
+
: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.
|
|
1447
|
+
: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.
|
|
1447
1448
|
:param pulumi.Input['CustomResourceValidationPatchArgs'] schema: schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
|
|
1448
|
-
:param pulumi.Input[bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1449
|
-
: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.
|
|
1449
|
+
:param pulumi.Input[builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1450
|
+
: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.
|
|
1450
1451
|
:param pulumi.Input['CustomResourceSubresourcesPatchArgs'] subresources: subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
|
|
1451
1452
|
"""
|
|
1452
1453
|
if additional_printer_columns is not None:
|
|
@@ -1480,38 +1481,38 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1480
1481
|
|
|
1481
1482
|
@property
|
|
1482
1483
|
@pulumi.getter
|
|
1483
|
-
def deprecated(self) -> Optional[pulumi.Input[bool]]:
|
|
1484
|
+
def deprecated(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1484
1485
|
"""
|
|
1485
1486
|
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.
|
|
1486
1487
|
"""
|
|
1487
1488
|
return pulumi.get(self, "deprecated")
|
|
1488
1489
|
|
|
1489
1490
|
@deprecated.setter
|
|
1490
|
-
def deprecated(self, value: Optional[pulumi.Input[bool]]):
|
|
1491
|
+
def deprecated(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1491
1492
|
pulumi.set(self, "deprecated", value)
|
|
1492
1493
|
|
|
1493
1494
|
@property
|
|
1494
1495
|
@pulumi.getter(name="deprecationWarning")
|
|
1495
|
-
def deprecation_warning(self) -> Optional[pulumi.Input[str]]:
|
|
1496
|
+
def deprecation_warning(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1496
1497
|
"""
|
|
1497
1498
|
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.
|
|
1498
1499
|
"""
|
|
1499
1500
|
return pulumi.get(self, "deprecation_warning")
|
|
1500
1501
|
|
|
1501
1502
|
@deprecation_warning.setter
|
|
1502
|
-
def deprecation_warning(self, value: Optional[pulumi.Input[str]]):
|
|
1503
|
+
def deprecation_warning(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1503
1504
|
pulumi.set(self, "deprecation_warning", value)
|
|
1504
1505
|
|
|
1505
1506
|
@property
|
|
1506
1507
|
@pulumi.getter
|
|
1507
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1508
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1508
1509
|
"""
|
|
1509
1510
|
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.
|
|
1510
1511
|
"""
|
|
1511
1512
|
return pulumi.get(self, "name")
|
|
1512
1513
|
|
|
1513
1514
|
@name.setter
|
|
1514
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1515
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1515
1516
|
pulumi.set(self, "name", value)
|
|
1516
1517
|
|
|
1517
1518
|
@property
|
|
@@ -1528,26 +1529,26 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1528
1529
|
|
|
1529
1530
|
@property
|
|
1530
1531
|
@pulumi.getter
|
|
1531
|
-
def served(self) -> Optional[pulumi.Input[bool]]:
|
|
1532
|
+
def served(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1532
1533
|
"""
|
|
1533
1534
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1534
1535
|
"""
|
|
1535
1536
|
return pulumi.get(self, "served")
|
|
1536
1537
|
|
|
1537
1538
|
@served.setter
|
|
1538
|
-
def served(self, value: Optional[pulumi.Input[bool]]):
|
|
1539
|
+
def served(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1539
1540
|
pulumi.set(self, "served", value)
|
|
1540
1541
|
|
|
1541
1542
|
@property
|
|
1542
1543
|
@pulumi.getter
|
|
1543
|
-
def storage(self) -> Optional[pulumi.Input[bool]]:
|
|
1544
|
+
def storage(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1544
1545
|
"""
|
|
1545
1546
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1546
1547
|
"""
|
|
1547
1548
|
return pulumi.get(self, "storage")
|
|
1548
1549
|
|
|
1549
1550
|
@storage.setter
|
|
1550
|
-
def storage(self, value: Optional[pulumi.Input[bool]]):
|
|
1551
|
+
def storage(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1551
1552
|
pulumi.set(self, "storage", value)
|
|
1552
1553
|
|
|
1553
1554
|
@property
|
|
@@ -1568,15 +1569,15 @@ if not MYPY:
|
|
|
1568
1569
|
"""
|
|
1569
1570
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1570
1571
|
"""
|
|
1571
|
-
name: pulumi.Input[str]
|
|
1572
|
+
name: pulumi.Input[builtins.str]
|
|
1572
1573
|
"""
|
|
1573
1574
|
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.
|
|
1574
1575
|
"""
|
|
1575
|
-
served: pulumi.Input[bool]
|
|
1576
|
+
served: pulumi.Input[builtins.bool]
|
|
1576
1577
|
"""
|
|
1577
1578
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1578
1579
|
"""
|
|
1579
|
-
storage: pulumi.Input[bool]
|
|
1580
|
+
storage: pulumi.Input[builtins.bool]
|
|
1580
1581
|
"""
|
|
1581
1582
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1582
1583
|
"""
|
|
@@ -1584,11 +1585,11 @@ if not MYPY:
|
|
|
1584
1585
|
"""
|
|
1585
1586
|
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1586
1587
|
"""
|
|
1587
|
-
deprecated: NotRequired[pulumi.Input[bool]]
|
|
1588
|
+
deprecated: NotRequired[pulumi.Input[builtins.bool]]
|
|
1588
1589
|
"""
|
|
1589
1590
|
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.
|
|
1590
1591
|
"""
|
|
1591
|
-
deprecation_warning: NotRequired[pulumi.Input[str]]
|
|
1592
|
+
deprecation_warning: NotRequired[pulumi.Input[builtins.str]]
|
|
1592
1593
|
"""
|
|
1593
1594
|
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.
|
|
1594
1595
|
"""
|
|
@@ -1606,22 +1607,22 @@ elif False:
|
|
|
1606
1607
|
@pulumi.input_type
|
|
1607
1608
|
class CustomResourceDefinitionVersionArgs:
|
|
1608
1609
|
def __init__(__self__, *,
|
|
1609
|
-
name: pulumi.Input[str],
|
|
1610
|
-
served: pulumi.Input[bool],
|
|
1611
|
-
storage: pulumi.Input[bool],
|
|
1610
|
+
name: pulumi.Input[builtins.str],
|
|
1611
|
+
served: pulumi.Input[builtins.bool],
|
|
1612
|
+
storage: pulumi.Input[builtins.bool],
|
|
1612
1613
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]] = None,
|
|
1613
|
-
deprecated: Optional[pulumi.Input[bool]] = None,
|
|
1614
|
-
deprecation_warning: Optional[pulumi.Input[str]] = None,
|
|
1614
|
+
deprecated: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1615
|
+
deprecation_warning: Optional[pulumi.Input[builtins.str]] = None,
|
|
1615
1616
|
schema: Optional[pulumi.Input['CustomResourceValidationArgs']] = None,
|
|
1616
1617
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesArgs']] = None):
|
|
1617
1618
|
"""
|
|
1618
1619
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1619
|
-
: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.
|
|
1620
|
-
:param pulumi.Input[bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1621
|
-
: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.
|
|
1620
|
+
: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.
|
|
1621
|
+
:param pulumi.Input[builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1622
|
+
: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.
|
|
1622
1623
|
: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. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1623
|
-
: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.
|
|
1624
|
-
: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.
|
|
1624
|
+
: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.
|
|
1625
|
+
: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.
|
|
1625
1626
|
:param pulumi.Input['CustomResourceValidationArgs'] schema: schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
|
|
1626
1627
|
:param pulumi.Input['CustomResourceSubresourcesArgs'] subresources: subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
|
|
1627
1628
|
"""
|
|
@@ -1641,38 +1642,38 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1641
1642
|
|
|
1642
1643
|
@property
|
|
1643
1644
|
@pulumi.getter
|
|
1644
|
-
def name(self) -> pulumi.Input[str]:
|
|
1645
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1645
1646
|
"""
|
|
1646
1647
|
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.
|
|
1647
1648
|
"""
|
|
1648
1649
|
return pulumi.get(self, "name")
|
|
1649
1650
|
|
|
1650
1651
|
@name.setter
|
|
1651
|
-
def name(self, value: pulumi.Input[str]):
|
|
1652
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1652
1653
|
pulumi.set(self, "name", value)
|
|
1653
1654
|
|
|
1654
1655
|
@property
|
|
1655
1656
|
@pulumi.getter
|
|
1656
|
-
def served(self) -> pulumi.Input[bool]:
|
|
1657
|
+
def served(self) -> pulumi.Input[builtins.bool]:
|
|
1657
1658
|
"""
|
|
1658
1659
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1659
1660
|
"""
|
|
1660
1661
|
return pulumi.get(self, "served")
|
|
1661
1662
|
|
|
1662
1663
|
@served.setter
|
|
1663
|
-
def served(self, value: pulumi.Input[bool]):
|
|
1664
|
+
def served(self, value: pulumi.Input[builtins.bool]):
|
|
1664
1665
|
pulumi.set(self, "served", value)
|
|
1665
1666
|
|
|
1666
1667
|
@property
|
|
1667
1668
|
@pulumi.getter
|
|
1668
|
-
def storage(self) -> pulumi.Input[bool]:
|
|
1669
|
+
def storage(self) -> pulumi.Input[builtins.bool]:
|
|
1669
1670
|
"""
|
|
1670
1671
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1671
1672
|
"""
|
|
1672
1673
|
return pulumi.get(self, "storage")
|
|
1673
1674
|
|
|
1674
1675
|
@storage.setter
|
|
1675
|
-
def storage(self, value: pulumi.Input[bool]):
|
|
1676
|
+
def storage(self, value: pulumi.Input[builtins.bool]):
|
|
1676
1677
|
pulumi.set(self, "storage", value)
|
|
1677
1678
|
|
|
1678
1679
|
@property
|
|
@@ -1689,26 +1690,26 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1689
1690
|
|
|
1690
1691
|
@property
|
|
1691
1692
|
@pulumi.getter
|
|
1692
|
-
def deprecated(self) -> Optional[pulumi.Input[bool]]:
|
|
1693
|
+
def deprecated(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1693
1694
|
"""
|
|
1694
1695
|
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.
|
|
1695
1696
|
"""
|
|
1696
1697
|
return pulumi.get(self, "deprecated")
|
|
1697
1698
|
|
|
1698
1699
|
@deprecated.setter
|
|
1699
|
-
def deprecated(self, value: Optional[pulumi.Input[bool]]):
|
|
1700
|
+
def deprecated(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1700
1701
|
pulumi.set(self, "deprecated", value)
|
|
1701
1702
|
|
|
1702
1703
|
@property
|
|
1703
1704
|
@pulumi.getter(name="deprecationWarning")
|
|
1704
|
-
def deprecation_warning(self) -> Optional[pulumi.Input[str]]:
|
|
1705
|
+
def deprecation_warning(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1705
1706
|
"""
|
|
1706
1707
|
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.
|
|
1707
1708
|
"""
|
|
1708
1709
|
return pulumi.get(self, "deprecation_warning")
|
|
1709
1710
|
|
|
1710
1711
|
@deprecation_warning.setter
|
|
1711
|
-
def deprecation_warning(self, value: Optional[pulumi.Input[str]]):
|
|
1712
|
+
def deprecation_warning(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1712
1713
|
pulumi.set(self, "deprecation_warning", value)
|
|
1713
1714
|
|
|
1714
1715
|
@property
|
|
@@ -1745,11 +1746,11 @@ if not MYPY:
|
|
|
1745
1746
|
"""
|
|
1746
1747
|
spec describes how the user wants the resources to appear
|
|
1747
1748
|
"""
|
|
1748
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1749
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1749
1750
|
"""
|
|
1750
1751
|
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
|
|
1751
1752
|
"""
|
|
1752
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1753
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1753
1754
|
"""
|
|
1754
1755
|
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
|
|
1755
1756
|
"""
|
|
@@ -1765,15 +1766,15 @@ elif False:
|
|
|
1765
1766
|
class CustomResourceDefinitionArgs:
|
|
1766
1767
|
def __init__(__self__, *,
|
|
1767
1768
|
spec: pulumi.Input['CustomResourceDefinitionSpecArgs'],
|
|
1768
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1769
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1769
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1770
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1770
1771
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1771
1772
|
status: Optional[pulumi.Input['CustomResourceDefinitionStatusArgs']] = None):
|
|
1772
1773
|
"""
|
|
1773
1774
|
CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. Deprecated in v1.16, planned for removal in v1.19. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.
|
|
1774
1775
|
:param pulumi.Input['CustomResourceDefinitionSpecArgs'] spec: spec describes how the user wants the resources to appear
|
|
1775
|
-
: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
|
|
1776
|
-
: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
|
|
1776
|
+
: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
|
|
1777
|
+
: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
|
|
1777
1778
|
:param pulumi.Input['CustomResourceDefinitionStatusArgs'] status: status indicates the actual state of the CustomResourceDefinition
|
|
1778
1779
|
"""
|
|
1779
1780
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1800,26 +1801,26 @@ class CustomResourceDefinitionArgs:
|
|
|
1800
1801
|
|
|
1801
1802
|
@property
|
|
1802
1803
|
@pulumi.getter(name="apiVersion")
|
|
1803
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1804
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1804
1805
|
"""
|
|
1805
1806
|
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
|
|
1806
1807
|
"""
|
|
1807
1808
|
return pulumi.get(self, "api_version")
|
|
1808
1809
|
|
|
1809
1810
|
@api_version.setter
|
|
1810
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1811
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1811
1812
|
pulumi.set(self, "api_version", value)
|
|
1812
1813
|
|
|
1813
1814
|
@property
|
|
1814
1815
|
@pulumi.getter
|
|
1815
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1816
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1816
1817
|
"""
|
|
1817
1818
|
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
|
|
1818
1819
|
"""
|
|
1819
1820
|
return pulumi.get(self, "kind")
|
|
1820
1821
|
|
|
1821
1822
|
@kind.setter
|
|
1822
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1823
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1823
1824
|
pulumi.set(self, "kind", value)
|
|
1824
1825
|
|
|
1825
1826
|
@property
|
|
@@ -1849,15 +1850,15 @@ if not MYPY:
|
|
|
1849
1850
|
"""
|
|
1850
1851
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1851
1852
|
"""
|
|
1852
|
-
label_selector_path: NotRequired[pulumi.Input[str]]
|
|
1853
|
+
label_selector_path: NotRequired[pulumi.Input[builtins.str]]
|
|
1853
1854
|
"""
|
|
1854
1855
|
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.
|
|
1855
1856
|
"""
|
|
1856
|
-
spec_replicas_path: NotRequired[pulumi.Input[str]]
|
|
1857
|
+
spec_replicas_path: NotRequired[pulumi.Input[builtins.str]]
|
|
1857
1858
|
"""
|
|
1858
1859
|
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.
|
|
1859
1860
|
"""
|
|
1860
|
-
status_replicas_path: NotRequired[pulumi.Input[str]]
|
|
1861
|
+
status_replicas_path: NotRequired[pulumi.Input[builtins.str]]
|
|
1861
1862
|
"""
|
|
1862
1863
|
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.
|
|
1863
1864
|
"""
|
|
@@ -1867,14 +1868,14 @@ elif False:
|
|
|
1867
1868
|
@pulumi.input_type
|
|
1868
1869
|
class CustomResourceSubresourceScalePatchArgs:
|
|
1869
1870
|
def __init__(__self__, *,
|
|
1870
|
-
label_selector_path: Optional[pulumi.Input[str]] = None,
|
|
1871
|
-
spec_replicas_path: Optional[pulumi.Input[str]] = None,
|
|
1872
|
-
status_replicas_path: Optional[pulumi.Input[str]] = None):
|
|
1871
|
+
label_selector_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
1872
|
+
spec_replicas_path: Optional[pulumi.Input[builtins.str]] = None,
|
|
1873
|
+
status_replicas_path: Optional[pulumi.Input[builtins.str]] = None):
|
|
1873
1874
|
"""
|
|
1874
1875
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1875
|
-
: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.
|
|
1876
|
-
: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.
|
|
1877
|
-
: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.
|
|
1876
|
+
: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.
|
|
1877
|
+
: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.
|
|
1878
|
+
: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.
|
|
1878
1879
|
"""
|
|
1879
1880
|
if label_selector_path is not None:
|
|
1880
1881
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
@@ -1885,38 +1886,38 @@ class CustomResourceSubresourceScalePatchArgs:
|
|
|
1885
1886
|
|
|
1886
1887
|
@property
|
|
1887
1888
|
@pulumi.getter(name="labelSelectorPath")
|
|
1888
|
-
def label_selector_path(self) -> Optional[pulumi.Input[str]]:
|
|
1889
|
+
def label_selector_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1889
1890
|
"""
|
|
1890
1891
|
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.
|
|
1891
1892
|
"""
|
|
1892
1893
|
return pulumi.get(self, "label_selector_path")
|
|
1893
1894
|
|
|
1894
1895
|
@label_selector_path.setter
|
|
1895
|
-
def label_selector_path(self, value: Optional[pulumi.Input[str]]):
|
|
1896
|
+
def label_selector_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1896
1897
|
pulumi.set(self, "label_selector_path", value)
|
|
1897
1898
|
|
|
1898
1899
|
@property
|
|
1899
1900
|
@pulumi.getter(name="specReplicasPath")
|
|
1900
|
-
def spec_replicas_path(self) -> Optional[pulumi.Input[str]]:
|
|
1901
|
+
def spec_replicas_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1901
1902
|
"""
|
|
1902
1903
|
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.
|
|
1903
1904
|
"""
|
|
1904
1905
|
return pulumi.get(self, "spec_replicas_path")
|
|
1905
1906
|
|
|
1906
1907
|
@spec_replicas_path.setter
|
|
1907
|
-
def spec_replicas_path(self, value: Optional[pulumi.Input[str]]):
|
|
1908
|
+
def spec_replicas_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1908
1909
|
pulumi.set(self, "spec_replicas_path", value)
|
|
1909
1910
|
|
|
1910
1911
|
@property
|
|
1911
1912
|
@pulumi.getter(name="statusReplicasPath")
|
|
1912
|
-
def status_replicas_path(self) -> Optional[pulumi.Input[str]]:
|
|
1913
|
+
def status_replicas_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1913
1914
|
"""
|
|
1914
1915
|
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.
|
|
1915
1916
|
"""
|
|
1916
1917
|
return pulumi.get(self, "status_replicas_path")
|
|
1917
1918
|
|
|
1918
1919
|
@status_replicas_path.setter
|
|
1919
|
-
def status_replicas_path(self, value: Optional[pulumi.Input[str]]):
|
|
1920
|
+
def status_replicas_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1920
1921
|
pulumi.set(self, "status_replicas_path", value)
|
|
1921
1922
|
|
|
1922
1923
|
|
|
@@ -1925,15 +1926,15 @@ if not MYPY:
|
|
|
1925
1926
|
"""
|
|
1926
1927
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1927
1928
|
"""
|
|
1928
|
-
spec_replicas_path: pulumi.Input[str]
|
|
1929
|
+
spec_replicas_path: pulumi.Input[builtins.str]
|
|
1929
1930
|
"""
|
|
1930
1931
|
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.
|
|
1931
1932
|
"""
|
|
1932
|
-
status_replicas_path: pulumi.Input[str]
|
|
1933
|
+
status_replicas_path: pulumi.Input[builtins.str]
|
|
1933
1934
|
"""
|
|
1934
1935
|
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.
|
|
1935
1936
|
"""
|
|
1936
|
-
label_selector_path: NotRequired[pulumi.Input[str]]
|
|
1937
|
+
label_selector_path: NotRequired[pulumi.Input[builtins.str]]
|
|
1937
1938
|
"""
|
|
1938
1939
|
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.
|
|
1939
1940
|
"""
|
|
@@ -1943,14 +1944,14 @@ elif False:
|
|
|
1943
1944
|
@pulumi.input_type
|
|
1944
1945
|
class CustomResourceSubresourceScaleArgs:
|
|
1945
1946
|
def __init__(__self__, *,
|
|
1946
|
-
spec_replicas_path: pulumi.Input[str],
|
|
1947
|
-
status_replicas_path: pulumi.Input[str],
|
|
1948
|
-
label_selector_path: Optional[pulumi.Input[str]] = None):
|
|
1947
|
+
spec_replicas_path: pulumi.Input[builtins.str],
|
|
1948
|
+
status_replicas_path: pulumi.Input[builtins.str],
|
|
1949
|
+
label_selector_path: Optional[pulumi.Input[builtins.str]] = None):
|
|
1949
1950
|
"""
|
|
1950
1951
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1951
|
-
: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.
|
|
1952
|
-
: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.
|
|
1953
|
-
: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.
|
|
1952
|
+
: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.
|
|
1953
|
+
: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.
|
|
1954
|
+
: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.
|
|
1954
1955
|
"""
|
|
1955
1956
|
pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
|
|
1956
1957
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
@@ -1959,38 +1960,38 @@ class CustomResourceSubresourceScaleArgs:
|
|
|
1959
1960
|
|
|
1960
1961
|
@property
|
|
1961
1962
|
@pulumi.getter(name="specReplicasPath")
|
|
1962
|
-
def spec_replicas_path(self) -> pulumi.Input[str]:
|
|
1963
|
+
def spec_replicas_path(self) -> pulumi.Input[builtins.str]:
|
|
1963
1964
|
"""
|
|
1964
1965
|
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.
|
|
1965
1966
|
"""
|
|
1966
1967
|
return pulumi.get(self, "spec_replicas_path")
|
|
1967
1968
|
|
|
1968
1969
|
@spec_replicas_path.setter
|
|
1969
|
-
def spec_replicas_path(self, value: pulumi.Input[str]):
|
|
1970
|
+
def spec_replicas_path(self, value: pulumi.Input[builtins.str]):
|
|
1970
1971
|
pulumi.set(self, "spec_replicas_path", value)
|
|
1971
1972
|
|
|
1972
1973
|
@property
|
|
1973
1974
|
@pulumi.getter(name="statusReplicasPath")
|
|
1974
|
-
def status_replicas_path(self) -> pulumi.Input[str]:
|
|
1975
|
+
def status_replicas_path(self) -> pulumi.Input[builtins.str]:
|
|
1975
1976
|
"""
|
|
1976
1977
|
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.
|
|
1977
1978
|
"""
|
|
1978
1979
|
return pulumi.get(self, "status_replicas_path")
|
|
1979
1980
|
|
|
1980
1981
|
@status_replicas_path.setter
|
|
1981
|
-
def status_replicas_path(self, value: pulumi.Input[str]):
|
|
1982
|
+
def status_replicas_path(self, value: pulumi.Input[builtins.str]):
|
|
1982
1983
|
pulumi.set(self, "status_replicas_path", value)
|
|
1983
1984
|
|
|
1984
1985
|
@property
|
|
1985
1986
|
@pulumi.getter(name="labelSelectorPath")
|
|
1986
|
-
def label_selector_path(self) -> Optional[pulumi.Input[str]]:
|
|
1987
|
+
def label_selector_path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1987
1988
|
"""
|
|
1988
1989
|
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.
|
|
1989
1990
|
"""
|
|
1990
1991
|
return pulumi.get(self, "label_selector_path")
|
|
1991
1992
|
|
|
1992
1993
|
@label_selector_path.setter
|
|
1993
|
-
def label_selector_path(self, value: Optional[pulumi.Input[str]]):
|
|
1994
|
+
def label_selector_path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1994
1995
|
pulumi.set(self, "label_selector_path", value)
|
|
1995
1996
|
|
|
1996
1997
|
|
|
@@ -2183,16 +2184,16 @@ if not MYPY:
|
|
|
2183
2184
|
"""
|
|
2184
2185
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2185
2186
|
"""
|
|
2186
|
-
description: NotRequired[pulumi.Input[str]]
|
|
2187
|
-
url: NotRequired[pulumi.Input[str]]
|
|
2187
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
2188
|
+
url: NotRequired[pulumi.Input[builtins.str]]
|
|
2188
2189
|
elif False:
|
|
2189
2190
|
ExternalDocumentationPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2190
2191
|
|
|
2191
2192
|
@pulumi.input_type
|
|
2192
2193
|
class ExternalDocumentationPatchArgs:
|
|
2193
2194
|
def __init__(__self__, *,
|
|
2194
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
2195
|
-
url: Optional[pulumi.Input[str]] = None):
|
|
2195
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
2196
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
|
2196
2197
|
"""
|
|
2197
2198
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2198
2199
|
"""
|
|
@@ -2203,20 +2204,20 @@ class ExternalDocumentationPatchArgs:
|
|
|
2203
2204
|
|
|
2204
2205
|
@property
|
|
2205
2206
|
@pulumi.getter
|
|
2206
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2207
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2207
2208
|
return pulumi.get(self, "description")
|
|
2208
2209
|
|
|
2209
2210
|
@description.setter
|
|
2210
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2211
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2211
2212
|
pulumi.set(self, "description", value)
|
|
2212
2213
|
|
|
2213
2214
|
@property
|
|
2214
2215
|
@pulumi.getter
|
|
2215
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
|
2216
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2216
2217
|
return pulumi.get(self, "url")
|
|
2217
2218
|
|
|
2218
2219
|
@url.setter
|
|
2219
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
|
2220
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2220
2221
|
pulumi.set(self, "url", value)
|
|
2221
2222
|
|
|
2222
2223
|
|
|
@@ -2225,16 +2226,16 @@ if not MYPY:
|
|
|
2225
2226
|
"""
|
|
2226
2227
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2227
2228
|
"""
|
|
2228
|
-
description: NotRequired[pulumi.Input[str]]
|
|
2229
|
-
url: NotRequired[pulumi.Input[str]]
|
|
2229
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
2230
|
+
url: NotRequired[pulumi.Input[builtins.str]]
|
|
2230
2231
|
elif False:
|
|
2231
2232
|
ExternalDocumentationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2232
2233
|
|
|
2233
2234
|
@pulumi.input_type
|
|
2234
2235
|
class ExternalDocumentationArgs:
|
|
2235
2236
|
def __init__(__self__, *,
|
|
2236
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
2237
|
-
url: Optional[pulumi.Input[str]] = None):
|
|
2237
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
2238
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
|
2238
2239
|
"""
|
|
2239
2240
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2240
2241
|
"""
|
|
@@ -2245,20 +2246,20 @@ class ExternalDocumentationArgs:
|
|
|
2245
2246
|
|
|
2246
2247
|
@property
|
|
2247
2248
|
@pulumi.getter
|
|
2248
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2249
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2249
2250
|
return pulumi.get(self, "description")
|
|
2250
2251
|
|
|
2251
2252
|
@description.setter
|
|
2252
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2253
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2253
2254
|
pulumi.set(self, "description", value)
|
|
2254
2255
|
|
|
2255
2256
|
@property
|
|
2256
2257
|
@pulumi.getter
|
|
2257
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
|
2258
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2258
2259
|
return pulumi.get(self, "url")
|
|
2259
2260
|
|
|
2260
2261
|
@url.setter
|
|
2261
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
|
2262
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2262
2263
|
pulumi.set(self, "url", value)
|
|
2263
2264
|
|
|
2264
2265
|
|
|
@@ -2267,10 +2268,10 @@ if not MYPY:
|
|
|
2267
2268
|
"""
|
|
2268
2269
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2269
2270
|
"""
|
|
2270
|
-
_ref: NotRequired[pulumi.Input[str]]
|
|
2271
|
-
_schema: NotRequired[pulumi.Input[str]]
|
|
2272
|
-
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
2273
|
-
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
2271
|
+
_ref: NotRequired[pulumi.Input[builtins.str]]
|
|
2272
|
+
_schema: NotRequired[pulumi.Input[builtins.str]]
|
|
2273
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', builtins.bool]]]
|
|
2274
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', builtins.bool]]]
|
|
2274
2275
|
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2275
2276
|
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2276
2277
|
default: NotRequired[Any]
|
|
@@ -2278,45 +2279,45 @@ if not MYPY:
|
|
|
2278
2279
|
default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
|
|
2279
2280
|
"""
|
|
2280
2281
|
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2281
|
-
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[str]]]]]]]
|
|
2282
|
-
description: NotRequired[pulumi.Input[str]]
|
|
2282
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[builtins.str]]]]]]]
|
|
2283
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
2283
2284
|
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
2284
2285
|
example: NotRequired[Any]
|
|
2285
|
-
exclusive_maximum: NotRequired[pulumi.Input[bool]]
|
|
2286
|
-
exclusive_minimum: NotRequired[pulumi.Input[bool]]
|
|
2286
|
+
exclusive_maximum: NotRequired[pulumi.Input[builtins.bool]]
|
|
2287
|
+
exclusive_minimum: NotRequired[pulumi.Input[builtins.bool]]
|
|
2287
2288
|
external_docs: NotRequired[pulumi.Input['ExternalDocumentationPatchArgsDict']]
|
|
2288
|
-
format: NotRequired[pulumi.Input[str]]
|
|
2289
|
+
format: NotRequired[pulumi.Input[builtins.str]]
|
|
2289
2290
|
"""
|
|
2290
2291
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2291
2292
|
|
|
2292
2293
|
- 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.
|
|
2293
2294
|
"""
|
|
2294
|
-
id: NotRequired[pulumi.Input[str]]
|
|
2295
|
+
id: NotRequired[pulumi.Input[builtins.str]]
|
|
2295
2296
|
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
2296
|
-
max_items: NotRequired[pulumi.Input[int]]
|
|
2297
|
-
max_length: NotRequired[pulumi.Input[int]]
|
|
2298
|
-
max_properties: NotRequired[pulumi.Input[int]]
|
|
2299
|
-
maximum: NotRequired[pulumi.Input[float]]
|
|
2300
|
-
min_items: NotRequired[pulumi.Input[int]]
|
|
2301
|
-
min_length: NotRequired[pulumi.Input[int]]
|
|
2302
|
-
min_properties: NotRequired[pulumi.Input[int]]
|
|
2303
|
-
minimum: NotRequired[pulumi.Input[float]]
|
|
2304
|
-
multiple_of: NotRequired[pulumi.Input[float]]
|
|
2297
|
+
max_items: NotRequired[pulumi.Input[builtins.int]]
|
|
2298
|
+
max_length: NotRequired[pulumi.Input[builtins.int]]
|
|
2299
|
+
max_properties: NotRequired[pulumi.Input[builtins.int]]
|
|
2300
|
+
maximum: NotRequired[pulumi.Input[builtins.float]]
|
|
2301
|
+
min_items: NotRequired[pulumi.Input[builtins.int]]
|
|
2302
|
+
min_length: NotRequired[pulumi.Input[builtins.int]]
|
|
2303
|
+
min_properties: NotRequired[pulumi.Input[builtins.int]]
|
|
2304
|
+
minimum: NotRequired[pulumi.Input[builtins.float]]
|
|
2305
|
+
multiple_of: NotRequired[pulumi.Input[builtins.float]]
|
|
2305
2306
|
not_: NotRequired[pulumi.Input['JSONSchemaPropsPatchArgsDict']]
|
|
2306
|
-
nullable: NotRequired[pulumi.Input[bool]]
|
|
2307
|
+
nullable: NotRequired[pulumi.Input[builtins.bool]]
|
|
2307
2308
|
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2308
|
-
pattern: NotRequired[pulumi.Input[str]]
|
|
2309
|
+
pattern: NotRequired[pulumi.Input[builtins.str]]
|
|
2309
2310
|
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2310
2311
|
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2311
|
-
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2312
|
-
title: NotRequired[pulumi.Input[str]]
|
|
2313
|
-
type: NotRequired[pulumi.Input[str]]
|
|
2314
|
-
unique_items: NotRequired[pulumi.Input[bool]]
|
|
2315
|
-
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[bool]]
|
|
2312
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2313
|
+
title: NotRequired[pulumi.Input[builtins.str]]
|
|
2314
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
2315
|
+
unique_items: NotRequired[pulumi.Input[builtins.bool]]
|
|
2316
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[builtins.bool]]
|
|
2316
2317
|
"""
|
|
2317
2318
|
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).
|
|
2318
2319
|
"""
|
|
2319
|
-
x_kubernetes_int_or_string: NotRequired[pulumi.Input[bool]]
|
|
2320
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[builtins.bool]]
|
|
2320
2321
|
"""
|
|
2321
2322
|
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:
|
|
2322
2323
|
|
|
@@ -2329,13 +2330,13 @@ if not MYPY:
|
|
|
2329
2330
|
- type: string
|
|
2330
2331
|
- ... zero or more
|
|
2331
2332
|
"""
|
|
2332
|
-
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2333
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2333
2334
|
"""
|
|
2334
2335
|
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.
|
|
2335
2336
|
|
|
2336
2337
|
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).
|
|
2337
2338
|
"""
|
|
2338
|
-
x_kubernetes_list_type: NotRequired[pulumi.Input[str]]
|
|
2339
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[builtins.str]]
|
|
2339
2340
|
"""
|
|
2340
2341
|
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:
|
|
2341
2342
|
|
|
@@ -2352,7 +2353,7 @@ if not MYPY:
|
|
|
2352
2353
|
must only be used on a list with elements of type object.
|
|
2353
2354
|
Defaults to atomic for arrays.
|
|
2354
2355
|
"""
|
|
2355
|
-
x_kubernetes_map_type: NotRequired[pulumi.Input[str]]
|
|
2356
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[builtins.str]]
|
|
2356
2357
|
"""
|
|
2357
2358
|
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:
|
|
2358
2359
|
|
|
@@ -2363,7 +2364,7 @@ if not MYPY:
|
|
|
2363
2364
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2364
2365
|
Atomic maps will be entirely replaced when updated.
|
|
2365
2366
|
"""
|
|
2366
|
-
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
2367
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[builtins.bool]]
|
|
2367
2368
|
"""
|
|
2368
2369
|
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.
|
|
2369
2370
|
"""
|
|
@@ -2373,57 +2374,57 @@ elif False:
|
|
|
2373
2374
|
@pulumi.input_type
|
|
2374
2375
|
class JSONSchemaPropsPatchArgs:
|
|
2375
2376
|
def __init__(__self__, *,
|
|
2376
|
-
_ref: Optional[pulumi.Input[str]] = None,
|
|
2377
|
-
_schema: Optional[pulumi.Input[str]] = None,
|
|
2378
|
-
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
|
|
2379
|
-
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
|
|
2377
|
+
_ref: Optional[pulumi.Input[builtins.str]] = None,
|
|
2378
|
+
_schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
2379
|
+
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]] = None,
|
|
2380
|
+
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]] = None,
|
|
2380
2381
|
all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2381
2382
|
any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2382
2383
|
default: Optional[Any] = None,
|
|
2383
2384
|
definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2384
|
-
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]] = None,
|
|
2385
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
2385
|
+
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]] = None,
|
|
2386
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
2386
2387
|
enum: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
2387
2388
|
example: Optional[Any] = None,
|
|
2388
|
-
exclusive_maximum: Optional[pulumi.Input[bool]] = None,
|
|
2389
|
-
exclusive_minimum: Optional[pulumi.Input[bool]] = None,
|
|
2389
|
+
exclusive_maximum: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2390
|
+
exclusive_minimum: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2390
2391
|
external_docs: Optional[pulumi.Input['ExternalDocumentationPatchArgs']] = None,
|
|
2391
|
-
format: Optional[pulumi.Input[str]] = None,
|
|
2392
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
2392
|
+
format: Optional[pulumi.Input[builtins.str]] = None,
|
|
2393
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
2393
2394
|
items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
|
|
2394
|
-
max_items: Optional[pulumi.Input[int]] = None,
|
|
2395
|
-
max_length: Optional[pulumi.Input[int]] = None,
|
|
2396
|
-
max_properties: Optional[pulumi.Input[int]] = None,
|
|
2397
|
-
maximum: Optional[pulumi.Input[float]] = None,
|
|
2398
|
-
min_items: Optional[pulumi.Input[int]] = None,
|
|
2399
|
-
min_length: Optional[pulumi.Input[int]] = None,
|
|
2400
|
-
min_properties: Optional[pulumi.Input[int]] = None,
|
|
2401
|
-
minimum: Optional[pulumi.Input[float]] = None,
|
|
2402
|
-
multiple_of: Optional[pulumi.Input[float]] = None,
|
|
2395
|
+
max_items: Optional[pulumi.Input[builtins.int]] = None,
|
|
2396
|
+
max_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
2397
|
+
max_properties: Optional[pulumi.Input[builtins.int]] = None,
|
|
2398
|
+
maximum: Optional[pulumi.Input[builtins.float]] = None,
|
|
2399
|
+
min_items: Optional[pulumi.Input[builtins.int]] = None,
|
|
2400
|
+
min_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
2401
|
+
min_properties: Optional[pulumi.Input[builtins.int]] = None,
|
|
2402
|
+
minimum: Optional[pulumi.Input[builtins.float]] = None,
|
|
2403
|
+
multiple_of: Optional[pulumi.Input[builtins.float]] = None,
|
|
2403
2404
|
not_: Optional[pulumi.Input['JSONSchemaPropsPatchArgs']] = None,
|
|
2404
|
-
nullable: Optional[pulumi.Input[bool]] = None,
|
|
2405
|
+
nullable: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2405
2406
|
one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2406
|
-
pattern: Optional[pulumi.Input[str]] = None,
|
|
2407
|
+
pattern: Optional[pulumi.Input[builtins.str]] = None,
|
|
2407
2408
|
pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2408
2409
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2409
|
-
required: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2410
|
-
title: Optional[pulumi.Input[str]] = None,
|
|
2411
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
2412
|
-
unique_items: Optional[pulumi.Input[bool]] = None,
|
|
2413
|
-
x_kubernetes_embedded_resource: Optional[pulumi.Input[bool]] = None,
|
|
2414
|
-
x_kubernetes_int_or_string: Optional[pulumi.Input[bool]] = None,
|
|
2415
|
-
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2416
|
-
x_kubernetes_list_type: Optional[pulumi.Input[str]] = None,
|
|
2417
|
-
x_kubernetes_map_type: Optional[pulumi.Input[str]] = None,
|
|
2418
|
-
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[bool]] = None):
|
|
2410
|
+
required: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2411
|
+
title: Optional[pulumi.Input[builtins.str]] = None,
|
|
2412
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
2413
|
+
unique_items: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2414
|
+
x_kubernetes_embedded_resource: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2415
|
+
x_kubernetes_int_or_string: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2416
|
+
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2417
|
+
x_kubernetes_list_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
2418
|
+
x_kubernetes_map_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
2419
|
+
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[builtins.bool]] = None):
|
|
2419
2420
|
"""
|
|
2420
2421
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2421
2422
|
:param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
|
|
2422
|
-
:param pulumi.Input[str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2423
|
+
:param pulumi.Input[builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2423
2424
|
|
|
2424
2425
|
- 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.
|
|
2425
|
-
: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).
|
|
2426
|
-
: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:
|
|
2426
|
+
: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).
|
|
2427
|
+
: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:
|
|
2427
2428
|
|
|
2428
2429
|
1) anyOf:
|
|
2429
2430
|
- type: integer
|
|
@@ -2433,10 +2434,10 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2433
2434
|
- type: integer
|
|
2434
2435
|
- type: string
|
|
2435
2436
|
- ... zero or more
|
|
2436
|
-
: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.
|
|
2437
|
+
: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.
|
|
2437
2438
|
|
|
2438
2439
|
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).
|
|
2439
|
-
: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:
|
|
2440
|
+
: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:
|
|
2440
2441
|
|
|
2441
2442
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2442
2443
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -2450,7 +2451,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2450
2451
|
used to identify them. Order is preserved upon merge. The map tag
|
|
2451
2452
|
must only be used on a list with elements of type object.
|
|
2452
2453
|
Defaults to atomic for arrays.
|
|
2453
|
-
: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:
|
|
2454
|
+
: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:
|
|
2454
2455
|
|
|
2455
2456
|
1) `granular`:
|
|
2456
2457
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -2458,7 +2459,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2458
2459
|
the default behaviour for all maps.
|
|
2459
2460
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2460
2461
|
Atomic maps will be entirely replaced when updated.
|
|
2461
|
-
: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.
|
|
2462
|
+
: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.
|
|
2462
2463
|
"""
|
|
2463
2464
|
if _ref is not None:
|
|
2464
2465
|
pulumi.set(__self__, "_ref", _ref)
|
|
@@ -2549,38 +2550,38 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2549
2550
|
|
|
2550
2551
|
@property
|
|
2551
2552
|
@pulumi.getter(name="$ref")
|
|
2552
|
-
def _ref(self) -> Optional[pulumi.Input[str]]:
|
|
2553
|
+
def _ref(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2553
2554
|
return pulumi.get(self, "_ref")
|
|
2554
2555
|
|
|
2555
2556
|
@_ref.setter
|
|
2556
|
-
def _ref(self, value: Optional[pulumi.Input[str]]):
|
|
2557
|
+
def _ref(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2557
2558
|
pulumi.set(self, "_ref", value)
|
|
2558
2559
|
|
|
2559
2560
|
@property
|
|
2560
2561
|
@pulumi.getter(name="$schema")
|
|
2561
|
-
def _schema(self) -> Optional[pulumi.Input[str]]:
|
|
2562
|
+
def _schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2562
2563
|
return pulumi.get(self, "_schema")
|
|
2563
2564
|
|
|
2564
2565
|
@_schema.setter
|
|
2565
|
-
def _schema(self, value: Optional[pulumi.Input[str]]):
|
|
2566
|
+
def _schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2566
2567
|
pulumi.set(self, "_schema", value)
|
|
2567
2568
|
|
|
2568
2569
|
@property
|
|
2569
2570
|
@pulumi.getter(name="additionalItems")
|
|
2570
|
-
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
|
|
2571
|
+
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]:
|
|
2571
2572
|
return pulumi.get(self, "additional_items")
|
|
2572
2573
|
|
|
2573
2574
|
@additional_items.setter
|
|
2574
|
-
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
|
|
2575
|
+
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]):
|
|
2575
2576
|
pulumi.set(self, "additional_items", value)
|
|
2576
2577
|
|
|
2577
2578
|
@property
|
|
2578
2579
|
@pulumi.getter(name="additionalProperties")
|
|
2579
|
-
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
|
|
2580
|
+
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]:
|
|
2580
2581
|
return pulumi.get(self, "additional_properties")
|
|
2581
2582
|
|
|
2582
2583
|
@additional_properties.setter
|
|
2583
|
-
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
|
|
2584
|
+
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]):
|
|
2584
2585
|
pulumi.set(self, "additional_properties", value)
|
|
2585
2586
|
|
|
2586
2587
|
@property
|
|
@@ -2624,20 +2625,20 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2624
2625
|
|
|
2625
2626
|
@property
|
|
2626
2627
|
@pulumi.getter
|
|
2627
|
-
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]:
|
|
2628
|
+
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]]:
|
|
2628
2629
|
return pulumi.get(self, "dependencies")
|
|
2629
2630
|
|
|
2630
2631
|
@dependencies.setter
|
|
2631
|
-
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]):
|
|
2632
|
+
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]]):
|
|
2632
2633
|
pulumi.set(self, "dependencies", value)
|
|
2633
2634
|
|
|
2634
2635
|
@property
|
|
2635
2636
|
@pulumi.getter
|
|
2636
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2637
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2637
2638
|
return pulumi.get(self, "description")
|
|
2638
2639
|
|
|
2639
2640
|
@description.setter
|
|
2640
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2641
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2641
2642
|
pulumi.set(self, "description", value)
|
|
2642
2643
|
|
|
2643
2644
|
@property
|
|
@@ -2660,20 +2661,20 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2660
2661
|
|
|
2661
2662
|
@property
|
|
2662
2663
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2663
|
-
def exclusive_maximum(self) -> Optional[pulumi.Input[bool]]:
|
|
2664
|
+
def exclusive_maximum(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2664
2665
|
return pulumi.get(self, "exclusive_maximum")
|
|
2665
2666
|
|
|
2666
2667
|
@exclusive_maximum.setter
|
|
2667
|
-
def exclusive_maximum(self, value: Optional[pulumi.Input[bool]]):
|
|
2668
|
+
def exclusive_maximum(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2668
2669
|
pulumi.set(self, "exclusive_maximum", value)
|
|
2669
2670
|
|
|
2670
2671
|
@property
|
|
2671
2672
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2672
|
-
def exclusive_minimum(self) -> Optional[pulumi.Input[bool]]:
|
|
2673
|
+
def exclusive_minimum(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2673
2674
|
return pulumi.get(self, "exclusive_minimum")
|
|
2674
2675
|
|
|
2675
2676
|
@exclusive_minimum.setter
|
|
2676
|
-
def exclusive_minimum(self, value: Optional[pulumi.Input[bool]]):
|
|
2677
|
+
def exclusive_minimum(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2677
2678
|
pulumi.set(self, "exclusive_minimum", value)
|
|
2678
2679
|
|
|
2679
2680
|
@property
|
|
@@ -2687,7 +2688,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2687
2688
|
|
|
2688
2689
|
@property
|
|
2689
2690
|
@pulumi.getter
|
|
2690
|
-
def format(self) -> Optional[pulumi.Input[str]]:
|
|
2691
|
+
def format(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2691
2692
|
"""
|
|
2692
2693
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2693
2694
|
|
|
@@ -2696,16 +2697,16 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2696
2697
|
return pulumi.get(self, "format")
|
|
2697
2698
|
|
|
2698
2699
|
@format.setter
|
|
2699
|
-
def format(self, value: Optional[pulumi.Input[str]]):
|
|
2700
|
+
def format(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2700
2701
|
pulumi.set(self, "format", value)
|
|
2701
2702
|
|
|
2702
2703
|
@property
|
|
2703
2704
|
@pulumi.getter
|
|
2704
|
-
def id(self) -> Optional[pulumi.Input[str]]:
|
|
2705
|
+
def id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2705
2706
|
return pulumi.get(self, "id")
|
|
2706
2707
|
|
|
2707
2708
|
@id.setter
|
|
2708
|
-
def id(self, value: Optional[pulumi.Input[str]]):
|
|
2709
|
+
def id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2709
2710
|
pulumi.set(self, "id", value)
|
|
2710
2711
|
|
|
2711
2712
|
@property
|
|
@@ -2719,83 +2720,83 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2719
2720
|
|
|
2720
2721
|
@property
|
|
2721
2722
|
@pulumi.getter(name="maxItems")
|
|
2722
|
-
def max_items(self) -> Optional[pulumi.Input[int]]:
|
|
2723
|
+
def max_items(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2723
2724
|
return pulumi.get(self, "max_items")
|
|
2724
2725
|
|
|
2725
2726
|
@max_items.setter
|
|
2726
|
-
def max_items(self, value: Optional[pulumi.Input[int]]):
|
|
2727
|
+
def max_items(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2727
2728
|
pulumi.set(self, "max_items", value)
|
|
2728
2729
|
|
|
2729
2730
|
@property
|
|
2730
2731
|
@pulumi.getter(name="maxLength")
|
|
2731
|
-
def max_length(self) -> Optional[pulumi.Input[int]]:
|
|
2732
|
+
def max_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2732
2733
|
return pulumi.get(self, "max_length")
|
|
2733
2734
|
|
|
2734
2735
|
@max_length.setter
|
|
2735
|
-
def max_length(self, value: Optional[pulumi.Input[int]]):
|
|
2736
|
+
def max_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2736
2737
|
pulumi.set(self, "max_length", value)
|
|
2737
2738
|
|
|
2738
2739
|
@property
|
|
2739
2740
|
@pulumi.getter(name="maxProperties")
|
|
2740
|
-
def max_properties(self) -> Optional[pulumi.Input[int]]:
|
|
2741
|
+
def max_properties(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2741
2742
|
return pulumi.get(self, "max_properties")
|
|
2742
2743
|
|
|
2743
2744
|
@max_properties.setter
|
|
2744
|
-
def max_properties(self, value: Optional[pulumi.Input[int]]):
|
|
2745
|
+
def max_properties(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2745
2746
|
pulumi.set(self, "max_properties", value)
|
|
2746
2747
|
|
|
2747
2748
|
@property
|
|
2748
2749
|
@pulumi.getter
|
|
2749
|
-
def maximum(self) -> Optional[pulumi.Input[float]]:
|
|
2750
|
+
def maximum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2750
2751
|
return pulumi.get(self, "maximum")
|
|
2751
2752
|
|
|
2752
2753
|
@maximum.setter
|
|
2753
|
-
def maximum(self, value: Optional[pulumi.Input[float]]):
|
|
2754
|
+
def maximum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
2754
2755
|
pulumi.set(self, "maximum", value)
|
|
2755
2756
|
|
|
2756
2757
|
@property
|
|
2757
2758
|
@pulumi.getter(name="minItems")
|
|
2758
|
-
def min_items(self) -> Optional[pulumi.Input[int]]:
|
|
2759
|
+
def min_items(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2759
2760
|
return pulumi.get(self, "min_items")
|
|
2760
2761
|
|
|
2761
2762
|
@min_items.setter
|
|
2762
|
-
def min_items(self, value: Optional[pulumi.Input[int]]):
|
|
2763
|
+
def min_items(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2763
2764
|
pulumi.set(self, "min_items", value)
|
|
2764
2765
|
|
|
2765
2766
|
@property
|
|
2766
2767
|
@pulumi.getter(name="minLength")
|
|
2767
|
-
def min_length(self) -> Optional[pulumi.Input[int]]:
|
|
2768
|
+
def min_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2768
2769
|
return pulumi.get(self, "min_length")
|
|
2769
2770
|
|
|
2770
2771
|
@min_length.setter
|
|
2771
|
-
def min_length(self, value: Optional[pulumi.Input[int]]):
|
|
2772
|
+
def min_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2772
2773
|
pulumi.set(self, "min_length", value)
|
|
2773
2774
|
|
|
2774
2775
|
@property
|
|
2775
2776
|
@pulumi.getter(name="minProperties")
|
|
2776
|
-
def min_properties(self) -> Optional[pulumi.Input[int]]:
|
|
2777
|
+
def min_properties(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2777
2778
|
return pulumi.get(self, "min_properties")
|
|
2778
2779
|
|
|
2779
2780
|
@min_properties.setter
|
|
2780
|
-
def min_properties(self, value: Optional[pulumi.Input[int]]):
|
|
2781
|
+
def min_properties(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2781
2782
|
pulumi.set(self, "min_properties", value)
|
|
2782
2783
|
|
|
2783
2784
|
@property
|
|
2784
2785
|
@pulumi.getter
|
|
2785
|
-
def minimum(self) -> Optional[pulumi.Input[float]]:
|
|
2786
|
+
def minimum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2786
2787
|
return pulumi.get(self, "minimum")
|
|
2787
2788
|
|
|
2788
2789
|
@minimum.setter
|
|
2789
|
-
def minimum(self, value: Optional[pulumi.Input[float]]):
|
|
2790
|
+
def minimum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
2790
2791
|
pulumi.set(self, "minimum", value)
|
|
2791
2792
|
|
|
2792
2793
|
@property
|
|
2793
2794
|
@pulumi.getter(name="multipleOf")
|
|
2794
|
-
def multiple_of(self) -> Optional[pulumi.Input[float]]:
|
|
2795
|
+
def multiple_of(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
2795
2796
|
return pulumi.get(self, "multiple_of")
|
|
2796
2797
|
|
|
2797
2798
|
@multiple_of.setter
|
|
2798
|
-
def multiple_of(self, value: Optional[pulumi.Input[float]]):
|
|
2799
|
+
def multiple_of(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
2799
2800
|
pulumi.set(self, "multiple_of", value)
|
|
2800
2801
|
|
|
2801
2802
|
@property
|
|
@@ -2809,11 +2810,11 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2809
2810
|
|
|
2810
2811
|
@property
|
|
2811
2812
|
@pulumi.getter
|
|
2812
|
-
def nullable(self) -> Optional[pulumi.Input[bool]]:
|
|
2813
|
+
def nullable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2813
2814
|
return pulumi.get(self, "nullable")
|
|
2814
2815
|
|
|
2815
2816
|
@nullable.setter
|
|
2816
|
-
def nullable(self, value: Optional[pulumi.Input[bool]]):
|
|
2817
|
+
def nullable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2817
2818
|
pulumi.set(self, "nullable", value)
|
|
2818
2819
|
|
|
2819
2820
|
@property
|
|
@@ -2827,11 +2828,11 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2827
2828
|
|
|
2828
2829
|
@property
|
|
2829
2830
|
@pulumi.getter
|
|
2830
|
-
def pattern(self) -> Optional[pulumi.Input[str]]:
|
|
2831
|
+
def pattern(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2831
2832
|
return pulumi.get(self, "pattern")
|
|
2832
2833
|
|
|
2833
2834
|
@pattern.setter
|
|
2834
|
-
def pattern(self, value: Optional[pulumi.Input[str]]):
|
|
2835
|
+
def pattern(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2835
2836
|
pulumi.set(self, "pattern", value)
|
|
2836
2837
|
|
|
2837
2838
|
@property
|
|
@@ -2854,55 +2855,55 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2854
2855
|
|
|
2855
2856
|
@property
|
|
2856
2857
|
@pulumi.getter
|
|
2857
|
-
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2858
|
+
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2858
2859
|
return pulumi.get(self, "required")
|
|
2859
2860
|
|
|
2860
2861
|
@required.setter
|
|
2861
|
-
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2862
|
+
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2862
2863
|
pulumi.set(self, "required", value)
|
|
2863
2864
|
|
|
2864
2865
|
@property
|
|
2865
2866
|
@pulumi.getter
|
|
2866
|
-
def title(self) -> Optional[pulumi.Input[str]]:
|
|
2867
|
+
def title(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2867
2868
|
return pulumi.get(self, "title")
|
|
2868
2869
|
|
|
2869
2870
|
@title.setter
|
|
2870
|
-
def title(self, value: Optional[pulumi.Input[str]]):
|
|
2871
|
+
def title(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2871
2872
|
pulumi.set(self, "title", value)
|
|
2872
2873
|
|
|
2873
2874
|
@property
|
|
2874
2875
|
@pulumi.getter
|
|
2875
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2876
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2876
2877
|
return pulumi.get(self, "type")
|
|
2877
2878
|
|
|
2878
2879
|
@type.setter
|
|
2879
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2880
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2880
2881
|
pulumi.set(self, "type", value)
|
|
2881
2882
|
|
|
2882
2883
|
@property
|
|
2883
2884
|
@pulumi.getter(name="uniqueItems")
|
|
2884
|
-
def unique_items(self) -> Optional[pulumi.Input[bool]]:
|
|
2885
|
+
def unique_items(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2885
2886
|
return pulumi.get(self, "unique_items")
|
|
2886
2887
|
|
|
2887
2888
|
@unique_items.setter
|
|
2888
|
-
def unique_items(self, value: Optional[pulumi.Input[bool]]):
|
|
2889
|
+
def unique_items(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2889
2890
|
pulumi.set(self, "unique_items", value)
|
|
2890
2891
|
|
|
2891
2892
|
@property
|
|
2892
2893
|
@pulumi.getter
|
|
2893
|
-
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[bool]]:
|
|
2894
|
+
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2894
2895
|
"""
|
|
2895
2896
|
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).
|
|
2896
2897
|
"""
|
|
2897
2898
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
2898
2899
|
|
|
2899
2900
|
@x_kubernetes_embedded_resource.setter
|
|
2900
|
-
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[bool]]):
|
|
2901
|
+
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2901
2902
|
pulumi.set(self, "x_kubernetes_embedded_resource", value)
|
|
2902
2903
|
|
|
2903
2904
|
@property
|
|
2904
2905
|
@pulumi.getter
|
|
2905
|
-
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[bool]]:
|
|
2906
|
+
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2906
2907
|
"""
|
|
2907
2908
|
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:
|
|
2908
2909
|
|
|
@@ -2918,12 +2919,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2918
2919
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
2919
2920
|
|
|
2920
2921
|
@x_kubernetes_int_or_string.setter
|
|
2921
|
-
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[bool]]):
|
|
2922
|
+
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2922
2923
|
pulumi.set(self, "x_kubernetes_int_or_string", value)
|
|
2923
2924
|
|
|
2924
2925
|
@property
|
|
2925
2926
|
@pulumi.getter
|
|
2926
|
-
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2927
|
+
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2927
2928
|
"""
|
|
2928
2929
|
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.
|
|
2929
2930
|
|
|
@@ -2932,12 +2933,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2932
2933
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
2933
2934
|
|
|
2934
2935
|
@x_kubernetes_list_map_keys.setter
|
|
2935
|
-
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2936
|
+
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2936
2937
|
pulumi.set(self, "x_kubernetes_list_map_keys", value)
|
|
2937
2938
|
|
|
2938
2939
|
@property
|
|
2939
2940
|
@pulumi.getter
|
|
2940
|
-
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[str]]:
|
|
2941
|
+
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2941
2942
|
"""
|
|
2942
2943
|
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:
|
|
2943
2944
|
|
|
@@ -2957,12 +2958,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2957
2958
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
2958
2959
|
|
|
2959
2960
|
@x_kubernetes_list_type.setter
|
|
2960
|
-
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[str]]):
|
|
2961
|
+
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2961
2962
|
pulumi.set(self, "x_kubernetes_list_type", value)
|
|
2962
2963
|
|
|
2963
2964
|
@property
|
|
2964
2965
|
@pulumi.getter
|
|
2965
|
-
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[str]]:
|
|
2966
|
+
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2966
2967
|
"""
|
|
2967
2968
|
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:
|
|
2968
2969
|
|
|
@@ -2976,19 +2977,19 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2976
2977
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
2977
2978
|
|
|
2978
2979
|
@x_kubernetes_map_type.setter
|
|
2979
|
-
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[str]]):
|
|
2980
|
+
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2980
2981
|
pulumi.set(self, "x_kubernetes_map_type", value)
|
|
2981
2982
|
|
|
2982
2983
|
@property
|
|
2983
2984
|
@pulumi.getter
|
|
2984
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
|
|
2985
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2985
2986
|
"""
|
|
2986
2987
|
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.
|
|
2987
2988
|
"""
|
|
2988
2989
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
2989
2990
|
|
|
2990
2991
|
@x_kubernetes_preserve_unknown_fields.setter
|
|
2991
|
-
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
|
|
2992
|
+
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2992
2993
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
2993
2994
|
|
|
2994
2995
|
|
|
@@ -2997,10 +2998,10 @@ if not MYPY:
|
|
|
2997
2998
|
"""
|
|
2998
2999
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2999
3000
|
"""
|
|
3000
|
-
_ref: NotRequired[pulumi.Input[str]]
|
|
3001
|
-
_schema: NotRequired[pulumi.Input[str]]
|
|
3002
|
-
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
3003
|
-
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
3001
|
+
_ref: NotRequired[pulumi.Input[builtins.str]]
|
|
3002
|
+
_schema: NotRequired[pulumi.Input[builtins.str]]
|
|
3003
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', builtins.bool]]]
|
|
3004
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', builtins.bool]]]
|
|
3004
3005
|
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3005
3006
|
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3006
3007
|
default: NotRequired[Any]
|
|
@@ -3008,45 +3009,45 @@ if not MYPY:
|
|
|
3008
3009
|
default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
|
|
3009
3010
|
"""
|
|
3010
3011
|
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3011
|
-
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[str]]]]]]]
|
|
3012
|
-
description: NotRequired[pulumi.Input[str]]
|
|
3012
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[builtins.str]]]]]]]
|
|
3013
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
3013
3014
|
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
3014
3015
|
example: NotRequired[Any]
|
|
3015
|
-
exclusive_maximum: NotRequired[pulumi.Input[bool]]
|
|
3016
|
-
exclusive_minimum: NotRequired[pulumi.Input[bool]]
|
|
3016
|
+
exclusive_maximum: NotRequired[pulumi.Input[builtins.bool]]
|
|
3017
|
+
exclusive_minimum: NotRequired[pulumi.Input[builtins.bool]]
|
|
3017
3018
|
external_docs: NotRequired[pulumi.Input['ExternalDocumentationArgsDict']]
|
|
3018
|
-
format: NotRequired[pulumi.Input[str]]
|
|
3019
|
+
format: NotRequired[pulumi.Input[builtins.str]]
|
|
3019
3020
|
"""
|
|
3020
3021
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3021
3022
|
|
|
3022
3023
|
- 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.
|
|
3023
3024
|
"""
|
|
3024
|
-
id: NotRequired[pulumi.Input[str]]
|
|
3025
|
+
id: NotRequired[pulumi.Input[builtins.str]]
|
|
3025
3026
|
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
3026
|
-
max_items: NotRequired[pulumi.Input[int]]
|
|
3027
|
-
max_length: NotRequired[pulumi.Input[int]]
|
|
3028
|
-
max_properties: NotRequired[pulumi.Input[int]]
|
|
3029
|
-
maximum: NotRequired[pulumi.Input[float]]
|
|
3030
|
-
min_items: NotRequired[pulumi.Input[int]]
|
|
3031
|
-
min_length: NotRequired[pulumi.Input[int]]
|
|
3032
|
-
min_properties: NotRequired[pulumi.Input[int]]
|
|
3033
|
-
minimum: NotRequired[pulumi.Input[float]]
|
|
3034
|
-
multiple_of: NotRequired[pulumi.Input[float]]
|
|
3027
|
+
max_items: NotRequired[pulumi.Input[builtins.int]]
|
|
3028
|
+
max_length: NotRequired[pulumi.Input[builtins.int]]
|
|
3029
|
+
max_properties: NotRequired[pulumi.Input[builtins.int]]
|
|
3030
|
+
maximum: NotRequired[pulumi.Input[builtins.float]]
|
|
3031
|
+
min_items: NotRequired[pulumi.Input[builtins.int]]
|
|
3032
|
+
min_length: NotRequired[pulumi.Input[builtins.int]]
|
|
3033
|
+
min_properties: NotRequired[pulumi.Input[builtins.int]]
|
|
3034
|
+
minimum: NotRequired[pulumi.Input[builtins.float]]
|
|
3035
|
+
multiple_of: NotRequired[pulumi.Input[builtins.float]]
|
|
3035
3036
|
not_: NotRequired[pulumi.Input['JSONSchemaPropsArgsDict']]
|
|
3036
|
-
nullable: NotRequired[pulumi.Input[bool]]
|
|
3037
|
+
nullable: NotRequired[pulumi.Input[builtins.bool]]
|
|
3037
3038
|
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3038
|
-
pattern: NotRequired[pulumi.Input[str]]
|
|
3039
|
+
pattern: NotRequired[pulumi.Input[builtins.str]]
|
|
3039
3040
|
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3040
3041
|
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3041
|
-
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3042
|
-
title: NotRequired[pulumi.Input[str]]
|
|
3043
|
-
type: NotRequired[pulumi.Input[str]]
|
|
3044
|
-
unique_items: NotRequired[pulumi.Input[bool]]
|
|
3045
|
-
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[bool]]
|
|
3042
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
3043
|
+
title: NotRequired[pulumi.Input[builtins.str]]
|
|
3044
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
3045
|
+
unique_items: NotRequired[pulumi.Input[builtins.bool]]
|
|
3046
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[builtins.bool]]
|
|
3046
3047
|
"""
|
|
3047
3048
|
x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
3048
3049
|
"""
|
|
3049
|
-
x_kubernetes_int_or_string: NotRequired[pulumi.Input[bool]]
|
|
3050
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[builtins.bool]]
|
|
3050
3051
|
"""
|
|
3051
3052
|
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:
|
|
3052
3053
|
|
|
@@ -3059,13 +3060,13 @@ if not MYPY:
|
|
|
3059
3060
|
- type: string
|
|
3060
3061
|
- ... zero or more
|
|
3061
3062
|
"""
|
|
3062
|
-
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3063
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
3063
3064
|
"""
|
|
3064
3065
|
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.
|
|
3065
3066
|
|
|
3066
3067
|
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).
|
|
3067
3068
|
"""
|
|
3068
|
-
x_kubernetes_list_type: NotRequired[pulumi.Input[str]]
|
|
3069
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[builtins.str]]
|
|
3069
3070
|
"""
|
|
3070
3071
|
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:
|
|
3071
3072
|
|
|
@@ -3082,7 +3083,7 @@ if not MYPY:
|
|
|
3082
3083
|
must only be used on a list with elements of type object.
|
|
3083
3084
|
Defaults to atomic for arrays.
|
|
3084
3085
|
"""
|
|
3085
|
-
x_kubernetes_map_type: NotRequired[pulumi.Input[str]]
|
|
3086
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[builtins.str]]
|
|
3086
3087
|
"""
|
|
3087
3088
|
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:
|
|
3088
3089
|
|
|
@@ -3093,7 +3094,7 @@ if not MYPY:
|
|
|
3093
3094
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3094
3095
|
Atomic maps will be entirely replaced when updated.
|
|
3095
3096
|
"""
|
|
3096
|
-
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
3097
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[builtins.bool]]
|
|
3097
3098
|
"""
|
|
3098
3099
|
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.
|
|
3099
3100
|
"""
|
|
@@ -3103,57 +3104,57 @@ elif False:
|
|
|
3103
3104
|
@pulumi.input_type
|
|
3104
3105
|
class JSONSchemaPropsArgs:
|
|
3105
3106
|
def __init__(__self__, *,
|
|
3106
|
-
_ref: Optional[pulumi.Input[str]] = None,
|
|
3107
|
-
_schema: Optional[pulumi.Input[str]] = None,
|
|
3108
|
-
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
|
|
3109
|
-
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]] = None,
|
|
3107
|
+
_ref: Optional[pulumi.Input[builtins.str]] = None,
|
|
3108
|
+
_schema: Optional[pulumi.Input[builtins.str]] = None,
|
|
3109
|
+
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]] = None,
|
|
3110
|
+
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]] = None,
|
|
3110
3111
|
all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3111
3112
|
any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3112
3113
|
default: Optional[Any] = None,
|
|
3113
3114
|
definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3114
|
-
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]] = None,
|
|
3115
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
3115
|
+
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]] = None,
|
|
3116
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
|
3116
3117
|
enum: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
3117
3118
|
example: Optional[Any] = None,
|
|
3118
|
-
exclusive_maximum: Optional[pulumi.Input[bool]] = None,
|
|
3119
|
-
exclusive_minimum: Optional[pulumi.Input[bool]] = None,
|
|
3119
|
+
exclusive_maximum: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3120
|
+
exclusive_minimum: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3120
3121
|
external_docs: Optional[pulumi.Input['ExternalDocumentationArgs']] = None,
|
|
3121
|
-
format: Optional[pulumi.Input[str]] = None,
|
|
3122
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
3122
|
+
format: Optional[pulumi.Input[builtins.str]] = None,
|
|
3123
|
+
id: Optional[pulumi.Input[builtins.str]] = None,
|
|
3123
3124
|
items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
|
|
3124
|
-
max_items: Optional[pulumi.Input[int]] = None,
|
|
3125
|
-
max_length: Optional[pulumi.Input[int]] = None,
|
|
3126
|
-
max_properties: Optional[pulumi.Input[int]] = None,
|
|
3127
|
-
maximum: Optional[pulumi.Input[float]] = None,
|
|
3128
|
-
min_items: Optional[pulumi.Input[int]] = None,
|
|
3129
|
-
min_length: Optional[pulumi.Input[int]] = None,
|
|
3130
|
-
min_properties: Optional[pulumi.Input[int]] = None,
|
|
3131
|
-
minimum: Optional[pulumi.Input[float]] = None,
|
|
3132
|
-
multiple_of: Optional[pulumi.Input[float]] = None,
|
|
3125
|
+
max_items: Optional[pulumi.Input[builtins.int]] = None,
|
|
3126
|
+
max_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
3127
|
+
max_properties: Optional[pulumi.Input[builtins.int]] = None,
|
|
3128
|
+
maximum: Optional[pulumi.Input[builtins.float]] = None,
|
|
3129
|
+
min_items: Optional[pulumi.Input[builtins.int]] = None,
|
|
3130
|
+
min_length: Optional[pulumi.Input[builtins.int]] = None,
|
|
3131
|
+
min_properties: Optional[pulumi.Input[builtins.int]] = None,
|
|
3132
|
+
minimum: Optional[pulumi.Input[builtins.float]] = None,
|
|
3133
|
+
multiple_of: Optional[pulumi.Input[builtins.float]] = None,
|
|
3133
3134
|
not_: Optional[pulumi.Input['JSONSchemaPropsArgs']] = None,
|
|
3134
|
-
nullable: Optional[pulumi.Input[bool]] = None,
|
|
3135
|
+
nullable: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3135
3136
|
one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3136
|
-
pattern: Optional[pulumi.Input[str]] = None,
|
|
3137
|
+
pattern: Optional[pulumi.Input[builtins.str]] = None,
|
|
3137
3138
|
pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3138
3139
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3139
|
-
required: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
3140
|
-
title: Optional[pulumi.Input[str]] = None,
|
|
3141
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
3142
|
-
unique_items: Optional[pulumi.Input[bool]] = None,
|
|
3143
|
-
x_kubernetes_embedded_resource: Optional[pulumi.Input[bool]] = None,
|
|
3144
|
-
x_kubernetes_int_or_string: Optional[pulumi.Input[bool]] = None,
|
|
3145
|
-
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
3146
|
-
x_kubernetes_list_type: Optional[pulumi.Input[str]] = None,
|
|
3147
|
-
x_kubernetes_map_type: Optional[pulumi.Input[str]] = None,
|
|
3148
|
-
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[bool]] = None):
|
|
3140
|
+
required: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
3141
|
+
title: Optional[pulumi.Input[builtins.str]] = None,
|
|
3142
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
3143
|
+
unique_items: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3144
|
+
x_kubernetes_embedded_resource: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3145
|
+
x_kubernetes_int_or_string: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3146
|
+
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
3147
|
+
x_kubernetes_list_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
3148
|
+
x_kubernetes_map_type: Optional[pulumi.Input[builtins.str]] = None,
|
|
3149
|
+
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[builtins.bool]] = None):
|
|
3149
3150
|
"""
|
|
3150
3151
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
3151
3152
|
:param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
|
|
3152
|
-
:param pulumi.Input[str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3153
|
+
:param pulumi.Input[builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3153
3154
|
|
|
3154
3155
|
- 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.
|
|
3155
|
-
: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).
|
|
3156
|
-
: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:
|
|
3156
|
+
: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).
|
|
3157
|
+
: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:
|
|
3157
3158
|
|
|
3158
3159
|
1) anyOf:
|
|
3159
3160
|
- type: integer
|
|
@@ -3163,10 +3164,10 @@ class JSONSchemaPropsArgs:
|
|
|
3163
3164
|
- type: integer
|
|
3164
3165
|
- type: string
|
|
3165
3166
|
- ... zero or more
|
|
3166
|
-
: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.
|
|
3167
|
+
: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.
|
|
3167
3168
|
|
|
3168
3169
|
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).
|
|
3169
|
-
: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:
|
|
3170
|
+
: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:
|
|
3170
3171
|
|
|
3171
3172
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3172
3173
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -3180,7 +3181,7 @@ class JSONSchemaPropsArgs:
|
|
|
3180
3181
|
used to identify them. Order is preserved upon merge. The map tag
|
|
3181
3182
|
must only be used on a list with elements of type object.
|
|
3182
3183
|
Defaults to atomic for arrays.
|
|
3183
|
-
: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:
|
|
3184
|
+
: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:
|
|
3184
3185
|
|
|
3185
3186
|
1) `granular`:
|
|
3186
3187
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -3188,7 +3189,7 @@ class JSONSchemaPropsArgs:
|
|
|
3188
3189
|
the default behaviour for all maps.
|
|
3189
3190
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3190
3191
|
Atomic maps will be entirely replaced when updated.
|
|
3191
|
-
: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.
|
|
3192
|
+
: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.
|
|
3192
3193
|
"""
|
|
3193
3194
|
if _ref is not None:
|
|
3194
3195
|
pulumi.set(__self__, "_ref", _ref)
|
|
@@ -3279,38 +3280,38 @@ class JSONSchemaPropsArgs:
|
|
|
3279
3280
|
|
|
3280
3281
|
@property
|
|
3281
3282
|
@pulumi.getter(name="$ref")
|
|
3282
|
-
def _ref(self) -> Optional[pulumi.Input[str]]:
|
|
3283
|
+
def _ref(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3283
3284
|
return pulumi.get(self, "_ref")
|
|
3284
3285
|
|
|
3285
3286
|
@_ref.setter
|
|
3286
|
-
def _ref(self, value: Optional[pulumi.Input[str]]):
|
|
3287
|
+
def _ref(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3287
3288
|
pulumi.set(self, "_ref", value)
|
|
3288
3289
|
|
|
3289
3290
|
@property
|
|
3290
3291
|
@pulumi.getter(name="$schema")
|
|
3291
|
-
def _schema(self) -> Optional[pulumi.Input[str]]:
|
|
3292
|
+
def _schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3292
3293
|
return pulumi.get(self, "_schema")
|
|
3293
3294
|
|
|
3294
3295
|
@_schema.setter
|
|
3295
|
-
def _schema(self, value: Optional[pulumi.Input[str]]):
|
|
3296
|
+
def _schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3296
3297
|
pulumi.set(self, "_schema", value)
|
|
3297
3298
|
|
|
3298
3299
|
@property
|
|
3299
3300
|
@pulumi.getter(name="additionalItems")
|
|
3300
|
-
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
|
|
3301
|
+
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]:
|
|
3301
3302
|
return pulumi.get(self, "additional_items")
|
|
3302
3303
|
|
|
3303
3304
|
@additional_items.setter
|
|
3304
|
-
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
|
|
3305
|
+
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]):
|
|
3305
3306
|
pulumi.set(self, "additional_items", value)
|
|
3306
3307
|
|
|
3307
3308
|
@property
|
|
3308
3309
|
@pulumi.getter(name="additionalProperties")
|
|
3309
|
-
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]:
|
|
3310
|
+
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]:
|
|
3310
3311
|
return pulumi.get(self, "additional_properties")
|
|
3311
3312
|
|
|
3312
3313
|
@additional_properties.setter
|
|
3313
|
-
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', bool]]]):
|
|
3314
|
+
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', builtins.bool]]]):
|
|
3314
3315
|
pulumi.set(self, "additional_properties", value)
|
|
3315
3316
|
|
|
3316
3317
|
@property
|
|
@@ -3354,20 +3355,20 @@ class JSONSchemaPropsArgs:
|
|
|
3354
3355
|
|
|
3355
3356
|
@property
|
|
3356
3357
|
@pulumi.getter
|
|
3357
|
-
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]:
|
|
3358
|
+
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]]:
|
|
3358
3359
|
return pulumi.get(self, "dependencies")
|
|
3359
3360
|
|
|
3360
3361
|
@dependencies.setter
|
|
3361
|
-
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[str]]]]]]]):
|
|
3362
|
+
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[builtins.str]]]]]]]):
|
|
3362
3363
|
pulumi.set(self, "dependencies", value)
|
|
3363
3364
|
|
|
3364
3365
|
@property
|
|
3365
3366
|
@pulumi.getter
|
|
3366
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
3367
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3367
3368
|
return pulumi.get(self, "description")
|
|
3368
3369
|
|
|
3369
3370
|
@description.setter
|
|
3370
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
3371
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3371
3372
|
pulumi.set(self, "description", value)
|
|
3372
3373
|
|
|
3373
3374
|
@property
|
|
@@ -3390,20 +3391,20 @@ class JSONSchemaPropsArgs:
|
|
|
3390
3391
|
|
|
3391
3392
|
@property
|
|
3392
3393
|
@pulumi.getter(name="exclusiveMaximum")
|
|
3393
|
-
def exclusive_maximum(self) -> Optional[pulumi.Input[bool]]:
|
|
3394
|
+
def exclusive_maximum(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3394
3395
|
return pulumi.get(self, "exclusive_maximum")
|
|
3395
3396
|
|
|
3396
3397
|
@exclusive_maximum.setter
|
|
3397
|
-
def exclusive_maximum(self, value: Optional[pulumi.Input[bool]]):
|
|
3398
|
+
def exclusive_maximum(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3398
3399
|
pulumi.set(self, "exclusive_maximum", value)
|
|
3399
3400
|
|
|
3400
3401
|
@property
|
|
3401
3402
|
@pulumi.getter(name="exclusiveMinimum")
|
|
3402
|
-
def exclusive_minimum(self) -> Optional[pulumi.Input[bool]]:
|
|
3403
|
+
def exclusive_minimum(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3403
3404
|
return pulumi.get(self, "exclusive_minimum")
|
|
3404
3405
|
|
|
3405
3406
|
@exclusive_minimum.setter
|
|
3406
|
-
def exclusive_minimum(self, value: Optional[pulumi.Input[bool]]):
|
|
3407
|
+
def exclusive_minimum(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3407
3408
|
pulumi.set(self, "exclusive_minimum", value)
|
|
3408
3409
|
|
|
3409
3410
|
@property
|
|
@@ -3417,7 +3418,7 @@ class JSONSchemaPropsArgs:
|
|
|
3417
3418
|
|
|
3418
3419
|
@property
|
|
3419
3420
|
@pulumi.getter
|
|
3420
|
-
def format(self) -> Optional[pulumi.Input[str]]:
|
|
3421
|
+
def format(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3421
3422
|
"""
|
|
3422
3423
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3423
3424
|
|
|
@@ -3426,16 +3427,16 @@ class JSONSchemaPropsArgs:
|
|
|
3426
3427
|
return pulumi.get(self, "format")
|
|
3427
3428
|
|
|
3428
3429
|
@format.setter
|
|
3429
|
-
def format(self, value: Optional[pulumi.Input[str]]):
|
|
3430
|
+
def format(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3430
3431
|
pulumi.set(self, "format", value)
|
|
3431
3432
|
|
|
3432
3433
|
@property
|
|
3433
3434
|
@pulumi.getter
|
|
3434
|
-
def id(self) -> Optional[pulumi.Input[str]]:
|
|
3435
|
+
def id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3435
3436
|
return pulumi.get(self, "id")
|
|
3436
3437
|
|
|
3437
3438
|
@id.setter
|
|
3438
|
-
def id(self, value: Optional[pulumi.Input[str]]):
|
|
3439
|
+
def id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3439
3440
|
pulumi.set(self, "id", value)
|
|
3440
3441
|
|
|
3441
3442
|
@property
|
|
@@ -3449,83 +3450,83 @@ class JSONSchemaPropsArgs:
|
|
|
3449
3450
|
|
|
3450
3451
|
@property
|
|
3451
3452
|
@pulumi.getter(name="maxItems")
|
|
3452
|
-
def max_items(self) -> Optional[pulumi.Input[int]]:
|
|
3453
|
+
def max_items(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3453
3454
|
return pulumi.get(self, "max_items")
|
|
3454
3455
|
|
|
3455
3456
|
@max_items.setter
|
|
3456
|
-
def max_items(self, value: Optional[pulumi.Input[int]]):
|
|
3457
|
+
def max_items(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3457
3458
|
pulumi.set(self, "max_items", value)
|
|
3458
3459
|
|
|
3459
3460
|
@property
|
|
3460
3461
|
@pulumi.getter(name="maxLength")
|
|
3461
|
-
def max_length(self) -> Optional[pulumi.Input[int]]:
|
|
3462
|
+
def max_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3462
3463
|
return pulumi.get(self, "max_length")
|
|
3463
3464
|
|
|
3464
3465
|
@max_length.setter
|
|
3465
|
-
def max_length(self, value: Optional[pulumi.Input[int]]):
|
|
3466
|
+
def max_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3466
3467
|
pulumi.set(self, "max_length", value)
|
|
3467
3468
|
|
|
3468
3469
|
@property
|
|
3469
3470
|
@pulumi.getter(name="maxProperties")
|
|
3470
|
-
def max_properties(self) -> Optional[pulumi.Input[int]]:
|
|
3471
|
+
def max_properties(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3471
3472
|
return pulumi.get(self, "max_properties")
|
|
3472
3473
|
|
|
3473
3474
|
@max_properties.setter
|
|
3474
|
-
def max_properties(self, value: Optional[pulumi.Input[int]]):
|
|
3475
|
+
def max_properties(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3475
3476
|
pulumi.set(self, "max_properties", value)
|
|
3476
3477
|
|
|
3477
3478
|
@property
|
|
3478
3479
|
@pulumi.getter
|
|
3479
|
-
def maximum(self) -> Optional[pulumi.Input[float]]:
|
|
3480
|
+
def maximum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
3480
3481
|
return pulumi.get(self, "maximum")
|
|
3481
3482
|
|
|
3482
3483
|
@maximum.setter
|
|
3483
|
-
def maximum(self, value: Optional[pulumi.Input[float]]):
|
|
3484
|
+
def maximum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
3484
3485
|
pulumi.set(self, "maximum", value)
|
|
3485
3486
|
|
|
3486
3487
|
@property
|
|
3487
3488
|
@pulumi.getter(name="minItems")
|
|
3488
|
-
def min_items(self) -> Optional[pulumi.Input[int]]:
|
|
3489
|
+
def min_items(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3489
3490
|
return pulumi.get(self, "min_items")
|
|
3490
3491
|
|
|
3491
3492
|
@min_items.setter
|
|
3492
|
-
def min_items(self, value: Optional[pulumi.Input[int]]):
|
|
3493
|
+
def min_items(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3493
3494
|
pulumi.set(self, "min_items", value)
|
|
3494
3495
|
|
|
3495
3496
|
@property
|
|
3496
3497
|
@pulumi.getter(name="minLength")
|
|
3497
|
-
def min_length(self) -> Optional[pulumi.Input[int]]:
|
|
3498
|
+
def min_length(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3498
3499
|
return pulumi.get(self, "min_length")
|
|
3499
3500
|
|
|
3500
3501
|
@min_length.setter
|
|
3501
|
-
def min_length(self, value: Optional[pulumi.Input[int]]):
|
|
3502
|
+
def min_length(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3502
3503
|
pulumi.set(self, "min_length", value)
|
|
3503
3504
|
|
|
3504
3505
|
@property
|
|
3505
3506
|
@pulumi.getter(name="minProperties")
|
|
3506
|
-
def min_properties(self) -> Optional[pulumi.Input[int]]:
|
|
3507
|
+
def min_properties(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3507
3508
|
return pulumi.get(self, "min_properties")
|
|
3508
3509
|
|
|
3509
3510
|
@min_properties.setter
|
|
3510
|
-
def min_properties(self, value: Optional[pulumi.Input[int]]):
|
|
3511
|
+
def min_properties(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3511
3512
|
pulumi.set(self, "min_properties", value)
|
|
3512
3513
|
|
|
3513
3514
|
@property
|
|
3514
3515
|
@pulumi.getter
|
|
3515
|
-
def minimum(self) -> Optional[pulumi.Input[float]]:
|
|
3516
|
+
def minimum(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
3516
3517
|
return pulumi.get(self, "minimum")
|
|
3517
3518
|
|
|
3518
3519
|
@minimum.setter
|
|
3519
|
-
def minimum(self, value: Optional[pulumi.Input[float]]):
|
|
3520
|
+
def minimum(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
3520
3521
|
pulumi.set(self, "minimum", value)
|
|
3521
3522
|
|
|
3522
3523
|
@property
|
|
3523
3524
|
@pulumi.getter(name="multipleOf")
|
|
3524
|
-
def multiple_of(self) -> Optional[pulumi.Input[float]]:
|
|
3525
|
+
def multiple_of(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
3525
3526
|
return pulumi.get(self, "multiple_of")
|
|
3526
3527
|
|
|
3527
3528
|
@multiple_of.setter
|
|
3528
|
-
def multiple_of(self, value: Optional[pulumi.Input[float]]):
|
|
3529
|
+
def multiple_of(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
3529
3530
|
pulumi.set(self, "multiple_of", value)
|
|
3530
3531
|
|
|
3531
3532
|
@property
|
|
@@ -3539,11 +3540,11 @@ class JSONSchemaPropsArgs:
|
|
|
3539
3540
|
|
|
3540
3541
|
@property
|
|
3541
3542
|
@pulumi.getter
|
|
3542
|
-
def nullable(self) -> Optional[pulumi.Input[bool]]:
|
|
3543
|
+
def nullable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3543
3544
|
return pulumi.get(self, "nullable")
|
|
3544
3545
|
|
|
3545
3546
|
@nullable.setter
|
|
3546
|
-
def nullable(self, value: Optional[pulumi.Input[bool]]):
|
|
3547
|
+
def nullable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3547
3548
|
pulumi.set(self, "nullable", value)
|
|
3548
3549
|
|
|
3549
3550
|
@property
|
|
@@ -3557,11 +3558,11 @@ class JSONSchemaPropsArgs:
|
|
|
3557
3558
|
|
|
3558
3559
|
@property
|
|
3559
3560
|
@pulumi.getter
|
|
3560
|
-
def pattern(self) -> Optional[pulumi.Input[str]]:
|
|
3561
|
+
def pattern(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3561
3562
|
return pulumi.get(self, "pattern")
|
|
3562
3563
|
|
|
3563
3564
|
@pattern.setter
|
|
3564
|
-
def pattern(self, value: Optional[pulumi.Input[str]]):
|
|
3565
|
+
def pattern(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3565
3566
|
pulumi.set(self, "pattern", value)
|
|
3566
3567
|
|
|
3567
3568
|
@property
|
|
@@ -3584,55 +3585,55 @@ class JSONSchemaPropsArgs:
|
|
|
3584
3585
|
|
|
3585
3586
|
@property
|
|
3586
3587
|
@pulumi.getter
|
|
3587
|
-
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3588
|
+
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3588
3589
|
return pulumi.get(self, "required")
|
|
3589
3590
|
|
|
3590
3591
|
@required.setter
|
|
3591
|
-
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3592
|
+
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3592
3593
|
pulumi.set(self, "required", value)
|
|
3593
3594
|
|
|
3594
3595
|
@property
|
|
3595
3596
|
@pulumi.getter
|
|
3596
|
-
def title(self) -> Optional[pulumi.Input[str]]:
|
|
3597
|
+
def title(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3597
3598
|
return pulumi.get(self, "title")
|
|
3598
3599
|
|
|
3599
3600
|
@title.setter
|
|
3600
|
-
def title(self, value: Optional[pulumi.Input[str]]):
|
|
3601
|
+
def title(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3601
3602
|
pulumi.set(self, "title", value)
|
|
3602
3603
|
|
|
3603
3604
|
@property
|
|
3604
3605
|
@pulumi.getter
|
|
3605
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
3606
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3606
3607
|
return pulumi.get(self, "type")
|
|
3607
3608
|
|
|
3608
3609
|
@type.setter
|
|
3609
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
3610
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3610
3611
|
pulumi.set(self, "type", value)
|
|
3611
3612
|
|
|
3612
3613
|
@property
|
|
3613
3614
|
@pulumi.getter(name="uniqueItems")
|
|
3614
|
-
def unique_items(self) -> Optional[pulumi.Input[bool]]:
|
|
3615
|
+
def unique_items(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3615
3616
|
return pulumi.get(self, "unique_items")
|
|
3616
3617
|
|
|
3617
3618
|
@unique_items.setter
|
|
3618
|
-
def unique_items(self, value: Optional[pulumi.Input[bool]]):
|
|
3619
|
+
def unique_items(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3619
3620
|
pulumi.set(self, "unique_items", value)
|
|
3620
3621
|
|
|
3621
3622
|
@property
|
|
3622
3623
|
@pulumi.getter
|
|
3623
|
-
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[bool]]:
|
|
3624
|
+
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3624
3625
|
"""
|
|
3625
3626
|
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).
|
|
3626
3627
|
"""
|
|
3627
3628
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
3628
3629
|
|
|
3629
3630
|
@x_kubernetes_embedded_resource.setter
|
|
3630
|
-
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[bool]]):
|
|
3631
|
+
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3631
3632
|
pulumi.set(self, "x_kubernetes_embedded_resource", value)
|
|
3632
3633
|
|
|
3633
3634
|
@property
|
|
3634
3635
|
@pulumi.getter
|
|
3635
|
-
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[bool]]:
|
|
3636
|
+
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3636
3637
|
"""
|
|
3637
3638
|
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:
|
|
3638
3639
|
|
|
@@ -3648,12 +3649,12 @@ class JSONSchemaPropsArgs:
|
|
|
3648
3649
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
3649
3650
|
|
|
3650
3651
|
@x_kubernetes_int_or_string.setter
|
|
3651
|
-
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[bool]]):
|
|
3652
|
+
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3652
3653
|
pulumi.set(self, "x_kubernetes_int_or_string", value)
|
|
3653
3654
|
|
|
3654
3655
|
@property
|
|
3655
3656
|
@pulumi.getter
|
|
3656
|
-
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3657
|
+
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3657
3658
|
"""
|
|
3658
3659
|
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.
|
|
3659
3660
|
|
|
@@ -3662,12 +3663,12 @@ class JSONSchemaPropsArgs:
|
|
|
3662
3663
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
3663
3664
|
|
|
3664
3665
|
@x_kubernetes_list_map_keys.setter
|
|
3665
|
-
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3666
|
+
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3666
3667
|
pulumi.set(self, "x_kubernetes_list_map_keys", value)
|
|
3667
3668
|
|
|
3668
3669
|
@property
|
|
3669
3670
|
@pulumi.getter
|
|
3670
|
-
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[str]]:
|
|
3671
|
+
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3671
3672
|
"""
|
|
3672
3673
|
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:
|
|
3673
3674
|
|
|
@@ -3687,12 +3688,12 @@ class JSONSchemaPropsArgs:
|
|
|
3687
3688
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
3688
3689
|
|
|
3689
3690
|
@x_kubernetes_list_type.setter
|
|
3690
|
-
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[str]]):
|
|
3691
|
+
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3691
3692
|
pulumi.set(self, "x_kubernetes_list_type", value)
|
|
3692
3693
|
|
|
3693
3694
|
@property
|
|
3694
3695
|
@pulumi.getter
|
|
3695
|
-
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[str]]:
|
|
3696
|
+
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3696
3697
|
"""
|
|
3697
3698
|
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:
|
|
3698
3699
|
|
|
@@ -3706,19 +3707,19 @@ class JSONSchemaPropsArgs:
|
|
|
3706
3707
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
3707
3708
|
|
|
3708
3709
|
@x_kubernetes_map_type.setter
|
|
3709
|
-
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[str]]):
|
|
3710
|
+
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3710
3711
|
pulumi.set(self, "x_kubernetes_map_type", value)
|
|
3711
3712
|
|
|
3712
3713
|
@property
|
|
3713
3714
|
@pulumi.getter
|
|
3714
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[bool]]:
|
|
3715
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3715
3716
|
"""
|
|
3716
3717
|
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.
|
|
3717
3718
|
"""
|
|
3718
3719
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
3719
3720
|
|
|
3720
3721
|
@x_kubernetes_preserve_unknown_fields.setter
|
|
3721
|
-
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[bool]]):
|
|
3722
|
+
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3722
3723
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
3723
3724
|
|
|
3724
3725
|
|
|
@@ -3727,19 +3728,19 @@ if not MYPY:
|
|
|
3727
3728
|
"""
|
|
3728
3729
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3729
3730
|
"""
|
|
3730
|
-
name: NotRequired[pulumi.Input[str]]
|
|
3731
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
3731
3732
|
"""
|
|
3732
3733
|
name is the name of the service. Required
|
|
3733
3734
|
"""
|
|
3734
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
3735
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
3735
3736
|
"""
|
|
3736
3737
|
namespace is the namespace of the service. Required
|
|
3737
3738
|
"""
|
|
3738
|
-
path: NotRequired[pulumi.Input[str]]
|
|
3739
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
3739
3740
|
"""
|
|
3740
3741
|
path is an optional URL path at which the webhook will be contacted.
|
|
3741
3742
|
"""
|
|
3742
|
-
port: NotRequired[pulumi.Input[int]]
|
|
3743
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
|
3743
3744
|
"""
|
|
3744
3745
|
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.
|
|
3745
3746
|
"""
|
|
@@ -3749,16 +3750,16 @@ elif False:
|
|
|
3749
3750
|
@pulumi.input_type
|
|
3750
3751
|
class ServiceReferencePatchArgs:
|
|
3751
3752
|
def __init__(__self__, *,
|
|
3752
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
3753
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
3754
|
-
path: Optional[pulumi.Input[str]] = None,
|
|
3755
|
-
port: Optional[pulumi.Input[int]] = None):
|
|
3753
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3754
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
3755
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
|
3756
|
+
port: Optional[pulumi.Input[builtins.int]] = None):
|
|
3756
3757
|
"""
|
|
3757
3758
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3758
|
-
:param pulumi.Input[str] name: name is the name of the service. Required
|
|
3759
|
-
:param pulumi.Input[str] namespace: namespace is the namespace of the service. Required
|
|
3760
|
-
:param pulumi.Input[str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3761
|
-
: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.
|
|
3759
|
+
:param pulumi.Input[builtins.str] name: name is the name of the service. Required
|
|
3760
|
+
:param pulumi.Input[builtins.str] namespace: namespace is the namespace of the service. Required
|
|
3761
|
+
:param pulumi.Input[builtins.str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3762
|
+
: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.
|
|
3762
3763
|
"""
|
|
3763
3764
|
if name is not None:
|
|
3764
3765
|
pulumi.set(__self__, "name", name)
|
|
@@ -3771,50 +3772,50 @@ class ServiceReferencePatchArgs:
|
|
|
3771
3772
|
|
|
3772
3773
|
@property
|
|
3773
3774
|
@pulumi.getter
|
|
3774
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
3775
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3775
3776
|
"""
|
|
3776
3777
|
name is the name of the service. Required
|
|
3777
3778
|
"""
|
|
3778
3779
|
return pulumi.get(self, "name")
|
|
3779
3780
|
|
|
3780
3781
|
@name.setter
|
|
3781
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
3782
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3782
3783
|
pulumi.set(self, "name", value)
|
|
3783
3784
|
|
|
3784
3785
|
@property
|
|
3785
3786
|
@pulumi.getter
|
|
3786
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
3787
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3787
3788
|
"""
|
|
3788
3789
|
namespace is the namespace of the service. Required
|
|
3789
3790
|
"""
|
|
3790
3791
|
return pulumi.get(self, "namespace")
|
|
3791
3792
|
|
|
3792
3793
|
@namespace.setter
|
|
3793
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
3794
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3794
3795
|
pulumi.set(self, "namespace", value)
|
|
3795
3796
|
|
|
3796
3797
|
@property
|
|
3797
3798
|
@pulumi.getter
|
|
3798
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
3799
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3799
3800
|
"""
|
|
3800
3801
|
path is an optional URL path at which the webhook will be contacted.
|
|
3801
3802
|
"""
|
|
3802
3803
|
return pulumi.get(self, "path")
|
|
3803
3804
|
|
|
3804
3805
|
@path.setter
|
|
3805
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
3806
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3806
3807
|
pulumi.set(self, "path", value)
|
|
3807
3808
|
|
|
3808
3809
|
@property
|
|
3809
3810
|
@pulumi.getter
|
|
3810
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
3811
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3811
3812
|
"""
|
|
3812
3813
|
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.
|
|
3813
3814
|
"""
|
|
3814
3815
|
return pulumi.get(self, "port")
|
|
3815
3816
|
|
|
3816
3817
|
@port.setter
|
|
3817
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
3818
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3818
3819
|
pulumi.set(self, "port", value)
|
|
3819
3820
|
|
|
3820
3821
|
|
|
@@ -3823,19 +3824,19 @@ if not MYPY:
|
|
|
3823
3824
|
"""
|
|
3824
3825
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3825
3826
|
"""
|
|
3826
|
-
name: pulumi.Input[str]
|
|
3827
|
+
name: pulumi.Input[builtins.str]
|
|
3827
3828
|
"""
|
|
3828
3829
|
name is the name of the service. Required
|
|
3829
3830
|
"""
|
|
3830
|
-
namespace: pulumi.Input[str]
|
|
3831
|
+
namespace: pulumi.Input[builtins.str]
|
|
3831
3832
|
"""
|
|
3832
3833
|
namespace is the namespace of the service. Required
|
|
3833
3834
|
"""
|
|
3834
|
-
path: NotRequired[pulumi.Input[str]]
|
|
3835
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
3835
3836
|
"""
|
|
3836
3837
|
path is an optional URL path at which the webhook will be contacted.
|
|
3837
3838
|
"""
|
|
3838
|
-
port: NotRequired[pulumi.Input[int]]
|
|
3839
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
|
3839
3840
|
"""
|
|
3840
3841
|
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.
|
|
3841
3842
|
"""
|
|
@@ -3845,16 +3846,16 @@ elif False:
|
|
|
3845
3846
|
@pulumi.input_type
|
|
3846
3847
|
class ServiceReferenceArgs:
|
|
3847
3848
|
def __init__(__self__, *,
|
|
3848
|
-
name: pulumi.Input[str],
|
|
3849
|
-
namespace: pulumi.Input[str],
|
|
3850
|
-
path: Optional[pulumi.Input[str]] = None,
|
|
3851
|
-
port: Optional[pulumi.Input[int]] = None):
|
|
3849
|
+
name: pulumi.Input[builtins.str],
|
|
3850
|
+
namespace: pulumi.Input[builtins.str],
|
|
3851
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
|
3852
|
+
port: Optional[pulumi.Input[builtins.int]] = None):
|
|
3852
3853
|
"""
|
|
3853
3854
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3854
|
-
:param pulumi.Input[str] name: name is the name of the service. Required
|
|
3855
|
-
:param pulumi.Input[str] namespace: namespace is the namespace of the service. Required
|
|
3856
|
-
:param pulumi.Input[str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3857
|
-
: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.
|
|
3855
|
+
:param pulumi.Input[builtins.str] name: name is the name of the service. Required
|
|
3856
|
+
:param pulumi.Input[builtins.str] namespace: namespace is the namespace of the service. Required
|
|
3857
|
+
:param pulumi.Input[builtins.str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3858
|
+
: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.
|
|
3858
3859
|
"""
|
|
3859
3860
|
pulumi.set(__self__, "name", name)
|
|
3860
3861
|
pulumi.set(__self__, "namespace", namespace)
|
|
@@ -3865,50 +3866,50 @@ class ServiceReferenceArgs:
|
|
|
3865
3866
|
|
|
3866
3867
|
@property
|
|
3867
3868
|
@pulumi.getter
|
|
3868
|
-
def name(self) -> pulumi.Input[str]:
|
|
3869
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
3869
3870
|
"""
|
|
3870
3871
|
name is the name of the service. Required
|
|
3871
3872
|
"""
|
|
3872
3873
|
return pulumi.get(self, "name")
|
|
3873
3874
|
|
|
3874
3875
|
@name.setter
|
|
3875
|
-
def name(self, value: pulumi.Input[str]):
|
|
3876
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
3876
3877
|
pulumi.set(self, "name", value)
|
|
3877
3878
|
|
|
3878
3879
|
@property
|
|
3879
3880
|
@pulumi.getter
|
|
3880
|
-
def namespace(self) -> pulumi.Input[str]:
|
|
3881
|
+
def namespace(self) -> pulumi.Input[builtins.str]:
|
|
3881
3882
|
"""
|
|
3882
3883
|
namespace is the namespace of the service. Required
|
|
3883
3884
|
"""
|
|
3884
3885
|
return pulumi.get(self, "namespace")
|
|
3885
3886
|
|
|
3886
3887
|
@namespace.setter
|
|
3887
|
-
def namespace(self, value: pulumi.Input[str]):
|
|
3888
|
+
def namespace(self, value: pulumi.Input[builtins.str]):
|
|
3888
3889
|
pulumi.set(self, "namespace", value)
|
|
3889
3890
|
|
|
3890
3891
|
@property
|
|
3891
3892
|
@pulumi.getter
|
|
3892
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
3893
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3893
3894
|
"""
|
|
3894
3895
|
path is an optional URL path at which the webhook will be contacted.
|
|
3895
3896
|
"""
|
|
3896
3897
|
return pulumi.get(self, "path")
|
|
3897
3898
|
|
|
3898
3899
|
@path.setter
|
|
3899
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
3900
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3900
3901
|
pulumi.set(self, "path", value)
|
|
3901
3902
|
|
|
3902
3903
|
@property
|
|
3903
3904
|
@pulumi.getter
|
|
3904
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
3905
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3905
3906
|
"""
|
|
3906
3907
|
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.
|
|
3907
3908
|
"""
|
|
3908
3909
|
return pulumi.get(self, "port")
|
|
3909
3910
|
|
|
3910
3911
|
@port.setter
|
|
3911
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
3912
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3912
3913
|
pulumi.set(self, "port", value)
|
|
3913
3914
|
|
|
3914
3915
|
|
|
@@ -3917,7 +3918,7 @@ if not MYPY:
|
|
|
3917
3918
|
"""
|
|
3918
3919
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3919
3920
|
"""
|
|
3920
|
-
ca_bundle: NotRequired[pulumi.Input[str]]
|
|
3921
|
+
ca_bundle: NotRequired[pulumi.Input[builtins.str]]
|
|
3921
3922
|
"""
|
|
3922
3923
|
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.
|
|
3923
3924
|
"""
|
|
@@ -3927,7 +3928,7 @@ if not MYPY:
|
|
|
3927
3928
|
|
|
3928
3929
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3929
3930
|
"""
|
|
3930
|
-
url: NotRequired[pulumi.Input[str]]
|
|
3931
|
+
url: NotRequired[pulumi.Input[builtins.str]]
|
|
3931
3932
|
"""
|
|
3932
3933
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3933
3934
|
|
|
@@ -3947,16 +3948,16 @@ elif False:
|
|
|
3947
3948
|
@pulumi.input_type
|
|
3948
3949
|
class WebhookClientConfigPatchArgs:
|
|
3949
3950
|
def __init__(__self__, *,
|
|
3950
|
-
ca_bundle: Optional[pulumi.Input[str]] = None,
|
|
3951
|
+
ca_bundle: Optional[pulumi.Input[builtins.str]] = None,
|
|
3951
3952
|
service: Optional[pulumi.Input['ServiceReferencePatchArgs']] = None,
|
|
3952
|
-
url: Optional[pulumi.Input[str]] = None):
|
|
3953
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
|
3953
3954
|
"""
|
|
3954
3955
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3955
|
-
: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.
|
|
3956
|
+
: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.
|
|
3956
3957
|
:param pulumi.Input['ServiceReferencePatchArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3957
3958
|
|
|
3958
3959
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3959
|
-
: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.
|
|
3960
|
+
: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.
|
|
3960
3961
|
|
|
3961
3962
|
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.
|
|
3962
3963
|
|
|
@@ -3977,14 +3978,14 @@ class WebhookClientConfigPatchArgs:
|
|
|
3977
3978
|
|
|
3978
3979
|
@property
|
|
3979
3980
|
@pulumi.getter(name="caBundle")
|
|
3980
|
-
def ca_bundle(self) -> Optional[pulumi.Input[str]]:
|
|
3981
|
+
def ca_bundle(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3981
3982
|
"""
|
|
3982
3983
|
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.
|
|
3983
3984
|
"""
|
|
3984
3985
|
return pulumi.get(self, "ca_bundle")
|
|
3985
3986
|
|
|
3986
3987
|
@ca_bundle.setter
|
|
3987
|
-
def ca_bundle(self, value: Optional[pulumi.Input[str]]):
|
|
3988
|
+
def ca_bundle(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3988
3989
|
pulumi.set(self, "ca_bundle", value)
|
|
3989
3990
|
|
|
3990
3991
|
@property
|
|
@@ -4003,7 +4004,7 @@ class WebhookClientConfigPatchArgs:
|
|
|
4003
4004
|
|
|
4004
4005
|
@property
|
|
4005
4006
|
@pulumi.getter
|
|
4006
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
|
4007
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4007
4008
|
"""
|
|
4008
4009
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4009
4010
|
|
|
@@ -4020,7 +4021,7 @@ class WebhookClientConfigPatchArgs:
|
|
|
4020
4021
|
return pulumi.get(self, "url")
|
|
4021
4022
|
|
|
4022
4023
|
@url.setter
|
|
4023
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
|
4024
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4024
4025
|
pulumi.set(self, "url", value)
|
|
4025
4026
|
|
|
4026
4027
|
|
|
@@ -4029,7 +4030,7 @@ if not MYPY:
|
|
|
4029
4030
|
"""
|
|
4030
4031
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4031
4032
|
"""
|
|
4032
|
-
ca_bundle: NotRequired[pulumi.Input[str]]
|
|
4033
|
+
ca_bundle: NotRequired[pulumi.Input[builtins.str]]
|
|
4033
4034
|
"""
|
|
4034
4035
|
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.
|
|
4035
4036
|
"""
|
|
@@ -4039,7 +4040,7 @@ if not MYPY:
|
|
|
4039
4040
|
|
|
4040
4041
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4041
4042
|
"""
|
|
4042
|
-
url: NotRequired[pulumi.Input[str]]
|
|
4043
|
+
url: NotRequired[pulumi.Input[builtins.str]]
|
|
4043
4044
|
"""
|
|
4044
4045
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4045
4046
|
|
|
@@ -4059,16 +4060,16 @@ elif False:
|
|
|
4059
4060
|
@pulumi.input_type
|
|
4060
4061
|
class WebhookClientConfigArgs:
|
|
4061
4062
|
def __init__(__self__, *,
|
|
4062
|
-
ca_bundle: Optional[pulumi.Input[str]] = None,
|
|
4063
|
+
ca_bundle: Optional[pulumi.Input[builtins.str]] = None,
|
|
4063
4064
|
service: Optional[pulumi.Input['ServiceReferenceArgs']] = None,
|
|
4064
|
-
url: Optional[pulumi.Input[str]] = None):
|
|
4065
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
|
4065
4066
|
"""
|
|
4066
4067
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4067
|
-
: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.
|
|
4068
|
+
: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.
|
|
4068
4069
|
:param pulumi.Input['ServiceReferenceArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
4069
4070
|
|
|
4070
4071
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4071
|
-
: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.
|
|
4072
|
+
: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.
|
|
4072
4073
|
|
|
4073
4074
|
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.
|
|
4074
4075
|
|
|
@@ -4089,14 +4090,14 @@ class WebhookClientConfigArgs:
|
|
|
4089
4090
|
|
|
4090
4091
|
@property
|
|
4091
4092
|
@pulumi.getter(name="caBundle")
|
|
4092
|
-
def ca_bundle(self) -> Optional[pulumi.Input[str]]:
|
|
4093
|
+
def ca_bundle(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4093
4094
|
"""
|
|
4094
4095
|
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.
|
|
4095
4096
|
"""
|
|
4096
4097
|
return pulumi.get(self, "ca_bundle")
|
|
4097
4098
|
|
|
4098
4099
|
@ca_bundle.setter
|
|
4099
|
-
def ca_bundle(self, value: Optional[pulumi.Input[str]]):
|
|
4100
|
+
def ca_bundle(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4100
4101
|
pulumi.set(self, "ca_bundle", value)
|
|
4101
4102
|
|
|
4102
4103
|
@property
|
|
@@ -4115,7 +4116,7 @@ class WebhookClientConfigArgs:
|
|
|
4115
4116
|
|
|
4116
4117
|
@property
|
|
4117
4118
|
@pulumi.getter
|
|
4118
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
|
4119
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4119
4120
|
"""
|
|
4120
4121
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4121
4122
|
|
|
@@ -4132,7 +4133,7 @@ class WebhookClientConfigArgs:
|
|
|
4132
4133
|
return pulumi.get(self, "url")
|
|
4133
4134
|
|
|
4134
4135
|
@url.setter
|
|
4135
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
|
4136
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4136
4137
|
pulumi.set(self, "url", value)
|
|
4137
4138
|
|
|
4138
4139
|
|