pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -72,20 +71,20 @@ class CustomResourceColumnDefinition(dict):
|
|
|
72
71
|
return super().get(key, default)
|
|
73
72
|
|
|
74
73
|
def __init__(__self__, *,
|
|
75
|
-
json_path:
|
|
76
|
-
name:
|
|
77
|
-
type:
|
|
78
|
-
description: Optional[
|
|
79
|
-
format: Optional[
|
|
80
|
-
priority: Optional[
|
|
74
|
+
json_path: _builtins.str,
|
|
75
|
+
name: _builtins.str,
|
|
76
|
+
type: _builtins.str,
|
|
77
|
+
description: Optional[_builtins.str] = None,
|
|
78
|
+
format: Optional[_builtins.str] = None,
|
|
79
|
+
priority: Optional[_builtins.int] = None):
|
|
81
80
|
"""
|
|
82
81
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
83
|
-
:param
|
|
84
|
-
:param
|
|
85
|
-
:param
|
|
86
|
-
:param
|
|
87
|
-
:param
|
|
88
|
-
:param
|
|
82
|
+
: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.
|
|
83
|
+
:param _builtins.str name: name is a human readable name for the column.
|
|
84
|
+
: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.
|
|
85
|
+
:param _builtins.str description: description is a human readable description of this column.
|
|
86
|
+
: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.
|
|
87
|
+
: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.
|
|
89
88
|
"""
|
|
90
89
|
pulumi.set(__self__, "json_path", json_path)
|
|
91
90
|
pulumi.set(__self__, "name", name)
|
|
@@ -97,49 +96,49 @@ class CustomResourceColumnDefinition(dict):
|
|
|
97
96
|
if priority is not None:
|
|
98
97
|
pulumi.set(__self__, "priority", priority)
|
|
99
98
|
|
|
100
|
-
@property
|
|
99
|
+
@_builtins.property
|
|
101
100
|
@pulumi.getter(name="JSONPath")
|
|
102
|
-
def json_path(self) ->
|
|
101
|
+
def json_path(self) -> _builtins.str:
|
|
103
102
|
"""
|
|
104
103
|
JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
105
104
|
"""
|
|
106
105
|
return pulumi.get(self, "json_path")
|
|
107
106
|
|
|
108
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
109
108
|
@pulumi.getter
|
|
110
|
-
def name(self) ->
|
|
109
|
+
def name(self) -> _builtins.str:
|
|
111
110
|
"""
|
|
112
111
|
name is a human readable name for the column.
|
|
113
112
|
"""
|
|
114
113
|
return pulumi.get(self, "name")
|
|
115
114
|
|
|
116
|
-
@property
|
|
115
|
+
@_builtins.property
|
|
117
116
|
@pulumi.getter
|
|
118
|
-
def type(self) ->
|
|
117
|
+
def type(self) -> _builtins.str:
|
|
119
118
|
"""
|
|
120
119
|
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
121
120
|
"""
|
|
122
121
|
return pulumi.get(self, "type")
|
|
123
122
|
|
|
124
|
-
@property
|
|
123
|
+
@_builtins.property
|
|
125
124
|
@pulumi.getter
|
|
126
|
-
def description(self) -> Optional[
|
|
125
|
+
def description(self) -> Optional[_builtins.str]:
|
|
127
126
|
"""
|
|
128
127
|
description is a human readable description of this column.
|
|
129
128
|
"""
|
|
130
129
|
return pulumi.get(self, "description")
|
|
131
130
|
|
|
132
|
-
@property
|
|
131
|
+
@_builtins.property
|
|
133
132
|
@pulumi.getter
|
|
134
|
-
def format(self) -> Optional[
|
|
133
|
+
def format(self) -> Optional[_builtins.str]:
|
|
135
134
|
"""
|
|
136
135
|
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.
|
|
137
136
|
"""
|
|
138
137
|
return pulumi.get(self, "format")
|
|
139
138
|
|
|
140
|
-
@property
|
|
139
|
+
@_builtins.property
|
|
141
140
|
@pulumi.getter
|
|
142
|
-
def priority(self) -> Optional[
|
|
141
|
+
def priority(self) -> Optional[_builtins.int]:
|
|
143
142
|
"""
|
|
144
143
|
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.
|
|
145
144
|
"""
|
|
@@ -169,20 +168,20 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
169
168
|
return super().get(key, default)
|
|
170
169
|
|
|
171
170
|
def __init__(__self__, *,
|
|
172
|
-
json_path: Optional[
|
|
173
|
-
description: Optional[
|
|
174
|
-
format: Optional[
|
|
175
|
-
name: Optional[
|
|
176
|
-
priority: Optional[
|
|
177
|
-
type: Optional[
|
|
171
|
+
json_path: Optional[_builtins.str] = None,
|
|
172
|
+
description: Optional[_builtins.str] = None,
|
|
173
|
+
format: Optional[_builtins.str] = None,
|
|
174
|
+
name: Optional[_builtins.str] = None,
|
|
175
|
+
priority: Optional[_builtins.int] = None,
|
|
176
|
+
type: Optional[_builtins.str] = None):
|
|
178
177
|
"""
|
|
179
178
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
180
|
-
:param
|
|
181
|
-
:param
|
|
182
|
-
:param
|
|
183
|
-
:param
|
|
184
|
-
:param
|
|
185
|
-
:param
|
|
179
|
+
: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.
|
|
180
|
+
:param _builtins.str description: description is a human readable description of this column.
|
|
181
|
+
: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.
|
|
182
|
+
:param _builtins.str name: name is a human readable name for the column.
|
|
183
|
+
: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.
|
|
184
|
+
: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.
|
|
186
185
|
"""
|
|
187
186
|
if json_path is not None:
|
|
188
187
|
pulumi.set(__self__, "json_path", json_path)
|
|
@@ -197,49 +196,49 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
197
196
|
if type is not None:
|
|
198
197
|
pulumi.set(__self__, "type", type)
|
|
199
198
|
|
|
200
|
-
@property
|
|
199
|
+
@_builtins.property
|
|
201
200
|
@pulumi.getter(name="JSONPath")
|
|
202
|
-
def json_path(self) -> Optional[
|
|
201
|
+
def json_path(self) -> Optional[_builtins.str]:
|
|
203
202
|
"""
|
|
204
203
|
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.
|
|
205
204
|
"""
|
|
206
205
|
return pulumi.get(self, "json_path")
|
|
207
206
|
|
|
208
|
-
@property
|
|
207
|
+
@_builtins.property
|
|
209
208
|
@pulumi.getter
|
|
210
|
-
def description(self) -> Optional[
|
|
209
|
+
def description(self) -> Optional[_builtins.str]:
|
|
211
210
|
"""
|
|
212
211
|
description is a human readable description of this column.
|
|
213
212
|
"""
|
|
214
213
|
return pulumi.get(self, "description")
|
|
215
214
|
|
|
216
|
-
@property
|
|
215
|
+
@_builtins.property
|
|
217
216
|
@pulumi.getter
|
|
218
|
-
def format(self) -> Optional[
|
|
217
|
+
def format(self) -> Optional[_builtins.str]:
|
|
219
218
|
"""
|
|
220
219
|
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.
|
|
221
220
|
"""
|
|
222
221
|
return pulumi.get(self, "format")
|
|
223
222
|
|
|
224
|
-
@property
|
|
223
|
+
@_builtins.property
|
|
225
224
|
@pulumi.getter
|
|
226
|
-
def name(self) -> Optional[
|
|
225
|
+
def name(self) -> Optional[_builtins.str]:
|
|
227
226
|
"""
|
|
228
227
|
name is a human readable name for the column.
|
|
229
228
|
"""
|
|
230
229
|
return pulumi.get(self, "name")
|
|
231
230
|
|
|
232
|
-
@property
|
|
231
|
+
@_builtins.property
|
|
233
232
|
@pulumi.getter
|
|
234
|
-
def priority(self) -> Optional[
|
|
233
|
+
def priority(self) -> Optional[_builtins.int]:
|
|
235
234
|
"""
|
|
236
235
|
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.
|
|
237
236
|
"""
|
|
238
237
|
return pulumi.get(self, "priority")
|
|
239
238
|
|
|
240
|
-
@property
|
|
239
|
+
@_builtins.property
|
|
241
240
|
@pulumi.getter
|
|
242
|
-
def type(self) -> Optional[
|
|
241
|
+
def type(self) -> Optional[_builtins.str]:
|
|
243
242
|
"""
|
|
244
243
|
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.
|
|
245
244
|
"""
|
|
@@ -271,14 +270,14 @@ class CustomResourceConversion(dict):
|
|
|
271
270
|
return super().get(key, default)
|
|
272
271
|
|
|
273
272
|
def __init__(__self__, *,
|
|
274
|
-
strategy:
|
|
275
|
-
conversion_review_versions: Optional[Sequence[
|
|
273
|
+
strategy: _builtins.str,
|
|
274
|
+
conversion_review_versions: Optional[Sequence[_builtins.str]] = None,
|
|
276
275
|
webhook_client_config: Optional['outputs.WebhookClientConfig'] = None):
|
|
277
276
|
"""
|
|
278
277
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
279
|
-
:param
|
|
278
|
+
: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
|
|
280
279
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
281
|
-
:param Sequence[
|
|
280
|
+
: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"]`.
|
|
282
281
|
: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`.
|
|
283
282
|
"""
|
|
284
283
|
pulumi.set(__self__, "strategy", strategy)
|
|
@@ -287,24 +286,24 @@ class CustomResourceConversion(dict):
|
|
|
287
286
|
if webhook_client_config is not None:
|
|
288
287
|
pulumi.set(__self__, "webhook_client_config", webhook_client_config)
|
|
289
288
|
|
|
290
|
-
@property
|
|
289
|
+
@_builtins.property
|
|
291
290
|
@pulumi.getter
|
|
292
|
-
def strategy(self) ->
|
|
291
|
+
def strategy(self) -> _builtins.str:
|
|
293
292
|
"""
|
|
294
293
|
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
|
|
295
294
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
296
295
|
"""
|
|
297
296
|
return pulumi.get(self, "strategy")
|
|
298
297
|
|
|
299
|
-
@property
|
|
298
|
+
@_builtins.property
|
|
300
299
|
@pulumi.getter(name="conversionReviewVersions")
|
|
301
|
-
def conversion_review_versions(self) -> Optional[Sequence[
|
|
300
|
+
def conversion_review_versions(self) -> Optional[Sequence[_builtins.str]]:
|
|
302
301
|
"""
|
|
303
302
|
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"]`.
|
|
304
303
|
"""
|
|
305
304
|
return pulumi.get(self, "conversion_review_versions")
|
|
306
305
|
|
|
307
|
-
@property
|
|
306
|
+
@_builtins.property
|
|
308
307
|
@pulumi.getter(name="webhookClientConfig")
|
|
309
308
|
def webhook_client_config(self) -> Optional['outputs.WebhookClientConfig']:
|
|
310
309
|
"""
|
|
@@ -338,13 +337,13 @@ class CustomResourceConversionPatch(dict):
|
|
|
338
337
|
return super().get(key, default)
|
|
339
338
|
|
|
340
339
|
def __init__(__self__, *,
|
|
341
|
-
conversion_review_versions: Optional[Sequence[
|
|
342
|
-
strategy: Optional[
|
|
340
|
+
conversion_review_versions: Optional[Sequence[_builtins.str]] = None,
|
|
341
|
+
strategy: Optional[_builtins.str] = None,
|
|
343
342
|
webhook_client_config: Optional['outputs.WebhookClientConfigPatch'] = None):
|
|
344
343
|
"""
|
|
345
344
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
346
|
-
:param Sequence[
|
|
347
|
-
:param
|
|
345
|
+
: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"]`.
|
|
346
|
+
: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
|
|
348
347
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
349
348
|
: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`.
|
|
350
349
|
"""
|
|
@@ -355,24 +354,24 @@ class CustomResourceConversionPatch(dict):
|
|
|
355
354
|
if webhook_client_config is not None:
|
|
356
355
|
pulumi.set(__self__, "webhook_client_config", webhook_client_config)
|
|
357
356
|
|
|
358
|
-
@property
|
|
357
|
+
@_builtins.property
|
|
359
358
|
@pulumi.getter(name="conversionReviewVersions")
|
|
360
|
-
def conversion_review_versions(self) -> Optional[Sequence[
|
|
359
|
+
def conversion_review_versions(self) -> Optional[Sequence[_builtins.str]]:
|
|
361
360
|
"""
|
|
362
361
|
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"]`.
|
|
363
362
|
"""
|
|
364
363
|
return pulumi.get(self, "conversion_review_versions")
|
|
365
364
|
|
|
366
|
-
@property
|
|
365
|
+
@_builtins.property
|
|
367
366
|
@pulumi.getter
|
|
368
|
-
def strategy(self) -> Optional[
|
|
367
|
+
def strategy(self) -> Optional[_builtins.str]:
|
|
369
368
|
"""
|
|
370
369
|
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
|
|
371
370
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
372
371
|
"""
|
|
373
372
|
return pulumi.get(self, "strategy")
|
|
374
373
|
|
|
375
|
-
@property
|
|
374
|
+
@_builtins.property
|
|
376
375
|
@pulumi.getter(name="webhookClientConfig")
|
|
377
376
|
def webhook_client_config(self) -> Optional['outputs.WebhookClientConfigPatch']:
|
|
378
377
|
"""
|
|
@@ -405,15 +404,15 @@ class CustomResourceDefinition(dict):
|
|
|
405
404
|
|
|
406
405
|
def __init__(__self__, *,
|
|
407
406
|
spec: 'outputs.CustomResourceDefinitionSpec',
|
|
408
|
-
api_version: Optional[
|
|
409
|
-
kind: Optional[
|
|
407
|
+
api_version: Optional[_builtins.str] = None,
|
|
408
|
+
kind: Optional[_builtins.str] = None,
|
|
410
409
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
411
410
|
status: Optional['outputs.CustomResourceDefinitionStatus'] = None):
|
|
412
411
|
"""
|
|
413
412
|
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.
|
|
414
413
|
:param 'CustomResourceDefinitionSpecArgs' spec: spec describes how the user wants the resources to appear
|
|
415
|
-
:param
|
|
416
|
-
:param
|
|
414
|
+
: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
|
|
415
|
+
: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
|
|
417
416
|
:param 'CustomResourceDefinitionStatusArgs' status: status indicates the actual state of the CustomResourceDefinition
|
|
418
417
|
"""
|
|
419
418
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -426,7 +425,7 @@ class CustomResourceDefinition(dict):
|
|
|
426
425
|
if status is not None:
|
|
427
426
|
pulumi.set(__self__, "status", status)
|
|
428
427
|
|
|
429
|
-
@property
|
|
428
|
+
@_builtins.property
|
|
430
429
|
@pulumi.getter
|
|
431
430
|
def spec(self) -> 'outputs.CustomResourceDefinitionSpec':
|
|
432
431
|
"""
|
|
@@ -434,28 +433,28 @@ class CustomResourceDefinition(dict):
|
|
|
434
433
|
"""
|
|
435
434
|
return pulumi.get(self, "spec")
|
|
436
435
|
|
|
437
|
-
@property
|
|
436
|
+
@_builtins.property
|
|
438
437
|
@pulumi.getter(name="apiVersion")
|
|
439
|
-
def api_version(self) -> Optional[
|
|
438
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
440
439
|
"""
|
|
441
440
|
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
|
|
442
441
|
"""
|
|
443
442
|
return pulumi.get(self, "api_version")
|
|
444
443
|
|
|
445
|
-
@property
|
|
444
|
+
@_builtins.property
|
|
446
445
|
@pulumi.getter
|
|
447
|
-
def kind(self) -> Optional[
|
|
446
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
448
447
|
"""
|
|
449
448
|
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
|
|
450
449
|
"""
|
|
451
450
|
return pulumi.get(self, "kind")
|
|
452
451
|
|
|
453
|
-
@property
|
|
452
|
+
@_builtins.property
|
|
454
453
|
@pulumi.getter
|
|
455
454
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
456
455
|
return pulumi.get(self, "metadata")
|
|
457
456
|
|
|
458
|
-
@property
|
|
457
|
+
@_builtins.property
|
|
459
458
|
@pulumi.getter
|
|
460
459
|
def status(self) -> Optional['outputs.CustomResourceDefinitionStatus']:
|
|
461
460
|
"""
|
|
@@ -487,18 +486,18 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
487
486
|
return super().get(key, default)
|
|
488
487
|
|
|
489
488
|
def __init__(__self__, *,
|
|
490
|
-
status:
|
|
491
|
-
type:
|
|
492
|
-
last_transition_time: Optional[
|
|
493
|
-
message: Optional[
|
|
494
|
-
reason: Optional[
|
|
489
|
+
status: _builtins.str,
|
|
490
|
+
type: _builtins.str,
|
|
491
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
492
|
+
message: Optional[_builtins.str] = None,
|
|
493
|
+
reason: Optional[_builtins.str] = None):
|
|
495
494
|
"""
|
|
496
495
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
497
|
-
:param
|
|
498
|
-
:param
|
|
499
|
-
:param
|
|
500
|
-
:param
|
|
501
|
-
:param
|
|
496
|
+
:param _builtins.str status: status is the status of the condition. Can be True, False, Unknown.
|
|
497
|
+
:param _builtins.str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
498
|
+
:param _builtins.str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
499
|
+
:param _builtins.str message: message is a human-readable message indicating details about last transition.
|
|
500
|
+
:param _builtins.str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
502
501
|
"""
|
|
503
502
|
pulumi.set(__self__, "status", status)
|
|
504
503
|
pulumi.set(__self__, "type", type)
|
|
@@ -509,41 +508,41 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
509
508
|
if reason is not None:
|
|
510
509
|
pulumi.set(__self__, "reason", reason)
|
|
511
510
|
|
|
512
|
-
@property
|
|
511
|
+
@_builtins.property
|
|
513
512
|
@pulumi.getter
|
|
514
|
-
def status(self) ->
|
|
513
|
+
def status(self) -> _builtins.str:
|
|
515
514
|
"""
|
|
516
515
|
status is the status of the condition. Can be True, False, Unknown.
|
|
517
516
|
"""
|
|
518
517
|
return pulumi.get(self, "status")
|
|
519
518
|
|
|
520
|
-
@property
|
|
519
|
+
@_builtins.property
|
|
521
520
|
@pulumi.getter
|
|
522
|
-
def type(self) ->
|
|
521
|
+
def type(self) -> _builtins.str:
|
|
523
522
|
"""
|
|
524
523
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
525
524
|
"""
|
|
526
525
|
return pulumi.get(self, "type")
|
|
527
526
|
|
|
528
|
-
@property
|
|
527
|
+
@_builtins.property
|
|
529
528
|
@pulumi.getter(name="lastTransitionTime")
|
|
530
|
-
def last_transition_time(self) -> Optional[
|
|
529
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
531
530
|
"""
|
|
532
531
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
533
532
|
"""
|
|
534
533
|
return pulumi.get(self, "last_transition_time")
|
|
535
534
|
|
|
536
|
-
@property
|
|
535
|
+
@_builtins.property
|
|
537
536
|
@pulumi.getter
|
|
538
|
-
def message(self) -> Optional[
|
|
537
|
+
def message(self) -> Optional[_builtins.str]:
|
|
539
538
|
"""
|
|
540
539
|
message is a human-readable message indicating details about last transition.
|
|
541
540
|
"""
|
|
542
541
|
return pulumi.get(self, "message")
|
|
543
542
|
|
|
544
|
-
@property
|
|
543
|
+
@_builtins.property
|
|
545
544
|
@pulumi.getter
|
|
546
|
-
def reason(self) -> Optional[
|
|
545
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
547
546
|
"""
|
|
548
547
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
549
548
|
"""
|
|
@@ -573,18 +572,18 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
573
572
|
return super().get(key, default)
|
|
574
573
|
|
|
575
574
|
def __init__(__self__, *,
|
|
576
|
-
last_transition_time: Optional[
|
|
577
|
-
message: Optional[
|
|
578
|
-
reason: Optional[
|
|
579
|
-
status: Optional[
|
|
580
|
-
type: Optional[
|
|
575
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
576
|
+
message: Optional[_builtins.str] = None,
|
|
577
|
+
reason: Optional[_builtins.str] = None,
|
|
578
|
+
status: Optional[_builtins.str] = None,
|
|
579
|
+
type: Optional[_builtins.str] = None):
|
|
581
580
|
"""
|
|
582
581
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
583
|
-
:param
|
|
584
|
-
:param
|
|
585
|
-
:param
|
|
586
|
-
:param
|
|
587
|
-
:param
|
|
582
|
+
:param _builtins.str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
583
|
+
:param _builtins.str message: message is a human-readable message indicating details about last transition.
|
|
584
|
+
:param _builtins.str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
585
|
+
:param _builtins.str status: status is the status of the condition. Can be True, False, Unknown.
|
|
586
|
+
:param _builtins.str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
588
587
|
"""
|
|
589
588
|
if last_transition_time is not None:
|
|
590
589
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -597,41 +596,41 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
597
596
|
if type is not None:
|
|
598
597
|
pulumi.set(__self__, "type", type)
|
|
599
598
|
|
|
600
|
-
@property
|
|
599
|
+
@_builtins.property
|
|
601
600
|
@pulumi.getter(name="lastTransitionTime")
|
|
602
|
-
def last_transition_time(self) -> Optional[
|
|
601
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
603
602
|
"""
|
|
604
603
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
605
604
|
"""
|
|
606
605
|
return pulumi.get(self, "last_transition_time")
|
|
607
606
|
|
|
608
|
-
@property
|
|
607
|
+
@_builtins.property
|
|
609
608
|
@pulumi.getter
|
|
610
|
-
def message(self) -> Optional[
|
|
609
|
+
def message(self) -> Optional[_builtins.str]:
|
|
611
610
|
"""
|
|
612
611
|
message is a human-readable message indicating details about last transition.
|
|
613
612
|
"""
|
|
614
613
|
return pulumi.get(self, "message")
|
|
615
614
|
|
|
616
|
-
@property
|
|
615
|
+
@_builtins.property
|
|
617
616
|
@pulumi.getter
|
|
618
|
-
def reason(self) -> Optional[
|
|
617
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
619
618
|
"""
|
|
620
619
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
621
620
|
"""
|
|
622
621
|
return pulumi.get(self, "reason")
|
|
623
622
|
|
|
624
|
-
@property
|
|
623
|
+
@_builtins.property
|
|
625
624
|
@pulumi.getter
|
|
626
|
-
def status(self) -> Optional[
|
|
625
|
+
def status(self) -> Optional[_builtins.str]:
|
|
627
626
|
"""
|
|
628
627
|
status is the status of the condition. Can be True, False, Unknown.
|
|
629
628
|
"""
|
|
630
629
|
return pulumi.get(self, "status")
|
|
631
630
|
|
|
632
|
-
@property
|
|
631
|
+
@_builtins.property
|
|
633
632
|
@pulumi.getter
|
|
634
|
-
def type(self) -> Optional[
|
|
633
|
+
def type(self) -> Optional[_builtins.str]:
|
|
635
634
|
"""
|
|
636
635
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
637
636
|
"""
|
|
@@ -663,20 +662,20 @@ class CustomResourceDefinitionNames(dict):
|
|
|
663
662
|
return super().get(key, default)
|
|
664
663
|
|
|
665
664
|
def __init__(__self__, *,
|
|
666
|
-
kind:
|
|
667
|
-
plural:
|
|
668
|
-
categories: Optional[Sequence[
|
|
669
|
-
list_kind: Optional[
|
|
670
|
-
short_names: Optional[Sequence[
|
|
671
|
-
singular: Optional[
|
|
665
|
+
kind: _builtins.str,
|
|
666
|
+
plural: _builtins.str,
|
|
667
|
+
categories: Optional[Sequence[_builtins.str]] = None,
|
|
668
|
+
list_kind: Optional[_builtins.str] = None,
|
|
669
|
+
short_names: Optional[Sequence[_builtins.str]] = None,
|
|
670
|
+
singular: Optional[_builtins.str] = None):
|
|
672
671
|
"""
|
|
673
672
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
674
|
-
:param
|
|
675
|
-
:param
|
|
676
|
-
:param Sequence[
|
|
677
|
-
:param
|
|
678
|
-
:param Sequence[
|
|
679
|
-
:param
|
|
673
|
+
: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.
|
|
674
|
+
: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.
|
|
675
|
+
: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`.
|
|
676
|
+
:param _builtins.str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
677
|
+
: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.
|
|
678
|
+
:param _builtins.str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
680
679
|
"""
|
|
681
680
|
pulumi.set(__self__, "kind", kind)
|
|
682
681
|
pulumi.set(__self__, "plural", plural)
|
|
@@ -689,49 +688,49 @@ class CustomResourceDefinitionNames(dict):
|
|
|
689
688
|
if singular is not None:
|
|
690
689
|
pulumi.set(__self__, "singular", singular)
|
|
691
690
|
|
|
692
|
-
@property
|
|
691
|
+
@_builtins.property
|
|
693
692
|
@pulumi.getter
|
|
694
|
-
def kind(self) ->
|
|
693
|
+
def kind(self) -> _builtins.str:
|
|
695
694
|
"""
|
|
696
695
|
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
697
696
|
"""
|
|
698
697
|
return pulumi.get(self, "kind")
|
|
699
698
|
|
|
700
|
-
@property
|
|
699
|
+
@_builtins.property
|
|
701
700
|
@pulumi.getter
|
|
702
|
-
def plural(self) ->
|
|
701
|
+
def plural(self) -> _builtins.str:
|
|
703
702
|
"""
|
|
704
703
|
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.
|
|
705
704
|
"""
|
|
706
705
|
return pulumi.get(self, "plural")
|
|
707
706
|
|
|
708
|
-
@property
|
|
707
|
+
@_builtins.property
|
|
709
708
|
@pulumi.getter
|
|
710
|
-
def categories(self) -> Optional[Sequence[
|
|
709
|
+
def categories(self) -> Optional[Sequence[_builtins.str]]:
|
|
711
710
|
"""
|
|
712
711
|
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`.
|
|
713
712
|
"""
|
|
714
713
|
return pulumi.get(self, "categories")
|
|
715
714
|
|
|
716
|
-
@property
|
|
715
|
+
@_builtins.property
|
|
717
716
|
@pulumi.getter(name="listKind")
|
|
718
|
-
def list_kind(self) -> Optional[
|
|
717
|
+
def list_kind(self) -> Optional[_builtins.str]:
|
|
719
718
|
"""
|
|
720
719
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
721
720
|
"""
|
|
722
721
|
return pulumi.get(self, "list_kind")
|
|
723
722
|
|
|
724
|
-
@property
|
|
723
|
+
@_builtins.property
|
|
725
724
|
@pulumi.getter(name="shortNames")
|
|
726
|
-
def short_names(self) -> Optional[Sequence[
|
|
725
|
+
def short_names(self) -> Optional[Sequence[_builtins.str]]:
|
|
727
726
|
"""
|
|
728
727
|
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.
|
|
729
728
|
"""
|
|
730
729
|
return pulumi.get(self, "short_names")
|
|
731
730
|
|
|
732
|
-
@property
|
|
731
|
+
@_builtins.property
|
|
733
732
|
@pulumi.getter
|
|
734
|
-
def singular(self) -> Optional[
|
|
733
|
+
def singular(self) -> Optional[_builtins.str]:
|
|
735
734
|
"""
|
|
736
735
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
737
736
|
"""
|
|
@@ -763,20 +762,20 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
763
762
|
return super().get(key, default)
|
|
764
763
|
|
|
765
764
|
def __init__(__self__, *,
|
|
766
|
-
categories: Optional[Sequence[
|
|
767
|
-
kind: Optional[
|
|
768
|
-
list_kind: Optional[
|
|
769
|
-
plural: Optional[
|
|
770
|
-
short_names: Optional[Sequence[
|
|
771
|
-
singular: Optional[
|
|
765
|
+
categories: Optional[Sequence[_builtins.str]] = None,
|
|
766
|
+
kind: Optional[_builtins.str] = None,
|
|
767
|
+
list_kind: Optional[_builtins.str] = None,
|
|
768
|
+
plural: Optional[_builtins.str] = None,
|
|
769
|
+
short_names: Optional[Sequence[_builtins.str]] = None,
|
|
770
|
+
singular: Optional[_builtins.str] = None):
|
|
772
771
|
"""
|
|
773
772
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
774
|
-
:param Sequence[
|
|
775
|
-
:param
|
|
776
|
-
:param
|
|
777
|
-
:param
|
|
778
|
-
:param Sequence[
|
|
779
|
-
:param
|
|
773
|
+
: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`.
|
|
774
|
+
: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.
|
|
775
|
+
:param _builtins.str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
776
|
+
: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.
|
|
777
|
+
: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.
|
|
778
|
+
:param _builtins.str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
780
779
|
"""
|
|
781
780
|
if categories is not None:
|
|
782
781
|
pulumi.set(__self__, "categories", categories)
|
|
@@ -791,49 +790,49 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
791
790
|
if singular is not None:
|
|
792
791
|
pulumi.set(__self__, "singular", singular)
|
|
793
792
|
|
|
794
|
-
@property
|
|
793
|
+
@_builtins.property
|
|
795
794
|
@pulumi.getter
|
|
796
|
-
def categories(self) -> Optional[Sequence[
|
|
795
|
+
def categories(self) -> Optional[Sequence[_builtins.str]]:
|
|
797
796
|
"""
|
|
798
797
|
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
799
798
|
"""
|
|
800
799
|
return pulumi.get(self, "categories")
|
|
801
800
|
|
|
802
|
-
@property
|
|
801
|
+
@_builtins.property
|
|
803
802
|
@pulumi.getter
|
|
804
|
-
def kind(self) -> Optional[
|
|
803
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
805
804
|
"""
|
|
806
805
|
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.
|
|
807
806
|
"""
|
|
808
807
|
return pulumi.get(self, "kind")
|
|
809
808
|
|
|
810
|
-
@property
|
|
809
|
+
@_builtins.property
|
|
811
810
|
@pulumi.getter(name="listKind")
|
|
812
|
-
def list_kind(self) -> Optional[
|
|
811
|
+
def list_kind(self) -> Optional[_builtins.str]:
|
|
813
812
|
"""
|
|
814
813
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
815
814
|
"""
|
|
816
815
|
return pulumi.get(self, "list_kind")
|
|
817
816
|
|
|
818
|
-
@property
|
|
817
|
+
@_builtins.property
|
|
819
818
|
@pulumi.getter
|
|
820
|
-
def plural(self) -> Optional[
|
|
819
|
+
def plural(self) -> Optional[_builtins.str]:
|
|
821
820
|
"""
|
|
822
821
|
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.
|
|
823
822
|
"""
|
|
824
823
|
return pulumi.get(self, "plural")
|
|
825
824
|
|
|
826
|
-
@property
|
|
825
|
+
@_builtins.property
|
|
827
826
|
@pulumi.getter(name="shortNames")
|
|
828
|
-
def short_names(self) -> Optional[Sequence[
|
|
827
|
+
def short_names(self) -> Optional[Sequence[_builtins.str]]:
|
|
829
828
|
"""
|
|
830
829
|
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.
|
|
831
830
|
"""
|
|
832
831
|
return pulumi.get(self, "short_names")
|
|
833
832
|
|
|
834
|
-
@property
|
|
833
|
+
@_builtins.property
|
|
835
834
|
@pulumi.getter
|
|
836
|
-
def singular(self) -> Optional[
|
|
835
|
+
def singular(self) -> Optional[_builtins.str]:
|
|
837
836
|
"""
|
|
838
837
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
839
838
|
"""
|
|
@@ -865,27 +864,27 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
865
864
|
return super().get(key, default)
|
|
866
865
|
|
|
867
866
|
def __init__(__self__, *,
|
|
868
|
-
group:
|
|
867
|
+
group: _builtins.str,
|
|
869
868
|
names: 'outputs.CustomResourceDefinitionNames',
|
|
870
|
-
scope:
|
|
869
|
+
scope: _builtins.str,
|
|
871
870
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinition']] = None,
|
|
872
871
|
conversion: Optional['outputs.CustomResourceConversion'] = None,
|
|
873
|
-
preserve_unknown_fields: Optional[
|
|
872
|
+
preserve_unknown_fields: Optional[_builtins.bool] = None,
|
|
874
873
|
subresources: Optional['outputs.CustomResourceSubresources'] = None,
|
|
875
874
|
validation: Optional['outputs.CustomResourceValidation'] = None,
|
|
876
|
-
version: Optional[
|
|
875
|
+
version: Optional[_builtins.str] = None,
|
|
877
876
|
versions: Optional[Sequence['outputs.CustomResourceDefinitionVersion']] = None):
|
|
878
877
|
"""
|
|
879
878
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
880
|
-
:param
|
|
879
|
+
: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>`).
|
|
881
880
|
:param 'CustomResourceDefinitionNamesArgs' names: names specify the resource and kind names for the custom resource.
|
|
882
|
-
:param
|
|
881
|
+
: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`.
|
|
883
882
|
: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.
|
|
884
883
|
:param 'CustomResourceConversionArgs' conversion: conversion defines conversion settings for the CRD.
|
|
885
|
-
:param
|
|
884
|
+
: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.
|
|
886
885
|
: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.
|
|
887
886
|
: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.
|
|
888
|
-
:param
|
|
887
|
+
: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.
|
|
889
888
|
: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.
|
|
890
889
|
"""
|
|
891
890
|
pulumi.set(__self__, "group", group)
|
|
@@ -906,15 +905,15 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
906
905
|
if versions is not None:
|
|
907
906
|
pulumi.set(__self__, "versions", versions)
|
|
908
907
|
|
|
909
|
-
@property
|
|
908
|
+
@_builtins.property
|
|
910
909
|
@pulumi.getter
|
|
911
|
-
def group(self) ->
|
|
910
|
+
def group(self) -> _builtins.str:
|
|
912
911
|
"""
|
|
913
912
|
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>`).
|
|
914
913
|
"""
|
|
915
914
|
return pulumi.get(self, "group")
|
|
916
915
|
|
|
917
|
-
@property
|
|
916
|
+
@_builtins.property
|
|
918
917
|
@pulumi.getter
|
|
919
918
|
def names(self) -> 'outputs.CustomResourceDefinitionNames':
|
|
920
919
|
"""
|
|
@@ -922,15 +921,15 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
922
921
|
"""
|
|
923
922
|
return pulumi.get(self, "names")
|
|
924
923
|
|
|
925
|
-
@property
|
|
924
|
+
@_builtins.property
|
|
926
925
|
@pulumi.getter
|
|
927
|
-
def scope(self) ->
|
|
926
|
+
def scope(self) -> _builtins.str:
|
|
928
927
|
"""
|
|
929
928
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
930
929
|
"""
|
|
931
930
|
return pulumi.get(self, "scope")
|
|
932
931
|
|
|
933
|
-
@property
|
|
932
|
+
@_builtins.property
|
|
934
933
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
935
934
|
def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinition']]:
|
|
936
935
|
"""
|
|
@@ -938,7 +937,7 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
938
937
|
"""
|
|
939
938
|
return pulumi.get(self, "additional_printer_columns")
|
|
940
939
|
|
|
941
|
-
@property
|
|
940
|
+
@_builtins.property
|
|
942
941
|
@pulumi.getter
|
|
943
942
|
def conversion(self) -> Optional['outputs.CustomResourceConversion']:
|
|
944
943
|
"""
|
|
@@ -946,15 +945,15 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
946
945
|
"""
|
|
947
946
|
return pulumi.get(self, "conversion")
|
|
948
947
|
|
|
949
|
-
@property
|
|
948
|
+
@_builtins.property
|
|
950
949
|
@pulumi.getter(name="preserveUnknownFields")
|
|
951
|
-
def preserve_unknown_fields(self) -> Optional[
|
|
950
|
+
def preserve_unknown_fields(self) -> Optional[_builtins.bool]:
|
|
952
951
|
"""
|
|
953
952
|
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.
|
|
954
953
|
"""
|
|
955
954
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
956
955
|
|
|
957
|
-
@property
|
|
956
|
+
@_builtins.property
|
|
958
957
|
@pulumi.getter
|
|
959
958
|
def subresources(self) -> Optional['outputs.CustomResourceSubresources']:
|
|
960
959
|
"""
|
|
@@ -962,7 +961,7 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
962
961
|
"""
|
|
963
962
|
return pulumi.get(self, "subresources")
|
|
964
963
|
|
|
965
|
-
@property
|
|
964
|
+
@_builtins.property
|
|
966
965
|
@pulumi.getter
|
|
967
966
|
def validation(self) -> Optional['outputs.CustomResourceValidation']:
|
|
968
967
|
"""
|
|
@@ -970,15 +969,15 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
970
969
|
"""
|
|
971
970
|
return pulumi.get(self, "validation")
|
|
972
971
|
|
|
973
|
-
@property
|
|
972
|
+
@_builtins.property
|
|
974
973
|
@pulumi.getter
|
|
975
|
-
def version(self) -> Optional[
|
|
974
|
+
def version(self) -> Optional[_builtins.str]:
|
|
976
975
|
"""
|
|
977
976
|
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.
|
|
978
977
|
"""
|
|
979
978
|
return pulumi.get(self, "version")
|
|
980
979
|
|
|
981
|
-
@property
|
|
980
|
+
@_builtins.property
|
|
982
981
|
@pulumi.getter
|
|
983
982
|
def versions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionVersion']]:
|
|
984
983
|
"""
|
|
@@ -1014,25 +1013,25 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1014
1013
|
def __init__(__self__, *,
|
|
1015
1014
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']] = None,
|
|
1016
1015
|
conversion: Optional['outputs.CustomResourceConversionPatch'] = None,
|
|
1017
|
-
group: Optional[
|
|
1016
|
+
group: Optional[_builtins.str] = None,
|
|
1018
1017
|
names: Optional['outputs.CustomResourceDefinitionNamesPatch'] = None,
|
|
1019
|
-
preserve_unknown_fields: Optional[
|
|
1020
|
-
scope: Optional[
|
|
1018
|
+
preserve_unknown_fields: Optional[_builtins.bool] = None,
|
|
1019
|
+
scope: Optional[_builtins.str] = None,
|
|
1021
1020
|
subresources: Optional['outputs.CustomResourceSubresourcesPatch'] = None,
|
|
1022
1021
|
validation: Optional['outputs.CustomResourceValidationPatch'] = None,
|
|
1023
|
-
version: Optional[
|
|
1022
|
+
version: Optional[_builtins.str] = None,
|
|
1024
1023
|
versions: Optional[Sequence['outputs.CustomResourceDefinitionVersionPatch']] = None):
|
|
1025
1024
|
"""
|
|
1026
1025
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1027
1026
|
: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.
|
|
1028
1027
|
:param 'CustomResourceConversionPatchArgs' conversion: conversion defines conversion settings for the CRD.
|
|
1029
|
-
:param
|
|
1028
|
+
: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>`).
|
|
1030
1029
|
:param 'CustomResourceDefinitionNamesPatchArgs' names: names specify the resource and kind names for the custom resource.
|
|
1031
|
-
:param
|
|
1032
|
-
:param
|
|
1030
|
+
: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.
|
|
1031
|
+
: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`.
|
|
1033
1032
|
: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.
|
|
1034
1033
|
: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.
|
|
1035
|
-
:param
|
|
1034
|
+
: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.
|
|
1036
1035
|
: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.
|
|
1037
1036
|
"""
|
|
1038
1037
|
if additional_printer_columns is not None:
|
|
@@ -1056,7 +1055,7 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1056
1055
|
if versions is not None:
|
|
1057
1056
|
pulumi.set(__self__, "versions", versions)
|
|
1058
1057
|
|
|
1059
|
-
@property
|
|
1058
|
+
@_builtins.property
|
|
1060
1059
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1061
1060
|
def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']]:
|
|
1062
1061
|
"""
|
|
@@ -1064,7 +1063,7 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1064
1063
|
"""
|
|
1065
1064
|
return pulumi.get(self, "additional_printer_columns")
|
|
1066
1065
|
|
|
1067
|
-
@property
|
|
1066
|
+
@_builtins.property
|
|
1068
1067
|
@pulumi.getter
|
|
1069
1068
|
def conversion(self) -> Optional['outputs.CustomResourceConversionPatch']:
|
|
1070
1069
|
"""
|
|
@@ -1072,15 +1071,15 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1072
1071
|
"""
|
|
1073
1072
|
return pulumi.get(self, "conversion")
|
|
1074
1073
|
|
|
1075
|
-
@property
|
|
1074
|
+
@_builtins.property
|
|
1076
1075
|
@pulumi.getter
|
|
1077
|
-
def group(self) -> Optional[
|
|
1076
|
+
def group(self) -> Optional[_builtins.str]:
|
|
1078
1077
|
"""
|
|
1079
1078
|
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>`).
|
|
1080
1079
|
"""
|
|
1081
1080
|
return pulumi.get(self, "group")
|
|
1082
1081
|
|
|
1083
|
-
@property
|
|
1082
|
+
@_builtins.property
|
|
1084
1083
|
@pulumi.getter
|
|
1085
1084
|
def names(self) -> Optional['outputs.CustomResourceDefinitionNamesPatch']:
|
|
1086
1085
|
"""
|
|
@@ -1088,23 +1087,23 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1088
1087
|
"""
|
|
1089
1088
|
return pulumi.get(self, "names")
|
|
1090
1089
|
|
|
1091
|
-
@property
|
|
1090
|
+
@_builtins.property
|
|
1092
1091
|
@pulumi.getter(name="preserveUnknownFields")
|
|
1093
|
-
def preserve_unknown_fields(self) -> Optional[
|
|
1092
|
+
def preserve_unknown_fields(self) -> Optional[_builtins.bool]:
|
|
1094
1093
|
"""
|
|
1095
1094
|
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.
|
|
1096
1095
|
"""
|
|
1097
1096
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
1098
1097
|
|
|
1099
|
-
@property
|
|
1098
|
+
@_builtins.property
|
|
1100
1099
|
@pulumi.getter
|
|
1101
|
-
def scope(self) -> Optional[
|
|
1100
|
+
def scope(self) -> Optional[_builtins.str]:
|
|
1102
1101
|
"""
|
|
1103
1102
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1104
1103
|
"""
|
|
1105
1104
|
return pulumi.get(self, "scope")
|
|
1106
1105
|
|
|
1107
|
-
@property
|
|
1106
|
+
@_builtins.property
|
|
1108
1107
|
@pulumi.getter
|
|
1109
1108
|
def subresources(self) -> Optional['outputs.CustomResourceSubresourcesPatch']:
|
|
1110
1109
|
"""
|
|
@@ -1112,7 +1111,7 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1112
1111
|
"""
|
|
1113
1112
|
return pulumi.get(self, "subresources")
|
|
1114
1113
|
|
|
1115
|
-
@property
|
|
1114
|
+
@_builtins.property
|
|
1116
1115
|
@pulumi.getter
|
|
1117
1116
|
def validation(self) -> Optional['outputs.CustomResourceValidationPatch']:
|
|
1118
1117
|
"""
|
|
@@ -1120,15 +1119,15 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
1120
1119
|
"""
|
|
1121
1120
|
return pulumi.get(self, "validation")
|
|
1122
1121
|
|
|
1123
|
-
@property
|
|
1122
|
+
@_builtins.property
|
|
1124
1123
|
@pulumi.getter
|
|
1125
|
-
def version(self) -> Optional[
|
|
1124
|
+
def version(self) -> Optional[_builtins.str]:
|
|
1126
1125
|
"""
|
|
1127
1126
|
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.
|
|
1128
1127
|
"""
|
|
1129
1128
|
return pulumi.get(self, "version")
|
|
1130
1129
|
|
|
1131
|
-
@property
|
|
1130
|
+
@_builtins.property
|
|
1132
1131
|
@pulumi.getter
|
|
1133
1132
|
def versions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionVersionPatch']]:
|
|
1134
1133
|
"""
|
|
@@ -1163,12 +1162,12 @@ class CustomResourceDefinitionStatus(dict):
|
|
|
1163
1162
|
|
|
1164
1163
|
def __init__(__self__, *,
|
|
1165
1164
|
accepted_names: 'outputs.CustomResourceDefinitionNames',
|
|
1166
|
-
stored_versions: Sequence[
|
|
1165
|
+
stored_versions: Sequence[_builtins.str],
|
|
1167
1166
|
conditions: Optional[Sequence['outputs.CustomResourceDefinitionCondition']] = None):
|
|
1168
1167
|
"""
|
|
1169
1168
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1170
1169
|
: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.
|
|
1171
|
-
:param Sequence[
|
|
1170
|
+
: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.
|
|
1172
1171
|
:param Sequence['CustomResourceDefinitionConditionArgs'] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1173
1172
|
"""
|
|
1174
1173
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1176,7 +1175,7 @@ class CustomResourceDefinitionStatus(dict):
|
|
|
1176
1175
|
if conditions is not None:
|
|
1177
1176
|
pulumi.set(__self__, "conditions", conditions)
|
|
1178
1177
|
|
|
1179
|
-
@property
|
|
1178
|
+
@_builtins.property
|
|
1180
1179
|
@pulumi.getter(name="acceptedNames")
|
|
1181
1180
|
def accepted_names(self) -> 'outputs.CustomResourceDefinitionNames':
|
|
1182
1181
|
"""
|
|
@@ -1184,15 +1183,15 @@ class CustomResourceDefinitionStatus(dict):
|
|
|
1184
1183
|
"""
|
|
1185
1184
|
return pulumi.get(self, "accepted_names")
|
|
1186
1185
|
|
|
1187
|
-
@property
|
|
1186
|
+
@_builtins.property
|
|
1188
1187
|
@pulumi.getter(name="storedVersions")
|
|
1189
|
-
def stored_versions(self) -> Sequence[
|
|
1188
|
+
def stored_versions(self) -> Sequence[_builtins.str]:
|
|
1190
1189
|
"""
|
|
1191
1190
|
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.
|
|
1192
1191
|
"""
|
|
1193
1192
|
return pulumi.get(self, "stored_versions")
|
|
1194
1193
|
|
|
1195
|
-
@property
|
|
1194
|
+
@_builtins.property
|
|
1196
1195
|
@pulumi.getter
|
|
1197
1196
|
def conditions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionCondition']]:
|
|
1198
1197
|
"""
|
|
@@ -1228,12 +1227,12 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1228
1227
|
def __init__(__self__, *,
|
|
1229
1228
|
accepted_names: Optional['outputs.CustomResourceDefinitionNamesPatch'] = None,
|
|
1230
1229
|
conditions: Optional[Sequence['outputs.CustomResourceDefinitionConditionPatch']] = None,
|
|
1231
|
-
stored_versions: Optional[Sequence[
|
|
1230
|
+
stored_versions: Optional[Sequence[_builtins.str]] = None):
|
|
1232
1231
|
"""
|
|
1233
1232
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1234
1233
|
: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.
|
|
1235
1234
|
:param Sequence['CustomResourceDefinitionConditionPatchArgs'] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1236
|
-
:param Sequence[
|
|
1235
|
+
: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.
|
|
1237
1236
|
"""
|
|
1238
1237
|
if accepted_names is not None:
|
|
1239
1238
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1242,7 +1241,7 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1242
1241
|
if stored_versions is not None:
|
|
1243
1242
|
pulumi.set(__self__, "stored_versions", stored_versions)
|
|
1244
1243
|
|
|
1245
|
-
@property
|
|
1244
|
+
@_builtins.property
|
|
1246
1245
|
@pulumi.getter(name="acceptedNames")
|
|
1247
1246
|
def accepted_names(self) -> Optional['outputs.CustomResourceDefinitionNamesPatch']:
|
|
1248
1247
|
"""
|
|
@@ -1250,7 +1249,7 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1250
1249
|
"""
|
|
1251
1250
|
return pulumi.get(self, "accepted_names")
|
|
1252
1251
|
|
|
1253
|
-
@property
|
|
1252
|
+
@_builtins.property
|
|
1254
1253
|
@pulumi.getter
|
|
1255
1254
|
def conditions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionConditionPatch']]:
|
|
1256
1255
|
"""
|
|
@@ -1258,9 +1257,9 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1258
1257
|
"""
|
|
1259
1258
|
return pulumi.get(self, "conditions")
|
|
1260
1259
|
|
|
1261
|
-
@property
|
|
1260
|
+
@_builtins.property
|
|
1262
1261
|
@pulumi.getter(name="storedVersions")
|
|
1263
|
-
def stored_versions(self) -> Optional[Sequence[
|
|
1262
|
+
def stored_versions(self) -> Optional[Sequence[_builtins.str]]:
|
|
1264
1263
|
"""
|
|
1265
1264
|
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.
|
|
1266
1265
|
"""
|
|
@@ -1292,22 +1291,22 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1292
1291
|
return super().get(key, default)
|
|
1293
1292
|
|
|
1294
1293
|
def __init__(__self__, *,
|
|
1295
|
-
name:
|
|
1296
|
-
served:
|
|
1297
|
-
storage:
|
|
1294
|
+
name: _builtins.str,
|
|
1295
|
+
served: _builtins.bool,
|
|
1296
|
+
storage: _builtins.bool,
|
|
1298
1297
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinition']] = None,
|
|
1299
|
-
deprecated: Optional[
|
|
1300
|
-
deprecation_warning: Optional[
|
|
1298
|
+
deprecated: Optional[_builtins.bool] = None,
|
|
1299
|
+
deprecation_warning: Optional[_builtins.str] = None,
|
|
1301
1300
|
schema: Optional['outputs.CustomResourceValidation'] = None,
|
|
1302
1301
|
subresources: Optional['outputs.CustomResourceSubresources'] = None):
|
|
1303
1302
|
"""
|
|
1304
1303
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1305
|
-
:param
|
|
1306
|
-
:param
|
|
1307
|
-
:param
|
|
1304
|
+
: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.
|
|
1305
|
+
:param _builtins.bool served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1306
|
+
: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.
|
|
1308
1307
|
: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.
|
|
1309
|
-
:param
|
|
1310
|
-
:param
|
|
1308
|
+
: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.
|
|
1309
|
+
: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.
|
|
1311
1310
|
: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).
|
|
1312
1311
|
: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).
|
|
1313
1312
|
"""
|
|
@@ -1325,31 +1324,31 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1325
1324
|
if subresources is not None:
|
|
1326
1325
|
pulumi.set(__self__, "subresources", subresources)
|
|
1327
1326
|
|
|
1328
|
-
@property
|
|
1327
|
+
@_builtins.property
|
|
1329
1328
|
@pulumi.getter
|
|
1330
|
-
def name(self) ->
|
|
1329
|
+
def name(self) -> _builtins.str:
|
|
1331
1330
|
"""
|
|
1332
1331
|
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.
|
|
1333
1332
|
"""
|
|
1334
1333
|
return pulumi.get(self, "name")
|
|
1335
1334
|
|
|
1336
|
-
@property
|
|
1335
|
+
@_builtins.property
|
|
1337
1336
|
@pulumi.getter
|
|
1338
|
-
def served(self) ->
|
|
1337
|
+
def served(self) -> _builtins.bool:
|
|
1339
1338
|
"""
|
|
1340
1339
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1341
1340
|
"""
|
|
1342
1341
|
return pulumi.get(self, "served")
|
|
1343
1342
|
|
|
1344
|
-
@property
|
|
1343
|
+
@_builtins.property
|
|
1345
1344
|
@pulumi.getter
|
|
1346
|
-
def storage(self) ->
|
|
1345
|
+
def storage(self) -> _builtins.bool:
|
|
1347
1346
|
"""
|
|
1348
1347
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1349
1348
|
"""
|
|
1350
1349
|
return pulumi.get(self, "storage")
|
|
1351
1350
|
|
|
1352
|
-
@property
|
|
1351
|
+
@_builtins.property
|
|
1353
1352
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1354
1353
|
def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinition']]:
|
|
1355
1354
|
"""
|
|
@@ -1357,23 +1356,23 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1357
1356
|
"""
|
|
1358
1357
|
return pulumi.get(self, "additional_printer_columns")
|
|
1359
1358
|
|
|
1360
|
-
@property
|
|
1359
|
+
@_builtins.property
|
|
1361
1360
|
@pulumi.getter
|
|
1362
|
-
def deprecated(self) -> Optional[
|
|
1361
|
+
def deprecated(self) -> Optional[_builtins.bool]:
|
|
1363
1362
|
"""
|
|
1364
1363
|
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.
|
|
1365
1364
|
"""
|
|
1366
1365
|
return pulumi.get(self, "deprecated")
|
|
1367
1366
|
|
|
1368
|
-
@property
|
|
1367
|
+
@_builtins.property
|
|
1369
1368
|
@pulumi.getter(name="deprecationWarning")
|
|
1370
|
-
def deprecation_warning(self) -> Optional[
|
|
1369
|
+
def deprecation_warning(self) -> Optional[_builtins.str]:
|
|
1371
1370
|
"""
|
|
1372
1371
|
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.
|
|
1373
1372
|
"""
|
|
1374
1373
|
return pulumi.get(self, "deprecation_warning")
|
|
1375
1374
|
|
|
1376
|
-
@property
|
|
1375
|
+
@_builtins.property
|
|
1377
1376
|
@pulumi.getter
|
|
1378
1377
|
def schema(self) -> Optional['outputs.CustomResourceValidation']:
|
|
1379
1378
|
"""
|
|
@@ -1381,7 +1380,7 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1381
1380
|
"""
|
|
1382
1381
|
return pulumi.get(self, "schema")
|
|
1383
1382
|
|
|
1384
|
-
@property
|
|
1383
|
+
@_builtins.property
|
|
1385
1384
|
@pulumi.getter
|
|
1386
1385
|
def subresources(self) -> Optional['outputs.CustomResourceSubresources']:
|
|
1387
1386
|
"""
|
|
@@ -1416,22 +1415,22 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1416
1415
|
|
|
1417
1416
|
def __init__(__self__, *,
|
|
1418
1417
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']] = None,
|
|
1419
|
-
deprecated: Optional[
|
|
1420
|
-
deprecation_warning: Optional[
|
|
1421
|
-
name: Optional[
|
|
1418
|
+
deprecated: Optional[_builtins.bool] = None,
|
|
1419
|
+
deprecation_warning: Optional[_builtins.str] = None,
|
|
1420
|
+
name: Optional[_builtins.str] = None,
|
|
1422
1421
|
schema: Optional['outputs.CustomResourceValidationPatch'] = None,
|
|
1423
|
-
served: Optional[
|
|
1424
|
-
storage: Optional[
|
|
1422
|
+
served: Optional[_builtins.bool] = None,
|
|
1423
|
+
storage: Optional[_builtins.bool] = None,
|
|
1425
1424
|
subresources: Optional['outputs.CustomResourceSubresourcesPatch'] = None):
|
|
1426
1425
|
"""
|
|
1427
1426
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1428
1427
|
: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.
|
|
1429
|
-
:param
|
|
1430
|
-
:param
|
|
1431
|
-
:param
|
|
1428
|
+
: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.
|
|
1429
|
+
: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.
|
|
1430
|
+
: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.
|
|
1432
1431
|
: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).
|
|
1433
|
-
:param
|
|
1434
|
-
:param
|
|
1432
|
+
:param _builtins.bool served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1433
|
+
: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.
|
|
1435
1434
|
: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).
|
|
1436
1435
|
"""
|
|
1437
1436
|
if additional_printer_columns is not None:
|
|
@@ -1451,7 +1450,7 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1451
1450
|
if subresources is not None:
|
|
1452
1451
|
pulumi.set(__self__, "subresources", subresources)
|
|
1453
1452
|
|
|
1454
|
-
@property
|
|
1453
|
+
@_builtins.property
|
|
1455
1454
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1456
1455
|
def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']]:
|
|
1457
1456
|
"""
|
|
@@ -1459,31 +1458,31 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1459
1458
|
"""
|
|
1460
1459
|
return pulumi.get(self, "additional_printer_columns")
|
|
1461
1460
|
|
|
1462
|
-
@property
|
|
1461
|
+
@_builtins.property
|
|
1463
1462
|
@pulumi.getter
|
|
1464
|
-
def deprecated(self) -> Optional[
|
|
1463
|
+
def deprecated(self) -> Optional[_builtins.bool]:
|
|
1465
1464
|
"""
|
|
1466
1465
|
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.
|
|
1467
1466
|
"""
|
|
1468
1467
|
return pulumi.get(self, "deprecated")
|
|
1469
1468
|
|
|
1470
|
-
@property
|
|
1469
|
+
@_builtins.property
|
|
1471
1470
|
@pulumi.getter(name="deprecationWarning")
|
|
1472
|
-
def deprecation_warning(self) -> Optional[
|
|
1471
|
+
def deprecation_warning(self) -> Optional[_builtins.str]:
|
|
1473
1472
|
"""
|
|
1474
1473
|
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.
|
|
1475
1474
|
"""
|
|
1476
1475
|
return pulumi.get(self, "deprecation_warning")
|
|
1477
1476
|
|
|
1478
|
-
@property
|
|
1477
|
+
@_builtins.property
|
|
1479
1478
|
@pulumi.getter
|
|
1480
|
-
def name(self) -> Optional[
|
|
1479
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1481
1480
|
"""
|
|
1482
1481
|
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.
|
|
1483
1482
|
"""
|
|
1484
1483
|
return pulumi.get(self, "name")
|
|
1485
1484
|
|
|
1486
|
-
@property
|
|
1485
|
+
@_builtins.property
|
|
1487
1486
|
@pulumi.getter
|
|
1488
1487
|
def schema(self) -> Optional['outputs.CustomResourceValidationPatch']:
|
|
1489
1488
|
"""
|
|
@@ -1491,23 +1490,23 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1491
1490
|
"""
|
|
1492
1491
|
return pulumi.get(self, "schema")
|
|
1493
1492
|
|
|
1494
|
-
@property
|
|
1493
|
+
@_builtins.property
|
|
1495
1494
|
@pulumi.getter
|
|
1496
|
-
def served(self) -> Optional[
|
|
1495
|
+
def served(self) -> Optional[_builtins.bool]:
|
|
1497
1496
|
"""
|
|
1498
1497
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1499
1498
|
"""
|
|
1500
1499
|
return pulumi.get(self, "served")
|
|
1501
1500
|
|
|
1502
|
-
@property
|
|
1501
|
+
@_builtins.property
|
|
1503
1502
|
@pulumi.getter
|
|
1504
|
-
def storage(self) -> Optional[
|
|
1503
|
+
def storage(self) -> Optional[_builtins.bool]:
|
|
1505
1504
|
"""
|
|
1506
1505
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1507
1506
|
"""
|
|
1508
1507
|
return pulumi.get(self, "storage")
|
|
1509
1508
|
|
|
1510
|
-
@property
|
|
1509
|
+
@_builtins.property
|
|
1511
1510
|
@pulumi.getter
|
|
1512
1511
|
def subresources(self) -> Optional['outputs.CustomResourceSubresourcesPatch']:
|
|
1513
1512
|
"""
|
|
@@ -1543,39 +1542,39 @@ class CustomResourceSubresourceScale(dict):
|
|
|
1543
1542
|
return super().get(key, default)
|
|
1544
1543
|
|
|
1545
1544
|
def __init__(__self__, *,
|
|
1546
|
-
spec_replicas_path:
|
|
1547
|
-
status_replicas_path:
|
|
1548
|
-
label_selector_path: Optional[
|
|
1545
|
+
spec_replicas_path: _builtins.str,
|
|
1546
|
+
status_replicas_path: _builtins.str,
|
|
1547
|
+
label_selector_path: Optional[_builtins.str] = None):
|
|
1549
1548
|
"""
|
|
1550
1549
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1551
|
-
:param
|
|
1552
|
-
:param
|
|
1553
|
-
:param
|
|
1550
|
+
: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.
|
|
1551
|
+
: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.
|
|
1552
|
+
: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.
|
|
1554
1553
|
"""
|
|
1555
1554
|
pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
|
|
1556
1555
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
1557
1556
|
if label_selector_path is not None:
|
|
1558
1557
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
1559
1558
|
|
|
1560
|
-
@property
|
|
1559
|
+
@_builtins.property
|
|
1561
1560
|
@pulumi.getter(name="specReplicasPath")
|
|
1562
|
-
def spec_replicas_path(self) ->
|
|
1561
|
+
def spec_replicas_path(self) -> _builtins.str:
|
|
1563
1562
|
"""
|
|
1564
1563
|
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.
|
|
1565
1564
|
"""
|
|
1566
1565
|
return pulumi.get(self, "spec_replicas_path")
|
|
1567
1566
|
|
|
1568
|
-
@property
|
|
1567
|
+
@_builtins.property
|
|
1569
1568
|
@pulumi.getter(name="statusReplicasPath")
|
|
1570
|
-
def status_replicas_path(self) ->
|
|
1569
|
+
def status_replicas_path(self) -> _builtins.str:
|
|
1571
1570
|
"""
|
|
1572
1571
|
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.
|
|
1573
1572
|
"""
|
|
1574
1573
|
return pulumi.get(self, "status_replicas_path")
|
|
1575
1574
|
|
|
1576
|
-
@property
|
|
1575
|
+
@_builtins.property
|
|
1577
1576
|
@pulumi.getter(name="labelSelectorPath")
|
|
1578
|
-
def label_selector_path(self) -> Optional[
|
|
1577
|
+
def label_selector_path(self) -> Optional[_builtins.str]:
|
|
1579
1578
|
"""
|
|
1580
1579
|
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.
|
|
1581
1580
|
"""
|
|
@@ -1609,14 +1608,14 @@ class CustomResourceSubresourceScalePatch(dict):
|
|
|
1609
1608
|
return super().get(key, default)
|
|
1610
1609
|
|
|
1611
1610
|
def __init__(__self__, *,
|
|
1612
|
-
label_selector_path: Optional[
|
|
1613
|
-
spec_replicas_path: Optional[
|
|
1614
|
-
status_replicas_path: Optional[
|
|
1611
|
+
label_selector_path: Optional[_builtins.str] = None,
|
|
1612
|
+
spec_replicas_path: Optional[_builtins.str] = None,
|
|
1613
|
+
status_replicas_path: Optional[_builtins.str] = None):
|
|
1615
1614
|
"""
|
|
1616
1615
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1617
|
-
:param
|
|
1618
|
-
:param
|
|
1619
|
-
:param
|
|
1616
|
+
: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.
|
|
1617
|
+
: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.
|
|
1618
|
+
: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.
|
|
1620
1619
|
"""
|
|
1621
1620
|
if label_selector_path is not None:
|
|
1622
1621
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
@@ -1625,25 +1624,25 @@ class CustomResourceSubresourceScalePatch(dict):
|
|
|
1625
1624
|
if status_replicas_path is not None:
|
|
1626
1625
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
1627
1626
|
|
|
1628
|
-
@property
|
|
1627
|
+
@_builtins.property
|
|
1629
1628
|
@pulumi.getter(name="labelSelectorPath")
|
|
1630
|
-
def label_selector_path(self) -> Optional[
|
|
1629
|
+
def label_selector_path(self) -> Optional[_builtins.str]:
|
|
1631
1630
|
"""
|
|
1632
1631
|
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.
|
|
1633
1632
|
"""
|
|
1634
1633
|
return pulumi.get(self, "label_selector_path")
|
|
1635
1634
|
|
|
1636
|
-
@property
|
|
1635
|
+
@_builtins.property
|
|
1637
1636
|
@pulumi.getter(name="specReplicasPath")
|
|
1638
|
-
def spec_replicas_path(self) -> Optional[
|
|
1637
|
+
def spec_replicas_path(self) -> Optional[_builtins.str]:
|
|
1639
1638
|
"""
|
|
1640
1639
|
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.
|
|
1641
1640
|
"""
|
|
1642
1641
|
return pulumi.get(self, "spec_replicas_path")
|
|
1643
1642
|
|
|
1644
|
-
@property
|
|
1643
|
+
@_builtins.property
|
|
1645
1644
|
@pulumi.getter(name="statusReplicasPath")
|
|
1646
|
-
def status_replicas_path(self) -> Optional[
|
|
1645
|
+
def status_replicas_path(self) -> Optional[_builtins.str]:
|
|
1647
1646
|
"""
|
|
1648
1647
|
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.
|
|
1649
1648
|
"""
|
|
@@ -1668,7 +1667,7 @@ class CustomResourceSubresources(dict):
|
|
|
1668
1667
|
if status is not None:
|
|
1669
1668
|
pulumi.set(__self__, "status", status)
|
|
1670
1669
|
|
|
1671
|
-
@property
|
|
1670
|
+
@_builtins.property
|
|
1672
1671
|
@pulumi.getter
|
|
1673
1672
|
def scale(self) -> Optional['outputs.CustomResourceSubresourceScale']:
|
|
1674
1673
|
"""
|
|
@@ -1676,7 +1675,7 @@ class CustomResourceSubresources(dict):
|
|
|
1676
1675
|
"""
|
|
1677
1676
|
return pulumi.get(self, "scale")
|
|
1678
1677
|
|
|
1679
|
-
@property
|
|
1678
|
+
@_builtins.property
|
|
1680
1679
|
@pulumi.getter
|
|
1681
1680
|
def status(self) -> Optional[Any]:
|
|
1682
1681
|
"""
|
|
@@ -1703,7 +1702,7 @@ class CustomResourceSubresourcesPatch(dict):
|
|
|
1703
1702
|
if status is not None:
|
|
1704
1703
|
pulumi.set(__self__, "status", status)
|
|
1705
1704
|
|
|
1706
|
-
@property
|
|
1705
|
+
@_builtins.property
|
|
1707
1706
|
@pulumi.getter
|
|
1708
1707
|
def scale(self) -> Optional['outputs.CustomResourceSubresourceScalePatch']:
|
|
1709
1708
|
"""
|
|
@@ -1711,7 +1710,7 @@ class CustomResourceSubresourcesPatch(dict):
|
|
|
1711
1710
|
"""
|
|
1712
1711
|
return pulumi.get(self, "scale")
|
|
1713
1712
|
|
|
1714
|
-
@property
|
|
1713
|
+
@_builtins.property
|
|
1715
1714
|
@pulumi.getter
|
|
1716
1715
|
def status(self) -> Optional[Any]:
|
|
1717
1716
|
"""
|
|
@@ -1751,7 +1750,7 @@ class CustomResourceValidation(dict):
|
|
|
1751
1750
|
if open_apiv3_schema is not None:
|
|
1752
1751
|
pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
|
|
1753
1752
|
|
|
1754
|
-
@property
|
|
1753
|
+
@_builtins.property
|
|
1755
1754
|
@pulumi.getter(name="openAPIV3Schema")
|
|
1756
1755
|
def open_apiv3_schema(self) -> Optional['outputs.JSONSchemaProps']:
|
|
1757
1756
|
"""
|
|
@@ -1791,7 +1790,7 @@ class CustomResourceValidationPatch(dict):
|
|
|
1791
1790
|
if open_apiv3_schema is not None:
|
|
1792
1791
|
pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
|
|
1793
1792
|
|
|
1794
|
-
@property
|
|
1793
|
+
@_builtins.property
|
|
1795
1794
|
@pulumi.getter(name="openAPIV3Schema")
|
|
1796
1795
|
def open_apiv3_schema(self) -> Optional['outputs.JSONSchemaPropsPatch']:
|
|
1797
1796
|
"""
|
|
@@ -1806,8 +1805,8 @@ class ExternalDocumentation(dict):
|
|
|
1806
1805
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1807
1806
|
"""
|
|
1808
1807
|
def __init__(__self__, *,
|
|
1809
|
-
description: Optional[
|
|
1810
|
-
url: Optional[
|
|
1808
|
+
description: Optional[_builtins.str] = None,
|
|
1809
|
+
url: Optional[_builtins.str] = None):
|
|
1811
1810
|
"""
|
|
1812
1811
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1813
1812
|
"""
|
|
@@ -1816,14 +1815,14 @@ class ExternalDocumentation(dict):
|
|
|
1816
1815
|
if url is not None:
|
|
1817
1816
|
pulumi.set(__self__, "url", url)
|
|
1818
1817
|
|
|
1819
|
-
@property
|
|
1818
|
+
@_builtins.property
|
|
1820
1819
|
@pulumi.getter
|
|
1821
|
-
def description(self) -> Optional[
|
|
1820
|
+
def description(self) -> Optional[_builtins.str]:
|
|
1822
1821
|
return pulumi.get(self, "description")
|
|
1823
1822
|
|
|
1824
|
-
@property
|
|
1823
|
+
@_builtins.property
|
|
1825
1824
|
@pulumi.getter
|
|
1826
|
-
def url(self) -> Optional[
|
|
1825
|
+
def url(self) -> Optional[_builtins.str]:
|
|
1827
1826
|
return pulumi.get(self, "url")
|
|
1828
1827
|
|
|
1829
1828
|
|
|
@@ -1833,8 +1832,8 @@ class ExternalDocumentationPatch(dict):
|
|
|
1833
1832
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1834
1833
|
"""
|
|
1835
1834
|
def __init__(__self__, *,
|
|
1836
|
-
description: Optional[
|
|
1837
|
-
url: Optional[
|
|
1835
|
+
description: Optional[_builtins.str] = None,
|
|
1836
|
+
url: Optional[_builtins.str] = None):
|
|
1838
1837
|
"""
|
|
1839
1838
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1840
1839
|
"""
|
|
@@ -1843,14 +1842,14 @@ class ExternalDocumentationPatch(dict):
|
|
|
1843
1842
|
if url is not None:
|
|
1844
1843
|
pulumi.set(__self__, "url", url)
|
|
1845
1844
|
|
|
1846
|
-
@property
|
|
1845
|
+
@_builtins.property
|
|
1847
1846
|
@pulumi.getter
|
|
1848
|
-
def description(self) -> Optional[
|
|
1847
|
+
def description(self) -> Optional[_builtins.str]:
|
|
1849
1848
|
return pulumi.get(self, "description")
|
|
1850
1849
|
|
|
1851
|
-
@property
|
|
1850
|
+
@_builtins.property
|
|
1852
1851
|
@pulumi.getter
|
|
1853
|
-
def url(self) -> Optional[
|
|
1852
|
+
def url(self) -> Optional[_builtins.str]:
|
|
1854
1853
|
return pulumi.get(self, "url")
|
|
1855
1854
|
|
|
1856
1855
|
|
|
@@ -1915,8 +1914,8 @@ class JSONSchemaProps(dict):
|
|
|
1915
1914
|
return super().get(key, default)
|
|
1916
1915
|
|
|
1917
1916
|
def __init__(__self__, *,
|
|
1918
|
-
_ref: Optional[
|
|
1919
|
-
_schema: Optional[
|
|
1917
|
+
_ref: Optional[_builtins.str] = None,
|
|
1918
|
+
_schema: Optional[_builtins.str] = None,
|
|
1920
1919
|
additional_items: Optional[Any] = None,
|
|
1921
1920
|
additional_properties: Optional[Any] = None,
|
|
1922
1921
|
all_of: Optional[Sequence['outputs.JSONSchemaProps']] = None,
|
|
@@ -1924,48 +1923,48 @@ class JSONSchemaProps(dict):
|
|
|
1924
1923
|
default: Optional[Any] = None,
|
|
1925
1924
|
definitions: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1926
1925
|
dependencies: Optional[Mapping[str, Any]] = None,
|
|
1927
|
-
description: Optional[
|
|
1926
|
+
description: Optional[_builtins.str] = None,
|
|
1928
1927
|
enum: Optional[Sequence[Any]] = None,
|
|
1929
1928
|
example: Optional[Any] = None,
|
|
1930
|
-
exclusive_maximum: Optional[
|
|
1931
|
-
exclusive_minimum: Optional[
|
|
1929
|
+
exclusive_maximum: Optional[_builtins.bool] = None,
|
|
1930
|
+
exclusive_minimum: Optional[_builtins.bool] = None,
|
|
1932
1931
|
external_docs: Optional['outputs.ExternalDocumentation'] = None,
|
|
1933
|
-
format: Optional[
|
|
1934
|
-
id: Optional[
|
|
1932
|
+
format: Optional[_builtins.str] = None,
|
|
1933
|
+
id: Optional[_builtins.str] = None,
|
|
1935
1934
|
items: Optional[Any] = None,
|
|
1936
|
-
max_items: Optional[
|
|
1937
|
-
max_length: Optional[
|
|
1938
|
-
max_properties: Optional[
|
|
1939
|
-
maximum: Optional[
|
|
1940
|
-
min_items: Optional[
|
|
1941
|
-
min_length: Optional[
|
|
1942
|
-
min_properties: Optional[
|
|
1943
|
-
minimum: Optional[
|
|
1944
|
-
multiple_of: Optional[
|
|
1935
|
+
max_items: Optional[_builtins.int] = None,
|
|
1936
|
+
max_length: Optional[_builtins.int] = None,
|
|
1937
|
+
max_properties: Optional[_builtins.int] = None,
|
|
1938
|
+
maximum: Optional[_builtins.float] = None,
|
|
1939
|
+
min_items: Optional[_builtins.int] = None,
|
|
1940
|
+
min_length: Optional[_builtins.int] = None,
|
|
1941
|
+
min_properties: Optional[_builtins.int] = None,
|
|
1942
|
+
minimum: Optional[_builtins.float] = None,
|
|
1943
|
+
multiple_of: Optional[_builtins.float] = None,
|
|
1945
1944
|
not_: Optional['outputs.JSONSchemaProps'] = None,
|
|
1946
|
-
nullable: Optional[
|
|
1945
|
+
nullable: Optional[_builtins.bool] = None,
|
|
1947
1946
|
one_of: Optional[Sequence['outputs.JSONSchemaProps']] = None,
|
|
1948
|
-
pattern: Optional[
|
|
1947
|
+
pattern: Optional[_builtins.str] = None,
|
|
1949
1948
|
pattern_properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1950
1949
|
properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1951
|
-
required: Optional[Sequence[
|
|
1952
|
-
title: Optional[
|
|
1953
|
-
type: Optional[
|
|
1954
|
-
unique_items: Optional[
|
|
1955
|
-
x_kubernetes_embedded_resource: Optional[
|
|
1956
|
-
x_kubernetes_int_or_string: Optional[
|
|
1957
|
-
x_kubernetes_list_map_keys: Optional[Sequence[
|
|
1958
|
-
x_kubernetes_list_type: Optional[
|
|
1959
|
-
x_kubernetes_map_type: Optional[
|
|
1960
|
-
x_kubernetes_preserve_unknown_fields: Optional[
|
|
1950
|
+
required: Optional[Sequence[_builtins.str]] = None,
|
|
1951
|
+
title: Optional[_builtins.str] = None,
|
|
1952
|
+
type: Optional[_builtins.str] = None,
|
|
1953
|
+
unique_items: Optional[_builtins.bool] = None,
|
|
1954
|
+
x_kubernetes_embedded_resource: Optional[_builtins.bool] = None,
|
|
1955
|
+
x_kubernetes_int_or_string: Optional[_builtins.bool] = None,
|
|
1956
|
+
x_kubernetes_list_map_keys: Optional[Sequence[_builtins.str]] = None,
|
|
1957
|
+
x_kubernetes_list_type: Optional[_builtins.str] = None,
|
|
1958
|
+
x_kubernetes_map_type: Optional[_builtins.str] = None,
|
|
1959
|
+
x_kubernetes_preserve_unknown_fields: Optional[_builtins.bool] = None):
|
|
1961
1960
|
"""
|
|
1962
1961
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
1963
1962
|
: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.
|
|
1964
|
-
:param
|
|
1963
|
+
:param _builtins.str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
1965
1964
|
|
|
1966
1965
|
- 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.
|
|
1967
|
-
:param
|
|
1968
|
-
:param
|
|
1966
|
+
: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).
|
|
1967
|
+
: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:
|
|
1969
1968
|
|
|
1970
1969
|
1) anyOf:
|
|
1971
1970
|
- type: integer
|
|
@@ -1975,10 +1974,10 @@ class JSONSchemaProps(dict):
|
|
|
1975
1974
|
- type: integer
|
|
1976
1975
|
- type: string
|
|
1977
1976
|
- ... zero or more
|
|
1978
|
-
:param Sequence[
|
|
1977
|
+
: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.
|
|
1979
1978
|
|
|
1980
1979
|
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).
|
|
1981
|
-
:param
|
|
1980
|
+
: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:
|
|
1982
1981
|
|
|
1983
1982
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
1984
1983
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -1992,7 +1991,7 @@ class JSONSchemaProps(dict):
|
|
|
1992
1991
|
used to identify them. Order is preserved upon merge. The map tag
|
|
1993
1992
|
must only be used on a list with elements of type object.
|
|
1994
1993
|
Defaults to atomic for arrays.
|
|
1995
|
-
:param
|
|
1994
|
+
: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:
|
|
1996
1995
|
|
|
1997
1996
|
1) `granular`:
|
|
1998
1997
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -2000,7 +1999,7 @@ class JSONSchemaProps(dict):
|
|
|
2000
1999
|
the default behaviour for all maps.
|
|
2001
2000
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2002
2001
|
Atomic maps will be entirely replaced when updated.
|
|
2003
|
-
:param
|
|
2002
|
+
: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.
|
|
2004
2003
|
"""
|
|
2005
2004
|
if _ref is not None:
|
|
2006
2005
|
pulumi.set(__self__, "_ref", _ref)
|
|
@@ -2089,37 +2088,37 @@ class JSONSchemaProps(dict):
|
|
|
2089
2088
|
if x_kubernetes_preserve_unknown_fields is not None:
|
|
2090
2089
|
pulumi.set(__self__, "x_kubernetes_preserve_unknown_fields", x_kubernetes_preserve_unknown_fields)
|
|
2091
2090
|
|
|
2092
|
-
@property
|
|
2091
|
+
@_builtins.property
|
|
2093
2092
|
@pulumi.getter(name="$ref")
|
|
2094
|
-
def _ref(self) -> Optional[
|
|
2093
|
+
def _ref(self) -> Optional[_builtins.str]:
|
|
2095
2094
|
return pulumi.get(self, "_ref")
|
|
2096
2095
|
|
|
2097
|
-
@property
|
|
2096
|
+
@_builtins.property
|
|
2098
2097
|
@pulumi.getter(name="$schema")
|
|
2099
|
-
def _schema(self) -> Optional[
|
|
2098
|
+
def _schema(self) -> Optional[_builtins.str]:
|
|
2100
2099
|
return pulumi.get(self, "_schema")
|
|
2101
2100
|
|
|
2102
|
-
@property
|
|
2101
|
+
@_builtins.property
|
|
2103
2102
|
@pulumi.getter(name="additionalItems")
|
|
2104
2103
|
def additional_items(self) -> Optional[Any]:
|
|
2105
2104
|
return pulumi.get(self, "additional_items")
|
|
2106
2105
|
|
|
2107
|
-
@property
|
|
2106
|
+
@_builtins.property
|
|
2108
2107
|
@pulumi.getter(name="additionalProperties")
|
|
2109
2108
|
def additional_properties(self) -> Optional[Any]:
|
|
2110
2109
|
return pulumi.get(self, "additional_properties")
|
|
2111
2110
|
|
|
2112
|
-
@property
|
|
2111
|
+
@_builtins.property
|
|
2113
2112
|
@pulumi.getter(name="allOf")
|
|
2114
2113
|
def all_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
|
|
2115
2114
|
return pulumi.get(self, "all_of")
|
|
2116
2115
|
|
|
2117
|
-
@property
|
|
2116
|
+
@_builtins.property
|
|
2118
2117
|
@pulumi.getter(name="anyOf")
|
|
2119
2118
|
def any_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
|
|
2120
2119
|
return pulumi.get(self, "any_of")
|
|
2121
2120
|
|
|
2122
|
-
@property
|
|
2121
|
+
@_builtins.property
|
|
2123
2122
|
@pulumi.getter
|
|
2124
2123
|
def default(self) -> Optional[Any]:
|
|
2125
2124
|
"""
|
|
@@ -2127,49 +2126,49 @@ class JSONSchemaProps(dict):
|
|
|
2127
2126
|
"""
|
|
2128
2127
|
return pulumi.get(self, "default")
|
|
2129
2128
|
|
|
2130
|
-
@property
|
|
2129
|
+
@_builtins.property
|
|
2131
2130
|
@pulumi.getter
|
|
2132
2131
|
def definitions(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2133
2132
|
return pulumi.get(self, "definitions")
|
|
2134
2133
|
|
|
2135
|
-
@property
|
|
2134
|
+
@_builtins.property
|
|
2136
2135
|
@pulumi.getter
|
|
2137
2136
|
def dependencies(self) -> Optional[Mapping[str, Any]]:
|
|
2138
2137
|
return pulumi.get(self, "dependencies")
|
|
2139
2138
|
|
|
2140
|
-
@property
|
|
2139
|
+
@_builtins.property
|
|
2141
2140
|
@pulumi.getter
|
|
2142
|
-
def description(self) -> Optional[
|
|
2141
|
+
def description(self) -> Optional[_builtins.str]:
|
|
2143
2142
|
return pulumi.get(self, "description")
|
|
2144
2143
|
|
|
2145
|
-
@property
|
|
2144
|
+
@_builtins.property
|
|
2146
2145
|
@pulumi.getter
|
|
2147
2146
|
def enum(self) -> Optional[Sequence[Any]]:
|
|
2148
2147
|
return pulumi.get(self, "enum")
|
|
2149
2148
|
|
|
2150
|
-
@property
|
|
2149
|
+
@_builtins.property
|
|
2151
2150
|
@pulumi.getter
|
|
2152
2151
|
def example(self) -> Optional[Any]:
|
|
2153
2152
|
return pulumi.get(self, "example")
|
|
2154
2153
|
|
|
2155
|
-
@property
|
|
2154
|
+
@_builtins.property
|
|
2156
2155
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2157
|
-
def exclusive_maximum(self) -> Optional[
|
|
2156
|
+
def exclusive_maximum(self) -> Optional[_builtins.bool]:
|
|
2158
2157
|
return pulumi.get(self, "exclusive_maximum")
|
|
2159
2158
|
|
|
2160
|
-
@property
|
|
2159
|
+
@_builtins.property
|
|
2161
2160
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2162
|
-
def exclusive_minimum(self) -> Optional[
|
|
2161
|
+
def exclusive_minimum(self) -> Optional[_builtins.bool]:
|
|
2163
2162
|
return pulumi.get(self, "exclusive_minimum")
|
|
2164
2163
|
|
|
2165
|
-
@property
|
|
2164
|
+
@_builtins.property
|
|
2166
2165
|
@pulumi.getter(name="externalDocs")
|
|
2167
2166
|
def external_docs(self) -> Optional['outputs.ExternalDocumentation']:
|
|
2168
2167
|
return pulumi.get(self, "external_docs")
|
|
2169
2168
|
|
|
2170
|
-
@property
|
|
2169
|
+
@_builtins.property
|
|
2171
2170
|
@pulumi.getter
|
|
2172
|
-
def format(self) -> Optional[
|
|
2171
|
+
def format(self) -> Optional[_builtins.str]:
|
|
2173
2172
|
"""
|
|
2174
2173
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2175
2174
|
|
|
@@ -2177,122 +2176,122 @@ class JSONSchemaProps(dict):
|
|
|
2177
2176
|
"""
|
|
2178
2177
|
return pulumi.get(self, "format")
|
|
2179
2178
|
|
|
2180
|
-
@property
|
|
2179
|
+
@_builtins.property
|
|
2181
2180
|
@pulumi.getter
|
|
2182
|
-
def id(self) -> Optional[
|
|
2181
|
+
def id(self) -> Optional[_builtins.str]:
|
|
2183
2182
|
return pulumi.get(self, "id")
|
|
2184
2183
|
|
|
2185
|
-
@property
|
|
2184
|
+
@_builtins.property
|
|
2186
2185
|
@pulumi.getter
|
|
2187
2186
|
def items(self) -> Optional[Any]:
|
|
2188
2187
|
return pulumi.get(self, "items")
|
|
2189
2188
|
|
|
2190
|
-
@property
|
|
2189
|
+
@_builtins.property
|
|
2191
2190
|
@pulumi.getter(name="maxItems")
|
|
2192
|
-
def max_items(self) -> Optional[
|
|
2191
|
+
def max_items(self) -> Optional[_builtins.int]:
|
|
2193
2192
|
return pulumi.get(self, "max_items")
|
|
2194
2193
|
|
|
2195
|
-
@property
|
|
2194
|
+
@_builtins.property
|
|
2196
2195
|
@pulumi.getter(name="maxLength")
|
|
2197
|
-
def max_length(self) -> Optional[
|
|
2196
|
+
def max_length(self) -> Optional[_builtins.int]:
|
|
2198
2197
|
return pulumi.get(self, "max_length")
|
|
2199
2198
|
|
|
2200
|
-
@property
|
|
2199
|
+
@_builtins.property
|
|
2201
2200
|
@pulumi.getter(name="maxProperties")
|
|
2202
|
-
def max_properties(self) -> Optional[
|
|
2201
|
+
def max_properties(self) -> Optional[_builtins.int]:
|
|
2203
2202
|
return pulumi.get(self, "max_properties")
|
|
2204
2203
|
|
|
2205
|
-
@property
|
|
2204
|
+
@_builtins.property
|
|
2206
2205
|
@pulumi.getter
|
|
2207
|
-
def maximum(self) -> Optional[
|
|
2206
|
+
def maximum(self) -> Optional[_builtins.float]:
|
|
2208
2207
|
return pulumi.get(self, "maximum")
|
|
2209
2208
|
|
|
2210
|
-
@property
|
|
2209
|
+
@_builtins.property
|
|
2211
2210
|
@pulumi.getter(name="minItems")
|
|
2212
|
-
def min_items(self) -> Optional[
|
|
2211
|
+
def min_items(self) -> Optional[_builtins.int]:
|
|
2213
2212
|
return pulumi.get(self, "min_items")
|
|
2214
2213
|
|
|
2215
|
-
@property
|
|
2214
|
+
@_builtins.property
|
|
2216
2215
|
@pulumi.getter(name="minLength")
|
|
2217
|
-
def min_length(self) -> Optional[
|
|
2216
|
+
def min_length(self) -> Optional[_builtins.int]:
|
|
2218
2217
|
return pulumi.get(self, "min_length")
|
|
2219
2218
|
|
|
2220
|
-
@property
|
|
2219
|
+
@_builtins.property
|
|
2221
2220
|
@pulumi.getter(name="minProperties")
|
|
2222
|
-
def min_properties(self) -> Optional[
|
|
2221
|
+
def min_properties(self) -> Optional[_builtins.int]:
|
|
2223
2222
|
return pulumi.get(self, "min_properties")
|
|
2224
2223
|
|
|
2225
|
-
@property
|
|
2224
|
+
@_builtins.property
|
|
2226
2225
|
@pulumi.getter
|
|
2227
|
-
def minimum(self) -> Optional[
|
|
2226
|
+
def minimum(self) -> Optional[_builtins.float]:
|
|
2228
2227
|
return pulumi.get(self, "minimum")
|
|
2229
2228
|
|
|
2230
|
-
@property
|
|
2229
|
+
@_builtins.property
|
|
2231
2230
|
@pulumi.getter(name="multipleOf")
|
|
2232
|
-
def multiple_of(self) -> Optional[
|
|
2231
|
+
def multiple_of(self) -> Optional[_builtins.float]:
|
|
2233
2232
|
return pulumi.get(self, "multiple_of")
|
|
2234
2233
|
|
|
2235
|
-
@property
|
|
2234
|
+
@_builtins.property
|
|
2236
2235
|
@pulumi.getter(name="not")
|
|
2237
2236
|
def not_(self) -> Optional['outputs.JSONSchemaProps']:
|
|
2238
2237
|
return pulumi.get(self, "not_")
|
|
2239
2238
|
|
|
2240
|
-
@property
|
|
2239
|
+
@_builtins.property
|
|
2241
2240
|
@pulumi.getter
|
|
2242
|
-
def nullable(self) -> Optional[
|
|
2241
|
+
def nullable(self) -> Optional[_builtins.bool]:
|
|
2243
2242
|
return pulumi.get(self, "nullable")
|
|
2244
2243
|
|
|
2245
|
-
@property
|
|
2244
|
+
@_builtins.property
|
|
2246
2245
|
@pulumi.getter(name="oneOf")
|
|
2247
2246
|
def one_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
|
|
2248
2247
|
return pulumi.get(self, "one_of")
|
|
2249
2248
|
|
|
2250
|
-
@property
|
|
2249
|
+
@_builtins.property
|
|
2251
2250
|
@pulumi.getter
|
|
2252
|
-
def pattern(self) -> Optional[
|
|
2251
|
+
def pattern(self) -> Optional[_builtins.str]:
|
|
2253
2252
|
return pulumi.get(self, "pattern")
|
|
2254
2253
|
|
|
2255
|
-
@property
|
|
2254
|
+
@_builtins.property
|
|
2256
2255
|
@pulumi.getter(name="patternProperties")
|
|
2257
2256
|
def pattern_properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2258
2257
|
return pulumi.get(self, "pattern_properties")
|
|
2259
2258
|
|
|
2260
|
-
@property
|
|
2259
|
+
@_builtins.property
|
|
2261
2260
|
@pulumi.getter
|
|
2262
2261
|
def properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2263
2262
|
return pulumi.get(self, "properties")
|
|
2264
2263
|
|
|
2265
|
-
@property
|
|
2264
|
+
@_builtins.property
|
|
2266
2265
|
@pulumi.getter
|
|
2267
|
-
def required(self) -> Optional[Sequence[
|
|
2266
|
+
def required(self) -> Optional[Sequence[_builtins.str]]:
|
|
2268
2267
|
return pulumi.get(self, "required")
|
|
2269
2268
|
|
|
2270
|
-
@property
|
|
2269
|
+
@_builtins.property
|
|
2271
2270
|
@pulumi.getter
|
|
2272
|
-
def title(self) -> Optional[
|
|
2271
|
+
def title(self) -> Optional[_builtins.str]:
|
|
2273
2272
|
return pulumi.get(self, "title")
|
|
2274
2273
|
|
|
2275
|
-
@property
|
|
2274
|
+
@_builtins.property
|
|
2276
2275
|
@pulumi.getter
|
|
2277
|
-
def type(self) -> Optional[
|
|
2276
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2278
2277
|
return pulumi.get(self, "type")
|
|
2279
2278
|
|
|
2280
|
-
@property
|
|
2279
|
+
@_builtins.property
|
|
2281
2280
|
@pulumi.getter(name="uniqueItems")
|
|
2282
|
-
def unique_items(self) -> Optional[
|
|
2281
|
+
def unique_items(self) -> Optional[_builtins.bool]:
|
|
2283
2282
|
return pulumi.get(self, "unique_items")
|
|
2284
2283
|
|
|
2285
|
-
@property
|
|
2284
|
+
@_builtins.property
|
|
2286
2285
|
@pulumi.getter
|
|
2287
|
-
def x_kubernetes_embedded_resource(self) -> Optional[
|
|
2286
|
+
def x_kubernetes_embedded_resource(self) -> Optional[_builtins.bool]:
|
|
2288
2287
|
"""
|
|
2289
2288
|
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).
|
|
2290
2289
|
"""
|
|
2291
2290
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
2292
2291
|
|
|
2293
|
-
@property
|
|
2292
|
+
@_builtins.property
|
|
2294
2293
|
@pulumi.getter
|
|
2295
|
-
def x_kubernetes_int_or_string(self) -> Optional[
|
|
2294
|
+
def x_kubernetes_int_or_string(self) -> Optional[_builtins.bool]:
|
|
2296
2295
|
"""
|
|
2297
2296
|
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:
|
|
2298
2297
|
|
|
@@ -2307,9 +2306,9 @@ class JSONSchemaProps(dict):
|
|
|
2307
2306
|
"""
|
|
2308
2307
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
2309
2308
|
|
|
2310
|
-
@property
|
|
2309
|
+
@_builtins.property
|
|
2311
2310
|
@pulumi.getter
|
|
2312
|
-
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[
|
|
2311
|
+
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[_builtins.str]]:
|
|
2313
2312
|
"""
|
|
2314
2313
|
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.
|
|
2315
2314
|
|
|
@@ -2317,9 +2316,9 @@ class JSONSchemaProps(dict):
|
|
|
2317
2316
|
"""
|
|
2318
2317
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
2319
2318
|
|
|
2320
|
-
@property
|
|
2319
|
+
@_builtins.property
|
|
2321
2320
|
@pulumi.getter
|
|
2322
|
-
def x_kubernetes_list_type(self) -> Optional[
|
|
2321
|
+
def x_kubernetes_list_type(self) -> Optional[_builtins.str]:
|
|
2323
2322
|
"""
|
|
2324
2323
|
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:
|
|
2325
2324
|
|
|
@@ -2338,9 +2337,9 @@ class JSONSchemaProps(dict):
|
|
|
2338
2337
|
"""
|
|
2339
2338
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
2340
2339
|
|
|
2341
|
-
@property
|
|
2340
|
+
@_builtins.property
|
|
2342
2341
|
@pulumi.getter
|
|
2343
|
-
def x_kubernetes_map_type(self) -> Optional[
|
|
2342
|
+
def x_kubernetes_map_type(self) -> Optional[_builtins.str]:
|
|
2344
2343
|
"""
|
|
2345
2344
|
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:
|
|
2346
2345
|
|
|
@@ -2353,9 +2352,9 @@ class JSONSchemaProps(dict):
|
|
|
2353
2352
|
"""
|
|
2354
2353
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
2355
2354
|
|
|
2356
|
-
@property
|
|
2355
|
+
@_builtins.property
|
|
2357
2356
|
@pulumi.getter
|
|
2358
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[
|
|
2357
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[_builtins.bool]:
|
|
2359
2358
|
"""
|
|
2360
2359
|
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.
|
|
2361
2360
|
"""
|
|
@@ -2423,8 +2422,8 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2423
2422
|
return super().get(key, default)
|
|
2424
2423
|
|
|
2425
2424
|
def __init__(__self__, *,
|
|
2426
|
-
_ref: Optional[
|
|
2427
|
-
_schema: Optional[
|
|
2425
|
+
_ref: Optional[_builtins.str] = None,
|
|
2426
|
+
_schema: Optional[_builtins.str] = None,
|
|
2428
2427
|
additional_items: Optional[Any] = None,
|
|
2429
2428
|
additional_properties: Optional[Any] = None,
|
|
2430
2429
|
all_of: Optional[Sequence['outputs.JSONSchemaPropsPatch']] = None,
|
|
@@ -2432,48 +2431,48 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2432
2431
|
default: Optional[Any] = None,
|
|
2433
2432
|
definitions: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2434
2433
|
dependencies: Optional[Mapping[str, Any]] = None,
|
|
2435
|
-
description: Optional[
|
|
2434
|
+
description: Optional[_builtins.str] = None,
|
|
2436
2435
|
enum: Optional[Sequence[Any]] = None,
|
|
2437
2436
|
example: Optional[Any] = None,
|
|
2438
|
-
exclusive_maximum: Optional[
|
|
2439
|
-
exclusive_minimum: Optional[
|
|
2437
|
+
exclusive_maximum: Optional[_builtins.bool] = None,
|
|
2438
|
+
exclusive_minimum: Optional[_builtins.bool] = None,
|
|
2440
2439
|
external_docs: Optional['outputs.ExternalDocumentationPatch'] = None,
|
|
2441
|
-
format: Optional[
|
|
2442
|
-
id: Optional[
|
|
2440
|
+
format: Optional[_builtins.str] = None,
|
|
2441
|
+
id: Optional[_builtins.str] = None,
|
|
2443
2442
|
items: Optional[Any] = None,
|
|
2444
|
-
max_items: Optional[
|
|
2445
|
-
max_length: Optional[
|
|
2446
|
-
max_properties: Optional[
|
|
2447
|
-
maximum: Optional[
|
|
2448
|
-
min_items: Optional[
|
|
2449
|
-
min_length: Optional[
|
|
2450
|
-
min_properties: Optional[
|
|
2451
|
-
minimum: Optional[
|
|
2452
|
-
multiple_of: Optional[
|
|
2443
|
+
max_items: Optional[_builtins.int] = None,
|
|
2444
|
+
max_length: Optional[_builtins.int] = None,
|
|
2445
|
+
max_properties: Optional[_builtins.int] = None,
|
|
2446
|
+
maximum: Optional[_builtins.float] = None,
|
|
2447
|
+
min_items: Optional[_builtins.int] = None,
|
|
2448
|
+
min_length: Optional[_builtins.int] = None,
|
|
2449
|
+
min_properties: Optional[_builtins.int] = None,
|
|
2450
|
+
minimum: Optional[_builtins.float] = None,
|
|
2451
|
+
multiple_of: Optional[_builtins.float] = None,
|
|
2453
2452
|
not_: Optional['outputs.JSONSchemaPropsPatch'] = None,
|
|
2454
|
-
nullable: Optional[
|
|
2453
|
+
nullable: Optional[_builtins.bool] = None,
|
|
2455
2454
|
one_of: Optional[Sequence['outputs.JSONSchemaPropsPatch']] = None,
|
|
2456
|
-
pattern: Optional[
|
|
2455
|
+
pattern: Optional[_builtins.str] = None,
|
|
2457
2456
|
pattern_properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2458
2457
|
properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2459
|
-
required: Optional[Sequence[
|
|
2460
|
-
title: Optional[
|
|
2461
|
-
type: Optional[
|
|
2462
|
-
unique_items: Optional[
|
|
2463
|
-
x_kubernetes_embedded_resource: Optional[
|
|
2464
|
-
x_kubernetes_int_or_string: Optional[
|
|
2465
|
-
x_kubernetes_list_map_keys: Optional[Sequence[
|
|
2466
|
-
x_kubernetes_list_type: Optional[
|
|
2467
|
-
x_kubernetes_map_type: Optional[
|
|
2468
|
-
x_kubernetes_preserve_unknown_fields: Optional[
|
|
2458
|
+
required: Optional[Sequence[_builtins.str]] = None,
|
|
2459
|
+
title: Optional[_builtins.str] = None,
|
|
2460
|
+
type: Optional[_builtins.str] = None,
|
|
2461
|
+
unique_items: Optional[_builtins.bool] = None,
|
|
2462
|
+
x_kubernetes_embedded_resource: Optional[_builtins.bool] = None,
|
|
2463
|
+
x_kubernetes_int_or_string: Optional[_builtins.bool] = None,
|
|
2464
|
+
x_kubernetes_list_map_keys: Optional[Sequence[_builtins.str]] = None,
|
|
2465
|
+
x_kubernetes_list_type: Optional[_builtins.str] = None,
|
|
2466
|
+
x_kubernetes_map_type: Optional[_builtins.str] = None,
|
|
2467
|
+
x_kubernetes_preserve_unknown_fields: Optional[_builtins.bool] = None):
|
|
2469
2468
|
"""
|
|
2470
2469
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2471
2470
|
: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.
|
|
2472
|
-
:param
|
|
2471
|
+
:param _builtins.str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2473
2472
|
|
|
2474
2473
|
- 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.
|
|
2475
|
-
:param
|
|
2476
|
-
:param
|
|
2474
|
+
: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).
|
|
2475
|
+
: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:
|
|
2477
2476
|
|
|
2478
2477
|
1) anyOf:
|
|
2479
2478
|
- type: integer
|
|
@@ -2483,10 +2482,10 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2483
2482
|
- type: integer
|
|
2484
2483
|
- type: string
|
|
2485
2484
|
- ... zero or more
|
|
2486
|
-
:param Sequence[
|
|
2485
|
+
: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.
|
|
2487
2486
|
|
|
2488
2487
|
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).
|
|
2489
|
-
:param
|
|
2488
|
+
: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:
|
|
2490
2489
|
|
|
2491
2490
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2492
2491
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -2500,7 +2499,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2500
2499
|
used to identify them. Order is preserved upon merge. The map tag
|
|
2501
2500
|
must only be used on a list with elements of type object.
|
|
2502
2501
|
Defaults to atomic for arrays.
|
|
2503
|
-
:param
|
|
2502
|
+
: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:
|
|
2504
2503
|
|
|
2505
2504
|
1) `granular`:
|
|
2506
2505
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -2508,7 +2507,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2508
2507
|
the default behaviour for all maps.
|
|
2509
2508
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2510
2509
|
Atomic maps will be entirely replaced when updated.
|
|
2511
|
-
:param
|
|
2510
|
+
: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.
|
|
2512
2511
|
"""
|
|
2513
2512
|
if _ref is not None:
|
|
2514
2513
|
pulumi.set(__self__, "_ref", _ref)
|
|
@@ -2597,37 +2596,37 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2597
2596
|
if x_kubernetes_preserve_unknown_fields is not None:
|
|
2598
2597
|
pulumi.set(__self__, "x_kubernetes_preserve_unknown_fields", x_kubernetes_preserve_unknown_fields)
|
|
2599
2598
|
|
|
2600
|
-
@property
|
|
2599
|
+
@_builtins.property
|
|
2601
2600
|
@pulumi.getter(name="$ref")
|
|
2602
|
-
def _ref(self) -> Optional[
|
|
2601
|
+
def _ref(self) -> Optional[_builtins.str]:
|
|
2603
2602
|
return pulumi.get(self, "_ref")
|
|
2604
2603
|
|
|
2605
|
-
@property
|
|
2604
|
+
@_builtins.property
|
|
2606
2605
|
@pulumi.getter(name="$schema")
|
|
2607
|
-
def _schema(self) -> Optional[
|
|
2606
|
+
def _schema(self) -> Optional[_builtins.str]:
|
|
2608
2607
|
return pulumi.get(self, "_schema")
|
|
2609
2608
|
|
|
2610
|
-
@property
|
|
2609
|
+
@_builtins.property
|
|
2611
2610
|
@pulumi.getter(name="additionalItems")
|
|
2612
2611
|
def additional_items(self) -> Optional[Any]:
|
|
2613
2612
|
return pulumi.get(self, "additional_items")
|
|
2614
2613
|
|
|
2615
|
-
@property
|
|
2614
|
+
@_builtins.property
|
|
2616
2615
|
@pulumi.getter(name="additionalProperties")
|
|
2617
2616
|
def additional_properties(self) -> Optional[Any]:
|
|
2618
2617
|
return pulumi.get(self, "additional_properties")
|
|
2619
2618
|
|
|
2620
|
-
@property
|
|
2619
|
+
@_builtins.property
|
|
2621
2620
|
@pulumi.getter(name="allOf")
|
|
2622
2621
|
def all_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
|
|
2623
2622
|
return pulumi.get(self, "all_of")
|
|
2624
2623
|
|
|
2625
|
-
@property
|
|
2624
|
+
@_builtins.property
|
|
2626
2625
|
@pulumi.getter(name="anyOf")
|
|
2627
2626
|
def any_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
|
|
2628
2627
|
return pulumi.get(self, "any_of")
|
|
2629
2628
|
|
|
2630
|
-
@property
|
|
2629
|
+
@_builtins.property
|
|
2631
2630
|
@pulumi.getter
|
|
2632
2631
|
def default(self) -> Optional[Any]:
|
|
2633
2632
|
"""
|
|
@@ -2635,49 +2634,49 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2635
2634
|
"""
|
|
2636
2635
|
return pulumi.get(self, "default")
|
|
2637
2636
|
|
|
2638
|
-
@property
|
|
2637
|
+
@_builtins.property
|
|
2639
2638
|
@pulumi.getter
|
|
2640
2639
|
def definitions(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2641
2640
|
return pulumi.get(self, "definitions")
|
|
2642
2641
|
|
|
2643
|
-
@property
|
|
2642
|
+
@_builtins.property
|
|
2644
2643
|
@pulumi.getter
|
|
2645
2644
|
def dependencies(self) -> Optional[Mapping[str, Any]]:
|
|
2646
2645
|
return pulumi.get(self, "dependencies")
|
|
2647
2646
|
|
|
2648
|
-
@property
|
|
2647
|
+
@_builtins.property
|
|
2649
2648
|
@pulumi.getter
|
|
2650
|
-
def description(self) -> Optional[
|
|
2649
|
+
def description(self) -> Optional[_builtins.str]:
|
|
2651
2650
|
return pulumi.get(self, "description")
|
|
2652
2651
|
|
|
2653
|
-
@property
|
|
2652
|
+
@_builtins.property
|
|
2654
2653
|
@pulumi.getter
|
|
2655
2654
|
def enum(self) -> Optional[Sequence[Any]]:
|
|
2656
2655
|
return pulumi.get(self, "enum")
|
|
2657
2656
|
|
|
2658
|
-
@property
|
|
2657
|
+
@_builtins.property
|
|
2659
2658
|
@pulumi.getter
|
|
2660
2659
|
def example(self) -> Optional[Any]:
|
|
2661
2660
|
return pulumi.get(self, "example")
|
|
2662
2661
|
|
|
2663
|
-
@property
|
|
2662
|
+
@_builtins.property
|
|
2664
2663
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2665
|
-
def exclusive_maximum(self) -> Optional[
|
|
2664
|
+
def exclusive_maximum(self) -> Optional[_builtins.bool]:
|
|
2666
2665
|
return pulumi.get(self, "exclusive_maximum")
|
|
2667
2666
|
|
|
2668
|
-
@property
|
|
2667
|
+
@_builtins.property
|
|
2669
2668
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2670
|
-
def exclusive_minimum(self) -> Optional[
|
|
2669
|
+
def exclusive_minimum(self) -> Optional[_builtins.bool]:
|
|
2671
2670
|
return pulumi.get(self, "exclusive_minimum")
|
|
2672
2671
|
|
|
2673
|
-
@property
|
|
2672
|
+
@_builtins.property
|
|
2674
2673
|
@pulumi.getter(name="externalDocs")
|
|
2675
2674
|
def external_docs(self) -> Optional['outputs.ExternalDocumentationPatch']:
|
|
2676
2675
|
return pulumi.get(self, "external_docs")
|
|
2677
2676
|
|
|
2678
|
-
@property
|
|
2677
|
+
@_builtins.property
|
|
2679
2678
|
@pulumi.getter
|
|
2680
|
-
def format(self) -> Optional[
|
|
2679
|
+
def format(self) -> Optional[_builtins.str]:
|
|
2681
2680
|
"""
|
|
2682
2681
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2683
2682
|
|
|
@@ -2685,122 +2684,122 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2685
2684
|
"""
|
|
2686
2685
|
return pulumi.get(self, "format")
|
|
2687
2686
|
|
|
2688
|
-
@property
|
|
2687
|
+
@_builtins.property
|
|
2689
2688
|
@pulumi.getter
|
|
2690
|
-
def id(self) -> Optional[
|
|
2689
|
+
def id(self) -> Optional[_builtins.str]:
|
|
2691
2690
|
return pulumi.get(self, "id")
|
|
2692
2691
|
|
|
2693
|
-
@property
|
|
2692
|
+
@_builtins.property
|
|
2694
2693
|
@pulumi.getter
|
|
2695
2694
|
def items(self) -> Optional[Any]:
|
|
2696
2695
|
return pulumi.get(self, "items")
|
|
2697
2696
|
|
|
2698
|
-
@property
|
|
2697
|
+
@_builtins.property
|
|
2699
2698
|
@pulumi.getter(name="maxItems")
|
|
2700
|
-
def max_items(self) -> Optional[
|
|
2699
|
+
def max_items(self) -> Optional[_builtins.int]:
|
|
2701
2700
|
return pulumi.get(self, "max_items")
|
|
2702
2701
|
|
|
2703
|
-
@property
|
|
2702
|
+
@_builtins.property
|
|
2704
2703
|
@pulumi.getter(name="maxLength")
|
|
2705
|
-
def max_length(self) -> Optional[
|
|
2704
|
+
def max_length(self) -> Optional[_builtins.int]:
|
|
2706
2705
|
return pulumi.get(self, "max_length")
|
|
2707
2706
|
|
|
2708
|
-
@property
|
|
2707
|
+
@_builtins.property
|
|
2709
2708
|
@pulumi.getter(name="maxProperties")
|
|
2710
|
-
def max_properties(self) -> Optional[
|
|
2709
|
+
def max_properties(self) -> Optional[_builtins.int]:
|
|
2711
2710
|
return pulumi.get(self, "max_properties")
|
|
2712
2711
|
|
|
2713
|
-
@property
|
|
2712
|
+
@_builtins.property
|
|
2714
2713
|
@pulumi.getter
|
|
2715
|
-
def maximum(self) -> Optional[
|
|
2714
|
+
def maximum(self) -> Optional[_builtins.float]:
|
|
2716
2715
|
return pulumi.get(self, "maximum")
|
|
2717
2716
|
|
|
2718
|
-
@property
|
|
2717
|
+
@_builtins.property
|
|
2719
2718
|
@pulumi.getter(name="minItems")
|
|
2720
|
-
def min_items(self) -> Optional[
|
|
2719
|
+
def min_items(self) -> Optional[_builtins.int]:
|
|
2721
2720
|
return pulumi.get(self, "min_items")
|
|
2722
2721
|
|
|
2723
|
-
@property
|
|
2722
|
+
@_builtins.property
|
|
2724
2723
|
@pulumi.getter(name="minLength")
|
|
2725
|
-
def min_length(self) -> Optional[
|
|
2724
|
+
def min_length(self) -> Optional[_builtins.int]:
|
|
2726
2725
|
return pulumi.get(self, "min_length")
|
|
2727
2726
|
|
|
2728
|
-
@property
|
|
2727
|
+
@_builtins.property
|
|
2729
2728
|
@pulumi.getter(name="minProperties")
|
|
2730
|
-
def min_properties(self) -> Optional[
|
|
2729
|
+
def min_properties(self) -> Optional[_builtins.int]:
|
|
2731
2730
|
return pulumi.get(self, "min_properties")
|
|
2732
2731
|
|
|
2733
|
-
@property
|
|
2732
|
+
@_builtins.property
|
|
2734
2733
|
@pulumi.getter
|
|
2735
|
-
def minimum(self) -> Optional[
|
|
2734
|
+
def minimum(self) -> Optional[_builtins.float]:
|
|
2736
2735
|
return pulumi.get(self, "minimum")
|
|
2737
2736
|
|
|
2738
|
-
@property
|
|
2737
|
+
@_builtins.property
|
|
2739
2738
|
@pulumi.getter(name="multipleOf")
|
|
2740
|
-
def multiple_of(self) -> Optional[
|
|
2739
|
+
def multiple_of(self) -> Optional[_builtins.float]:
|
|
2741
2740
|
return pulumi.get(self, "multiple_of")
|
|
2742
2741
|
|
|
2743
|
-
@property
|
|
2742
|
+
@_builtins.property
|
|
2744
2743
|
@pulumi.getter(name="not")
|
|
2745
2744
|
def not_(self) -> Optional['outputs.JSONSchemaPropsPatch']:
|
|
2746
2745
|
return pulumi.get(self, "not_")
|
|
2747
2746
|
|
|
2748
|
-
@property
|
|
2747
|
+
@_builtins.property
|
|
2749
2748
|
@pulumi.getter
|
|
2750
|
-
def nullable(self) -> Optional[
|
|
2749
|
+
def nullable(self) -> Optional[_builtins.bool]:
|
|
2751
2750
|
return pulumi.get(self, "nullable")
|
|
2752
2751
|
|
|
2753
|
-
@property
|
|
2752
|
+
@_builtins.property
|
|
2754
2753
|
@pulumi.getter(name="oneOf")
|
|
2755
2754
|
def one_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
|
|
2756
2755
|
return pulumi.get(self, "one_of")
|
|
2757
2756
|
|
|
2758
|
-
@property
|
|
2757
|
+
@_builtins.property
|
|
2759
2758
|
@pulumi.getter
|
|
2760
|
-
def pattern(self) -> Optional[
|
|
2759
|
+
def pattern(self) -> Optional[_builtins.str]:
|
|
2761
2760
|
return pulumi.get(self, "pattern")
|
|
2762
2761
|
|
|
2763
|
-
@property
|
|
2762
|
+
@_builtins.property
|
|
2764
2763
|
@pulumi.getter(name="patternProperties")
|
|
2765
2764
|
def pattern_properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2766
2765
|
return pulumi.get(self, "pattern_properties")
|
|
2767
2766
|
|
|
2768
|
-
@property
|
|
2767
|
+
@_builtins.property
|
|
2769
2768
|
@pulumi.getter
|
|
2770
2769
|
def properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2771
2770
|
return pulumi.get(self, "properties")
|
|
2772
2771
|
|
|
2773
|
-
@property
|
|
2772
|
+
@_builtins.property
|
|
2774
2773
|
@pulumi.getter
|
|
2775
|
-
def required(self) -> Optional[Sequence[
|
|
2774
|
+
def required(self) -> Optional[Sequence[_builtins.str]]:
|
|
2776
2775
|
return pulumi.get(self, "required")
|
|
2777
2776
|
|
|
2778
|
-
@property
|
|
2777
|
+
@_builtins.property
|
|
2779
2778
|
@pulumi.getter
|
|
2780
|
-
def title(self) -> Optional[
|
|
2779
|
+
def title(self) -> Optional[_builtins.str]:
|
|
2781
2780
|
return pulumi.get(self, "title")
|
|
2782
2781
|
|
|
2783
|
-
@property
|
|
2782
|
+
@_builtins.property
|
|
2784
2783
|
@pulumi.getter
|
|
2785
|
-
def type(self) -> Optional[
|
|
2784
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2786
2785
|
return pulumi.get(self, "type")
|
|
2787
2786
|
|
|
2788
|
-
@property
|
|
2787
|
+
@_builtins.property
|
|
2789
2788
|
@pulumi.getter(name="uniqueItems")
|
|
2790
|
-
def unique_items(self) -> Optional[
|
|
2789
|
+
def unique_items(self) -> Optional[_builtins.bool]:
|
|
2791
2790
|
return pulumi.get(self, "unique_items")
|
|
2792
2791
|
|
|
2793
|
-
@property
|
|
2792
|
+
@_builtins.property
|
|
2794
2793
|
@pulumi.getter
|
|
2795
|
-
def x_kubernetes_embedded_resource(self) -> Optional[
|
|
2794
|
+
def x_kubernetes_embedded_resource(self) -> Optional[_builtins.bool]:
|
|
2796
2795
|
"""
|
|
2797
2796
|
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).
|
|
2798
2797
|
"""
|
|
2799
2798
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
2800
2799
|
|
|
2801
|
-
@property
|
|
2800
|
+
@_builtins.property
|
|
2802
2801
|
@pulumi.getter
|
|
2803
|
-
def x_kubernetes_int_or_string(self) -> Optional[
|
|
2802
|
+
def x_kubernetes_int_or_string(self) -> Optional[_builtins.bool]:
|
|
2804
2803
|
"""
|
|
2805
2804
|
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:
|
|
2806
2805
|
|
|
@@ -2815,9 +2814,9 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2815
2814
|
"""
|
|
2816
2815
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
2817
2816
|
|
|
2818
|
-
@property
|
|
2817
|
+
@_builtins.property
|
|
2819
2818
|
@pulumi.getter
|
|
2820
|
-
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[
|
|
2819
|
+
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[_builtins.str]]:
|
|
2821
2820
|
"""
|
|
2822
2821
|
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.
|
|
2823
2822
|
|
|
@@ -2825,9 +2824,9 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2825
2824
|
"""
|
|
2826
2825
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
2827
2826
|
|
|
2828
|
-
@property
|
|
2827
|
+
@_builtins.property
|
|
2829
2828
|
@pulumi.getter
|
|
2830
|
-
def x_kubernetes_list_type(self) -> Optional[
|
|
2829
|
+
def x_kubernetes_list_type(self) -> Optional[_builtins.str]:
|
|
2831
2830
|
"""
|
|
2832
2831
|
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:
|
|
2833
2832
|
|
|
@@ -2846,9 +2845,9 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2846
2845
|
"""
|
|
2847
2846
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
2848
2847
|
|
|
2849
|
-
@property
|
|
2848
|
+
@_builtins.property
|
|
2850
2849
|
@pulumi.getter
|
|
2851
|
-
def x_kubernetes_map_type(self) -> Optional[
|
|
2850
|
+
def x_kubernetes_map_type(self) -> Optional[_builtins.str]:
|
|
2852
2851
|
"""
|
|
2853
2852
|
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:
|
|
2854
2853
|
|
|
@@ -2861,9 +2860,9 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2861
2860
|
"""
|
|
2862
2861
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
2863
2862
|
|
|
2864
|
-
@property
|
|
2863
|
+
@_builtins.property
|
|
2865
2864
|
@pulumi.getter
|
|
2866
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[
|
|
2865
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[_builtins.bool]:
|
|
2867
2866
|
"""
|
|
2868
2867
|
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.
|
|
2869
2868
|
"""
|
|
@@ -2876,16 +2875,16 @@ class ServiceReference(dict):
|
|
|
2876
2875
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2877
2876
|
"""
|
|
2878
2877
|
def __init__(__self__, *,
|
|
2879
|
-
name:
|
|
2880
|
-
namespace:
|
|
2881
|
-
path: Optional[
|
|
2882
|
-
port: Optional[
|
|
2878
|
+
name: _builtins.str,
|
|
2879
|
+
namespace: _builtins.str,
|
|
2880
|
+
path: Optional[_builtins.str] = None,
|
|
2881
|
+
port: Optional[_builtins.int] = None):
|
|
2883
2882
|
"""
|
|
2884
2883
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2885
|
-
:param
|
|
2886
|
-
:param
|
|
2887
|
-
:param
|
|
2888
|
-
:param
|
|
2884
|
+
:param _builtins.str name: name is the name of the service. Required
|
|
2885
|
+
:param _builtins.str namespace: namespace is the namespace of the service. Required
|
|
2886
|
+
:param _builtins.str path: path is an optional URL path at which the webhook will be contacted.
|
|
2887
|
+
: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.
|
|
2889
2888
|
"""
|
|
2890
2889
|
pulumi.set(__self__, "name", name)
|
|
2891
2890
|
pulumi.set(__self__, "namespace", namespace)
|
|
@@ -2894,33 +2893,33 @@ class ServiceReference(dict):
|
|
|
2894
2893
|
if port is not None:
|
|
2895
2894
|
pulumi.set(__self__, "port", port)
|
|
2896
2895
|
|
|
2897
|
-
@property
|
|
2896
|
+
@_builtins.property
|
|
2898
2897
|
@pulumi.getter
|
|
2899
|
-
def name(self) ->
|
|
2898
|
+
def name(self) -> _builtins.str:
|
|
2900
2899
|
"""
|
|
2901
2900
|
name is the name of the service. Required
|
|
2902
2901
|
"""
|
|
2903
2902
|
return pulumi.get(self, "name")
|
|
2904
2903
|
|
|
2905
|
-
@property
|
|
2904
|
+
@_builtins.property
|
|
2906
2905
|
@pulumi.getter
|
|
2907
|
-
def namespace(self) ->
|
|
2906
|
+
def namespace(self) -> _builtins.str:
|
|
2908
2907
|
"""
|
|
2909
2908
|
namespace is the namespace of the service. Required
|
|
2910
2909
|
"""
|
|
2911
2910
|
return pulumi.get(self, "namespace")
|
|
2912
2911
|
|
|
2913
|
-
@property
|
|
2912
|
+
@_builtins.property
|
|
2914
2913
|
@pulumi.getter
|
|
2915
|
-
def path(self) -> Optional[
|
|
2914
|
+
def path(self) -> Optional[_builtins.str]:
|
|
2916
2915
|
"""
|
|
2917
2916
|
path is an optional URL path at which the webhook will be contacted.
|
|
2918
2917
|
"""
|
|
2919
2918
|
return pulumi.get(self, "path")
|
|
2920
2919
|
|
|
2921
|
-
@property
|
|
2920
|
+
@_builtins.property
|
|
2922
2921
|
@pulumi.getter
|
|
2923
|
-
def port(self) -> Optional[
|
|
2922
|
+
def port(self) -> Optional[_builtins.int]:
|
|
2924
2923
|
"""
|
|
2925
2924
|
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.
|
|
2926
2925
|
"""
|
|
@@ -2933,16 +2932,16 @@ class ServiceReferencePatch(dict):
|
|
|
2933
2932
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2934
2933
|
"""
|
|
2935
2934
|
def __init__(__self__, *,
|
|
2936
|
-
name: Optional[
|
|
2937
|
-
namespace: Optional[
|
|
2938
|
-
path: Optional[
|
|
2939
|
-
port: Optional[
|
|
2935
|
+
name: Optional[_builtins.str] = None,
|
|
2936
|
+
namespace: Optional[_builtins.str] = None,
|
|
2937
|
+
path: Optional[_builtins.str] = None,
|
|
2938
|
+
port: Optional[_builtins.int] = None):
|
|
2940
2939
|
"""
|
|
2941
2940
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2942
|
-
:param
|
|
2943
|
-
:param
|
|
2944
|
-
:param
|
|
2945
|
-
:param
|
|
2941
|
+
:param _builtins.str name: name is the name of the service. Required
|
|
2942
|
+
:param _builtins.str namespace: namespace is the namespace of the service. Required
|
|
2943
|
+
:param _builtins.str path: path is an optional URL path at which the webhook will be contacted.
|
|
2944
|
+
: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.
|
|
2946
2945
|
"""
|
|
2947
2946
|
if name is not None:
|
|
2948
2947
|
pulumi.set(__self__, "name", name)
|
|
@@ -2953,33 +2952,33 @@ class ServiceReferencePatch(dict):
|
|
|
2953
2952
|
if port is not None:
|
|
2954
2953
|
pulumi.set(__self__, "port", port)
|
|
2955
2954
|
|
|
2956
|
-
@property
|
|
2955
|
+
@_builtins.property
|
|
2957
2956
|
@pulumi.getter
|
|
2958
|
-
def name(self) -> Optional[
|
|
2957
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2959
2958
|
"""
|
|
2960
2959
|
name is the name of the service. Required
|
|
2961
2960
|
"""
|
|
2962
2961
|
return pulumi.get(self, "name")
|
|
2963
2962
|
|
|
2964
|
-
@property
|
|
2963
|
+
@_builtins.property
|
|
2965
2964
|
@pulumi.getter
|
|
2966
|
-
def namespace(self) -> Optional[
|
|
2965
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
2967
2966
|
"""
|
|
2968
2967
|
namespace is the namespace of the service. Required
|
|
2969
2968
|
"""
|
|
2970
2969
|
return pulumi.get(self, "namespace")
|
|
2971
2970
|
|
|
2972
|
-
@property
|
|
2971
|
+
@_builtins.property
|
|
2973
2972
|
@pulumi.getter
|
|
2974
|
-
def path(self) -> Optional[
|
|
2973
|
+
def path(self) -> Optional[_builtins.str]:
|
|
2975
2974
|
"""
|
|
2976
2975
|
path is an optional URL path at which the webhook will be contacted.
|
|
2977
2976
|
"""
|
|
2978
2977
|
return pulumi.get(self, "path")
|
|
2979
2978
|
|
|
2980
|
-
@property
|
|
2979
|
+
@_builtins.property
|
|
2981
2980
|
@pulumi.getter
|
|
2982
|
-
def port(self) -> Optional[
|
|
2981
|
+
def port(self) -> Optional[_builtins.int]:
|
|
2983
2982
|
"""
|
|
2984
2983
|
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.
|
|
2985
2984
|
"""
|
|
@@ -3009,16 +3008,16 @@ class WebhookClientConfig(dict):
|
|
|
3009
3008
|
return super().get(key, default)
|
|
3010
3009
|
|
|
3011
3010
|
def __init__(__self__, *,
|
|
3012
|
-
ca_bundle: Optional[
|
|
3011
|
+
ca_bundle: Optional[_builtins.str] = None,
|
|
3013
3012
|
service: Optional['outputs.ServiceReference'] = None,
|
|
3014
|
-
url: Optional[
|
|
3013
|
+
url: Optional[_builtins.str] = None):
|
|
3015
3014
|
"""
|
|
3016
3015
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3017
|
-
:param
|
|
3016
|
+
: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.
|
|
3018
3017
|
:param 'ServiceReferenceArgs' service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3019
3018
|
|
|
3020
3019
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3021
|
-
:param
|
|
3020
|
+
: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.
|
|
3022
3021
|
|
|
3023
3022
|
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.
|
|
3024
3023
|
|
|
@@ -3037,15 +3036,15 @@ class WebhookClientConfig(dict):
|
|
|
3037
3036
|
if url is not None:
|
|
3038
3037
|
pulumi.set(__self__, "url", url)
|
|
3039
3038
|
|
|
3040
|
-
@property
|
|
3039
|
+
@_builtins.property
|
|
3041
3040
|
@pulumi.getter(name="caBundle")
|
|
3042
|
-
def ca_bundle(self) -> Optional[
|
|
3041
|
+
def ca_bundle(self) -> Optional[_builtins.str]:
|
|
3043
3042
|
"""
|
|
3044
3043
|
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.
|
|
3045
3044
|
"""
|
|
3046
3045
|
return pulumi.get(self, "ca_bundle")
|
|
3047
3046
|
|
|
3048
|
-
@property
|
|
3047
|
+
@_builtins.property
|
|
3049
3048
|
@pulumi.getter
|
|
3050
3049
|
def service(self) -> Optional['outputs.ServiceReference']:
|
|
3051
3050
|
"""
|
|
@@ -3055,9 +3054,9 @@ class WebhookClientConfig(dict):
|
|
|
3055
3054
|
"""
|
|
3056
3055
|
return pulumi.get(self, "service")
|
|
3057
3056
|
|
|
3058
|
-
@property
|
|
3057
|
+
@_builtins.property
|
|
3059
3058
|
@pulumi.getter
|
|
3060
|
-
def url(self) -> Optional[
|
|
3059
|
+
def url(self) -> Optional[_builtins.str]:
|
|
3061
3060
|
"""
|
|
3062
3061
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3063
3062
|
|
|
@@ -3097,16 +3096,16 @@ class WebhookClientConfigPatch(dict):
|
|
|
3097
3096
|
return super().get(key, default)
|
|
3098
3097
|
|
|
3099
3098
|
def __init__(__self__, *,
|
|
3100
|
-
ca_bundle: Optional[
|
|
3099
|
+
ca_bundle: Optional[_builtins.str] = None,
|
|
3101
3100
|
service: Optional['outputs.ServiceReferencePatch'] = None,
|
|
3102
|
-
url: Optional[
|
|
3101
|
+
url: Optional[_builtins.str] = None):
|
|
3103
3102
|
"""
|
|
3104
3103
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3105
|
-
:param
|
|
3104
|
+
: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.
|
|
3106
3105
|
:param 'ServiceReferencePatchArgs' service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3107
3106
|
|
|
3108
3107
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3109
|
-
:param
|
|
3108
|
+
: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.
|
|
3110
3109
|
|
|
3111
3110
|
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.
|
|
3112
3111
|
|
|
@@ -3125,15 +3124,15 @@ class WebhookClientConfigPatch(dict):
|
|
|
3125
3124
|
if url is not None:
|
|
3126
3125
|
pulumi.set(__self__, "url", url)
|
|
3127
3126
|
|
|
3128
|
-
@property
|
|
3127
|
+
@_builtins.property
|
|
3129
3128
|
@pulumi.getter(name="caBundle")
|
|
3130
|
-
def ca_bundle(self) -> Optional[
|
|
3129
|
+
def ca_bundle(self) -> Optional[_builtins.str]:
|
|
3131
3130
|
"""
|
|
3132
3131
|
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.
|
|
3133
3132
|
"""
|
|
3134
3133
|
return pulumi.get(self, "ca_bundle")
|
|
3135
3134
|
|
|
3136
|
-
@property
|
|
3135
|
+
@_builtins.property
|
|
3137
3136
|
@pulumi.getter
|
|
3138
3137
|
def service(self) -> Optional['outputs.ServiceReferencePatch']:
|
|
3139
3138
|
"""
|
|
@@ -3143,9 +3142,9 @@ class WebhookClientConfigPatch(dict):
|
|
|
3143
3142
|
"""
|
|
3144
3143
|
return pulumi.get(self, "service")
|
|
3145
3144
|
|
|
3146
|
-
@property
|
|
3145
|
+
@_builtins.property
|
|
3147
3146
|
@pulumi.getter
|
|
3148
|
-
def url(self) -> Optional[
|
|
3147
|
+
def url(self) -> Optional[_builtins.str]:
|
|
3149
3148
|
"""
|
|
3150
3149
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3151
3150
|
|