pulumi-kubernetes 4.23.0a1743496684__py3-none-any.whl → 4.23.0a1743595894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743496684.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.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
|
|
@@ -71,20 +72,20 @@ class CustomResourceColumnDefinition(dict):
|
|
|
71
72
|
return super().get(key, default)
|
|
72
73
|
|
|
73
74
|
def __init__(__self__, *,
|
|
74
|
-
json_path: str,
|
|
75
|
-
name: str,
|
|
76
|
-
type: str,
|
|
77
|
-
description: Optional[str] = None,
|
|
78
|
-
format: Optional[str] = None,
|
|
79
|
-
priority: Optional[int] = None):
|
|
75
|
+
json_path: builtins.str,
|
|
76
|
+
name: builtins.str,
|
|
77
|
+
type: builtins.str,
|
|
78
|
+
description: Optional[builtins.str] = None,
|
|
79
|
+
format: Optional[builtins.str] = None,
|
|
80
|
+
priority: Optional[builtins.int] = None):
|
|
80
81
|
"""
|
|
81
82
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
82
|
-
:param 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.
|
|
83
|
-
:param str name: name is a human readable name for the column.
|
|
84
|
-
:param 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.
|
|
85
|
-
:param str description: description is a human readable description of this column.
|
|
86
|
-
:param 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.
|
|
87
|
-
:param 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.
|
|
83
|
+
:param 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.
|
|
84
|
+
:param builtins.str name: name is a human readable name for the column.
|
|
85
|
+
:param 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.
|
|
86
|
+
:param builtins.str description: description is a human readable description of this column.
|
|
87
|
+
:param 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.
|
|
88
|
+
:param 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.
|
|
88
89
|
"""
|
|
89
90
|
pulumi.set(__self__, "json_path", json_path)
|
|
90
91
|
pulumi.set(__self__, "name", name)
|
|
@@ -98,7 +99,7 @@ class CustomResourceColumnDefinition(dict):
|
|
|
98
99
|
|
|
99
100
|
@property
|
|
100
101
|
@pulumi.getter(name="JSONPath")
|
|
101
|
-
def json_path(self) -> str:
|
|
102
|
+
def json_path(self) -> builtins.str:
|
|
102
103
|
"""
|
|
103
104
|
JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
104
105
|
"""
|
|
@@ -106,7 +107,7 @@ class CustomResourceColumnDefinition(dict):
|
|
|
106
107
|
|
|
107
108
|
@property
|
|
108
109
|
@pulumi.getter
|
|
109
|
-
def name(self) -> str:
|
|
110
|
+
def name(self) -> builtins.str:
|
|
110
111
|
"""
|
|
111
112
|
name is a human readable name for the column.
|
|
112
113
|
"""
|
|
@@ -114,7 +115,7 @@ class CustomResourceColumnDefinition(dict):
|
|
|
114
115
|
|
|
115
116
|
@property
|
|
116
117
|
@pulumi.getter
|
|
117
|
-
def type(self) -> str:
|
|
118
|
+
def type(self) -> builtins.str:
|
|
118
119
|
"""
|
|
119
120
|
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.
|
|
120
121
|
"""
|
|
@@ -122,7 +123,7 @@ class CustomResourceColumnDefinition(dict):
|
|
|
122
123
|
|
|
123
124
|
@property
|
|
124
125
|
@pulumi.getter
|
|
125
|
-
def description(self) -> Optional[str]:
|
|
126
|
+
def description(self) -> Optional[builtins.str]:
|
|
126
127
|
"""
|
|
127
128
|
description is a human readable description of this column.
|
|
128
129
|
"""
|
|
@@ -130,7 +131,7 @@ class CustomResourceColumnDefinition(dict):
|
|
|
130
131
|
|
|
131
132
|
@property
|
|
132
133
|
@pulumi.getter
|
|
133
|
-
def format(self) -> Optional[str]:
|
|
134
|
+
def format(self) -> Optional[builtins.str]:
|
|
134
135
|
"""
|
|
135
136
|
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.
|
|
136
137
|
"""
|
|
@@ -138,7 +139,7 @@ class CustomResourceColumnDefinition(dict):
|
|
|
138
139
|
|
|
139
140
|
@property
|
|
140
141
|
@pulumi.getter
|
|
141
|
-
def priority(self) -> Optional[int]:
|
|
142
|
+
def priority(self) -> Optional[builtins.int]:
|
|
142
143
|
"""
|
|
143
144
|
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.
|
|
144
145
|
"""
|
|
@@ -168,20 +169,20 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
168
169
|
return super().get(key, default)
|
|
169
170
|
|
|
170
171
|
def __init__(__self__, *,
|
|
171
|
-
json_path: Optional[str] = None,
|
|
172
|
-
description: Optional[str] = None,
|
|
173
|
-
format: Optional[str] = None,
|
|
174
|
-
name: Optional[str] = None,
|
|
175
|
-
priority: Optional[int] = None,
|
|
176
|
-
type: Optional[str] = None):
|
|
172
|
+
json_path: Optional[builtins.str] = None,
|
|
173
|
+
description: Optional[builtins.str] = None,
|
|
174
|
+
format: Optional[builtins.str] = None,
|
|
175
|
+
name: Optional[builtins.str] = None,
|
|
176
|
+
priority: Optional[builtins.int] = None,
|
|
177
|
+
type: Optional[builtins.str] = None):
|
|
177
178
|
"""
|
|
178
179
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
179
|
-
:param 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.
|
|
180
|
-
:param str description: description is a human readable description of this column.
|
|
181
|
-
:param 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.
|
|
182
|
-
:param str name: name is a human readable name for the column.
|
|
183
|
-
:param 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.
|
|
184
|
-
:param 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.
|
|
180
|
+
:param 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.
|
|
181
|
+
:param builtins.str description: description is a human readable description of this column.
|
|
182
|
+
:param 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.
|
|
183
|
+
:param builtins.str name: name is a human readable name for the column.
|
|
184
|
+
:param 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.
|
|
185
|
+
:param 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.
|
|
185
186
|
"""
|
|
186
187
|
if json_path is not None:
|
|
187
188
|
pulumi.set(__self__, "json_path", json_path)
|
|
@@ -198,7 +199,7 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
198
199
|
|
|
199
200
|
@property
|
|
200
201
|
@pulumi.getter(name="JSONPath")
|
|
201
|
-
def json_path(self) -> Optional[str]:
|
|
202
|
+
def json_path(self) -> Optional[builtins.str]:
|
|
202
203
|
"""
|
|
203
204
|
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.
|
|
204
205
|
"""
|
|
@@ -206,7 +207,7 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
206
207
|
|
|
207
208
|
@property
|
|
208
209
|
@pulumi.getter
|
|
209
|
-
def description(self) -> Optional[str]:
|
|
210
|
+
def description(self) -> Optional[builtins.str]:
|
|
210
211
|
"""
|
|
211
212
|
description is a human readable description of this column.
|
|
212
213
|
"""
|
|
@@ -214,7 +215,7 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
214
215
|
|
|
215
216
|
@property
|
|
216
217
|
@pulumi.getter
|
|
217
|
-
def format(self) -> Optional[str]:
|
|
218
|
+
def format(self) -> Optional[builtins.str]:
|
|
218
219
|
"""
|
|
219
220
|
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.
|
|
220
221
|
"""
|
|
@@ -222,7 +223,7 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
222
223
|
|
|
223
224
|
@property
|
|
224
225
|
@pulumi.getter
|
|
225
|
-
def name(self) -> Optional[str]:
|
|
226
|
+
def name(self) -> Optional[builtins.str]:
|
|
226
227
|
"""
|
|
227
228
|
name is a human readable name for the column.
|
|
228
229
|
"""
|
|
@@ -230,7 +231,7 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
230
231
|
|
|
231
232
|
@property
|
|
232
233
|
@pulumi.getter
|
|
233
|
-
def priority(self) -> Optional[int]:
|
|
234
|
+
def priority(self) -> Optional[builtins.int]:
|
|
234
235
|
"""
|
|
235
236
|
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.
|
|
236
237
|
"""
|
|
@@ -238,7 +239,7 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
238
239
|
|
|
239
240
|
@property
|
|
240
241
|
@pulumi.getter
|
|
241
|
-
def type(self) -> Optional[str]:
|
|
242
|
+
def type(self) -> Optional[builtins.str]:
|
|
242
243
|
"""
|
|
243
244
|
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.
|
|
244
245
|
"""
|
|
@@ -270,14 +271,14 @@ class CustomResourceConversion(dict):
|
|
|
270
271
|
return super().get(key, default)
|
|
271
272
|
|
|
272
273
|
def __init__(__self__, *,
|
|
273
|
-
strategy: str,
|
|
274
|
-
conversion_review_versions: Optional[Sequence[str]] = None,
|
|
274
|
+
strategy: builtins.str,
|
|
275
|
+
conversion_review_versions: Optional[Sequence[builtins.str]] = None,
|
|
275
276
|
webhook_client_config: Optional['outputs.WebhookClientConfig'] = None):
|
|
276
277
|
"""
|
|
277
278
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
278
|
-
:param 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
|
|
279
|
+
:param 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
|
|
279
280
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
280
|
-
:param Sequence[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"]`.
|
|
281
|
+
:param Sequence[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"]`.
|
|
281
282
|
:param '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`.
|
|
282
283
|
"""
|
|
283
284
|
pulumi.set(__self__, "strategy", strategy)
|
|
@@ -288,7 +289,7 @@ class CustomResourceConversion(dict):
|
|
|
288
289
|
|
|
289
290
|
@property
|
|
290
291
|
@pulumi.getter
|
|
291
|
-
def strategy(self) -> str:
|
|
292
|
+
def strategy(self) -> builtins.str:
|
|
292
293
|
"""
|
|
293
294
|
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
|
|
294
295
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
@@ -297,7 +298,7 @@ class CustomResourceConversion(dict):
|
|
|
297
298
|
|
|
298
299
|
@property
|
|
299
300
|
@pulumi.getter(name="conversionReviewVersions")
|
|
300
|
-
def conversion_review_versions(self) -> Optional[Sequence[str]]:
|
|
301
|
+
def conversion_review_versions(self) -> Optional[Sequence[builtins.str]]:
|
|
301
302
|
"""
|
|
302
303
|
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"]`.
|
|
303
304
|
"""
|
|
@@ -337,13 +338,13 @@ class CustomResourceConversionPatch(dict):
|
|
|
337
338
|
return super().get(key, default)
|
|
338
339
|
|
|
339
340
|
def __init__(__self__, *,
|
|
340
|
-
conversion_review_versions: Optional[Sequence[str]] = None,
|
|
341
|
-
strategy: Optional[str] = None,
|
|
341
|
+
conversion_review_versions: Optional[Sequence[builtins.str]] = None,
|
|
342
|
+
strategy: Optional[builtins.str] = None,
|
|
342
343
|
webhook_client_config: Optional['outputs.WebhookClientConfigPatch'] = None):
|
|
343
344
|
"""
|
|
344
345
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
345
|
-
:param Sequence[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"]`.
|
|
346
|
-
:param 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
|
|
346
|
+
:param Sequence[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"]`.
|
|
347
|
+
:param 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
|
|
347
348
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
348
349
|
:param '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`.
|
|
349
350
|
"""
|
|
@@ -356,7 +357,7 @@ class CustomResourceConversionPatch(dict):
|
|
|
356
357
|
|
|
357
358
|
@property
|
|
358
359
|
@pulumi.getter(name="conversionReviewVersions")
|
|
359
|
-
def conversion_review_versions(self) -> Optional[Sequence[str]]:
|
|
360
|
+
def conversion_review_versions(self) -> Optional[Sequence[builtins.str]]:
|
|
360
361
|
"""
|
|
361
362
|
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"]`.
|
|
362
363
|
"""
|
|
@@ -364,7 +365,7 @@ class CustomResourceConversionPatch(dict):
|
|
|
364
365
|
|
|
365
366
|
@property
|
|
366
367
|
@pulumi.getter
|
|
367
|
-
def strategy(self) -> Optional[str]:
|
|
368
|
+
def strategy(self) -> Optional[builtins.str]:
|
|
368
369
|
"""
|
|
369
370
|
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
|
|
370
371
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
@@ -404,15 +405,15 @@ class CustomResourceDefinition(dict):
|
|
|
404
405
|
|
|
405
406
|
def __init__(__self__, *,
|
|
406
407
|
spec: 'outputs.CustomResourceDefinitionSpec',
|
|
407
|
-
api_version: Optional[str] = None,
|
|
408
|
-
kind: Optional[str] = None,
|
|
408
|
+
api_version: Optional[builtins.str] = None,
|
|
409
|
+
kind: Optional[builtins.str] = None,
|
|
409
410
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
410
411
|
status: Optional['outputs.CustomResourceDefinitionStatus'] = None):
|
|
411
412
|
"""
|
|
412
413
|
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.
|
|
413
414
|
:param 'CustomResourceDefinitionSpecArgs' spec: spec describes how the user wants the resources to appear
|
|
414
|
-
:param 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
|
|
415
|
-
:param 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
|
|
415
|
+
:param 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
|
|
416
|
+
:param 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
|
|
416
417
|
:param 'CustomResourceDefinitionStatusArgs' status: status indicates the actual state of the CustomResourceDefinition
|
|
417
418
|
"""
|
|
418
419
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -435,7 +436,7 @@ class CustomResourceDefinition(dict):
|
|
|
435
436
|
|
|
436
437
|
@property
|
|
437
438
|
@pulumi.getter(name="apiVersion")
|
|
438
|
-
def api_version(self) -> Optional[str]:
|
|
439
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
439
440
|
"""
|
|
440
441
|
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
|
|
441
442
|
"""
|
|
@@ -443,7 +444,7 @@ class CustomResourceDefinition(dict):
|
|
|
443
444
|
|
|
444
445
|
@property
|
|
445
446
|
@pulumi.getter
|
|
446
|
-
def kind(self) -> Optional[str]:
|
|
447
|
+
def kind(self) -> Optional[builtins.str]:
|
|
447
448
|
"""
|
|
448
449
|
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
|
|
449
450
|
"""
|
|
@@ -486,18 +487,18 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
486
487
|
return super().get(key, default)
|
|
487
488
|
|
|
488
489
|
def __init__(__self__, *,
|
|
489
|
-
status: str,
|
|
490
|
-
type: str,
|
|
491
|
-
last_transition_time: Optional[str] = None,
|
|
492
|
-
message: Optional[str] = None,
|
|
493
|
-
reason: Optional[str] = None):
|
|
490
|
+
status: builtins.str,
|
|
491
|
+
type: builtins.str,
|
|
492
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
493
|
+
message: Optional[builtins.str] = None,
|
|
494
|
+
reason: Optional[builtins.str] = None):
|
|
494
495
|
"""
|
|
495
496
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
496
|
-
:param str status: status is the status of the condition. Can be True, False, Unknown.
|
|
497
|
-
:param str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
498
|
-
:param str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
499
|
-
:param str message: message is a human-readable message indicating details about last transition.
|
|
500
|
-
:param str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
497
|
+
:param builtins.str status: status is the status of the condition. Can be True, False, Unknown.
|
|
498
|
+
:param builtins.str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
499
|
+
:param builtins.str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
500
|
+
:param builtins.str message: message is a human-readable message indicating details about last transition.
|
|
501
|
+
:param builtins.str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
501
502
|
"""
|
|
502
503
|
pulumi.set(__self__, "status", status)
|
|
503
504
|
pulumi.set(__self__, "type", type)
|
|
@@ -510,7 +511,7 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
510
511
|
|
|
511
512
|
@property
|
|
512
513
|
@pulumi.getter
|
|
513
|
-
def status(self) -> str:
|
|
514
|
+
def status(self) -> builtins.str:
|
|
514
515
|
"""
|
|
515
516
|
status is the status of the condition. Can be True, False, Unknown.
|
|
516
517
|
"""
|
|
@@ -518,7 +519,7 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
518
519
|
|
|
519
520
|
@property
|
|
520
521
|
@pulumi.getter
|
|
521
|
-
def type(self) -> str:
|
|
522
|
+
def type(self) -> builtins.str:
|
|
522
523
|
"""
|
|
523
524
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
524
525
|
"""
|
|
@@ -526,7 +527,7 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
526
527
|
|
|
527
528
|
@property
|
|
528
529
|
@pulumi.getter(name="lastTransitionTime")
|
|
529
|
-
def last_transition_time(self) -> Optional[str]:
|
|
530
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
530
531
|
"""
|
|
531
532
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
532
533
|
"""
|
|
@@ -534,7 +535,7 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
534
535
|
|
|
535
536
|
@property
|
|
536
537
|
@pulumi.getter
|
|
537
|
-
def message(self) -> Optional[str]:
|
|
538
|
+
def message(self) -> Optional[builtins.str]:
|
|
538
539
|
"""
|
|
539
540
|
message is a human-readable message indicating details about last transition.
|
|
540
541
|
"""
|
|
@@ -542,7 +543,7 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
542
543
|
|
|
543
544
|
@property
|
|
544
545
|
@pulumi.getter
|
|
545
|
-
def reason(self) -> Optional[str]:
|
|
546
|
+
def reason(self) -> Optional[builtins.str]:
|
|
546
547
|
"""
|
|
547
548
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
548
549
|
"""
|
|
@@ -572,18 +573,18 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
572
573
|
return super().get(key, default)
|
|
573
574
|
|
|
574
575
|
def __init__(__self__, *,
|
|
575
|
-
last_transition_time: Optional[str] = None,
|
|
576
|
-
message: Optional[str] = None,
|
|
577
|
-
reason: Optional[str] = None,
|
|
578
|
-
status: Optional[str] = None,
|
|
579
|
-
type: Optional[str] = None):
|
|
576
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
577
|
+
message: Optional[builtins.str] = None,
|
|
578
|
+
reason: Optional[builtins.str] = None,
|
|
579
|
+
status: Optional[builtins.str] = None,
|
|
580
|
+
type: Optional[builtins.str] = None):
|
|
580
581
|
"""
|
|
581
582
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
582
|
-
:param str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
583
|
-
:param str message: message is a human-readable message indicating details about last transition.
|
|
584
|
-
:param str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
585
|
-
:param str status: status is the status of the condition. Can be True, False, Unknown.
|
|
586
|
-
:param str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
583
|
+
:param builtins.str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
584
|
+
:param builtins.str message: message is a human-readable message indicating details about last transition.
|
|
585
|
+
:param builtins.str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
586
|
+
:param builtins.str status: status is the status of the condition. Can be True, False, Unknown.
|
|
587
|
+
:param builtins.str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
587
588
|
"""
|
|
588
589
|
if last_transition_time is not None:
|
|
589
590
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -598,7 +599,7 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
598
599
|
|
|
599
600
|
@property
|
|
600
601
|
@pulumi.getter(name="lastTransitionTime")
|
|
601
|
-
def last_transition_time(self) -> Optional[str]:
|
|
602
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
602
603
|
"""
|
|
603
604
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
604
605
|
"""
|
|
@@ -606,7 +607,7 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
606
607
|
|
|
607
608
|
@property
|
|
608
609
|
@pulumi.getter
|
|
609
|
-
def message(self) -> Optional[str]:
|
|
610
|
+
def message(self) -> Optional[builtins.str]:
|
|
610
611
|
"""
|
|
611
612
|
message is a human-readable message indicating details about last transition.
|
|
612
613
|
"""
|
|
@@ -614,7 +615,7 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
614
615
|
|
|
615
616
|
@property
|
|
616
617
|
@pulumi.getter
|
|
617
|
-
def reason(self) -> Optional[str]:
|
|
618
|
+
def reason(self) -> Optional[builtins.str]:
|
|
618
619
|
"""
|
|
619
620
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
620
621
|
"""
|
|
@@ -622,7 +623,7 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
622
623
|
|
|
623
624
|
@property
|
|
624
625
|
@pulumi.getter
|
|
625
|
-
def status(self) -> Optional[str]:
|
|
626
|
+
def status(self) -> Optional[builtins.str]:
|
|
626
627
|
"""
|
|
627
628
|
status is the status of the condition. Can be True, False, Unknown.
|
|
628
629
|
"""
|
|
@@ -630,7 +631,7 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
630
631
|
|
|
631
632
|
@property
|
|
632
633
|
@pulumi.getter
|
|
633
|
-
def type(self) -> Optional[str]:
|
|
634
|
+
def type(self) -> Optional[builtins.str]:
|
|
634
635
|
"""
|
|
635
636
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
636
637
|
"""
|
|
@@ -662,20 +663,20 @@ class CustomResourceDefinitionNames(dict):
|
|
|
662
663
|
return super().get(key, default)
|
|
663
664
|
|
|
664
665
|
def __init__(__self__, *,
|
|
665
|
-
kind: str,
|
|
666
|
-
plural: str,
|
|
667
|
-
categories: Optional[Sequence[str]] = None,
|
|
668
|
-
list_kind: Optional[str] = None,
|
|
669
|
-
short_names: Optional[Sequence[str]] = None,
|
|
670
|
-
singular: Optional[str] = None):
|
|
666
|
+
kind: builtins.str,
|
|
667
|
+
plural: builtins.str,
|
|
668
|
+
categories: Optional[Sequence[builtins.str]] = None,
|
|
669
|
+
list_kind: Optional[builtins.str] = None,
|
|
670
|
+
short_names: Optional[Sequence[builtins.str]] = None,
|
|
671
|
+
singular: Optional[builtins.str] = None):
|
|
671
672
|
"""
|
|
672
673
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
673
|
-
:param 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.
|
|
674
|
-
:param 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.
|
|
675
|
-
:param Sequence[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`.
|
|
676
|
-
:param str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
677
|
-
:param Sequence[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.
|
|
678
|
-
:param str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
674
|
+
:param 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.
|
|
675
|
+
:param 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.
|
|
676
|
+
:param Sequence[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`.
|
|
677
|
+
:param builtins.str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
678
|
+
:param Sequence[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.
|
|
679
|
+
:param builtins.str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
679
680
|
"""
|
|
680
681
|
pulumi.set(__self__, "kind", kind)
|
|
681
682
|
pulumi.set(__self__, "plural", plural)
|
|
@@ -690,7 +691,7 @@ class CustomResourceDefinitionNames(dict):
|
|
|
690
691
|
|
|
691
692
|
@property
|
|
692
693
|
@pulumi.getter
|
|
693
|
-
def kind(self) -> str:
|
|
694
|
+
def kind(self) -> builtins.str:
|
|
694
695
|
"""
|
|
695
696
|
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.
|
|
696
697
|
"""
|
|
@@ -698,7 +699,7 @@ class CustomResourceDefinitionNames(dict):
|
|
|
698
699
|
|
|
699
700
|
@property
|
|
700
701
|
@pulumi.getter
|
|
701
|
-
def plural(self) -> str:
|
|
702
|
+
def plural(self) -> builtins.str:
|
|
702
703
|
"""
|
|
703
704
|
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.
|
|
704
705
|
"""
|
|
@@ -706,7 +707,7 @@ class CustomResourceDefinitionNames(dict):
|
|
|
706
707
|
|
|
707
708
|
@property
|
|
708
709
|
@pulumi.getter
|
|
709
|
-
def categories(self) -> Optional[Sequence[str]]:
|
|
710
|
+
def categories(self) -> Optional[Sequence[builtins.str]]:
|
|
710
711
|
"""
|
|
711
712
|
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`.
|
|
712
713
|
"""
|
|
@@ -714,7 +715,7 @@ class CustomResourceDefinitionNames(dict):
|
|
|
714
715
|
|
|
715
716
|
@property
|
|
716
717
|
@pulumi.getter(name="listKind")
|
|
717
|
-
def list_kind(self) -> Optional[str]:
|
|
718
|
+
def list_kind(self) -> Optional[builtins.str]:
|
|
718
719
|
"""
|
|
719
720
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
720
721
|
"""
|
|
@@ -722,7 +723,7 @@ class CustomResourceDefinitionNames(dict):
|
|
|
722
723
|
|
|
723
724
|
@property
|
|
724
725
|
@pulumi.getter(name="shortNames")
|
|
725
|
-
def short_names(self) -> Optional[Sequence[str]]:
|
|
726
|
+
def short_names(self) -> Optional[Sequence[builtins.str]]:
|
|
726
727
|
"""
|
|
727
728
|
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.
|
|
728
729
|
"""
|
|
@@ -730,7 +731,7 @@ class CustomResourceDefinitionNames(dict):
|
|
|
730
731
|
|
|
731
732
|
@property
|
|
732
733
|
@pulumi.getter
|
|
733
|
-
def singular(self) -> Optional[str]:
|
|
734
|
+
def singular(self) -> Optional[builtins.str]:
|
|
734
735
|
"""
|
|
735
736
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
736
737
|
"""
|
|
@@ -762,20 +763,20 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
762
763
|
return super().get(key, default)
|
|
763
764
|
|
|
764
765
|
def __init__(__self__, *,
|
|
765
|
-
categories: Optional[Sequence[str]] = None,
|
|
766
|
-
kind: Optional[str] = None,
|
|
767
|
-
list_kind: Optional[str] = None,
|
|
768
|
-
plural: Optional[str] = None,
|
|
769
|
-
short_names: Optional[Sequence[str]] = None,
|
|
770
|
-
singular: Optional[str] = None):
|
|
766
|
+
categories: Optional[Sequence[builtins.str]] = None,
|
|
767
|
+
kind: Optional[builtins.str] = None,
|
|
768
|
+
list_kind: Optional[builtins.str] = None,
|
|
769
|
+
plural: Optional[builtins.str] = None,
|
|
770
|
+
short_names: Optional[Sequence[builtins.str]] = None,
|
|
771
|
+
singular: Optional[builtins.str] = None):
|
|
771
772
|
"""
|
|
772
773
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
773
|
-
:param Sequence[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`.
|
|
774
|
-
:param 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.
|
|
775
|
-
:param str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
776
|
-
:param 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.
|
|
777
|
-
:param Sequence[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.
|
|
778
|
-
:param str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
774
|
+
:param Sequence[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`.
|
|
775
|
+
:param 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.
|
|
776
|
+
:param builtins.str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
777
|
+
:param 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.
|
|
778
|
+
:param Sequence[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.
|
|
779
|
+
:param builtins.str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
779
780
|
"""
|
|
780
781
|
if categories is not None:
|
|
781
782
|
pulumi.set(__self__, "categories", categories)
|
|
@@ -792,7 +793,7 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
792
793
|
|
|
793
794
|
@property
|
|
794
795
|
@pulumi.getter
|
|
795
|
-
def categories(self) -> Optional[Sequence[str]]:
|
|
796
|
+
def categories(self) -> Optional[Sequence[builtins.str]]:
|
|
796
797
|
"""
|
|
797
798
|
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`.
|
|
798
799
|
"""
|
|
@@ -800,7 +801,7 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
800
801
|
|
|
801
802
|
@property
|
|
802
803
|
@pulumi.getter
|
|
803
|
-
def kind(self) -> Optional[str]:
|
|
804
|
+
def kind(self) -> Optional[builtins.str]:
|
|
804
805
|
"""
|
|
805
806
|
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.
|
|
806
807
|
"""
|
|
@@ -808,7 +809,7 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
808
809
|
|
|
809
810
|
@property
|
|
810
811
|
@pulumi.getter(name="listKind")
|
|
811
|
-
def list_kind(self) -> Optional[str]:
|
|
812
|
+
def list_kind(self) -> Optional[builtins.str]:
|
|
812
813
|
"""
|
|
813
814
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
814
815
|
"""
|
|
@@ -816,7 +817,7 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
816
817
|
|
|
817
818
|
@property
|
|
818
819
|
@pulumi.getter
|
|
819
|
-
def plural(self) -> Optional[str]:
|
|
820
|
+
def plural(self) -> Optional[builtins.str]:
|
|
820
821
|
"""
|
|
821
822
|
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.
|
|
822
823
|
"""
|
|
@@ -824,7 +825,7 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
824
825
|
|
|
825
826
|
@property
|
|
826
827
|
@pulumi.getter(name="shortNames")
|
|
827
|
-
def short_names(self) -> Optional[Sequence[str]]:
|
|
828
|
+
def short_names(self) -> Optional[Sequence[builtins.str]]:
|
|
828
829
|
"""
|
|
829
830
|
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.
|
|
830
831
|
"""
|
|
@@ -832,7 +833,7 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
832
833
|
|
|
833
834
|
@property
|
|
834
835
|
@pulumi.getter
|
|
835
|
-
def singular(self) -> Optional[str]:
|
|
836
|
+
def singular(self) -> Optional[builtins.str]:
|
|
836
837
|
"""
|
|
837
838
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
838
839
|
"""
|
|
@@ -864,27 +865,27 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
864
865
|
return super().get(key, default)
|
|
865
866
|
|
|
866
867
|
def __init__(__self__, *,
|
|
867
|
-
group: str,
|
|
868
|
+
group: builtins.str,
|
|
868
869
|
names: 'outputs.CustomResourceDefinitionNames',
|
|
869
|
-
scope: str,
|
|
870
|
+
scope: builtins.str,
|
|
870
871
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinition']] = None,
|
|
871
872
|
conversion: Optional['outputs.CustomResourceConversion'] = None,
|
|
872
|
-
preserve_unknown_fields: Optional[bool] = None,
|
|
873
|
+
preserve_unknown_fields: Optional[builtins.bool] = None,
|
|
873
874
|
subresources: Optional['outputs.CustomResourceSubresources'] = None,
|
|
874
875
|
validation: Optional['outputs.CustomResourceValidation'] = None,
|
|
875
|
-
version: Optional[str] = None,
|
|
876
|
+
version: Optional[builtins.str] = None,
|
|
876
877
|
versions: Optional[Sequence['outputs.CustomResourceDefinitionVersion']] = None):
|
|
877
878
|
"""
|
|
878
879
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
879
|
-
:param 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>`).
|
|
880
|
+
:param 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>`).
|
|
880
881
|
:param 'CustomResourceDefinitionNamesArgs' names: names specify the resource and kind names for the custom resource.
|
|
881
|
-
:param str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
882
|
+
:param builtins.str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
882
883
|
:param Sequence['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.
|
|
883
884
|
:param 'CustomResourceConversionArgs' conversion: conversion defines conversion settings for the CRD.
|
|
884
|
-
:param 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.
|
|
885
|
+
:param 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.
|
|
885
886
|
:param '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.
|
|
886
887
|
:param '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.
|
|
887
|
-
:param 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.
|
|
888
|
+
:param 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.
|
|
888
889
|
:param Sequence['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.
|
|
889
890
|
"""
|
|
890
891
|
pulumi.set(__self__, "group", group)
|
|
@@ -907,7 +908,7 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
907
908
|
|
|
908
909
|
@property
|
|
909
910
|
@pulumi.getter
|
|
910
|
-
def group(self) -> str:
|
|
911
|
+
def group(self) -> builtins.str:
|
|
911
912
|
"""
|
|
912
913
|
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>`).
|
|
913
914
|
"""
|
|
@@ -923,7 +924,7 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
923
924
|
|
|
924
925
|
@property
|
|
925
926
|
@pulumi.getter
|
|
926
|
-
def scope(self) -> str:
|
|
927
|
+
def scope(self) -> builtins.str:
|
|
927
928
|
"""
|
|
928
929
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
929
930
|
"""
|
|
@@ -947,7 +948,7 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
947
948
|
|
|
948
949
|
@property
|
|
949
950
|
@pulumi.getter(name="preserveUnknownFields")
|
|
950
|
-
def preserve_unknown_fields(self) -> Optional[bool]:
|
|
951
|
+
def preserve_unknown_fields(self) -> Optional[builtins.bool]:
|
|
951
952
|
"""
|
|
952
953
|
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.
|
|
953
954
|
"""
|
|
@@ -971,7 +972,7 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
971
972
|
|
|
972
973
|
@property
|
|
973
974
|
@pulumi.getter
|
|
974
|
-
def version(self) -> Optional[str]:
|
|
975
|
+
def version(self) -> Optional[builtins.str]:
|
|
975
976
|
"""
|
|
976
977
|
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.
|
|
977
978
|
"""
|
|
@@ -1013,25 +1014,25 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1013
1014
|
def __init__(__self__, *,
|
|
1014
1015
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']] = None,
|
|
1015
1016
|
conversion: Optional['outputs.CustomResourceConversionPatch'] = None,
|
|
1016
|
-
group: Optional[str] = None,
|
|
1017
|
+
group: Optional[builtins.str] = None,
|
|
1017
1018
|
names: Optional['outputs.CustomResourceDefinitionNamesPatch'] = None,
|
|
1018
|
-
preserve_unknown_fields: Optional[bool] = None,
|
|
1019
|
-
scope: Optional[str] = None,
|
|
1019
|
+
preserve_unknown_fields: Optional[builtins.bool] = None,
|
|
1020
|
+
scope: Optional[builtins.str] = None,
|
|
1020
1021
|
subresources: Optional['outputs.CustomResourceSubresourcesPatch'] = None,
|
|
1021
1022
|
validation: Optional['outputs.CustomResourceValidationPatch'] = None,
|
|
1022
|
-
version: Optional[str] = None,
|
|
1023
|
+
version: Optional[builtins.str] = None,
|
|
1023
1024
|
versions: Optional[Sequence['outputs.CustomResourceDefinitionVersionPatch']] = None):
|
|
1024
1025
|
"""
|
|
1025
1026
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1026
1027
|
:param Sequence['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.
|
|
1027
1028
|
:param 'CustomResourceConversionPatchArgs' conversion: conversion defines conversion settings for the CRD.
|
|
1028
|
-
:param 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>`).
|
|
1029
|
+
:param 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>`).
|
|
1029
1030
|
:param 'CustomResourceDefinitionNamesPatchArgs' names: names specify the resource and kind names for the custom resource.
|
|
1030
|
-
:param 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.
|
|
1031
|
-
:param str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1031
|
+
:param 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.
|
|
1032
|
+
:param builtins.str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1032
1033
|
:param '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.
|
|
1033
1034
|
:param '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.
|
|
1034
|
-
:param 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.
|
|
1035
|
+
:param 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.
|
|
1035
1036
|
:param Sequence['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.
|
|
1036
1037
|
"""
|
|
1037
1038
|
if additional_printer_columns is not None:
|
|
@@ -1073,7 +1074,7 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1073
1074
|
|
|
1074
1075
|
@property
|
|
1075
1076
|
@pulumi.getter
|
|
1076
|
-
def group(self) -> Optional[str]:
|
|
1077
|
+
def group(self) -> Optional[builtins.str]:
|
|
1077
1078
|
"""
|
|
1078
1079
|
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>`).
|
|
1079
1080
|
"""
|
|
@@ -1089,7 +1090,7 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1089
1090
|
|
|
1090
1091
|
@property
|
|
1091
1092
|
@pulumi.getter(name="preserveUnknownFields")
|
|
1092
|
-
def preserve_unknown_fields(self) -> Optional[bool]:
|
|
1093
|
+
def preserve_unknown_fields(self) -> Optional[builtins.bool]:
|
|
1093
1094
|
"""
|
|
1094
1095
|
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.
|
|
1095
1096
|
"""
|
|
@@ -1097,7 +1098,7 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1097
1098
|
|
|
1098
1099
|
@property
|
|
1099
1100
|
@pulumi.getter
|
|
1100
|
-
def scope(self) -> Optional[str]:
|
|
1101
|
+
def scope(self) -> Optional[builtins.str]:
|
|
1101
1102
|
"""
|
|
1102
1103
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1103
1104
|
"""
|
|
@@ -1121,7 +1122,7 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1121
1122
|
|
|
1122
1123
|
@property
|
|
1123
1124
|
@pulumi.getter
|
|
1124
|
-
def version(self) -> Optional[str]:
|
|
1125
|
+
def version(self) -> Optional[builtins.str]:
|
|
1125
1126
|
"""
|
|
1126
1127
|
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.
|
|
1127
1128
|
"""
|
|
@@ -1162,12 +1163,12 @@ class CustomResourceDefinitionStatus(dict):
|
|
|
1162
1163
|
|
|
1163
1164
|
def __init__(__self__, *,
|
|
1164
1165
|
accepted_names: 'outputs.CustomResourceDefinitionNames',
|
|
1165
|
-
stored_versions: Sequence[str],
|
|
1166
|
+
stored_versions: Sequence[builtins.str],
|
|
1166
1167
|
conditions: Optional[Sequence['outputs.CustomResourceDefinitionCondition']] = None):
|
|
1167
1168
|
"""
|
|
1168
1169
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1169
1170
|
:param 'CustomResourceDefinitionNamesArgs' accepted_names: acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1170
|
-
:param Sequence[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.
|
|
1171
|
+
:param Sequence[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.
|
|
1171
1172
|
:param Sequence['CustomResourceDefinitionConditionArgs'] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1172
1173
|
"""
|
|
1173
1174
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1185,7 +1186,7 @@ class CustomResourceDefinitionStatus(dict):
|
|
|
1185
1186
|
|
|
1186
1187
|
@property
|
|
1187
1188
|
@pulumi.getter(name="storedVersions")
|
|
1188
|
-
def stored_versions(self) -> Sequence[str]:
|
|
1189
|
+
def stored_versions(self) -> Sequence[builtins.str]:
|
|
1189
1190
|
"""
|
|
1190
1191
|
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.
|
|
1191
1192
|
"""
|
|
@@ -1227,12 +1228,12 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1227
1228
|
def __init__(__self__, *,
|
|
1228
1229
|
accepted_names: Optional['outputs.CustomResourceDefinitionNamesPatch'] = None,
|
|
1229
1230
|
conditions: Optional[Sequence['outputs.CustomResourceDefinitionConditionPatch']] = None,
|
|
1230
|
-
stored_versions: Optional[Sequence[str]] = None):
|
|
1231
|
+
stored_versions: Optional[Sequence[builtins.str]] = None):
|
|
1231
1232
|
"""
|
|
1232
1233
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1233
1234
|
:param 'CustomResourceDefinitionNamesPatchArgs' accepted_names: acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1234
1235
|
:param Sequence['CustomResourceDefinitionConditionPatchArgs'] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1235
|
-
:param Sequence[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.
|
|
1236
|
+
:param Sequence[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.
|
|
1236
1237
|
"""
|
|
1237
1238
|
if accepted_names is not None:
|
|
1238
1239
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1259,7 +1260,7 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1259
1260
|
|
|
1260
1261
|
@property
|
|
1261
1262
|
@pulumi.getter(name="storedVersions")
|
|
1262
|
-
def stored_versions(self) -> Optional[Sequence[str]]:
|
|
1263
|
+
def stored_versions(self) -> Optional[Sequence[builtins.str]]:
|
|
1263
1264
|
"""
|
|
1264
1265
|
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.
|
|
1265
1266
|
"""
|
|
@@ -1291,22 +1292,22 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1291
1292
|
return super().get(key, default)
|
|
1292
1293
|
|
|
1293
1294
|
def __init__(__self__, *,
|
|
1294
|
-
name: str,
|
|
1295
|
-
served: bool,
|
|
1296
|
-
storage: bool,
|
|
1295
|
+
name: builtins.str,
|
|
1296
|
+
served: builtins.bool,
|
|
1297
|
+
storage: builtins.bool,
|
|
1297
1298
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinition']] = None,
|
|
1298
|
-
deprecated: Optional[bool] = None,
|
|
1299
|
-
deprecation_warning: Optional[str] = None,
|
|
1299
|
+
deprecated: Optional[builtins.bool] = None,
|
|
1300
|
+
deprecation_warning: Optional[builtins.str] = None,
|
|
1300
1301
|
schema: Optional['outputs.CustomResourceValidation'] = None,
|
|
1301
1302
|
subresources: Optional['outputs.CustomResourceSubresources'] = None):
|
|
1302
1303
|
"""
|
|
1303
1304
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1304
|
-
:param 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.
|
|
1305
|
-
:param bool served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1306
|
-
:param bool storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1305
|
+
:param 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.
|
|
1306
|
+
:param builtins.bool served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1307
|
+
:param 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.
|
|
1307
1308
|
:param Sequence['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.
|
|
1308
|
-
:param 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.
|
|
1309
|
-
:param 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.
|
|
1309
|
+
:param 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.
|
|
1310
|
+
:param 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.
|
|
1310
1311
|
:param '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).
|
|
1311
1312
|
:param '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).
|
|
1312
1313
|
"""
|
|
@@ -1326,7 +1327,7 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1326
1327
|
|
|
1327
1328
|
@property
|
|
1328
1329
|
@pulumi.getter
|
|
1329
|
-
def name(self) -> str:
|
|
1330
|
+
def name(self) -> builtins.str:
|
|
1330
1331
|
"""
|
|
1331
1332
|
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.
|
|
1332
1333
|
"""
|
|
@@ -1334,7 +1335,7 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1334
1335
|
|
|
1335
1336
|
@property
|
|
1336
1337
|
@pulumi.getter
|
|
1337
|
-
def served(self) -> bool:
|
|
1338
|
+
def served(self) -> builtins.bool:
|
|
1338
1339
|
"""
|
|
1339
1340
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1340
1341
|
"""
|
|
@@ -1342,7 +1343,7 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1342
1343
|
|
|
1343
1344
|
@property
|
|
1344
1345
|
@pulumi.getter
|
|
1345
|
-
def storage(self) -> bool:
|
|
1346
|
+
def storage(self) -> builtins.bool:
|
|
1346
1347
|
"""
|
|
1347
1348
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1348
1349
|
"""
|
|
@@ -1358,7 +1359,7 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1358
1359
|
|
|
1359
1360
|
@property
|
|
1360
1361
|
@pulumi.getter
|
|
1361
|
-
def deprecated(self) -> Optional[bool]:
|
|
1362
|
+
def deprecated(self) -> Optional[builtins.bool]:
|
|
1362
1363
|
"""
|
|
1363
1364
|
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.
|
|
1364
1365
|
"""
|
|
@@ -1366,7 +1367,7 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1366
1367
|
|
|
1367
1368
|
@property
|
|
1368
1369
|
@pulumi.getter(name="deprecationWarning")
|
|
1369
|
-
def deprecation_warning(self) -> Optional[str]:
|
|
1370
|
+
def deprecation_warning(self) -> Optional[builtins.str]:
|
|
1370
1371
|
"""
|
|
1371
1372
|
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.
|
|
1372
1373
|
"""
|
|
@@ -1415,22 +1416,22 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1415
1416
|
|
|
1416
1417
|
def __init__(__self__, *,
|
|
1417
1418
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']] = None,
|
|
1418
|
-
deprecated: Optional[bool] = None,
|
|
1419
|
-
deprecation_warning: Optional[str] = None,
|
|
1420
|
-
name: Optional[str] = None,
|
|
1419
|
+
deprecated: Optional[builtins.bool] = None,
|
|
1420
|
+
deprecation_warning: Optional[builtins.str] = None,
|
|
1421
|
+
name: Optional[builtins.str] = None,
|
|
1421
1422
|
schema: Optional['outputs.CustomResourceValidationPatch'] = None,
|
|
1422
|
-
served: Optional[bool] = None,
|
|
1423
|
-
storage: Optional[bool] = None,
|
|
1423
|
+
served: Optional[builtins.bool] = None,
|
|
1424
|
+
storage: Optional[builtins.bool] = None,
|
|
1424
1425
|
subresources: Optional['outputs.CustomResourceSubresourcesPatch'] = None):
|
|
1425
1426
|
"""
|
|
1426
1427
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1427
1428
|
:param Sequence['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.
|
|
1428
|
-
:param 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.
|
|
1429
|
-
:param 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.
|
|
1430
|
-
:param 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.
|
|
1429
|
+
:param 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.
|
|
1430
|
+
:param 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.
|
|
1431
|
+
:param 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.
|
|
1431
1432
|
:param '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).
|
|
1432
|
-
:param bool served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1433
|
-
:param bool storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1433
|
+
:param builtins.bool served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1434
|
+
:param 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.
|
|
1434
1435
|
:param '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).
|
|
1435
1436
|
"""
|
|
1436
1437
|
if additional_printer_columns is not None:
|
|
@@ -1460,7 +1461,7 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1460
1461
|
|
|
1461
1462
|
@property
|
|
1462
1463
|
@pulumi.getter
|
|
1463
|
-
def deprecated(self) -> Optional[bool]:
|
|
1464
|
+
def deprecated(self) -> Optional[builtins.bool]:
|
|
1464
1465
|
"""
|
|
1465
1466
|
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.
|
|
1466
1467
|
"""
|
|
@@ -1468,7 +1469,7 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1468
1469
|
|
|
1469
1470
|
@property
|
|
1470
1471
|
@pulumi.getter(name="deprecationWarning")
|
|
1471
|
-
def deprecation_warning(self) -> Optional[str]:
|
|
1472
|
+
def deprecation_warning(self) -> Optional[builtins.str]:
|
|
1472
1473
|
"""
|
|
1473
1474
|
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.
|
|
1474
1475
|
"""
|
|
@@ -1476,7 +1477,7 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1476
1477
|
|
|
1477
1478
|
@property
|
|
1478
1479
|
@pulumi.getter
|
|
1479
|
-
def name(self) -> Optional[str]:
|
|
1480
|
+
def name(self) -> Optional[builtins.str]:
|
|
1480
1481
|
"""
|
|
1481
1482
|
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.
|
|
1482
1483
|
"""
|
|
@@ -1492,7 +1493,7 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1492
1493
|
|
|
1493
1494
|
@property
|
|
1494
1495
|
@pulumi.getter
|
|
1495
|
-
def served(self) -> Optional[bool]:
|
|
1496
|
+
def served(self) -> Optional[builtins.bool]:
|
|
1496
1497
|
"""
|
|
1497
1498
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1498
1499
|
"""
|
|
@@ -1500,7 +1501,7 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1500
1501
|
|
|
1501
1502
|
@property
|
|
1502
1503
|
@pulumi.getter
|
|
1503
|
-
def storage(self) -> Optional[bool]:
|
|
1504
|
+
def storage(self) -> Optional[builtins.bool]:
|
|
1504
1505
|
"""
|
|
1505
1506
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1506
1507
|
"""
|
|
@@ -1542,14 +1543,14 @@ class CustomResourceSubresourceScale(dict):
|
|
|
1542
1543
|
return super().get(key, default)
|
|
1543
1544
|
|
|
1544
1545
|
def __init__(__self__, *,
|
|
1545
|
-
spec_replicas_path: str,
|
|
1546
|
-
status_replicas_path: str,
|
|
1547
|
-
label_selector_path: Optional[str] = None):
|
|
1546
|
+
spec_replicas_path: builtins.str,
|
|
1547
|
+
status_replicas_path: builtins.str,
|
|
1548
|
+
label_selector_path: Optional[builtins.str] = None):
|
|
1548
1549
|
"""
|
|
1549
1550
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1550
|
-
:param 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.
|
|
1551
|
-
:param 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.
|
|
1552
|
-
:param 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.
|
|
1551
|
+
:param 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.
|
|
1552
|
+
:param 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.
|
|
1553
|
+
:param 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.
|
|
1553
1554
|
"""
|
|
1554
1555
|
pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
|
|
1555
1556
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
@@ -1558,7 +1559,7 @@ class CustomResourceSubresourceScale(dict):
|
|
|
1558
1559
|
|
|
1559
1560
|
@property
|
|
1560
1561
|
@pulumi.getter(name="specReplicasPath")
|
|
1561
|
-
def spec_replicas_path(self) -> str:
|
|
1562
|
+
def spec_replicas_path(self) -> builtins.str:
|
|
1562
1563
|
"""
|
|
1563
1564
|
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.
|
|
1564
1565
|
"""
|
|
@@ -1566,7 +1567,7 @@ class CustomResourceSubresourceScale(dict):
|
|
|
1566
1567
|
|
|
1567
1568
|
@property
|
|
1568
1569
|
@pulumi.getter(name="statusReplicasPath")
|
|
1569
|
-
def status_replicas_path(self) -> str:
|
|
1570
|
+
def status_replicas_path(self) -> builtins.str:
|
|
1570
1571
|
"""
|
|
1571
1572
|
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.
|
|
1572
1573
|
"""
|
|
@@ -1574,7 +1575,7 @@ class CustomResourceSubresourceScale(dict):
|
|
|
1574
1575
|
|
|
1575
1576
|
@property
|
|
1576
1577
|
@pulumi.getter(name="labelSelectorPath")
|
|
1577
|
-
def label_selector_path(self) -> Optional[str]:
|
|
1578
|
+
def label_selector_path(self) -> Optional[builtins.str]:
|
|
1578
1579
|
"""
|
|
1579
1580
|
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.
|
|
1580
1581
|
"""
|
|
@@ -1608,14 +1609,14 @@ class CustomResourceSubresourceScalePatch(dict):
|
|
|
1608
1609
|
return super().get(key, default)
|
|
1609
1610
|
|
|
1610
1611
|
def __init__(__self__, *,
|
|
1611
|
-
label_selector_path: Optional[str] = None,
|
|
1612
|
-
spec_replicas_path: Optional[str] = None,
|
|
1613
|
-
status_replicas_path: Optional[str] = None):
|
|
1612
|
+
label_selector_path: Optional[builtins.str] = None,
|
|
1613
|
+
spec_replicas_path: Optional[builtins.str] = None,
|
|
1614
|
+
status_replicas_path: Optional[builtins.str] = None):
|
|
1614
1615
|
"""
|
|
1615
1616
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1616
|
-
:param 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.
|
|
1617
|
-
:param 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.
|
|
1618
|
-
:param 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.
|
|
1617
|
+
:param 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.
|
|
1618
|
+
:param 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.
|
|
1619
|
+
:param 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.
|
|
1619
1620
|
"""
|
|
1620
1621
|
if label_selector_path is not None:
|
|
1621
1622
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
@@ -1626,7 +1627,7 @@ class CustomResourceSubresourceScalePatch(dict):
|
|
|
1626
1627
|
|
|
1627
1628
|
@property
|
|
1628
1629
|
@pulumi.getter(name="labelSelectorPath")
|
|
1629
|
-
def label_selector_path(self) -> Optional[str]:
|
|
1630
|
+
def label_selector_path(self) -> Optional[builtins.str]:
|
|
1630
1631
|
"""
|
|
1631
1632
|
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.
|
|
1632
1633
|
"""
|
|
@@ -1634,7 +1635,7 @@ class CustomResourceSubresourceScalePatch(dict):
|
|
|
1634
1635
|
|
|
1635
1636
|
@property
|
|
1636
1637
|
@pulumi.getter(name="specReplicasPath")
|
|
1637
|
-
def spec_replicas_path(self) -> Optional[str]:
|
|
1638
|
+
def spec_replicas_path(self) -> Optional[builtins.str]:
|
|
1638
1639
|
"""
|
|
1639
1640
|
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.
|
|
1640
1641
|
"""
|
|
@@ -1642,7 +1643,7 @@ class CustomResourceSubresourceScalePatch(dict):
|
|
|
1642
1643
|
|
|
1643
1644
|
@property
|
|
1644
1645
|
@pulumi.getter(name="statusReplicasPath")
|
|
1645
|
-
def status_replicas_path(self) -> Optional[str]:
|
|
1646
|
+
def status_replicas_path(self) -> Optional[builtins.str]:
|
|
1646
1647
|
"""
|
|
1647
1648
|
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.
|
|
1648
1649
|
"""
|
|
@@ -1805,8 +1806,8 @@ class ExternalDocumentation(dict):
|
|
|
1805
1806
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1806
1807
|
"""
|
|
1807
1808
|
def __init__(__self__, *,
|
|
1808
|
-
description: Optional[str] = None,
|
|
1809
|
-
url: Optional[str] = None):
|
|
1809
|
+
description: Optional[builtins.str] = None,
|
|
1810
|
+
url: Optional[builtins.str] = None):
|
|
1810
1811
|
"""
|
|
1811
1812
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1812
1813
|
"""
|
|
@@ -1817,12 +1818,12 @@ class ExternalDocumentation(dict):
|
|
|
1817
1818
|
|
|
1818
1819
|
@property
|
|
1819
1820
|
@pulumi.getter
|
|
1820
|
-
def description(self) -> Optional[str]:
|
|
1821
|
+
def description(self) -> Optional[builtins.str]:
|
|
1821
1822
|
return pulumi.get(self, "description")
|
|
1822
1823
|
|
|
1823
1824
|
@property
|
|
1824
1825
|
@pulumi.getter
|
|
1825
|
-
def url(self) -> Optional[str]:
|
|
1826
|
+
def url(self) -> Optional[builtins.str]:
|
|
1826
1827
|
return pulumi.get(self, "url")
|
|
1827
1828
|
|
|
1828
1829
|
|
|
@@ -1832,8 +1833,8 @@ class ExternalDocumentationPatch(dict):
|
|
|
1832
1833
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1833
1834
|
"""
|
|
1834
1835
|
def __init__(__self__, *,
|
|
1835
|
-
description: Optional[str] = None,
|
|
1836
|
-
url: Optional[str] = None):
|
|
1836
|
+
description: Optional[builtins.str] = None,
|
|
1837
|
+
url: Optional[builtins.str] = None):
|
|
1837
1838
|
"""
|
|
1838
1839
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1839
1840
|
"""
|
|
@@ -1844,12 +1845,12 @@ class ExternalDocumentationPatch(dict):
|
|
|
1844
1845
|
|
|
1845
1846
|
@property
|
|
1846
1847
|
@pulumi.getter
|
|
1847
|
-
def description(self) -> Optional[str]:
|
|
1848
|
+
def description(self) -> Optional[builtins.str]:
|
|
1848
1849
|
return pulumi.get(self, "description")
|
|
1849
1850
|
|
|
1850
1851
|
@property
|
|
1851
1852
|
@pulumi.getter
|
|
1852
|
-
def url(self) -> Optional[str]:
|
|
1853
|
+
def url(self) -> Optional[builtins.str]:
|
|
1853
1854
|
return pulumi.get(self, "url")
|
|
1854
1855
|
|
|
1855
1856
|
|
|
@@ -1914,8 +1915,8 @@ class JSONSchemaProps(dict):
|
|
|
1914
1915
|
return super().get(key, default)
|
|
1915
1916
|
|
|
1916
1917
|
def __init__(__self__, *,
|
|
1917
|
-
_ref: Optional[str] = None,
|
|
1918
|
-
_schema: Optional[str] = None,
|
|
1918
|
+
_ref: Optional[builtins.str] = None,
|
|
1919
|
+
_schema: Optional[builtins.str] = None,
|
|
1919
1920
|
additional_items: Optional[Any] = None,
|
|
1920
1921
|
additional_properties: Optional[Any] = None,
|
|
1921
1922
|
all_of: Optional[Sequence['outputs.JSONSchemaProps']] = None,
|
|
@@ -1923,48 +1924,48 @@ class JSONSchemaProps(dict):
|
|
|
1923
1924
|
default: Optional[Any] = None,
|
|
1924
1925
|
definitions: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1925
1926
|
dependencies: Optional[Mapping[str, Any]] = None,
|
|
1926
|
-
description: Optional[str] = None,
|
|
1927
|
+
description: Optional[builtins.str] = None,
|
|
1927
1928
|
enum: Optional[Sequence[Any]] = None,
|
|
1928
1929
|
example: Optional[Any] = None,
|
|
1929
|
-
exclusive_maximum: Optional[bool] = None,
|
|
1930
|
-
exclusive_minimum: Optional[bool] = None,
|
|
1930
|
+
exclusive_maximum: Optional[builtins.bool] = None,
|
|
1931
|
+
exclusive_minimum: Optional[builtins.bool] = None,
|
|
1931
1932
|
external_docs: Optional['outputs.ExternalDocumentation'] = None,
|
|
1932
|
-
format: Optional[str] = None,
|
|
1933
|
-
id: Optional[str] = None,
|
|
1933
|
+
format: Optional[builtins.str] = None,
|
|
1934
|
+
id: Optional[builtins.str] = None,
|
|
1934
1935
|
items: Optional[Any] = None,
|
|
1935
|
-
max_items: Optional[int] = None,
|
|
1936
|
-
max_length: Optional[int] = None,
|
|
1937
|
-
max_properties: Optional[int] = None,
|
|
1938
|
-
maximum: Optional[float] = None,
|
|
1939
|
-
min_items: Optional[int] = None,
|
|
1940
|
-
min_length: Optional[int] = None,
|
|
1941
|
-
min_properties: Optional[int] = None,
|
|
1942
|
-
minimum: Optional[float] = None,
|
|
1943
|
-
multiple_of: Optional[float] = None,
|
|
1936
|
+
max_items: Optional[builtins.int] = None,
|
|
1937
|
+
max_length: Optional[builtins.int] = None,
|
|
1938
|
+
max_properties: Optional[builtins.int] = None,
|
|
1939
|
+
maximum: Optional[builtins.float] = None,
|
|
1940
|
+
min_items: Optional[builtins.int] = None,
|
|
1941
|
+
min_length: Optional[builtins.int] = None,
|
|
1942
|
+
min_properties: Optional[builtins.int] = None,
|
|
1943
|
+
minimum: Optional[builtins.float] = None,
|
|
1944
|
+
multiple_of: Optional[builtins.float] = None,
|
|
1944
1945
|
not_: Optional['outputs.JSONSchemaProps'] = None,
|
|
1945
|
-
nullable: Optional[bool] = None,
|
|
1946
|
+
nullable: Optional[builtins.bool] = None,
|
|
1946
1947
|
one_of: Optional[Sequence['outputs.JSONSchemaProps']] = None,
|
|
1947
|
-
pattern: Optional[str] = None,
|
|
1948
|
+
pattern: Optional[builtins.str] = None,
|
|
1948
1949
|
pattern_properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1949
1950
|
properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1950
|
-
required: Optional[Sequence[str]] = None,
|
|
1951
|
-
title: Optional[str] = None,
|
|
1952
|
-
type: Optional[str] = None,
|
|
1953
|
-
unique_items: Optional[bool] = None,
|
|
1954
|
-
x_kubernetes_embedded_resource: Optional[bool] = None,
|
|
1955
|
-
x_kubernetes_int_or_string: Optional[bool] = None,
|
|
1956
|
-
x_kubernetes_list_map_keys: Optional[Sequence[str]] = None,
|
|
1957
|
-
x_kubernetes_list_type: Optional[str] = None,
|
|
1958
|
-
x_kubernetes_map_type: Optional[str] = None,
|
|
1959
|
-
x_kubernetes_preserve_unknown_fields: Optional[bool] = None):
|
|
1951
|
+
required: Optional[Sequence[builtins.str]] = None,
|
|
1952
|
+
title: Optional[builtins.str] = None,
|
|
1953
|
+
type: Optional[builtins.str] = None,
|
|
1954
|
+
unique_items: Optional[builtins.bool] = None,
|
|
1955
|
+
x_kubernetes_embedded_resource: Optional[builtins.bool] = None,
|
|
1956
|
+
x_kubernetes_int_or_string: Optional[builtins.bool] = None,
|
|
1957
|
+
x_kubernetes_list_map_keys: Optional[Sequence[builtins.str]] = None,
|
|
1958
|
+
x_kubernetes_list_type: Optional[builtins.str] = None,
|
|
1959
|
+
x_kubernetes_map_type: Optional[builtins.str] = None,
|
|
1960
|
+
x_kubernetes_preserve_unknown_fields: Optional[builtins.bool] = None):
|
|
1960
1961
|
"""
|
|
1961
1962
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
1962
1963
|
: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.
|
|
1963
|
-
:param str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
1964
|
+
:param builtins.str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
1964
1965
|
|
|
1965
1966
|
- 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.
|
|
1966
|
-
:param 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).
|
|
1967
|
-
:param 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:
|
|
1967
|
+
:param 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).
|
|
1968
|
+
:param 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:
|
|
1968
1969
|
|
|
1969
1970
|
1) anyOf:
|
|
1970
1971
|
- type: integer
|
|
@@ -1974,10 +1975,10 @@ class JSONSchemaProps(dict):
|
|
|
1974
1975
|
- type: integer
|
|
1975
1976
|
- type: string
|
|
1976
1977
|
- ... zero or more
|
|
1977
|
-
:param Sequence[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.
|
|
1978
|
+
:param Sequence[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.
|
|
1978
1979
|
|
|
1979
1980
|
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).
|
|
1980
|
-
:param 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:
|
|
1981
|
+
:param 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:
|
|
1981
1982
|
|
|
1982
1983
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
1983
1984
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -1991,7 +1992,7 @@ class JSONSchemaProps(dict):
|
|
|
1991
1992
|
used to identify them. Order is preserved upon merge. The map tag
|
|
1992
1993
|
must only be used on a list with elements of type object.
|
|
1993
1994
|
Defaults to atomic for arrays.
|
|
1994
|
-
:param 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:
|
|
1995
|
+
:param 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:
|
|
1995
1996
|
|
|
1996
1997
|
1) `granular`:
|
|
1997
1998
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -1999,7 +2000,7 @@ class JSONSchemaProps(dict):
|
|
|
1999
2000
|
the default behaviour for all maps.
|
|
2000
2001
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2001
2002
|
Atomic maps will be entirely replaced when updated.
|
|
2002
|
-
:param 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.
|
|
2003
|
+
:param 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.
|
|
2003
2004
|
"""
|
|
2004
2005
|
if _ref is not None:
|
|
2005
2006
|
pulumi.set(__self__, "_ref", _ref)
|
|
@@ -2090,12 +2091,12 @@ class JSONSchemaProps(dict):
|
|
|
2090
2091
|
|
|
2091
2092
|
@property
|
|
2092
2093
|
@pulumi.getter(name="$ref")
|
|
2093
|
-
def _ref(self) -> Optional[str]:
|
|
2094
|
+
def _ref(self) -> Optional[builtins.str]:
|
|
2094
2095
|
return pulumi.get(self, "_ref")
|
|
2095
2096
|
|
|
2096
2097
|
@property
|
|
2097
2098
|
@pulumi.getter(name="$schema")
|
|
2098
|
-
def _schema(self) -> Optional[str]:
|
|
2099
|
+
def _schema(self) -> Optional[builtins.str]:
|
|
2099
2100
|
return pulumi.get(self, "_schema")
|
|
2100
2101
|
|
|
2101
2102
|
@property
|
|
@@ -2138,7 +2139,7 @@ class JSONSchemaProps(dict):
|
|
|
2138
2139
|
|
|
2139
2140
|
@property
|
|
2140
2141
|
@pulumi.getter
|
|
2141
|
-
def description(self) -> Optional[str]:
|
|
2142
|
+
def description(self) -> Optional[builtins.str]:
|
|
2142
2143
|
return pulumi.get(self, "description")
|
|
2143
2144
|
|
|
2144
2145
|
@property
|
|
@@ -2153,12 +2154,12 @@ class JSONSchemaProps(dict):
|
|
|
2153
2154
|
|
|
2154
2155
|
@property
|
|
2155
2156
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2156
|
-
def exclusive_maximum(self) -> Optional[bool]:
|
|
2157
|
+
def exclusive_maximum(self) -> Optional[builtins.bool]:
|
|
2157
2158
|
return pulumi.get(self, "exclusive_maximum")
|
|
2158
2159
|
|
|
2159
2160
|
@property
|
|
2160
2161
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2161
|
-
def exclusive_minimum(self) -> Optional[bool]:
|
|
2162
|
+
def exclusive_minimum(self) -> Optional[builtins.bool]:
|
|
2162
2163
|
return pulumi.get(self, "exclusive_minimum")
|
|
2163
2164
|
|
|
2164
2165
|
@property
|
|
@@ -2168,7 +2169,7 @@ class JSONSchemaProps(dict):
|
|
|
2168
2169
|
|
|
2169
2170
|
@property
|
|
2170
2171
|
@pulumi.getter
|
|
2171
|
-
def format(self) -> Optional[str]:
|
|
2172
|
+
def format(self) -> Optional[builtins.str]:
|
|
2172
2173
|
"""
|
|
2173
2174
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2174
2175
|
|
|
@@ -2178,7 +2179,7 @@ class JSONSchemaProps(dict):
|
|
|
2178
2179
|
|
|
2179
2180
|
@property
|
|
2180
2181
|
@pulumi.getter
|
|
2181
|
-
def id(self) -> Optional[str]:
|
|
2182
|
+
def id(self) -> Optional[builtins.str]:
|
|
2182
2183
|
return pulumi.get(self, "id")
|
|
2183
2184
|
|
|
2184
2185
|
@property
|
|
@@ -2188,47 +2189,47 @@ class JSONSchemaProps(dict):
|
|
|
2188
2189
|
|
|
2189
2190
|
@property
|
|
2190
2191
|
@pulumi.getter(name="maxItems")
|
|
2191
|
-
def max_items(self) -> Optional[int]:
|
|
2192
|
+
def max_items(self) -> Optional[builtins.int]:
|
|
2192
2193
|
return pulumi.get(self, "max_items")
|
|
2193
2194
|
|
|
2194
2195
|
@property
|
|
2195
2196
|
@pulumi.getter(name="maxLength")
|
|
2196
|
-
def max_length(self) -> Optional[int]:
|
|
2197
|
+
def max_length(self) -> Optional[builtins.int]:
|
|
2197
2198
|
return pulumi.get(self, "max_length")
|
|
2198
2199
|
|
|
2199
2200
|
@property
|
|
2200
2201
|
@pulumi.getter(name="maxProperties")
|
|
2201
|
-
def max_properties(self) -> Optional[int]:
|
|
2202
|
+
def max_properties(self) -> Optional[builtins.int]:
|
|
2202
2203
|
return pulumi.get(self, "max_properties")
|
|
2203
2204
|
|
|
2204
2205
|
@property
|
|
2205
2206
|
@pulumi.getter
|
|
2206
|
-
def maximum(self) -> Optional[float]:
|
|
2207
|
+
def maximum(self) -> Optional[builtins.float]:
|
|
2207
2208
|
return pulumi.get(self, "maximum")
|
|
2208
2209
|
|
|
2209
2210
|
@property
|
|
2210
2211
|
@pulumi.getter(name="minItems")
|
|
2211
|
-
def min_items(self) -> Optional[int]:
|
|
2212
|
+
def min_items(self) -> Optional[builtins.int]:
|
|
2212
2213
|
return pulumi.get(self, "min_items")
|
|
2213
2214
|
|
|
2214
2215
|
@property
|
|
2215
2216
|
@pulumi.getter(name="minLength")
|
|
2216
|
-
def min_length(self) -> Optional[int]:
|
|
2217
|
+
def min_length(self) -> Optional[builtins.int]:
|
|
2217
2218
|
return pulumi.get(self, "min_length")
|
|
2218
2219
|
|
|
2219
2220
|
@property
|
|
2220
2221
|
@pulumi.getter(name="minProperties")
|
|
2221
|
-
def min_properties(self) -> Optional[int]:
|
|
2222
|
+
def min_properties(self) -> Optional[builtins.int]:
|
|
2222
2223
|
return pulumi.get(self, "min_properties")
|
|
2223
2224
|
|
|
2224
2225
|
@property
|
|
2225
2226
|
@pulumi.getter
|
|
2226
|
-
def minimum(self) -> Optional[float]:
|
|
2227
|
+
def minimum(self) -> Optional[builtins.float]:
|
|
2227
2228
|
return pulumi.get(self, "minimum")
|
|
2228
2229
|
|
|
2229
2230
|
@property
|
|
2230
2231
|
@pulumi.getter(name="multipleOf")
|
|
2231
|
-
def multiple_of(self) -> Optional[float]:
|
|
2232
|
+
def multiple_of(self) -> Optional[builtins.float]:
|
|
2232
2233
|
return pulumi.get(self, "multiple_of")
|
|
2233
2234
|
|
|
2234
2235
|
@property
|
|
@@ -2238,7 +2239,7 @@ class JSONSchemaProps(dict):
|
|
|
2238
2239
|
|
|
2239
2240
|
@property
|
|
2240
2241
|
@pulumi.getter
|
|
2241
|
-
def nullable(self) -> Optional[bool]:
|
|
2242
|
+
def nullable(self) -> Optional[builtins.bool]:
|
|
2242
2243
|
return pulumi.get(self, "nullable")
|
|
2243
2244
|
|
|
2244
2245
|
@property
|
|
@@ -2248,7 +2249,7 @@ class JSONSchemaProps(dict):
|
|
|
2248
2249
|
|
|
2249
2250
|
@property
|
|
2250
2251
|
@pulumi.getter
|
|
2251
|
-
def pattern(self) -> Optional[str]:
|
|
2252
|
+
def pattern(self) -> Optional[builtins.str]:
|
|
2252
2253
|
return pulumi.get(self, "pattern")
|
|
2253
2254
|
|
|
2254
2255
|
@property
|
|
@@ -2263,27 +2264,27 @@ class JSONSchemaProps(dict):
|
|
|
2263
2264
|
|
|
2264
2265
|
@property
|
|
2265
2266
|
@pulumi.getter
|
|
2266
|
-
def required(self) -> Optional[Sequence[str]]:
|
|
2267
|
+
def required(self) -> Optional[Sequence[builtins.str]]:
|
|
2267
2268
|
return pulumi.get(self, "required")
|
|
2268
2269
|
|
|
2269
2270
|
@property
|
|
2270
2271
|
@pulumi.getter
|
|
2271
|
-
def title(self) -> Optional[str]:
|
|
2272
|
+
def title(self) -> Optional[builtins.str]:
|
|
2272
2273
|
return pulumi.get(self, "title")
|
|
2273
2274
|
|
|
2274
2275
|
@property
|
|
2275
2276
|
@pulumi.getter
|
|
2276
|
-
def type(self) -> Optional[str]:
|
|
2277
|
+
def type(self) -> Optional[builtins.str]:
|
|
2277
2278
|
return pulumi.get(self, "type")
|
|
2278
2279
|
|
|
2279
2280
|
@property
|
|
2280
2281
|
@pulumi.getter(name="uniqueItems")
|
|
2281
|
-
def unique_items(self) -> Optional[bool]:
|
|
2282
|
+
def unique_items(self) -> Optional[builtins.bool]:
|
|
2282
2283
|
return pulumi.get(self, "unique_items")
|
|
2283
2284
|
|
|
2284
2285
|
@property
|
|
2285
2286
|
@pulumi.getter
|
|
2286
|
-
def x_kubernetes_embedded_resource(self) -> Optional[bool]:
|
|
2287
|
+
def x_kubernetes_embedded_resource(self) -> Optional[builtins.bool]:
|
|
2287
2288
|
"""
|
|
2288
2289
|
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).
|
|
2289
2290
|
"""
|
|
@@ -2291,7 +2292,7 @@ class JSONSchemaProps(dict):
|
|
|
2291
2292
|
|
|
2292
2293
|
@property
|
|
2293
2294
|
@pulumi.getter
|
|
2294
|
-
def x_kubernetes_int_or_string(self) -> Optional[bool]:
|
|
2295
|
+
def x_kubernetes_int_or_string(self) -> Optional[builtins.bool]:
|
|
2295
2296
|
"""
|
|
2296
2297
|
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:
|
|
2297
2298
|
|
|
@@ -2308,7 +2309,7 @@ class JSONSchemaProps(dict):
|
|
|
2308
2309
|
|
|
2309
2310
|
@property
|
|
2310
2311
|
@pulumi.getter
|
|
2311
|
-
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[str]]:
|
|
2312
|
+
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[builtins.str]]:
|
|
2312
2313
|
"""
|
|
2313
2314
|
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.
|
|
2314
2315
|
|
|
@@ -2318,7 +2319,7 @@ class JSONSchemaProps(dict):
|
|
|
2318
2319
|
|
|
2319
2320
|
@property
|
|
2320
2321
|
@pulumi.getter
|
|
2321
|
-
def x_kubernetes_list_type(self) -> Optional[str]:
|
|
2322
|
+
def x_kubernetes_list_type(self) -> Optional[builtins.str]:
|
|
2322
2323
|
"""
|
|
2323
2324
|
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:
|
|
2324
2325
|
|
|
@@ -2339,7 +2340,7 @@ class JSONSchemaProps(dict):
|
|
|
2339
2340
|
|
|
2340
2341
|
@property
|
|
2341
2342
|
@pulumi.getter
|
|
2342
|
-
def x_kubernetes_map_type(self) -> Optional[str]:
|
|
2343
|
+
def x_kubernetes_map_type(self) -> Optional[builtins.str]:
|
|
2343
2344
|
"""
|
|
2344
2345
|
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:
|
|
2345
2346
|
|
|
@@ -2354,7 +2355,7 @@ class JSONSchemaProps(dict):
|
|
|
2354
2355
|
|
|
2355
2356
|
@property
|
|
2356
2357
|
@pulumi.getter
|
|
2357
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[bool]:
|
|
2358
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[builtins.bool]:
|
|
2358
2359
|
"""
|
|
2359
2360
|
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.
|
|
2360
2361
|
"""
|
|
@@ -2422,8 +2423,8 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2422
2423
|
return super().get(key, default)
|
|
2423
2424
|
|
|
2424
2425
|
def __init__(__self__, *,
|
|
2425
|
-
_ref: Optional[str] = None,
|
|
2426
|
-
_schema: Optional[str] = None,
|
|
2426
|
+
_ref: Optional[builtins.str] = None,
|
|
2427
|
+
_schema: Optional[builtins.str] = None,
|
|
2427
2428
|
additional_items: Optional[Any] = None,
|
|
2428
2429
|
additional_properties: Optional[Any] = None,
|
|
2429
2430
|
all_of: Optional[Sequence['outputs.JSONSchemaPropsPatch']] = None,
|
|
@@ -2431,48 +2432,48 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2431
2432
|
default: Optional[Any] = None,
|
|
2432
2433
|
definitions: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2433
2434
|
dependencies: Optional[Mapping[str, Any]] = None,
|
|
2434
|
-
description: Optional[str] = None,
|
|
2435
|
+
description: Optional[builtins.str] = None,
|
|
2435
2436
|
enum: Optional[Sequence[Any]] = None,
|
|
2436
2437
|
example: Optional[Any] = None,
|
|
2437
|
-
exclusive_maximum: Optional[bool] = None,
|
|
2438
|
-
exclusive_minimum: Optional[bool] = None,
|
|
2438
|
+
exclusive_maximum: Optional[builtins.bool] = None,
|
|
2439
|
+
exclusive_minimum: Optional[builtins.bool] = None,
|
|
2439
2440
|
external_docs: Optional['outputs.ExternalDocumentationPatch'] = None,
|
|
2440
|
-
format: Optional[str] = None,
|
|
2441
|
-
id: Optional[str] = None,
|
|
2441
|
+
format: Optional[builtins.str] = None,
|
|
2442
|
+
id: Optional[builtins.str] = None,
|
|
2442
2443
|
items: Optional[Any] = None,
|
|
2443
|
-
max_items: Optional[int] = None,
|
|
2444
|
-
max_length: Optional[int] = None,
|
|
2445
|
-
max_properties: Optional[int] = None,
|
|
2446
|
-
maximum: Optional[float] = None,
|
|
2447
|
-
min_items: Optional[int] = None,
|
|
2448
|
-
min_length: Optional[int] = None,
|
|
2449
|
-
min_properties: Optional[int] = None,
|
|
2450
|
-
minimum: Optional[float] = None,
|
|
2451
|
-
multiple_of: Optional[float] = None,
|
|
2444
|
+
max_items: Optional[builtins.int] = None,
|
|
2445
|
+
max_length: Optional[builtins.int] = None,
|
|
2446
|
+
max_properties: Optional[builtins.int] = None,
|
|
2447
|
+
maximum: Optional[builtins.float] = None,
|
|
2448
|
+
min_items: Optional[builtins.int] = None,
|
|
2449
|
+
min_length: Optional[builtins.int] = None,
|
|
2450
|
+
min_properties: Optional[builtins.int] = None,
|
|
2451
|
+
minimum: Optional[builtins.float] = None,
|
|
2452
|
+
multiple_of: Optional[builtins.float] = None,
|
|
2452
2453
|
not_: Optional['outputs.JSONSchemaPropsPatch'] = None,
|
|
2453
|
-
nullable: Optional[bool] = None,
|
|
2454
|
+
nullable: Optional[builtins.bool] = None,
|
|
2454
2455
|
one_of: Optional[Sequence['outputs.JSONSchemaPropsPatch']] = None,
|
|
2455
|
-
pattern: Optional[str] = None,
|
|
2456
|
+
pattern: Optional[builtins.str] = None,
|
|
2456
2457
|
pattern_properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2457
2458
|
properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2458
|
-
required: Optional[Sequence[str]] = None,
|
|
2459
|
-
title: Optional[str] = None,
|
|
2460
|
-
type: Optional[str] = None,
|
|
2461
|
-
unique_items: Optional[bool] = None,
|
|
2462
|
-
x_kubernetes_embedded_resource: Optional[bool] = None,
|
|
2463
|
-
x_kubernetes_int_or_string: Optional[bool] = None,
|
|
2464
|
-
x_kubernetes_list_map_keys: Optional[Sequence[str]] = None,
|
|
2465
|
-
x_kubernetes_list_type: Optional[str] = None,
|
|
2466
|
-
x_kubernetes_map_type: Optional[str] = None,
|
|
2467
|
-
x_kubernetes_preserve_unknown_fields: Optional[bool] = None):
|
|
2459
|
+
required: Optional[Sequence[builtins.str]] = None,
|
|
2460
|
+
title: Optional[builtins.str] = None,
|
|
2461
|
+
type: Optional[builtins.str] = None,
|
|
2462
|
+
unique_items: Optional[builtins.bool] = None,
|
|
2463
|
+
x_kubernetes_embedded_resource: Optional[builtins.bool] = None,
|
|
2464
|
+
x_kubernetes_int_or_string: Optional[builtins.bool] = None,
|
|
2465
|
+
x_kubernetes_list_map_keys: Optional[Sequence[builtins.str]] = None,
|
|
2466
|
+
x_kubernetes_list_type: Optional[builtins.str] = None,
|
|
2467
|
+
x_kubernetes_map_type: Optional[builtins.str] = None,
|
|
2468
|
+
x_kubernetes_preserve_unknown_fields: Optional[builtins.bool] = None):
|
|
2468
2469
|
"""
|
|
2469
2470
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2470
2471
|
: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.
|
|
2471
|
-
:param str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2472
|
+
:param builtins.str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2472
2473
|
|
|
2473
2474
|
- 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.
|
|
2474
|
-
:param 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).
|
|
2475
|
-
:param 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:
|
|
2475
|
+
:param 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).
|
|
2476
|
+
:param 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:
|
|
2476
2477
|
|
|
2477
2478
|
1) anyOf:
|
|
2478
2479
|
- type: integer
|
|
@@ -2482,10 +2483,10 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2482
2483
|
- type: integer
|
|
2483
2484
|
- type: string
|
|
2484
2485
|
- ... zero or more
|
|
2485
|
-
:param Sequence[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.
|
|
2486
|
+
:param Sequence[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.
|
|
2486
2487
|
|
|
2487
2488
|
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).
|
|
2488
|
-
:param 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:
|
|
2489
|
+
:param 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:
|
|
2489
2490
|
|
|
2490
2491
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2491
2492
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -2499,7 +2500,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2499
2500
|
used to identify them. Order is preserved upon merge. The map tag
|
|
2500
2501
|
must only be used on a list with elements of type object.
|
|
2501
2502
|
Defaults to atomic for arrays.
|
|
2502
|
-
:param 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:
|
|
2503
|
+
:param 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:
|
|
2503
2504
|
|
|
2504
2505
|
1) `granular`:
|
|
2505
2506
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -2507,7 +2508,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2507
2508
|
the default behaviour for all maps.
|
|
2508
2509
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2509
2510
|
Atomic maps will be entirely replaced when updated.
|
|
2510
|
-
:param 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.
|
|
2511
|
+
:param 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.
|
|
2511
2512
|
"""
|
|
2512
2513
|
if _ref is not None:
|
|
2513
2514
|
pulumi.set(__self__, "_ref", _ref)
|
|
@@ -2598,12 +2599,12 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2598
2599
|
|
|
2599
2600
|
@property
|
|
2600
2601
|
@pulumi.getter(name="$ref")
|
|
2601
|
-
def _ref(self) -> Optional[str]:
|
|
2602
|
+
def _ref(self) -> Optional[builtins.str]:
|
|
2602
2603
|
return pulumi.get(self, "_ref")
|
|
2603
2604
|
|
|
2604
2605
|
@property
|
|
2605
2606
|
@pulumi.getter(name="$schema")
|
|
2606
|
-
def _schema(self) -> Optional[str]:
|
|
2607
|
+
def _schema(self) -> Optional[builtins.str]:
|
|
2607
2608
|
return pulumi.get(self, "_schema")
|
|
2608
2609
|
|
|
2609
2610
|
@property
|
|
@@ -2646,7 +2647,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2646
2647
|
|
|
2647
2648
|
@property
|
|
2648
2649
|
@pulumi.getter
|
|
2649
|
-
def description(self) -> Optional[str]:
|
|
2650
|
+
def description(self) -> Optional[builtins.str]:
|
|
2650
2651
|
return pulumi.get(self, "description")
|
|
2651
2652
|
|
|
2652
2653
|
@property
|
|
@@ -2661,12 +2662,12 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2661
2662
|
|
|
2662
2663
|
@property
|
|
2663
2664
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2664
|
-
def exclusive_maximum(self) -> Optional[bool]:
|
|
2665
|
+
def exclusive_maximum(self) -> Optional[builtins.bool]:
|
|
2665
2666
|
return pulumi.get(self, "exclusive_maximum")
|
|
2666
2667
|
|
|
2667
2668
|
@property
|
|
2668
2669
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2669
|
-
def exclusive_minimum(self) -> Optional[bool]:
|
|
2670
|
+
def exclusive_minimum(self) -> Optional[builtins.bool]:
|
|
2670
2671
|
return pulumi.get(self, "exclusive_minimum")
|
|
2671
2672
|
|
|
2672
2673
|
@property
|
|
@@ -2676,7 +2677,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2676
2677
|
|
|
2677
2678
|
@property
|
|
2678
2679
|
@pulumi.getter
|
|
2679
|
-
def format(self) -> Optional[str]:
|
|
2680
|
+
def format(self) -> Optional[builtins.str]:
|
|
2680
2681
|
"""
|
|
2681
2682
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2682
2683
|
|
|
@@ -2686,7 +2687,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2686
2687
|
|
|
2687
2688
|
@property
|
|
2688
2689
|
@pulumi.getter
|
|
2689
|
-
def id(self) -> Optional[str]:
|
|
2690
|
+
def id(self) -> Optional[builtins.str]:
|
|
2690
2691
|
return pulumi.get(self, "id")
|
|
2691
2692
|
|
|
2692
2693
|
@property
|
|
@@ -2696,47 +2697,47 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2696
2697
|
|
|
2697
2698
|
@property
|
|
2698
2699
|
@pulumi.getter(name="maxItems")
|
|
2699
|
-
def max_items(self) -> Optional[int]:
|
|
2700
|
+
def max_items(self) -> Optional[builtins.int]:
|
|
2700
2701
|
return pulumi.get(self, "max_items")
|
|
2701
2702
|
|
|
2702
2703
|
@property
|
|
2703
2704
|
@pulumi.getter(name="maxLength")
|
|
2704
|
-
def max_length(self) -> Optional[int]:
|
|
2705
|
+
def max_length(self) -> Optional[builtins.int]:
|
|
2705
2706
|
return pulumi.get(self, "max_length")
|
|
2706
2707
|
|
|
2707
2708
|
@property
|
|
2708
2709
|
@pulumi.getter(name="maxProperties")
|
|
2709
|
-
def max_properties(self) -> Optional[int]:
|
|
2710
|
+
def max_properties(self) -> Optional[builtins.int]:
|
|
2710
2711
|
return pulumi.get(self, "max_properties")
|
|
2711
2712
|
|
|
2712
2713
|
@property
|
|
2713
2714
|
@pulumi.getter
|
|
2714
|
-
def maximum(self) -> Optional[float]:
|
|
2715
|
+
def maximum(self) -> Optional[builtins.float]:
|
|
2715
2716
|
return pulumi.get(self, "maximum")
|
|
2716
2717
|
|
|
2717
2718
|
@property
|
|
2718
2719
|
@pulumi.getter(name="minItems")
|
|
2719
|
-
def min_items(self) -> Optional[int]:
|
|
2720
|
+
def min_items(self) -> Optional[builtins.int]:
|
|
2720
2721
|
return pulumi.get(self, "min_items")
|
|
2721
2722
|
|
|
2722
2723
|
@property
|
|
2723
2724
|
@pulumi.getter(name="minLength")
|
|
2724
|
-
def min_length(self) -> Optional[int]:
|
|
2725
|
+
def min_length(self) -> Optional[builtins.int]:
|
|
2725
2726
|
return pulumi.get(self, "min_length")
|
|
2726
2727
|
|
|
2727
2728
|
@property
|
|
2728
2729
|
@pulumi.getter(name="minProperties")
|
|
2729
|
-
def min_properties(self) -> Optional[int]:
|
|
2730
|
+
def min_properties(self) -> Optional[builtins.int]:
|
|
2730
2731
|
return pulumi.get(self, "min_properties")
|
|
2731
2732
|
|
|
2732
2733
|
@property
|
|
2733
2734
|
@pulumi.getter
|
|
2734
|
-
def minimum(self) -> Optional[float]:
|
|
2735
|
+
def minimum(self) -> Optional[builtins.float]:
|
|
2735
2736
|
return pulumi.get(self, "minimum")
|
|
2736
2737
|
|
|
2737
2738
|
@property
|
|
2738
2739
|
@pulumi.getter(name="multipleOf")
|
|
2739
|
-
def multiple_of(self) -> Optional[float]:
|
|
2740
|
+
def multiple_of(self) -> Optional[builtins.float]:
|
|
2740
2741
|
return pulumi.get(self, "multiple_of")
|
|
2741
2742
|
|
|
2742
2743
|
@property
|
|
@@ -2746,7 +2747,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2746
2747
|
|
|
2747
2748
|
@property
|
|
2748
2749
|
@pulumi.getter
|
|
2749
|
-
def nullable(self) -> Optional[bool]:
|
|
2750
|
+
def nullable(self) -> Optional[builtins.bool]:
|
|
2750
2751
|
return pulumi.get(self, "nullable")
|
|
2751
2752
|
|
|
2752
2753
|
@property
|
|
@@ -2756,7 +2757,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2756
2757
|
|
|
2757
2758
|
@property
|
|
2758
2759
|
@pulumi.getter
|
|
2759
|
-
def pattern(self) -> Optional[str]:
|
|
2760
|
+
def pattern(self) -> Optional[builtins.str]:
|
|
2760
2761
|
return pulumi.get(self, "pattern")
|
|
2761
2762
|
|
|
2762
2763
|
@property
|
|
@@ -2771,27 +2772,27 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2771
2772
|
|
|
2772
2773
|
@property
|
|
2773
2774
|
@pulumi.getter
|
|
2774
|
-
def required(self) -> Optional[Sequence[str]]:
|
|
2775
|
+
def required(self) -> Optional[Sequence[builtins.str]]:
|
|
2775
2776
|
return pulumi.get(self, "required")
|
|
2776
2777
|
|
|
2777
2778
|
@property
|
|
2778
2779
|
@pulumi.getter
|
|
2779
|
-
def title(self) -> Optional[str]:
|
|
2780
|
+
def title(self) -> Optional[builtins.str]:
|
|
2780
2781
|
return pulumi.get(self, "title")
|
|
2781
2782
|
|
|
2782
2783
|
@property
|
|
2783
2784
|
@pulumi.getter
|
|
2784
|
-
def type(self) -> Optional[str]:
|
|
2785
|
+
def type(self) -> Optional[builtins.str]:
|
|
2785
2786
|
return pulumi.get(self, "type")
|
|
2786
2787
|
|
|
2787
2788
|
@property
|
|
2788
2789
|
@pulumi.getter(name="uniqueItems")
|
|
2789
|
-
def unique_items(self) -> Optional[bool]:
|
|
2790
|
+
def unique_items(self) -> Optional[builtins.bool]:
|
|
2790
2791
|
return pulumi.get(self, "unique_items")
|
|
2791
2792
|
|
|
2792
2793
|
@property
|
|
2793
2794
|
@pulumi.getter
|
|
2794
|
-
def x_kubernetes_embedded_resource(self) -> Optional[bool]:
|
|
2795
|
+
def x_kubernetes_embedded_resource(self) -> Optional[builtins.bool]:
|
|
2795
2796
|
"""
|
|
2796
2797
|
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).
|
|
2797
2798
|
"""
|
|
@@ -2799,7 +2800,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2799
2800
|
|
|
2800
2801
|
@property
|
|
2801
2802
|
@pulumi.getter
|
|
2802
|
-
def x_kubernetes_int_or_string(self) -> Optional[bool]:
|
|
2803
|
+
def x_kubernetes_int_or_string(self) -> Optional[builtins.bool]:
|
|
2803
2804
|
"""
|
|
2804
2805
|
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:
|
|
2805
2806
|
|
|
@@ -2816,7 +2817,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2816
2817
|
|
|
2817
2818
|
@property
|
|
2818
2819
|
@pulumi.getter
|
|
2819
|
-
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[str]]:
|
|
2820
|
+
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[builtins.str]]:
|
|
2820
2821
|
"""
|
|
2821
2822
|
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.
|
|
2822
2823
|
|
|
@@ -2826,7 +2827,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2826
2827
|
|
|
2827
2828
|
@property
|
|
2828
2829
|
@pulumi.getter
|
|
2829
|
-
def x_kubernetes_list_type(self) -> Optional[str]:
|
|
2830
|
+
def x_kubernetes_list_type(self) -> Optional[builtins.str]:
|
|
2830
2831
|
"""
|
|
2831
2832
|
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:
|
|
2832
2833
|
|
|
@@ -2847,7 +2848,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2847
2848
|
|
|
2848
2849
|
@property
|
|
2849
2850
|
@pulumi.getter
|
|
2850
|
-
def x_kubernetes_map_type(self) -> Optional[str]:
|
|
2851
|
+
def x_kubernetes_map_type(self) -> Optional[builtins.str]:
|
|
2851
2852
|
"""
|
|
2852
2853
|
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:
|
|
2853
2854
|
|
|
@@ -2862,7 +2863,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2862
2863
|
|
|
2863
2864
|
@property
|
|
2864
2865
|
@pulumi.getter
|
|
2865
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[bool]:
|
|
2866
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[builtins.bool]:
|
|
2866
2867
|
"""
|
|
2867
2868
|
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.
|
|
2868
2869
|
"""
|
|
@@ -2875,16 +2876,16 @@ class ServiceReference(dict):
|
|
|
2875
2876
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2876
2877
|
"""
|
|
2877
2878
|
def __init__(__self__, *,
|
|
2878
|
-
name: str,
|
|
2879
|
-
namespace: str,
|
|
2880
|
-
path: Optional[str] = None,
|
|
2881
|
-
port: Optional[int] = None):
|
|
2879
|
+
name: builtins.str,
|
|
2880
|
+
namespace: builtins.str,
|
|
2881
|
+
path: Optional[builtins.str] = None,
|
|
2882
|
+
port: Optional[builtins.int] = None):
|
|
2882
2883
|
"""
|
|
2883
2884
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2884
|
-
:param str name: name is the name of the service. Required
|
|
2885
|
-
:param str namespace: namespace is the namespace of the service. Required
|
|
2886
|
-
:param str path: path is an optional URL path at which the webhook will be contacted.
|
|
2887
|
-
:param 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.
|
|
2885
|
+
:param builtins.str name: name is the name of the service. Required
|
|
2886
|
+
:param builtins.str namespace: namespace is the namespace of the service. Required
|
|
2887
|
+
:param builtins.str path: path is an optional URL path at which the webhook will be contacted.
|
|
2888
|
+
:param 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.
|
|
2888
2889
|
"""
|
|
2889
2890
|
pulumi.set(__self__, "name", name)
|
|
2890
2891
|
pulumi.set(__self__, "namespace", namespace)
|
|
@@ -2895,7 +2896,7 @@ class ServiceReference(dict):
|
|
|
2895
2896
|
|
|
2896
2897
|
@property
|
|
2897
2898
|
@pulumi.getter
|
|
2898
|
-
def name(self) -> str:
|
|
2899
|
+
def name(self) -> builtins.str:
|
|
2899
2900
|
"""
|
|
2900
2901
|
name is the name of the service. Required
|
|
2901
2902
|
"""
|
|
@@ -2903,7 +2904,7 @@ class ServiceReference(dict):
|
|
|
2903
2904
|
|
|
2904
2905
|
@property
|
|
2905
2906
|
@pulumi.getter
|
|
2906
|
-
def namespace(self) -> str:
|
|
2907
|
+
def namespace(self) -> builtins.str:
|
|
2907
2908
|
"""
|
|
2908
2909
|
namespace is the namespace of the service. Required
|
|
2909
2910
|
"""
|
|
@@ -2911,7 +2912,7 @@ class ServiceReference(dict):
|
|
|
2911
2912
|
|
|
2912
2913
|
@property
|
|
2913
2914
|
@pulumi.getter
|
|
2914
|
-
def path(self) -> Optional[str]:
|
|
2915
|
+
def path(self) -> Optional[builtins.str]:
|
|
2915
2916
|
"""
|
|
2916
2917
|
path is an optional URL path at which the webhook will be contacted.
|
|
2917
2918
|
"""
|
|
@@ -2919,7 +2920,7 @@ class ServiceReference(dict):
|
|
|
2919
2920
|
|
|
2920
2921
|
@property
|
|
2921
2922
|
@pulumi.getter
|
|
2922
|
-
def port(self) -> Optional[int]:
|
|
2923
|
+
def port(self) -> Optional[builtins.int]:
|
|
2923
2924
|
"""
|
|
2924
2925
|
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.
|
|
2925
2926
|
"""
|
|
@@ -2932,16 +2933,16 @@ class ServiceReferencePatch(dict):
|
|
|
2932
2933
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2933
2934
|
"""
|
|
2934
2935
|
def __init__(__self__, *,
|
|
2935
|
-
name: Optional[str] = None,
|
|
2936
|
-
namespace: Optional[str] = None,
|
|
2937
|
-
path: Optional[str] = None,
|
|
2938
|
-
port: Optional[int] = None):
|
|
2936
|
+
name: Optional[builtins.str] = None,
|
|
2937
|
+
namespace: Optional[builtins.str] = None,
|
|
2938
|
+
path: Optional[builtins.str] = None,
|
|
2939
|
+
port: Optional[builtins.int] = None):
|
|
2939
2940
|
"""
|
|
2940
2941
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2941
|
-
:param str name: name is the name of the service. Required
|
|
2942
|
-
:param str namespace: namespace is the namespace of the service. Required
|
|
2943
|
-
:param str path: path is an optional URL path at which the webhook will be contacted.
|
|
2944
|
-
:param 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.
|
|
2942
|
+
:param builtins.str name: name is the name of the service. Required
|
|
2943
|
+
:param builtins.str namespace: namespace is the namespace of the service. Required
|
|
2944
|
+
:param builtins.str path: path is an optional URL path at which the webhook will be contacted.
|
|
2945
|
+
:param 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.
|
|
2945
2946
|
"""
|
|
2946
2947
|
if name is not None:
|
|
2947
2948
|
pulumi.set(__self__, "name", name)
|
|
@@ -2954,7 +2955,7 @@ class ServiceReferencePatch(dict):
|
|
|
2954
2955
|
|
|
2955
2956
|
@property
|
|
2956
2957
|
@pulumi.getter
|
|
2957
|
-
def name(self) -> Optional[str]:
|
|
2958
|
+
def name(self) -> Optional[builtins.str]:
|
|
2958
2959
|
"""
|
|
2959
2960
|
name is the name of the service. Required
|
|
2960
2961
|
"""
|
|
@@ -2962,7 +2963,7 @@ class ServiceReferencePatch(dict):
|
|
|
2962
2963
|
|
|
2963
2964
|
@property
|
|
2964
2965
|
@pulumi.getter
|
|
2965
|
-
def namespace(self) -> Optional[str]:
|
|
2966
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2966
2967
|
"""
|
|
2967
2968
|
namespace is the namespace of the service. Required
|
|
2968
2969
|
"""
|
|
@@ -2970,7 +2971,7 @@ class ServiceReferencePatch(dict):
|
|
|
2970
2971
|
|
|
2971
2972
|
@property
|
|
2972
2973
|
@pulumi.getter
|
|
2973
|
-
def path(self) -> Optional[str]:
|
|
2974
|
+
def path(self) -> Optional[builtins.str]:
|
|
2974
2975
|
"""
|
|
2975
2976
|
path is an optional URL path at which the webhook will be contacted.
|
|
2976
2977
|
"""
|
|
@@ -2978,7 +2979,7 @@ class ServiceReferencePatch(dict):
|
|
|
2978
2979
|
|
|
2979
2980
|
@property
|
|
2980
2981
|
@pulumi.getter
|
|
2981
|
-
def port(self) -> Optional[int]:
|
|
2982
|
+
def port(self) -> Optional[builtins.int]:
|
|
2982
2983
|
"""
|
|
2983
2984
|
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.
|
|
2984
2985
|
"""
|
|
@@ -3008,16 +3009,16 @@ class WebhookClientConfig(dict):
|
|
|
3008
3009
|
return super().get(key, default)
|
|
3009
3010
|
|
|
3010
3011
|
def __init__(__self__, *,
|
|
3011
|
-
ca_bundle: Optional[str] = None,
|
|
3012
|
+
ca_bundle: Optional[builtins.str] = None,
|
|
3012
3013
|
service: Optional['outputs.ServiceReference'] = None,
|
|
3013
|
-
url: Optional[str] = None):
|
|
3014
|
+
url: Optional[builtins.str] = None):
|
|
3014
3015
|
"""
|
|
3015
3016
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3016
|
-
:param 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.
|
|
3017
|
+
:param 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.
|
|
3017
3018
|
:param 'ServiceReferenceArgs' service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3018
3019
|
|
|
3019
3020
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3020
|
-
:param 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.
|
|
3021
|
+
:param 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.
|
|
3021
3022
|
|
|
3022
3023
|
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.
|
|
3023
3024
|
|
|
@@ -3038,7 +3039,7 @@ class WebhookClientConfig(dict):
|
|
|
3038
3039
|
|
|
3039
3040
|
@property
|
|
3040
3041
|
@pulumi.getter(name="caBundle")
|
|
3041
|
-
def ca_bundle(self) -> Optional[str]:
|
|
3042
|
+
def ca_bundle(self) -> Optional[builtins.str]:
|
|
3042
3043
|
"""
|
|
3043
3044
|
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.
|
|
3044
3045
|
"""
|
|
@@ -3056,7 +3057,7 @@ class WebhookClientConfig(dict):
|
|
|
3056
3057
|
|
|
3057
3058
|
@property
|
|
3058
3059
|
@pulumi.getter
|
|
3059
|
-
def url(self) -> Optional[str]:
|
|
3060
|
+
def url(self) -> Optional[builtins.str]:
|
|
3060
3061
|
"""
|
|
3061
3062
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3062
3063
|
|
|
@@ -3096,16 +3097,16 @@ class WebhookClientConfigPatch(dict):
|
|
|
3096
3097
|
return super().get(key, default)
|
|
3097
3098
|
|
|
3098
3099
|
def __init__(__self__, *,
|
|
3099
|
-
ca_bundle: Optional[str] = None,
|
|
3100
|
+
ca_bundle: Optional[builtins.str] = None,
|
|
3100
3101
|
service: Optional['outputs.ServiceReferencePatch'] = None,
|
|
3101
|
-
url: Optional[str] = None):
|
|
3102
|
+
url: Optional[builtins.str] = None):
|
|
3102
3103
|
"""
|
|
3103
3104
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3104
|
-
:param 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.
|
|
3105
|
+
:param 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.
|
|
3105
3106
|
:param 'ServiceReferencePatchArgs' service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3106
3107
|
|
|
3107
3108
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3108
|
-
:param 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.
|
|
3109
|
+
:param 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.
|
|
3109
3110
|
|
|
3110
3111
|
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.
|
|
3111
3112
|
|
|
@@ -3126,7 +3127,7 @@ class WebhookClientConfigPatch(dict):
|
|
|
3126
3127
|
|
|
3127
3128
|
@property
|
|
3128
3129
|
@pulumi.getter(name="caBundle")
|
|
3129
|
-
def ca_bundle(self) -> Optional[str]:
|
|
3130
|
+
def ca_bundle(self) -> Optional[builtins.str]:
|
|
3130
3131
|
"""
|
|
3131
3132
|
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.
|
|
3132
3133
|
"""
|
|
@@ -3144,7 +3145,7 @@ class WebhookClientConfigPatch(dict):
|
|
|
3144
3145
|
|
|
3145
3146
|
@property
|
|
3146
3147
|
@pulumi.getter
|
|
3147
|
-
def url(self) -> Optional[str]:
|
|
3148
|
+
def url(self) -> Optional[builtins.str]:
|
|
3148
3149
|
"""
|
|
3149
3150
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3150
3151
|
|