pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__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.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.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.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.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
|
|
@@ -78,20 +77,20 @@ class CustomResourceColumnDefinition(dict):
|
|
|
78
77
|
return super().get(key, default)
|
|
79
78
|
|
|
80
79
|
def __init__(__self__, *,
|
|
81
|
-
json_path:
|
|
82
|
-
name:
|
|
83
|
-
type:
|
|
84
|
-
description: Optional[
|
|
85
|
-
format: Optional[
|
|
86
|
-
priority: Optional[
|
|
80
|
+
json_path: _builtins.str,
|
|
81
|
+
name: _builtins.str,
|
|
82
|
+
type: _builtins.str,
|
|
83
|
+
description: Optional[_builtins.str] = None,
|
|
84
|
+
format: Optional[_builtins.str] = None,
|
|
85
|
+
priority: Optional[_builtins.int] = None):
|
|
87
86
|
"""
|
|
88
87
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
89
|
-
:param
|
|
90
|
-
:param
|
|
91
|
-
:param
|
|
92
|
-
:param
|
|
93
|
-
:param
|
|
94
|
-
:param
|
|
88
|
+
: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.
|
|
89
|
+
:param _builtins.str name: name is a human readable name for the column.
|
|
90
|
+
: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.
|
|
91
|
+
:param _builtins.str description: description is a human readable description of this column.
|
|
92
|
+
: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.
|
|
93
|
+
: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.
|
|
95
94
|
"""
|
|
96
95
|
pulumi.set(__self__, "json_path", json_path)
|
|
97
96
|
pulumi.set(__self__, "name", name)
|
|
@@ -103,49 +102,49 @@ class CustomResourceColumnDefinition(dict):
|
|
|
103
102
|
if priority is not None:
|
|
104
103
|
pulumi.set(__self__, "priority", priority)
|
|
105
104
|
|
|
106
|
-
@property
|
|
105
|
+
@_builtins.property
|
|
107
106
|
@pulumi.getter(name="jsonPath")
|
|
108
|
-
def json_path(self) ->
|
|
107
|
+
def json_path(self) -> _builtins.str:
|
|
109
108
|
"""
|
|
110
109
|
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.
|
|
111
110
|
"""
|
|
112
111
|
return pulumi.get(self, "json_path")
|
|
113
112
|
|
|
114
|
-
@property
|
|
113
|
+
@_builtins.property
|
|
115
114
|
@pulumi.getter
|
|
116
|
-
def name(self) ->
|
|
115
|
+
def name(self) -> _builtins.str:
|
|
117
116
|
"""
|
|
118
117
|
name is a human readable name for the column.
|
|
119
118
|
"""
|
|
120
119
|
return pulumi.get(self, "name")
|
|
121
120
|
|
|
122
|
-
@property
|
|
121
|
+
@_builtins.property
|
|
123
122
|
@pulumi.getter
|
|
124
|
-
def type(self) ->
|
|
123
|
+
def type(self) -> _builtins.str:
|
|
125
124
|
"""
|
|
126
125
|
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.
|
|
127
126
|
"""
|
|
128
127
|
return pulumi.get(self, "type")
|
|
129
128
|
|
|
130
|
-
@property
|
|
129
|
+
@_builtins.property
|
|
131
130
|
@pulumi.getter
|
|
132
|
-
def description(self) -> Optional[
|
|
131
|
+
def description(self) -> Optional[_builtins.str]:
|
|
133
132
|
"""
|
|
134
133
|
description is a human readable description of this column.
|
|
135
134
|
"""
|
|
136
135
|
return pulumi.get(self, "description")
|
|
137
136
|
|
|
138
|
-
@property
|
|
137
|
+
@_builtins.property
|
|
139
138
|
@pulumi.getter
|
|
140
|
-
def format(self) -> Optional[
|
|
139
|
+
def format(self) -> Optional[_builtins.str]:
|
|
141
140
|
"""
|
|
142
141
|
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.
|
|
143
142
|
"""
|
|
144
143
|
return pulumi.get(self, "format")
|
|
145
144
|
|
|
146
|
-
@property
|
|
145
|
+
@_builtins.property
|
|
147
146
|
@pulumi.getter
|
|
148
|
-
def priority(self) -> Optional[
|
|
147
|
+
def priority(self) -> Optional[_builtins.int]:
|
|
149
148
|
"""
|
|
150
149
|
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.
|
|
151
150
|
"""
|
|
@@ -175,20 +174,20 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
175
174
|
return super().get(key, default)
|
|
176
175
|
|
|
177
176
|
def __init__(__self__, *,
|
|
178
|
-
description: Optional[
|
|
179
|
-
format: Optional[
|
|
180
|
-
json_path: Optional[
|
|
181
|
-
name: Optional[
|
|
182
|
-
priority: Optional[
|
|
183
|
-
type: Optional[
|
|
177
|
+
description: Optional[_builtins.str] = None,
|
|
178
|
+
format: Optional[_builtins.str] = None,
|
|
179
|
+
json_path: Optional[_builtins.str] = None,
|
|
180
|
+
name: Optional[_builtins.str] = None,
|
|
181
|
+
priority: Optional[_builtins.int] = None,
|
|
182
|
+
type: Optional[_builtins.str] = None):
|
|
184
183
|
"""
|
|
185
184
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
186
|
-
:param
|
|
187
|
-
:param
|
|
188
|
-
:param
|
|
189
|
-
:param
|
|
190
|
-
:param
|
|
191
|
-
:param
|
|
185
|
+
:param _builtins.str description: description is a human readable description of this column.
|
|
186
|
+
: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.
|
|
187
|
+
: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.
|
|
188
|
+
:param _builtins.str name: name is a human readable name for the column.
|
|
189
|
+
: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.
|
|
190
|
+
: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.
|
|
192
191
|
"""
|
|
193
192
|
if description is not None:
|
|
194
193
|
pulumi.set(__self__, "description", description)
|
|
@@ -203,49 +202,49 @@ class CustomResourceColumnDefinitionPatch(dict):
|
|
|
203
202
|
if type is not None:
|
|
204
203
|
pulumi.set(__self__, "type", type)
|
|
205
204
|
|
|
206
|
-
@property
|
|
205
|
+
@_builtins.property
|
|
207
206
|
@pulumi.getter
|
|
208
|
-
def description(self) -> Optional[
|
|
207
|
+
def description(self) -> Optional[_builtins.str]:
|
|
209
208
|
"""
|
|
210
209
|
description is a human readable description of this column.
|
|
211
210
|
"""
|
|
212
211
|
return pulumi.get(self, "description")
|
|
213
212
|
|
|
214
|
-
@property
|
|
213
|
+
@_builtins.property
|
|
215
214
|
@pulumi.getter
|
|
216
|
-
def format(self) -> Optional[
|
|
215
|
+
def format(self) -> Optional[_builtins.str]:
|
|
217
216
|
"""
|
|
218
217
|
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.
|
|
219
218
|
"""
|
|
220
219
|
return pulumi.get(self, "format")
|
|
221
220
|
|
|
222
|
-
@property
|
|
221
|
+
@_builtins.property
|
|
223
222
|
@pulumi.getter(name="jsonPath")
|
|
224
|
-
def json_path(self) -> Optional[
|
|
223
|
+
def json_path(self) -> Optional[_builtins.str]:
|
|
225
224
|
"""
|
|
226
225
|
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.
|
|
227
226
|
"""
|
|
228
227
|
return pulumi.get(self, "json_path")
|
|
229
228
|
|
|
230
|
-
@property
|
|
229
|
+
@_builtins.property
|
|
231
230
|
@pulumi.getter
|
|
232
|
-
def name(self) -> Optional[
|
|
231
|
+
def name(self) -> Optional[_builtins.str]:
|
|
233
232
|
"""
|
|
234
233
|
name is a human readable name for the column.
|
|
235
234
|
"""
|
|
236
235
|
return pulumi.get(self, "name")
|
|
237
236
|
|
|
238
|
-
@property
|
|
237
|
+
@_builtins.property
|
|
239
238
|
@pulumi.getter
|
|
240
|
-
def priority(self) -> Optional[
|
|
239
|
+
def priority(self) -> Optional[_builtins.int]:
|
|
241
240
|
"""
|
|
242
241
|
priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
243
242
|
"""
|
|
244
243
|
return pulumi.get(self, "priority")
|
|
245
244
|
|
|
246
|
-
@property
|
|
245
|
+
@_builtins.property
|
|
247
246
|
@pulumi.getter
|
|
248
|
-
def type(self) -> Optional[
|
|
247
|
+
def type(self) -> Optional[_builtins.str]:
|
|
249
248
|
"""
|
|
250
249
|
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.
|
|
251
250
|
"""
|
|
@@ -258,11 +257,11 @@ class CustomResourceConversion(dict):
|
|
|
258
257
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
259
258
|
"""
|
|
260
259
|
def __init__(__self__, *,
|
|
261
|
-
strategy:
|
|
260
|
+
strategy: _builtins.str,
|
|
262
261
|
webhook: Optional['outputs.WebhookConversion'] = None):
|
|
263
262
|
"""
|
|
264
263
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
265
|
-
:param
|
|
264
|
+
: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
|
|
266
265
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
267
266
|
:param 'WebhookConversionArgs' webhook: webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`.
|
|
268
267
|
"""
|
|
@@ -270,16 +269,16 @@ class CustomResourceConversion(dict):
|
|
|
270
269
|
if webhook is not None:
|
|
271
270
|
pulumi.set(__self__, "webhook", webhook)
|
|
272
271
|
|
|
273
|
-
@property
|
|
272
|
+
@_builtins.property
|
|
274
273
|
@pulumi.getter
|
|
275
|
-
def strategy(self) ->
|
|
274
|
+
def strategy(self) -> _builtins.str:
|
|
276
275
|
"""
|
|
277
276
|
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
|
|
278
277
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
279
278
|
"""
|
|
280
279
|
return pulumi.get(self, "strategy")
|
|
281
280
|
|
|
282
|
-
@property
|
|
281
|
+
@_builtins.property
|
|
283
282
|
@pulumi.getter
|
|
284
283
|
def webhook(self) -> Optional['outputs.WebhookConversion']:
|
|
285
284
|
"""
|
|
@@ -294,11 +293,11 @@ class CustomResourceConversionPatch(dict):
|
|
|
294
293
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
295
294
|
"""
|
|
296
295
|
def __init__(__self__, *,
|
|
297
|
-
strategy: Optional[
|
|
296
|
+
strategy: Optional[_builtins.str] = None,
|
|
298
297
|
webhook: Optional['outputs.WebhookConversionPatch'] = None):
|
|
299
298
|
"""
|
|
300
299
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
301
|
-
:param
|
|
300
|
+
: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
|
|
302
301
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
303
302
|
:param 'WebhookConversionPatchArgs' webhook: webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`.
|
|
304
303
|
"""
|
|
@@ -307,16 +306,16 @@ class CustomResourceConversionPatch(dict):
|
|
|
307
306
|
if webhook is not None:
|
|
308
307
|
pulumi.set(__self__, "webhook", webhook)
|
|
309
308
|
|
|
310
|
-
@property
|
|
309
|
+
@_builtins.property
|
|
311
310
|
@pulumi.getter
|
|
312
|
-
def strategy(self) -> Optional[
|
|
311
|
+
def strategy(self) -> Optional[_builtins.str]:
|
|
313
312
|
"""
|
|
314
313
|
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
|
|
315
314
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.
|
|
316
315
|
"""
|
|
317
316
|
return pulumi.get(self, "strategy")
|
|
318
317
|
|
|
319
|
-
@property
|
|
318
|
+
@_builtins.property
|
|
320
319
|
@pulumi.getter
|
|
321
320
|
def webhook(self) -> Optional['outputs.WebhookConversionPatch']:
|
|
322
321
|
"""
|
|
@@ -349,15 +348,15 @@ class CustomResourceDefinition(dict):
|
|
|
349
348
|
|
|
350
349
|
def __init__(__self__, *,
|
|
351
350
|
spec: 'outputs.CustomResourceDefinitionSpec',
|
|
352
|
-
api_version: Optional[
|
|
353
|
-
kind: Optional[
|
|
351
|
+
api_version: Optional[_builtins.str] = None,
|
|
352
|
+
kind: Optional[_builtins.str] = None,
|
|
354
353
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
355
354
|
status: Optional['outputs.CustomResourceDefinitionStatus'] = None):
|
|
356
355
|
"""
|
|
357
356
|
CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.
|
|
358
357
|
:param 'CustomResourceDefinitionSpecArgs' spec: spec describes how the user wants the resources to appear
|
|
359
|
-
:param
|
|
360
|
-
:param
|
|
358
|
+
: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
|
|
359
|
+
: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
|
|
361
360
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
362
361
|
:param 'CustomResourceDefinitionStatusArgs' status: status indicates the actual state of the CustomResourceDefinition
|
|
363
362
|
"""
|
|
@@ -371,7 +370,7 @@ class CustomResourceDefinition(dict):
|
|
|
371
370
|
if status is not None:
|
|
372
371
|
pulumi.set(__self__, "status", status)
|
|
373
372
|
|
|
374
|
-
@property
|
|
373
|
+
@_builtins.property
|
|
375
374
|
@pulumi.getter
|
|
376
375
|
def spec(self) -> 'outputs.CustomResourceDefinitionSpec':
|
|
377
376
|
"""
|
|
@@ -379,23 +378,23 @@ class CustomResourceDefinition(dict):
|
|
|
379
378
|
"""
|
|
380
379
|
return pulumi.get(self, "spec")
|
|
381
380
|
|
|
382
|
-
@property
|
|
381
|
+
@_builtins.property
|
|
383
382
|
@pulumi.getter(name="apiVersion")
|
|
384
|
-
def api_version(self) -> Optional[
|
|
383
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
385
384
|
"""
|
|
386
385
|
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
|
|
387
386
|
"""
|
|
388
387
|
return pulumi.get(self, "api_version")
|
|
389
388
|
|
|
390
|
-
@property
|
|
389
|
+
@_builtins.property
|
|
391
390
|
@pulumi.getter
|
|
392
|
-
def kind(self) -> Optional[
|
|
391
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
393
392
|
"""
|
|
394
393
|
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
|
|
395
394
|
"""
|
|
396
395
|
return pulumi.get(self, "kind")
|
|
397
396
|
|
|
398
|
-
@property
|
|
397
|
+
@_builtins.property
|
|
399
398
|
@pulumi.getter
|
|
400
399
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
401
400
|
"""
|
|
@@ -403,7 +402,7 @@ class CustomResourceDefinition(dict):
|
|
|
403
402
|
"""
|
|
404
403
|
return pulumi.get(self, "metadata")
|
|
405
404
|
|
|
406
|
-
@property
|
|
405
|
+
@_builtins.property
|
|
407
406
|
@pulumi.getter
|
|
408
407
|
def status(self) -> Optional['outputs.CustomResourceDefinitionStatus']:
|
|
409
408
|
"""
|
|
@@ -435,18 +434,18 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
435
434
|
return super().get(key, default)
|
|
436
435
|
|
|
437
436
|
def __init__(__self__, *,
|
|
438
|
-
status:
|
|
439
|
-
type:
|
|
440
|
-
last_transition_time: Optional[
|
|
441
|
-
message: Optional[
|
|
442
|
-
reason: Optional[
|
|
437
|
+
status: _builtins.str,
|
|
438
|
+
type: _builtins.str,
|
|
439
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
440
|
+
message: Optional[_builtins.str] = None,
|
|
441
|
+
reason: Optional[_builtins.str] = None):
|
|
443
442
|
"""
|
|
444
443
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
445
|
-
:param
|
|
446
|
-
:param
|
|
447
|
-
:param
|
|
448
|
-
:param
|
|
449
|
-
:param
|
|
444
|
+
:param _builtins.str status: status is the status of the condition. Can be True, False, Unknown.
|
|
445
|
+
:param _builtins.str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
446
|
+
:param _builtins.str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
447
|
+
:param _builtins.str message: message is a human-readable message indicating details about last transition.
|
|
448
|
+
:param _builtins.str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
450
449
|
"""
|
|
451
450
|
pulumi.set(__self__, "status", status)
|
|
452
451
|
pulumi.set(__self__, "type", type)
|
|
@@ -457,41 +456,41 @@ class CustomResourceDefinitionCondition(dict):
|
|
|
457
456
|
if reason is not None:
|
|
458
457
|
pulumi.set(__self__, "reason", reason)
|
|
459
458
|
|
|
460
|
-
@property
|
|
459
|
+
@_builtins.property
|
|
461
460
|
@pulumi.getter
|
|
462
|
-
def status(self) ->
|
|
461
|
+
def status(self) -> _builtins.str:
|
|
463
462
|
"""
|
|
464
463
|
status is the status of the condition. Can be True, False, Unknown.
|
|
465
464
|
"""
|
|
466
465
|
return pulumi.get(self, "status")
|
|
467
466
|
|
|
468
|
-
@property
|
|
467
|
+
@_builtins.property
|
|
469
468
|
@pulumi.getter
|
|
470
|
-
def type(self) ->
|
|
469
|
+
def type(self) -> _builtins.str:
|
|
471
470
|
"""
|
|
472
471
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
473
472
|
"""
|
|
474
473
|
return pulumi.get(self, "type")
|
|
475
474
|
|
|
476
|
-
@property
|
|
475
|
+
@_builtins.property
|
|
477
476
|
@pulumi.getter(name="lastTransitionTime")
|
|
478
|
-
def last_transition_time(self) -> Optional[
|
|
477
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
479
478
|
"""
|
|
480
479
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
481
480
|
"""
|
|
482
481
|
return pulumi.get(self, "last_transition_time")
|
|
483
482
|
|
|
484
|
-
@property
|
|
483
|
+
@_builtins.property
|
|
485
484
|
@pulumi.getter
|
|
486
|
-
def message(self) -> Optional[
|
|
485
|
+
def message(self) -> Optional[_builtins.str]:
|
|
487
486
|
"""
|
|
488
487
|
message is a human-readable message indicating details about last transition.
|
|
489
488
|
"""
|
|
490
489
|
return pulumi.get(self, "message")
|
|
491
490
|
|
|
492
|
-
@property
|
|
491
|
+
@_builtins.property
|
|
493
492
|
@pulumi.getter
|
|
494
|
-
def reason(self) -> Optional[
|
|
493
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
495
494
|
"""
|
|
496
495
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
497
496
|
"""
|
|
@@ -521,18 +520,18 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
521
520
|
return super().get(key, default)
|
|
522
521
|
|
|
523
522
|
def __init__(__self__, *,
|
|
524
|
-
last_transition_time: Optional[
|
|
525
|
-
message: Optional[
|
|
526
|
-
reason: Optional[
|
|
527
|
-
status: Optional[
|
|
528
|
-
type: Optional[
|
|
523
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
524
|
+
message: Optional[_builtins.str] = None,
|
|
525
|
+
reason: Optional[_builtins.str] = None,
|
|
526
|
+
status: Optional[_builtins.str] = None,
|
|
527
|
+
type: Optional[_builtins.str] = None):
|
|
529
528
|
"""
|
|
530
529
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
531
|
-
:param
|
|
532
|
-
:param
|
|
533
|
-
:param
|
|
534
|
-
:param
|
|
535
|
-
:param
|
|
530
|
+
:param _builtins.str last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
531
|
+
:param _builtins.str message: message is a human-readable message indicating details about last transition.
|
|
532
|
+
:param _builtins.str reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
533
|
+
:param _builtins.str status: status is the status of the condition. Can be True, False, Unknown.
|
|
534
|
+
:param _builtins.str type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
536
535
|
"""
|
|
537
536
|
if last_transition_time is not None:
|
|
538
537
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -545,41 +544,41 @@ class CustomResourceDefinitionConditionPatch(dict):
|
|
|
545
544
|
if type is not None:
|
|
546
545
|
pulumi.set(__self__, "type", type)
|
|
547
546
|
|
|
548
|
-
@property
|
|
547
|
+
@_builtins.property
|
|
549
548
|
@pulumi.getter(name="lastTransitionTime")
|
|
550
|
-
def last_transition_time(self) -> Optional[
|
|
549
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
551
550
|
"""
|
|
552
551
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
553
552
|
"""
|
|
554
553
|
return pulumi.get(self, "last_transition_time")
|
|
555
554
|
|
|
556
|
-
@property
|
|
555
|
+
@_builtins.property
|
|
557
556
|
@pulumi.getter
|
|
558
|
-
def message(self) -> Optional[
|
|
557
|
+
def message(self) -> Optional[_builtins.str]:
|
|
559
558
|
"""
|
|
560
559
|
message is a human-readable message indicating details about last transition.
|
|
561
560
|
"""
|
|
562
561
|
return pulumi.get(self, "message")
|
|
563
562
|
|
|
564
|
-
@property
|
|
563
|
+
@_builtins.property
|
|
565
564
|
@pulumi.getter
|
|
566
|
-
def reason(self) -> Optional[
|
|
565
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
567
566
|
"""
|
|
568
567
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
569
568
|
"""
|
|
570
569
|
return pulumi.get(self, "reason")
|
|
571
570
|
|
|
572
|
-
@property
|
|
571
|
+
@_builtins.property
|
|
573
572
|
@pulumi.getter
|
|
574
|
-
def status(self) -> Optional[
|
|
573
|
+
def status(self) -> Optional[_builtins.str]:
|
|
575
574
|
"""
|
|
576
575
|
status is the status of the condition. Can be True, False, Unknown.
|
|
577
576
|
"""
|
|
578
577
|
return pulumi.get(self, "status")
|
|
579
578
|
|
|
580
|
-
@property
|
|
579
|
+
@_builtins.property
|
|
581
580
|
@pulumi.getter
|
|
582
|
-
def type(self) -> Optional[
|
|
581
|
+
def type(self) -> Optional[_builtins.str]:
|
|
583
582
|
"""
|
|
584
583
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
585
584
|
"""
|
|
@@ -611,20 +610,20 @@ class CustomResourceDefinitionNames(dict):
|
|
|
611
610
|
return super().get(key, default)
|
|
612
611
|
|
|
613
612
|
def __init__(__self__, *,
|
|
614
|
-
kind:
|
|
615
|
-
plural:
|
|
616
|
-
categories: Optional[Sequence[
|
|
617
|
-
list_kind: Optional[
|
|
618
|
-
short_names: Optional[Sequence[
|
|
619
|
-
singular: Optional[
|
|
613
|
+
kind: _builtins.str,
|
|
614
|
+
plural: _builtins.str,
|
|
615
|
+
categories: Optional[Sequence[_builtins.str]] = None,
|
|
616
|
+
list_kind: Optional[_builtins.str] = None,
|
|
617
|
+
short_names: Optional[Sequence[_builtins.str]] = None,
|
|
618
|
+
singular: Optional[_builtins.str] = None):
|
|
620
619
|
"""
|
|
621
620
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
622
|
-
:param
|
|
623
|
-
:param
|
|
624
|
-
:param Sequence[
|
|
625
|
-
:param
|
|
626
|
-
:param Sequence[
|
|
627
|
-
:param
|
|
621
|
+
: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.
|
|
622
|
+
: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.
|
|
623
|
+
: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`.
|
|
624
|
+
:param _builtins.str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
625
|
+
: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.
|
|
626
|
+
:param _builtins.str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
628
627
|
"""
|
|
629
628
|
pulumi.set(__self__, "kind", kind)
|
|
630
629
|
pulumi.set(__self__, "plural", plural)
|
|
@@ -637,49 +636,49 @@ class CustomResourceDefinitionNames(dict):
|
|
|
637
636
|
if singular is not None:
|
|
638
637
|
pulumi.set(__self__, "singular", singular)
|
|
639
638
|
|
|
640
|
-
@property
|
|
639
|
+
@_builtins.property
|
|
641
640
|
@pulumi.getter
|
|
642
|
-
def kind(self) ->
|
|
641
|
+
def kind(self) -> _builtins.str:
|
|
643
642
|
"""
|
|
644
643
|
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.
|
|
645
644
|
"""
|
|
646
645
|
return pulumi.get(self, "kind")
|
|
647
646
|
|
|
648
|
-
@property
|
|
647
|
+
@_builtins.property
|
|
649
648
|
@pulumi.getter
|
|
650
|
-
def plural(self) ->
|
|
649
|
+
def plural(self) -> _builtins.str:
|
|
651
650
|
"""
|
|
652
651
|
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.
|
|
653
652
|
"""
|
|
654
653
|
return pulumi.get(self, "plural")
|
|
655
654
|
|
|
656
|
-
@property
|
|
655
|
+
@_builtins.property
|
|
657
656
|
@pulumi.getter
|
|
658
|
-
def categories(self) -> Optional[Sequence[
|
|
657
|
+
def categories(self) -> Optional[Sequence[_builtins.str]]:
|
|
659
658
|
"""
|
|
660
659
|
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
661
660
|
"""
|
|
662
661
|
return pulumi.get(self, "categories")
|
|
663
662
|
|
|
664
|
-
@property
|
|
663
|
+
@_builtins.property
|
|
665
664
|
@pulumi.getter(name="listKind")
|
|
666
|
-
def list_kind(self) -> Optional[
|
|
665
|
+
def list_kind(self) -> Optional[_builtins.str]:
|
|
667
666
|
"""
|
|
668
667
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
669
668
|
"""
|
|
670
669
|
return pulumi.get(self, "list_kind")
|
|
671
670
|
|
|
672
|
-
@property
|
|
671
|
+
@_builtins.property
|
|
673
672
|
@pulumi.getter(name="shortNames")
|
|
674
|
-
def short_names(self) -> Optional[Sequence[
|
|
673
|
+
def short_names(self) -> Optional[Sequence[_builtins.str]]:
|
|
675
674
|
"""
|
|
676
675
|
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.
|
|
677
676
|
"""
|
|
678
677
|
return pulumi.get(self, "short_names")
|
|
679
678
|
|
|
680
|
-
@property
|
|
679
|
+
@_builtins.property
|
|
681
680
|
@pulumi.getter
|
|
682
|
-
def singular(self) -> Optional[
|
|
681
|
+
def singular(self) -> Optional[_builtins.str]:
|
|
683
682
|
"""
|
|
684
683
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
685
684
|
"""
|
|
@@ -711,20 +710,20 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
711
710
|
return super().get(key, default)
|
|
712
711
|
|
|
713
712
|
def __init__(__self__, *,
|
|
714
|
-
categories: Optional[Sequence[
|
|
715
|
-
kind: Optional[
|
|
716
|
-
list_kind: Optional[
|
|
717
|
-
plural: Optional[
|
|
718
|
-
short_names: Optional[Sequence[
|
|
719
|
-
singular: Optional[
|
|
713
|
+
categories: Optional[Sequence[_builtins.str]] = None,
|
|
714
|
+
kind: Optional[_builtins.str] = None,
|
|
715
|
+
list_kind: Optional[_builtins.str] = None,
|
|
716
|
+
plural: Optional[_builtins.str] = None,
|
|
717
|
+
short_names: Optional[Sequence[_builtins.str]] = None,
|
|
718
|
+
singular: Optional[_builtins.str] = None):
|
|
720
719
|
"""
|
|
721
720
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
722
|
-
:param Sequence[
|
|
723
|
-
:param
|
|
724
|
-
:param
|
|
725
|
-
:param
|
|
726
|
-
:param Sequence[
|
|
727
|
-
:param
|
|
721
|
+
: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`.
|
|
722
|
+
: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.
|
|
723
|
+
:param _builtins.str list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
724
|
+
: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.
|
|
725
|
+
: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.
|
|
726
|
+
:param _builtins.str singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
728
727
|
"""
|
|
729
728
|
if categories is not None:
|
|
730
729
|
pulumi.set(__self__, "categories", categories)
|
|
@@ -739,49 +738,49 @@ class CustomResourceDefinitionNamesPatch(dict):
|
|
|
739
738
|
if singular is not None:
|
|
740
739
|
pulumi.set(__self__, "singular", singular)
|
|
741
740
|
|
|
742
|
-
@property
|
|
741
|
+
@_builtins.property
|
|
743
742
|
@pulumi.getter
|
|
744
|
-
def categories(self) -> Optional[Sequence[
|
|
743
|
+
def categories(self) -> Optional[Sequence[_builtins.str]]:
|
|
745
744
|
"""
|
|
746
745
|
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`.
|
|
747
746
|
"""
|
|
748
747
|
return pulumi.get(self, "categories")
|
|
749
748
|
|
|
750
|
-
@property
|
|
749
|
+
@_builtins.property
|
|
751
750
|
@pulumi.getter
|
|
752
|
-
def kind(self) -> Optional[
|
|
751
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
753
752
|
"""
|
|
754
753
|
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.
|
|
755
754
|
"""
|
|
756
755
|
return pulumi.get(self, "kind")
|
|
757
756
|
|
|
758
|
-
@property
|
|
757
|
+
@_builtins.property
|
|
759
758
|
@pulumi.getter(name="listKind")
|
|
760
|
-
def list_kind(self) -> Optional[
|
|
759
|
+
def list_kind(self) -> Optional[_builtins.str]:
|
|
761
760
|
"""
|
|
762
761
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
763
762
|
"""
|
|
764
763
|
return pulumi.get(self, "list_kind")
|
|
765
764
|
|
|
766
|
-
@property
|
|
765
|
+
@_builtins.property
|
|
767
766
|
@pulumi.getter
|
|
768
|
-
def plural(self) -> Optional[
|
|
767
|
+
def plural(self) -> Optional[_builtins.str]:
|
|
769
768
|
"""
|
|
770
769
|
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.
|
|
771
770
|
"""
|
|
772
771
|
return pulumi.get(self, "plural")
|
|
773
772
|
|
|
774
|
-
@property
|
|
773
|
+
@_builtins.property
|
|
775
774
|
@pulumi.getter(name="shortNames")
|
|
776
|
-
def short_names(self) -> Optional[Sequence[
|
|
775
|
+
def short_names(self) -> Optional[Sequence[_builtins.str]]:
|
|
777
776
|
"""
|
|
778
777
|
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
779
778
|
"""
|
|
780
779
|
return pulumi.get(self, "short_names")
|
|
781
780
|
|
|
782
|
-
@property
|
|
781
|
+
@_builtins.property
|
|
783
782
|
@pulumi.getter
|
|
784
|
-
def singular(self) -> Optional[
|
|
783
|
+
def singular(self) -> Optional[_builtins.str]:
|
|
785
784
|
"""
|
|
786
785
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
787
786
|
"""
|
|
@@ -811,20 +810,20 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
811
810
|
return super().get(key, default)
|
|
812
811
|
|
|
813
812
|
def __init__(__self__, *,
|
|
814
|
-
group:
|
|
813
|
+
group: _builtins.str,
|
|
815
814
|
names: 'outputs.CustomResourceDefinitionNames',
|
|
816
|
-
scope:
|
|
815
|
+
scope: _builtins.str,
|
|
817
816
|
versions: Sequence['outputs.CustomResourceDefinitionVersion'],
|
|
818
817
|
conversion: Optional['outputs.CustomResourceConversion'] = None,
|
|
819
|
-
preserve_unknown_fields: Optional[
|
|
818
|
+
preserve_unknown_fields: Optional[_builtins.bool] = None):
|
|
820
819
|
"""
|
|
821
820
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
822
|
-
:param
|
|
821
|
+
: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>`).
|
|
823
822
|
:param 'CustomResourceDefinitionNamesArgs' names: names specify the resource and kind names for the custom resource.
|
|
824
|
-
:param
|
|
823
|
+
:param _builtins.str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
825
824
|
:param Sequence['CustomResourceDefinitionVersionArgs'] versions: versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
|
|
826
825
|
:param 'CustomResourceConversionArgs' conversion: conversion defines conversion settings for the CRD.
|
|
827
|
-
:param
|
|
826
|
+
: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. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
828
827
|
"""
|
|
829
828
|
pulumi.set(__self__, "group", group)
|
|
830
829
|
pulumi.set(__self__, "names", names)
|
|
@@ -835,15 +834,15 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
835
834
|
if preserve_unknown_fields is not None:
|
|
836
835
|
pulumi.set(__self__, "preserve_unknown_fields", preserve_unknown_fields)
|
|
837
836
|
|
|
838
|
-
@property
|
|
837
|
+
@_builtins.property
|
|
839
838
|
@pulumi.getter
|
|
840
|
-
def group(self) ->
|
|
839
|
+
def group(self) -> _builtins.str:
|
|
841
840
|
"""
|
|
842
841
|
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>`).
|
|
843
842
|
"""
|
|
844
843
|
return pulumi.get(self, "group")
|
|
845
844
|
|
|
846
|
-
@property
|
|
845
|
+
@_builtins.property
|
|
847
846
|
@pulumi.getter
|
|
848
847
|
def names(self) -> 'outputs.CustomResourceDefinitionNames':
|
|
849
848
|
"""
|
|
@@ -851,15 +850,15 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
851
850
|
"""
|
|
852
851
|
return pulumi.get(self, "names")
|
|
853
852
|
|
|
854
|
-
@property
|
|
853
|
+
@_builtins.property
|
|
855
854
|
@pulumi.getter
|
|
856
|
-
def scope(self) ->
|
|
855
|
+
def scope(self) -> _builtins.str:
|
|
857
856
|
"""
|
|
858
857
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
859
858
|
"""
|
|
860
859
|
return pulumi.get(self, "scope")
|
|
861
860
|
|
|
862
|
-
@property
|
|
861
|
+
@_builtins.property
|
|
863
862
|
@pulumi.getter
|
|
864
863
|
def versions(self) -> Sequence['outputs.CustomResourceDefinitionVersion']:
|
|
865
864
|
"""
|
|
@@ -867,7 +866,7 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
867
866
|
"""
|
|
868
867
|
return pulumi.get(self, "versions")
|
|
869
868
|
|
|
870
|
-
@property
|
|
869
|
+
@_builtins.property
|
|
871
870
|
@pulumi.getter
|
|
872
871
|
def conversion(self) -> Optional['outputs.CustomResourceConversion']:
|
|
873
872
|
"""
|
|
@@ -875,9 +874,9 @@ class CustomResourceDefinitionSpec(dict):
|
|
|
875
874
|
"""
|
|
876
875
|
return pulumi.get(self, "conversion")
|
|
877
876
|
|
|
878
|
-
@property
|
|
877
|
+
@_builtins.property
|
|
879
878
|
@pulumi.getter(name="preserveUnknownFields")
|
|
880
|
-
def preserve_unknown_fields(self) -> Optional[
|
|
879
|
+
def preserve_unknown_fields(self) -> Optional[_builtins.bool]:
|
|
881
880
|
"""
|
|
882
881
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
883
882
|
"""
|
|
@@ -908,18 +907,18 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
908
907
|
|
|
909
908
|
def __init__(__self__, *,
|
|
910
909
|
conversion: Optional['outputs.CustomResourceConversionPatch'] = None,
|
|
911
|
-
group: Optional[
|
|
910
|
+
group: Optional[_builtins.str] = None,
|
|
912
911
|
names: Optional['outputs.CustomResourceDefinitionNamesPatch'] = None,
|
|
913
|
-
preserve_unknown_fields: Optional[
|
|
914
|
-
scope: Optional[
|
|
912
|
+
preserve_unknown_fields: Optional[_builtins.bool] = None,
|
|
913
|
+
scope: Optional[_builtins.str] = None,
|
|
915
914
|
versions: Optional[Sequence['outputs.CustomResourceDefinitionVersionPatch']] = None):
|
|
916
915
|
"""
|
|
917
916
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
918
917
|
:param 'CustomResourceConversionPatchArgs' conversion: conversion defines conversion settings for the CRD.
|
|
919
|
-
:param
|
|
918
|
+
: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>`).
|
|
920
919
|
:param 'CustomResourceDefinitionNamesPatchArgs' names: names specify the resource and kind names for the custom resource.
|
|
921
|
-
:param
|
|
922
|
-
:param
|
|
920
|
+
: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. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
921
|
+
:param _builtins.str scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
923
922
|
:param Sequence['CustomResourceDefinitionVersionPatchArgs'] versions: versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
|
|
924
923
|
"""
|
|
925
924
|
if conversion is not None:
|
|
@@ -935,7 +934,7 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
935
934
|
if versions is not None:
|
|
936
935
|
pulumi.set(__self__, "versions", versions)
|
|
937
936
|
|
|
938
|
-
@property
|
|
937
|
+
@_builtins.property
|
|
939
938
|
@pulumi.getter
|
|
940
939
|
def conversion(self) -> Optional['outputs.CustomResourceConversionPatch']:
|
|
941
940
|
"""
|
|
@@ -943,15 +942,15 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
943
942
|
"""
|
|
944
943
|
return pulumi.get(self, "conversion")
|
|
945
944
|
|
|
946
|
-
@property
|
|
945
|
+
@_builtins.property
|
|
947
946
|
@pulumi.getter
|
|
948
|
-
def group(self) -> Optional[
|
|
947
|
+
def group(self) -> Optional[_builtins.str]:
|
|
949
948
|
"""
|
|
950
949
|
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>`).
|
|
951
950
|
"""
|
|
952
951
|
return pulumi.get(self, "group")
|
|
953
952
|
|
|
954
|
-
@property
|
|
953
|
+
@_builtins.property
|
|
955
954
|
@pulumi.getter
|
|
956
955
|
def names(self) -> Optional['outputs.CustomResourceDefinitionNamesPatch']:
|
|
957
956
|
"""
|
|
@@ -959,23 +958,23 @@ class CustomResourceDefinitionSpecPatch(dict):
|
|
|
959
958
|
"""
|
|
960
959
|
return pulumi.get(self, "names")
|
|
961
960
|
|
|
962
|
-
@property
|
|
961
|
+
@_builtins.property
|
|
963
962
|
@pulumi.getter(name="preserveUnknownFields")
|
|
964
|
-
def preserve_unknown_fields(self) -> Optional[
|
|
963
|
+
def preserve_unknown_fields(self) -> Optional[_builtins.bool]:
|
|
965
964
|
"""
|
|
966
965
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details.
|
|
967
966
|
"""
|
|
968
967
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
969
968
|
|
|
970
|
-
@property
|
|
969
|
+
@_builtins.property
|
|
971
970
|
@pulumi.getter
|
|
972
|
-
def scope(self) -> Optional[
|
|
971
|
+
def scope(self) -> Optional[_builtins.str]:
|
|
973
972
|
"""
|
|
974
973
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`.
|
|
975
974
|
"""
|
|
976
975
|
return pulumi.get(self, "scope")
|
|
977
976
|
|
|
978
|
-
@property
|
|
977
|
+
@_builtins.property
|
|
979
978
|
@pulumi.getter
|
|
980
979
|
def versions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionVersionPatch']]:
|
|
981
980
|
"""
|
|
@@ -1010,12 +1009,12 @@ class CustomResourceDefinitionStatus(dict):
|
|
|
1010
1009
|
|
|
1011
1010
|
def __init__(__self__, *,
|
|
1012
1011
|
accepted_names: 'outputs.CustomResourceDefinitionNames',
|
|
1013
|
-
stored_versions: Sequence[
|
|
1012
|
+
stored_versions: Sequence[_builtins.str],
|
|
1014
1013
|
conditions: Optional[Sequence['outputs.CustomResourceDefinitionCondition']] = None):
|
|
1015
1014
|
"""
|
|
1016
1015
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1017
1016
|
: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.
|
|
1018
|
-
:param Sequence[
|
|
1017
|
+
: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.
|
|
1019
1018
|
:param Sequence['CustomResourceDefinitionConditionArgs'] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1020
1019
|
"""
|
|
1021
1020
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1023,7 +1022,7 @@ class CustomResourceDefinitionStatus(dict):
|
|
|
1023
1022
|
if conditions is not None:
|
|
1024
1023
|
pulumi.set(__self__, "conditions", conditions)
|
|
1025
1024
|
|
|
1026
|
-
@property
|
|
1025
|
+
@_builtins.property
|
|
1027
1026
|
@pulumi.getter(name="acceptedNames")
|
|
1028
1027
|
def accepted_names(self) -> 'outputs.CustomResourceDefinitionNames':
|
|
1029
1028
|
"""
|
|
@@ -1031,15 +1030,15 @@ class CustomResourceDefinitionStatus(dict):
|
|
|
1031
1030
|
"""
|
|
1032
1031
|
return pulumi.get(self, "accepted_names")
|
|
1033
1032
|
|
|
1034
|
-
@property
|
|
1033
|
+
@_builtins.property
|
|
1035
1034
|
@pulumi.getter(name="storedVersions")
|
|
1036
|
-
def stored_versions(self) -> Sequence[
|
|
1035
|
+
def stored_versions(self) -> Sequence[_builtins.str]:
|
|
1037
1036
|
"""
|
|
1038
1037
|
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.
|
|
1039
1038
|
"""
|
|
1040
1039
|
return pulumi.get(self, "stored_versions")
|
|
1041
1040
|
|
|
1042
|
-
@property
|
|
1041
|
+
@_builtins.property
|
|
1043
1042
|
@pulumi.getter
|
|
1044
1043
|
def conditions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionCondition']]:
|
|
1045
1044
|
"""
|
|
@@ -1075,12 +1074,12 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1075
1074
|
def __init__(__self__, *,
|
|
1076
1075
|
accepted_names: Optional['outputs.CustomResourceDefinitionNamesPatch'] = None,
|
|
1077
1076
|
conditions: Optional[Sequence['outputs.CustomResourceDefinitionConditionPatch']] = None,
|
|
1078
|
-
stored_versions: Optional[Sequence[
|
|
1077
|
+
stored_versions: Optional[Sequence[_builtins.str]] = None):
|
|
1079
1078
|
"""
|
|
1080
1079
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1081
1080
|
: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.
|
|
1082
1081
|
:param Sequence['CustomResourceDefinitionConditionPatchArgs'] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1083
|
-
:param Sequence[
|
|
1082
|
+
: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.
|
|
1084
1083
|
"""
|
|
1085
1084
|
if accepted_names is not None:
|
|
1086
1085
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1089,7 +1088,7 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1089
1088
|
if stored_versions is not None:
|
|
1090
1089
|
pulumi.set(__self__, "stored_versions", stored_versions)
|
|
1091
1090
|
|
|
1092
|
-
@property
|
|
1091
|
+
@_builtins.property
|
|
1093
1092
|
@pulumi.getter(name="acceptedNames")
|
|
1094
1093
|
def accepted_names(self) -> Optional['outputs.CustomResourceDefinitionNamesPatch']:
|
|
1095
1094
|
"""
|
|
@@ -1097,7 +1096,7 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1097
1096
|
"""
|
|
1098
1097
|
return pulumi.get(self, "accepted_names")
|
|
1099
1098
|
|
|
1100
|
-
@property
|
|
1099
|
+
@_builtins.property
|
|
1101
1100
|
@pulumi.getter
|
|
1102
1101
|
def conditions(self) -> Optional[Sequence['outputs.CustomResourceDefinitionConditionPatch']]:
|
|
1103
1102
|
"""
|
|
@@ -1105,9 +1104,9 @@ class CustomResourceDefinitionStatusPatch(dict):
|
|
|
1105
1104
|
"""
|
|
1106
1105
|
return pulumi.get(self, "conditions")
|
|
1107
1106
|
|
|
1108
|
-
@property
|
|
1107
|
+
@_builtins.property
|
|
1109
1108
|
@pulumi.getter(name="storedVersions")
|
|
1110
|
-
def stored_versions(self) -> Optional[Sequence[
|
|
1109
|
+
def stored_versions(self) -> Optional[Sequence[_builtins.str]]:
|
|
1111
1110
|
"""
|
|
1112
1111
|
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.
|
|
1113
1112
|
"""
|
|
@@ -1141,23 +1140,23 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1141
1140
|
return super().get(key, default)
|
|
1142
1141
|
|
|
1143
1142
|
def __init__(__self__, *,
|
|
1144
|
-
name:
|
|
1145
|
-
served:
|
|
1146
|
-
storage:
|
|
1143
|
+
name: _builtins.str,
|
|
1144
|
+
served: _builtins.bool,
|
|
1145
|
+
storage: _builtins.bool,
|
|
1147
1146
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinition']] = None,
|
|
1148
|
-
deprecated: Optional[
|
|
1149
|
-
deprecation_warning: Optional[
|
|
1147
|
+
deprecated: Optional[_builtins.bool] = None,
|
|
1148
|
+
deprecation_warning: Optional[_builtins.str] = None,
|
|
1150
1149
|
schema: Optional['outputs.CustomResourceValidation'] = None,
|
|
1151
1150
|
selectable_fields: Optional[Sequence['outputs.SelectableField']] = None,
|
|
1152
1151
|
subresources: Optional['outputs.CustomResourceSubresources'] = None):
|
|
1153
1152
|
"""
|
|
1154
1153
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1155
|
-
:param
|
|
1156
|
-
:param
|
|
1157
|
-
:param
|
|
1154
|
+
: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.
|
|
1155
|
+
:param _builtins.bool served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1156
|
+
: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.
|
|
1158
1157
|
: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 no columns are specified, a single column displaying the age of the custom resource is used.
|
|
1159
|
-
:param
|
|
1160
|
-
:param
|
|
1158
|
+
: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.
|
|
1159
|
+
: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.
|
|
1161
1160
|
:param 'CustomResourceValidationArgs' schema: schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource.
|
|
1162
1161
|
:param Sequence['SelectableFieldArgs'] selectable_fields: selectableFields specifies paths to fields that may be used as field selectors. A maximum of 8 selectable fields are allowed. See https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors
|
|
1163
1162
|
:param 'CustomResourceSubresourcesArgs' subresources: subresources specify what subresources this version of the defined custom resource have.
|
|
@@ -1178,31 +1177,31 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1178
1177
|
if subresources is not None:
|
|
1179
1178
|
pulumi.set(__self__, "subresources", subresources)
|
|
1180
1179
|
|
|
1181
|
-
@property
|
|
1180
|
+
@_builtins.property
|
|
1182
1181
|
@pulumi.getter
|
|
1183
|
-
def name(self) ->
|
|
1182
|
+
def name(self) -> _builtins.str:
|
|
1184
1183
|
"""
|
|
1185
1184
|
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.
|
|
1186
1185
|
"""
|
|
1187
1186
|
return pulumi.get(self, "name")
|
|
1188
1187
|
|
|
1189
|
-
@property
|
|
1188
|
+
@_builtins.property
|
|
1190
1189
|
@pulumi.getter
|
|
1191
|
-
def served(self) ->
|
|
1190
|
+
def served(self) -> _builtins.bool:
|
|
1192
1191
|
"""
|
|
1193
1192
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1194
1193
|
"""
|
|
1195
1194
|
return pulumi.get(self, "served")
|
|
1196
1195
|
|
|
1197
|
-
@property
|
|
1196
|
+
@_builtins.property
|
|
1198
1197
|
@pulumi.getter
|
|
1199
|
-
def storage(self) ->
|
|
1198
|
+
def storage(self) -> _builtins.bool:
|
|
1200
1199
|
"""
|
|
1201
1200
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1202
1201
|
"""
|
|
1203
1202
|
return pulumi.get(self, "storage")
|
|
1204
1203
|
|
|
1205
|
-
@property
|
|
1204
|
+
@_builtins.property
|
|
1206
1205
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1207
1206
|
def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinition']]:
|
|
1208
1207
|
"""
|
|
@@ -1210,23 +1209,23 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1210
1209
|
"""
|
|
1211
1210
|
return pulumi.get(self, "additional_printer_columns")
|
|
1212
1211
|
|
|
1213
|
-
@property
|
|
1212
|
+
@_builtins.property
|
|
1214
1213
|
@pulumi.getter
|
|
1215
|
-
def deprecated(self) -> Optional[
|
|
1214
|
+
def deprecated(self) -> Optional[_builtins.bool]:
|
|
1216
1215
|
"""
|
|
1217
1216
|
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.
|
|
1218
1217
|
"""
|
|
1219
1218
|
return pulumi.get(self, "deprecated")
|
|
1220
1219
|
|
|
1221
|
-
@property
|
|
1220
|
+
@_builtins.property
|
|
1222
1221
|
@pulumi.getter(name="deprecationWarning")
|
|
1223
|
-
def deprecation_warning(self) -> Optional[
|
|
1222
|
+
def deprecation_warning(self) -> Optional[_builtins.str]:
|
|
1224
1223
|
"""
|
|
1225
1224
|
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.
|
|
1226
1225
|
"""
|
|
1227
1226
|
return pulumi.get(self, "deprecation_warning")
|
|
1228
1227
|
|
|
1229
|
-
@property
|
|
1228
|
+
@_builtins.property
|
|
1230
1229
|
@pulumi.getter
|
|
1231
1230
|
def schema(self) -> Optional['outputs.CustomResourceValidation']:
|
|
1232
1231
|
"""
|
|
@@ -1234,7 +1233,7 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1234
1233
|
"""
|
|
1235
1234
|
return pulumi.get(self, "schema")
|
|
1236
1235
|
|
|
1237
|
-
@property
|
|
1236
|
+
@_builtins.property
|
|
1238
1237
|
@pulumi.getter(name="selectableFields")
|
|
1239
1238
|
def selectable_fields(self) -> Optional[Sequence['outputs.SelectableField']]:
|
|
1240
1239
|
"""
|
|
@@ -1242,7 +1241,7 @@ class CustomResourceDefinitionVersion(dict):
|
|
|
1242
1241
|
"""
|
|
1243
1242
|
return pulumi.get(self, "selectable_fields")
|
|
1244
1243
|
|
|
1245
|
-
@property
|
|
1244
|
+
@_builtins.property
|
|
1246
1245
|
@pulumi.getter
|
|
1247
1246
|
def subresources(self) -> Optional['outputs.CustomResourceSubresources']:
|
|
1248
1247
|
"""
|
|
@@ -1279,24 +1278,24 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1279
1278
|
|
|
1280
1279
|
def __init__(__self__, *,
|
|
1281
1280
|
additional_printer_columns: Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']] = None,
|
|
1282
|
-
deprecated: Optional[
|
|
1283
|
-
deprecation_warning: Optional[
|
|
1284
|
-
name: Optional[
|
|
1281
|
+
deprecated: Optional[_builtins.bool] = None,
|
|
1282
|
+
deprecation_warning: Optional[_builtins.str] = None,
|
|
1283
|
+
name: Optional[_builtins.str] = None,
|
|
1285
1284
|
schema: Optional['outputs.CustomResourceValidationPatch'] = None,
|
|
1286
1285
|
selectable_fields: Optional[Sequence['outputs.SelectableFieldPatch']] = None,
|
|
1287
|
-
served: Optional[
|
|
1288
|
-
storage: Optional[
|
|
1286
|
+
served: Optional[_builtins.bool] = None,
|
|
1287
|
+
storage: Optional[_builtins.bool] = None,
|
|
1289
1288
|
subresources: Optional['outputs.CustomResourceSubresourcesPatch'] = None):
|
|
1290
1289
|
"""
|
|
1291
1290
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1292
1291
|
: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 no columns are specified, a single column displaying the age of the custom resource is used.
|
|
1293
|
-
:param
|
|
1294
|
-
:param
|
|
1295
|
-
:param
|
|
1292
|
+
: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.
|
|
1293
|
+
: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.
|
|
1294
|
+
: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.
|
|
1296
1295
|
:param 'CustomResourceValidationPatchArgs' schema: schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource.
|
|
1297
1296
|
:param Sequence['SelectableFieldPatchArgs'] selectable_fields: selectableFields specifies paths to fields that may be used as field selectors. A maximum of 8 selectable fields are allowed. See https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors
|
|
1298
|
-
:param
|
|
1299
|
-
:param
|
|
1297
|
+
:param _builtins.bool served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1298
|
+
: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.
|
|
1300
1299
|
:param 'CustomResourceSubresourcesPatchArgs' subresources: subresources specify what subresources this version of the defined custom resource have.
|
|
1301
1300
|
"""
|
|
1302
1301
|
if additional_printer_columns is not None:
|
|
@@ -1318,7 +1317,7 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1318
1317
|
if subresources is not None:
|
|
1319
1318
|
pulumi.set(__self__, "subresources", subresources)
|
|
1320
1319
|
|
|
1321
|
-
@property
|
|
1320
|
+
@_builtins.property
|
|
1322
1321
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1323
1322
|
def additional_printer_columns(self) -> Optional[Sequence['outputs.CustomResourceColumnDefinitionPatch']]:
|
|
1324
1323
|
"""
|
|
@@ -1326,31 +1325,31 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1326
1325
|
"""
|
|
1327
1326
|
return pulumi.get(self, "additional_printer_columns")
|
|
1328
1327
|
|
|
1329
|
-
@property
|
|
1328
|
+
@_builtins.property
|
|
1330
1329
|
@pulumi.getter
|
|
1331
|
-
def deprecated(self) -> Optional[
|
|
1330
|
+
def deprecated(self) -> Optional[_builtins.bool]:
|
|
1332
1331
|
"""
|
|
1333
1332
|
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.
|
|
1334
1333
|
"""
|
|
1335
1334
|
return pulumi.get(self, "deprecated")
|
|
1336
1335
|
|
|
1337
|
-
@property
|
|
1336
|
+
@_builtins.property
|
|
1338
1337
|
@pulumi.getter(name="deprecationWarning")
|
|
1339
|
-
def deprecation_warning(self) -> Optional[
|
|
1338
|
+
def deprecation_warning(self) -> Optional[_builtins.str]:
|
|
1340
1339
|
"""
|
|
1341
1340
|
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.
|
|
1342
1341
|
"""
|
|
1343
1342
|
return pulumi.get(self, "deprecation_warning")
|
|
1344
1343
|
|
|
1345
|
-
@property
|
|
1344
|
+
@_builtins.property
|
|
1346
1345
|
@pulumi.getter
|
|
1347
|
-
def name(self) -> Optional[
|
|
1346
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1348
1347
|
"""
|
|
1349
1348
|
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.
|
|
1350
1349
|
"""
|
|
1351
1350
|
return pulumi.get(self, "name")
|
|
1352
1351
|
|
|
1353
|
-
@property
|
|
1352
|
+
@_builtins.property
|
|
1354
1353
|
@pulumi.getter
|
|
1355
1354
|
def schema(self) -> Optional['outputs.CustomResourceValidationPatch']:
|
|
1356
1355
|
"""
|
|
@@ -1358,7 +1357,7 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1358
1357
|
"""
|
|
1359
1358
|
return pulumi.get(self, "schema")
|
|
1360
1359
|
|
|
1361
|
-
@property
|
|
1360
|
+
@_builtins.property
|
|
1362
1361
|
@pulumi.getter(name="selectableFields")
|
|
1363
1362
|
def selectable_fields(self) -> Optional[Sequence['outputs.SelectableFieldPatch']]:
|
|
1364
1363
|
"""
|
|
@@ -1366,23 +1365,23 @@ class CustomResourceDefinitionVersionPatch(dict):
|
|
|
1366
1365
|
"""
|
|
1367
1366
|
return pulumi.get(self, "selectable_fields")
|
|
1368
1367
|
|
|
1369
|
-
@property
|
|
1368
|
+
@_builtins.property
|
|
1370
1369
|
@pulumi.getter
|
|
1371
|
-
def served(self) -> Optional[
|
|
1370
|
+
def served(self) -> Optional[_builtins.bool]:
|
|
1372
1371
|
"""
|
|
1373
1372
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1374
1373
|
"""
|
|
1375
1374
|
return pulumi.get(self, "served")
|
|
1376
1375
|
|
|
1377
|
-
@property
|
|
1376
|
+
@_builtins.property
|
|
1378
1377
|
@pulumi.getter
|
|
1379
|
-
def storage(self) -> Optional[
|
|
1378
|
+
def storage(self) -> Optional[_builtins.bool]:
|
|
1380
1379
|
"""
|
|
1381
1380
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1382
1381
|
"""
|
|
1383
1382
|
return pulumi.get(self, "storage")
|
|
1384
1383
|
|
|
1385
|
-
@property
|
|
1384
|
+
@_builtins.property
|
|
1386
1385
|
@pulumi.getter
|
|
1387
1386
|
def subresources(self) -> Optional['outputs.CustomResourceSubresourcesPatch']:
|
|
1388
1387
|
"""
|
|
@@ -1418,39 +1417,39 @@ class CustomResourceSubresourceScale(dict):
|
|
|
1418
1417
|
return super().get(key, default)
|
|
1419
1418
|
|
|
1420
1419
|
def __init__(__self__, *,
|
|
1421
|
-
spec_replicas_path:
|
|
1422
|
-
status_replicas_path:
|
|
1423
|
-
label_selector_path: Optional[
|
|
1420
|
+
spec_replicas_path: _builtins.str,
|
|
1421
|
+
status_replicas_path: _builtins.str,
|
|
1422
|
+
label_selector_path: Optional[_builtins.str] = None):
|
|
1424
1423
|
"""
|
|
1425
1424
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1426
|
-
:param
|
|
1427
|
-
:param
|
|
1428
|
-
:param
|
|
1425
|
+
: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.
|
|
1426
|
+
: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.
|
|
1427
|
+
: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.
|
|
1429
1428
|
"""
|
|
1430
1429
|
pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
|
|
1431
1430
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
1432
1431
|
if label_selector_path is not None:
|
|
1433
1432
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
1434
1433
|
|
|
1435
|
-
@property
|
|
1434
|
+
@_builtins.property
|
|
1436
1435
|
@pulumi.getter(name="specReplicasPath")
|
|
1437
|
-
def spec_replicas_path(self) ->
|
|
1436
|
+
def spec_replicas_path(self) -> _builtins.str:
|
|
1438
1437
|
"""
|
|
1439
1438
|
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.
|
|
1440
1439
|
"""
|
|
1441
1440
|
return pulumi.get(self, "spec_replicas_path")
|
|
1442
1441
|
|
|
1443
|
-
@property
|
|
1442
|
+
@_builtins.property
|
|
1444
1443
|
@pulumi.getter(name="statusReplicasPath")
|
|
1445
|
-
def status_replicas_path(self) ->
|
|
1444
|
+
def status_replicas_path(self) -> _builtins.str:
|
|
1446
1445
|
"""
|
|
1447
1446
|
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.
|
|
1448
1447
|
"""
|
|
1449
1448
|
return pulumi.get(self, "status_replicas_path")
|
|
1450
1449
|
|
|
1451
|
-
@property
|
|
1450
|
+
@_builtins.property
|
|
1452
1451
|
@pulumi.getter(name="labelSelectorPath")
|
|
1453
|
-
def label_selector_path(self) -> Optional[
|
|
1452
|
+
def label_selector_path(self) -> Optional[_builtins.str]:
|
|
1454
1453
|
"""
|
|
1455
1454
|
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.
|
|
1456
1455
|
"""
|
|
@@ -1484,14 +1483,14 @@ class CustomResourceSubresourceScalePatch(dict):
|
|
|
1484
1483
|
return super().get(key, default)
|
|
1485
1484
|
|
|
1486
1485
|
def __init__(__self__, *,
|
|
1487
|
-
label_selector_path: Optional[
|
|
1488
|
-
spec_replicas_path: Optional[
|
|
1489
|
-
status_replicas_path: Optional[
|
|
1486
|
+
label_selector_path: Optional[_builtins.str] = None,
|
|
1487
|
+
spec_replicas_path: Optional[_builtins.str] = None,
|
|
1488
|
+
status_replicas_path: Optional[_builtins.str] = None):
|
|
1490
1489
|
"""
|
|
1491
1490
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1492
|
-
:param
|
|
1493
|
-
:param
|
|
1494
|
-
:param
|
|
1491
|
+
: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.
|
|
1492
|
+
: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.
|
|
1493
|
+
: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.
|
|
1495
1494
|
"""
|
|
1496
1495
|
if label_selector_path is not None:
|
|
1497
1496
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
@@ -1500,25 +1499,25 @@ class CustomResourceSubresourceScalePatch(dict):
|
|
|
1500
1499
|
if status_replicas_path is not None:
|
|
1501
1500
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
1502
1501
|
|
|
1503
|
-
@property
|
|
1502
|
+
@_builtins.property
|
|
1504
1503
|
@pulumi.getter(name="labelSelectorPath")
|
|
1505
|
-
def label_selector_path(self) -> Optional[
|
|
1504
|
+
def label_selector_path(self) -> Optional[_builtins.str]:
|
|
1506
1505
|
"""
|
|
1507
1506
|
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.
|
|
1508
1507
|
"""
|
|
1509
1508
|
return pulumi.get(self, "label_selector_path")
|
|
1510
1509
|
|
|
1511
|
-
@property
|
|
1510
|
+
@_builtins.property
|
|
1512
1511
|
@pulumi.getter(name="specReplicasPath")
|
|
1513
|
-
def spec_replicas_path(self) -> Optional[
|
|
1512
|
+
def spec_replicas_path(self) -> Optional[_builtins.str]:
|
|
1514
1513
|
"""
|
|
1515
1514
|
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.
|
|
1516
1515
|
"""
|
|
1517
1516
|
return pulumi.get(self, "spec_replicas_path")
|
|
1518
1517
|
|
|
1519
|
-
@property
|
|
1518
|
+
@_builtins.property
|
|
1520
1519
|
@pulumi.getter(name="statusReplicasPath")
|
|
1521
|
-
def status_replicas_path(self) -> Optional[
|
|
1520
|
+
def status_replicas_path(self) -> Optional[_builtins.str]:
|
|
1522
1521
|
"""
|
|
1523
1522
|
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.
|
|
1524
1523
|
"""
|
|
@@ -1543,7 +1542,7 @@ class CustomResourceSubresources(dict):
|
|
|
1543
1542
|
if status is not None:
|
|
1544
1543
|
pulumi.set(__self__, "status", status)
|
|
1545
1544
|
|
|
1546
|
-
@property
|
|
1545
|
+
@_builtins.property
|
|
1547
1546
|
@pulumi.getter
|
|
1548
1547
|
def scale(self) -> Optional['outputs.CustomResourceSubresourceScale']:
|
|
1549
1548
|
"""
|
|
@@ -1551,7 +1550,7 @@ class CustomResourceSubresources(dict):
|
|
|
1551
1550
|
"""
|
|
1552
1551
|
return pulumi.get(self, "scale")
|
|
1553
1552
|
|
|
1554
|
-
@property
|
|
1553
|
+
@_builtins.property
|
|
1555
1554
|
@pulumi.getter
|
|
1556
1555
|
def status(self) -> Optional[Any]:
|
|
1557
1556
|
"""
|
|
@@ -1578,7 +1577,7 @@ class CustomResourceSubresourcesPatch(dict):
|
|
|
1578
1577
|
if status is not None:
|
|
1579
1578
|
pulumi.set(__self__, "status", status)
|
|
1580
1579
|
|
|
1581
|
-
@property
|
|
1580
|
+
@_builtins.property
|
|
1582
1581
|
@pulumi.getter
|
|
1583
1582
|
def scale(self) -> Optional['outputs.CustomResourceSubresourceScalePatch']:
|
|
1584
1583
|
"""
|
|
@@ -1586,7 +1585,7 @@ class CustomResourceSubresourcesPatch(dict):
|
|
|
1586
1585
|
"""
|
|
1587
1586
|
return pulumi.get(self, "scale")
|
|
1588
1587
|
|
|
1589
|
-
@property
|
|
1588
|
+
@_builtins.property
|
|
1590
1589
|
@pulumi.getter
|
|
1591
1590
|
def status(self) -> Optional[Any]:
|
|
1592
1591
|
"""
|
|
@@ -1626,7 +1625,7 @@ class CustomResourceValidation(dict):
|
|
|
1626
1625
|
if open_apiv3_schema is not None:
|
|
1627
1626
|
pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
|
|
1628
1627
|
|
|
1629
|
-
@property
|
|
1628
|
+
@_builtins.property
|
|
1630
1629
|
@pulumi.getter(name="openAPIV3Schema")
|
|
1631
1630
|
def open_apiv3_schema(self) -> Optional['outputs.JSONSchemaProps']:
|
|
1632
1631
|
"""
|
|
@@ -1666,7 +1665,7 @@ class CustomResourceValidationPatch(dict):
|
|
|
1666
1665
|
if open_apiv3_schema is not None:
|
|
1667
1666
|
pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
|
|
1668
1667
|
|
|
1669
|
-
@property
|
|
1668
|
+
@_builtins.property
|
|
1670
1669
|
@pulumi.getter(name="openAPIV3Schema")
|
|
1671
1670
|
def open_apiv3_schema(self) -> Optional['outputs.JSONSchemaPropsPatch']:
|
|
1672
1671
|
"""
|
|
@@ -1681,8 +1680,8 @@ class ExternalDocumentation(dict):
|
|
|
1681
1680
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1682
1681
|
"""
|
|
1683
1682
|
def __init__(__self__, *,
|
|
1684
|
-
description: Optional[
|
|
1685
|
-
url: Optional[
|
|
1683
|
+
description: Optional[_builtins.str] = None,
|
|
1684
|
+
url: Optional[_builtins.str] = None):
|
|
1686
1685
|
"""
|
|
1687
1686
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1688
1687
|
"""
|
|
@@ -1691,14 +1690,14 @@ class ExternalDocumentation(dict):
|
|
|
1691
1690
|
if url is not None:
|
|
1692
1691
|
pulumi.set(__self__, "url", url)
|
|
1693
1692
|
|
|
1694
|
-
@property
|
|
1693
|
+
@_builtins.property
|
|
1695
1694
|
@pulumi.getter
|
|
1696
|
-
def description(self) -> Optional[
|
|
1695
|
+
def description(self) -> Optional[_builtins.str]:
|
|
1697
1696
|
return pulumi.get(self, "description")
|
|
1698
1697
|
|
|
1699
|
-
@property
|
|
1698
|
+
@_builtins.property
|
|
1700
1699
|
@pulumi.getter
|
|
1701
|
-
def url(self) -> Optional[
|
|
1700
|
+
def url(self) -> Optional[_builtins.str]:
|
|
1702
1701
|
return pulumi.get(self, "url")
|
|
1703
1702
|
|
|
1704
1703
|
|
|
@@ -1708,8 +1707,8 @@ class ExternalDocumentationPatch(dict):
|
|
|
1708
1707
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1709
1708
|
"""
|
|
1710
1709
|
def __init__(__self__, *,
|
|
1711
|
-
description: Optional[
|
|
1712
|
-
url: Optional[
|
|
1710
|
+
description: Optional[_builtins.str] = None,
|
|
1711
|
+
url: Optional[_builtins.str] = None):
|
|
1713
1712
|
"""
|
|
1714
1713
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
1715
1714
|
"""
|
|
@@ -1718,14 +1717,14 @@ class ExternalDocumentationPatch(dict):
|
|
|
1718
1717
|
if url is not None:
|
|
1719
1718
|
pulumi.set(__self__, "url", url)
|
|
1720
1719
|
|
|
1721
|
-
@property
|
|
1720
|
+
@_builtins.property
|
|
1722
1721
|
@pulumi.getter
|
|
1723
|
-
def description(self) -> Optional[
|
|
1722
|
+
def description(self) -> Optional[_builtins.str]:
|
|
1724
1723
|
return pulumi.get(self, "description")
|
|
1725
1724
|
|
|
1726
|
-
@property
|
|
1725
|
+
@_builtins.property
|
|
1727
1726
|
@pulumi.getter
|
|
1728
|
-
def url(self) -> Optional[
|
|
1727
|
+
def url(self) -> Optional[_builtins.str]:
|
|
1729
1728
|
return pulumi.get(self, "url")
|
|
1730
1729
|
|
|
1731
1730
|
|
|
@@ -1790,8 +1789,8 @@ class JSONSchemaProps(dict):
|
|
|
1790
1789
|
return super().get(key, default)
|
|
1791
1790
|
|
|
1792
1791
|
def __init__(__self__, *,
|
|
1793
|
-
_ref: Optional[
|
|
1794
|
-
_schema: Optional[
|
|
1792
|
+
_ref: Optional[_builtins.str] = None,
|
|
1793
|
+
_schema: Optional[_builtins.str] = None,
|
|
1795
1794
|
additional_items: Optional[Any] = None,
|
|
1796
1795
|
additional_properties: Optional[Any] = None,
|
|
1797
1796
|
all_of: Optional[Sequence['outputs.JSONSchemaProps']] = None,
|
|
@@ -1799,49 +1798,49 @@ class JSONSchemaProps(dict):
|
|
|
1799
1798
|
default: Optional[Any] = None,
|
|
1800
1799
|
definitions: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1801
1800
|
dependencies: Optional[Mapping[str, Any]] = None,
|
|
1802
|
-
description: Optional[
|
|
1801
|
+
description: Optional[_builtins.str] = None,
|
|
1803
1802
|
enum: Optional[Sequence[Any]] = None,
|
|
1804
1803
|
example: Optional[Any] = None,
|
|
1805
|
-
exclusive_maximum: Optional[
|
|
1806
|
-
exclusive_minimum: Optional[
|
|
1804
|
+
exclusive_maximum: Optional[_builtins.bool] = None,
|
|
1805
|
+
exclusive_minimum: Optional[_builtins.bool] = None,
|
|
1807
1806
|
external_docs: Optional['outputs.ExternalDocumentation'] = None,
|
|
1808
|
-
format: Optional[
|
|
1809
|
-
id: Optional[
|
|
1807
|
+
format: Optional[_builtins.str] = None,
|
|
1808
|
+
id: Optional[_builtins.str] = None,
|
|
1810
1809
|
items: Optional[Any] = None,
|
|
1811
|
-
max_items: Optional[
|
|
1812
|
-
max_length: Optional[
|
|
1813
|
-
max_properties: Optional[
|
|
1814
|
-
maximum: Optional[
|
|
1815
|
-
min_items: Optional[
|
|
1816
|
-
min_length: Optional[
|
|
1817
|
-
min_properties: Optional[
|
|
1818
|
-
minimum: Optional[
|
|
1819
|
-
multiple_of: Optional[
|
|
1810
|
+
max_items: Optional[_builtins.int] = None,
|
|
1811
|
+
max_length: Optional[_builtins.int] = None,
|
|
1812
|
+
max_properties: Optional[_builtins.int] = None,
|
|
1813
|
+
maximum: Optional[_builtins.float] = None,
|
|
1814
|
+
min_items: Optional[_builtins.int] = None,
|
|
1815
|
+
min_length: Optional[_builtins.int] = None,
|
|
1816
|
+
min_properties: Optional[_builtins.int] = None,
|
|
1817
|
+
minimum: Optional[_builtins.float] = None,
|
|
1818
|
+
multiple_of: Optional[_builtins.float] = None,
|
|
1820
1819
|
not_: Optional['outputs.JSONSchemaProps'] = None,
|
|
1821
|
-
nullable: Optional[
|
|
1820
|
+
nullable: Optional[_builtins.bool] = None,
|
|
1822
1821
|
one_of: Optional[Sequence['outputs.JSONSchemaProps']] = None,
|
|
1823
|
-
pattern: Optional[
|
|
1822
|
+
pattern: Optional[_builtins.str] = None,
|
|
1824
1823
|
pattern_properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1825
1824
|
properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
1826
|
-
required: Optional[Sequence[
|
|
1827
|
-
title: Optional[
|
|
1828
|
-
type: Optional[
|
|
1829
|
-
unique_items: Optional[
|
|
1830
|
-
x_kubernetes_embedded_resource: Optional[
|
|
1831
|
-
x_kubernetes_int_or_string: Optional[
|
|
1832
|
-
x_kubernetes_list_map_keys: Optional[Sequence[
|
|
1833
|
-
x_kubernetes_list_type: Optional[
|
|
1834
|
-
x_kubernetes_map_type: Optional[
|
|
1835
|
-
x_kubernetes_preserve_unknown_fields: Optional[
|
|
1825
|
+
required: Optional[Sequence[_builtins.str]] = None,
|
|
1826
|
+
title: Optional[_builtins.str] = None,
|
|
1827
|
+
type: Optional[_builtins.str] = None,
|
|
1828
|
+
unique_items: Optional[_builtins.bool] = None,
|
|
1829
|
+
x_kubernetes_embedded_resource: Optional[_builtins.bool] = None,
|
|
1830
|
+
x_kubernetes_int_or_string: Optional[_builtins.bool] = None,
|
|
1831
|
+
x_kubernetes_list_map_keys: Optional[Sequence[_builtins.str]] = None,
|
|
1832
|
+
x_kubernetes_list_type: Optional[_builtins.str] = None,
|
|
1833
|
+
x_kubernetes_map_type: Optional[_builtins.str] = None,
|
|
1834
|
+
x_kubernetes_preserve_unknown_fields: Optional[_builtins.bool] = None,
|
|
1836
1835
|
x_kubernetes_validations: Optional[Sequence['outputs.ValidationRule']] = None):
|
|
1837
1836
|
"""
|
|
1838
1837
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
1839
1838
|
:param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false.
|
|
1840
|
-
:param
|
|
1839
|
+
:param _builtins.str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
1841
1840
|
|
|
1842
1841
|
- 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.
|
|
1843
|
-
:param
|
|
1844
|
-
:param
|
|
1842
|
+
: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).
|
|
1843
|
+
: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:
|
|
1845
1844
|
|
|
1846
1845
|
1) anyOf:
|
|
1847
1846
|
- type: integer
|
|
@@ -1851,12 +1850,12 @@ class JSONSchemaProps(dict):
|
|
|
1851
1850
|
- type: integer
|
|
1852
1851
|
- type: string
|
|
1853
1852
|
- ... zero or more
|
|
1854
|
-
:param Sequence[
|
|
1853
|
+
: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.
|
|
1855
1854
|
|
|
1856
1855
|
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).
|
|
1857
1856
|
|
|
1858
1857
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
1859
|
-
:param
|
|
1858
|
+
: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:
|
|
1860
1859
|
|
|
1861
1860
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
1862
1861
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -1870,7 +1869,7 @@ class JSONSchemaProps(dict):
|
|
|
1870
1869
|
used to identify them. Order is preserved upon merge. The map tag
|
|
1871
1870
|
must only be used on a list with elements of type object.
|
|
1872
1871
|
Defaults to atomic for arrays.
|
|
1873
|
-
:param
|
|
1872
|
+
: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:
|
|
1874
1873
|
|
|
1875
1874
|
1) `granular`:
|
|
1876
1875
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -1878,7 +1877,7 @@ class JSONSchemaProps(dict):
|
|
|
1878
1877
|
the default behaviour for all maps.
|
|
1879
1878
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
1880
1879
|
Atomic maps will be entirely replaced when updated.
|
|
1881
|
-
:param
|
|
1880
|
+
: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.
|
|
1882
1881
|
:param Sequence['ValidationRuleArgs'] x_kubernetes_validations: x-kubernetes-validations describes a list of validation rules written in the CEL expression language.
|
|
1883
1882
|
"""
|
|
1884
1883
|
if _ref is not None:
|
|
@@ -1970,37 +1969,37 @@ class JSONSchemaProps(dict):
|
|
|
1970
1969
|
if x_kubernetes_validations is not None:
|
|
1971
1970
|
pulumi.set(__self__, "x_kubernetes_validations", x_kubernetes_validations)
|
|
1972
1971
|
|
|
1973
|
-
@property
|
|
1972
|
+
@_builtins.property
|
|
1974
1973
|
@pulumi.getter(name="$ref")
|
|
1975
|
-
def _ref(self) -> Optional[
|
|
1974
|
+
def _ref(self) -> Optional[_builtins.str]:
|
|
1976
1975
|
return pulumi.get(self, "_ref")
|
|
1977
1976
|
|
|
1978
|
-
@property
|
|
1977
|
+
@_builtins.property
|
|
1979
1978
|
@pulumi.getter(name="$schema")
|
|
1980
|
-
def _schema(self) -> Optional[
|
|
1979
|
+
def _schema(self) -> Optional[_builtins.str]:
|
|
1981
1980
|
return pulumi.get(self, "_schema")
|
|
1982
1981
|
|
|
1983
|
-
@property
|
|
1982
|
+
@_builtins.property
|
|
1984
1983
|
@pulumi.getter(name="additionalItems")
|
|
1985
1984
|
def additional_items(self) -> Optional[Any]:
|
|
1986
1985
|
return pulumi.get(self, "additional_items")
|
|
1987
1986
|
|
|
1988
|
-
@property
|
|
1987
|
+
@_builtins.property
|
|
1989
1988
|
@pulumi.getter(name="additionalProperties")
|
|
1990
1989
|
def additional_properties(self) -> Optional[Any]:
|
|
1991
1990
|
return pulumi.get(self, "additional_properties")
|
|
1992
1991
|
|
|
1993
|
-
@property
|
|
1992
|
+
@_builtins.property
|
|
1994
1993
|
@pulumi.getter(name="allOf")
|
|
1995
1994
|
def all_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
|
|
1996
1995
|
return pulumi.get(self, "all_of")
|
|
1997
1996
|
|
|
1998
|
-
@property
|
|
1997
|
+
@_builtins.property
|
|
1999
1998
|
@pulumi.getter(name="anyOf")
|
|
2000
1999
|
def any_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
|
|
2001
2000
|
return pulumi.get(self, "any_of")
|
|
2002
2001
|
|
|
2003
|
-
@property
|
|
2002
|
+
@_builtins.property
|
|
2004
2003
|
@pulumi.getter
|
|
2005
2004
|
def default(self) -> Optional[Any]:
|
|
2006
2005
|
"""
|
|
@@ -2008,49 +2007,49 @@ class JSONSchemaProps(dict):
|
|
|
2008
2007
|
"""
|
|
2009
2008
|
return pulumi.get(self, "default")
|
|
2010
2009
|
|
|
2011
|
-
@property
|
|
2010
|
+
@_builtins.property
|
|
2012
2011
|
@pulumi.getter
|
|
2013
2012
|
def definitions(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2014
2013
|
return pulumi.get(self, "definitions")
|
|
2015
2014
|
|
|
2016
|
-
@property
|
|
2015
|
+
@_builtins.property
|
|
2017
2016
|
@pulumi.getter
|
|
2018
2017
|
def dependencies(self) -> Optional[Mapping[str, Any]]:
|
|
2019
2018
|
return pulumi.get(self, "dependencies")
|
|
2020
2019
|
|
|
2021
|
-
@property
|
|
2020
|
+
@_builtins.property
|
|
2022
2021
|
@pulumi.getter
|
|
2023
|
-
def description(self) -> Optional[
|
|
2022
|
+
def description(self) -> Optional[_builtins.str]:
|
|
2024
2023
|
return pulumi.get(self, "description")
|
|
2025
2024
|
|
|
2026
|
-
@property
|
|
2025
|
+
@_builtins.property
|
|
2027
2026
|
@pulumi.getter
|
|
2028
2027
|
def enum(self) -> Optional[Sequence[Any]]:
|
|
2029
2028
|
return pulumi.get(self, "enum")
|
|
2030
2029
|
|
|
2031
|
-
@property
|
|
2030
|
+
@_builtins.property
|
|
2032
2031
|
@pulumi.getter
|
|
2033
2032
|
def example(self) -> Optional[Any]:
|
|
2034
2033
|
return pulumi.get(self, "example")
|
|
2035
2034
|
|
|
2036
|
-
@property
|
|
2035
|
+
@_builtins.property
|
|
2037
2036
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2038
|
-
def exclusive_maximum(self) -> Optional[
|
|
2037
|
+
def exclusive_maximum(self) -> Optional[_builtins.bool]:
|
|
2039
2038
|
return pulumi.get(self, "exclusive_maximum")
|
|
2040
2039
|
|
|
2041
|
-
@property
|
|
2040
|
+
@_builtins.property
|
|
2042
2041
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2043
|
-
def exclusive_minimum(self) -> Optional[
|
|
2042
|
+
def exclusive_minimum(self) -> Optional[_builtins.bool]:
|
|
2044
2043
|
return pulumi.get(self, "exclusive_minimum")
|
|
2045
2044
|
|
|
2046
|
-
@property
|
|
2045
|
+
@_builtins.property
|
|
2047
2046
|
@pulumi.getter(name="externalDocs")
|
|
2048
2047
|
def external_docs(self) -> Optional['outputs.ExternalDocumentation']:
|
|
2049
2048
|
return pulumi.get(self, "external_docs")
|
|
2050
2049
|
|
|
2051
|
-
@property
|
|
2050
|
+
@_builtins.property
|
|
2052
2051
|
@pulumi.getter
|
|
2053
|
-
def format(self) -> Optional[
|
|
2052
|
+
def format(self) -> Optional[_builtins.str]:
|
|
2054
2053
|
"""
|
|
2055
2054
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2056
2055
|
|
|
@@ -2058,122 +2057,122 @@ class JSONSchemaProps(dict):
|
|
|
2058
2057
|
"""
|
|
2059
2058
|
return pulumi.get(self, "format")
|
|
2060
2059
|
|
|
2061
|
-
@property
|
|
2060
|
+
@_builtins.property
|
|
2062
2061
|
@pulumi.getter
|
|
2063
|
-
def id(self) -> Optional[
|
|
2062
|
+
def id(self) -> Optional[_builtins.str]:
|
|
2064
2063
|
return pulumi.get(self, "id")
|
|
2065
2064
|
|
|
2066
|
-
@property
|
|
2065
|
+
@_builtins.property
|
|
2067
2066
|
@pulumi.getter
|
|
2068
2067
|
def items(self) -> Optional[Any]:
|
|
2069
2068
|
return pulumi.get(self, "items")
|
|
2070
2069
|
|
|
2071
|
-
@property
|
|
2070
|
+
@_builtins.property
|
|
2072
2071
|
@pulumi.getter(name="maxItems")
|
|
2073
|
-
def max_items(self) -> Optional[
|
|
2072
|
+
def max_items(self) -> Optional[_builtins.int]:
|
|
2074
2073
|
return pulumi.get(self, "max_items")
|
|
2075
2074
|
|
|
2076
|
-
@property
|
|
2075
|
+
@_builtins.property
|
|
2077
2076
|
@pulumi.getter(name="maxLength")
|
|
2078
|
-
def max_length(self) -> Optional[
|
|
2077
|
+
def max_length(self) -> Optional[_builtins.int]:
|
|
2079
2078
|
return pulumi.get(self, "max_length")
|
|
2080
2079
|
|
|
2081
|
-
@property
|
|
2080
|
+
@_builtins.property
|
|
2082
2081
|
@pulumi.getter(name="maxProperties")
|
|
2083
|
-
def max_properties(self) -> Optional[
|
|
2082
|
+
def max_properties(self) -> Optional[_builtins.int]:
|
|
2084
2083
|
return pulumi.get(self, "max_properties")
|
|
2085
2084
|
|
|
2086
|
-
@property
|
|
2085
|
+
@_builtins.property
|
|
2087
2086
|
@pulumi.getter
|
|
2088
|
-
def maximum(self) -> Optional[
|
|
2087
|
+
def maximum(self) -> Optional[_builtins.float]:
|
|
2089
2088
|
return pulumi.get(self, "maximum")
|
|
2090
2089
|
|
|
2091
|
-
@property
|
|
2090
|
+
@_builtins.property
|
|
2092
2091
|
@pulumi.getter(name="minItems")
|
|
2093
|
-
def min_items(self) -> Optional[
|
|
2092
|
+
def min_items(self) -> Optional[_builtins.int]:
|
|
2094
2093
|
return pulumi.get(self, "min_items")
|
|
2095
2094
|
|
|
2096
|
-
@property
|
|
2095
|
+
@_builtins.property
|
|
2097
2096
|
@pulumi.getter(name="minLength")
|
|
2098
|
-
def min_length(self) -> Optional[
|
|
2097
|
+
def min_length(self) -> Optional[_builtins.int]:
|
|
2099
2098
|
return pulumi.get(self, "min_length")
|
|
2100
2099
|
|
|
2101
|
-
@property
|
|
2100
|
+
@_builtins.property
|
|
2102
2101
|
@pulumi.getter(name="minProperties")
|
|
2103
|
-
def min_properties(self) -> Optional[
|
|
2102
|
+
def min_properties(self) -> Optional[_builtins.int]:
|
|
2104
2103
|
return pulumi.get(self, "min_properties")
|
|
2105
2104
|
|
|
2106
|
-
@property
|
|
2105
|
+
@_builtins.property
|
|
2107
2106
|
@pulumi.getter
|
|
2108
|
-
def minimum(self) -> Optional[
|
|
2107
|
+
def minimum(self) -> Optional[_builtins.float]:
|
|
2109
2108
|
return pulumi.get(self, "minimum")
|
|
2110
2109
|
|
|
2111
|
-
@property
|
|
2110
|
+
@_builtins.property
|
|
2112
2111
|
@pulumi.getter(name="multipleOf")
|
|
2113
|
-
def multiple_of(self) -> Optional[
|
|
2112
|
+
def multiple_of(self) -> Optional[_builtins.float]:
|
|
2114
2113
|
return pulumi.get(self, "multiple_of")
|
|
2115
2114
|
|
|
2116
|
-
@property
|
|
2115
|
+
@_builtins.property
|
|
2117
2116
|
@pulumi.getter(name="not")
|
|
2118
2117
|
def not_(self) -> Optional['outputs.JSONSchemaProps']:
|
|
2119
2118
|
return pulumi.get(self, "not_")
|
|
2120
2119
|
|
|
2121
|
-
@property
|
|
2120
|
+
@_builtins.property
|
|
2122
2121
|
@pulumi.getter
|
|
2123
|
-
def nullable(self) -> Optional[
|
|
2122
|
+
def nullable(self) -> Optional[_builtins.bool]:
|
|
2124
2123
|
return pulumi.get(self, "nullable")
|
|
2125
2124
|
|
|
2126
|
-
@property
|
|
2125
|
+
@_builtins.property
|
|
2127
2126
|
@pulumi.getter(name="oneOf")
|
|
2128
2127
|
def one_of(self) -> Optional[Sequence['outputs.JSONSchemaProps']]:
|
|
2129
2128
|
return pulumi.get(self, "one_of")
|
|
2130
2129
|
|
|
2131
|
-
@property
|
|
2130
|
+
@_builtins.property
|
|
2132
2131
|
@pulumi.getter
|
|
2133
|
-
def pattern(self) -> Optional[
|
|
2132
|
+
def pattern(self) -> Optional[_builtins.str]:
|
|
2134
2133
|
return pulumi.get(self, "pattern")
|
|
2135
2134
|
|
|
2136
|
-
@property
|
|
2135
|
+
@_builtins.property
|
|
2137
2136
|
@pulumi.getter(name="patternProperties")
|
|
2138
2137
|
def pattern_properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2139
2138
|
return pulumi.get(self, "pattern_properties")
|
|
2140
2139
|
|
|
2141
|
-
@property
|
|
2140
|
+
@_builtins.property
|
|
2142
2141
|
@pulumi.getter
|
|
2143
2142
|
def properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2144
2143
|
return pulumi.get(self, "properties")
|
|
2145
2144
|
|
|
2146
|
-
@property
|
|
2145
|
+
@_builtins.property
|
|
2147
2146
|
@pulumi.getter
|
|
2148
|
-
def required(self) -> Optional[Sequence[
|
|
2147
|
+
def required(self) -> Optional[Sequence[_builtins.str]]:
|
|
2149
2148
|
return pulumi.get(self, "required")
|
|
2150
2149
|
|
|
2151
|
-
@property
|
|
2150
|
+
@_builtins.property
|
|
2152
2151
|
@pulumi.getter
|
|
2153
|
-
def title(self) -> Optional[
|
|
2152
|
+
def title(self) -> Optional[_builtins.str]:
|
|
2154
2153
|
return pulumi.get(self, "title")
|
|
2155
2154
|
|
|
2156
|
-
@property
|
|
2155
|
+
@_builtins.property
|
|
2157
2156
|
@pulumi.getter
|
|
2158
|
-
def type(self) -> Optional[
|
|
2157
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2159
2158
|
return pulumi.get(self, "type")
|
|
2160
2159
|
|
|
2161
|
-
@property
|
|
2160
|
+
@_builtins.property
|
|
2162
2161
|
@pulumi.getter(name="uniqueItems")
|
|
2163
|
-
def unique_items(self) -> Optional[
|
|
2162
|
+
def unique_items(self) -> Optional[_builtins.bool]:
|
|
2164
2163
|
return pulumi.get(self, "unique_items")
|
|
2165
2164
|
|
|
2166
|
-
@property
|
|
2165
|
+
@_builtins.property
|
|
2167
2166
|
@pulumi.getter
|
|
2168
|
-
def x_kubernetes_embedded_resource(self) -> Optional[
|
|
2167
|
+
def x_kubernetes_embedded_resource(self) -> Optional[_builtins.bool]:
|
|
2169
2168
|
"""
|
|
2170
2169
|
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).
|
|
2171
2170
|
"""
|
|
2172
2171
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
2173
2172
|
|
|
2174
|
-
@property
|
|
2173
|
+
@_builtins.property
|
|
2175
2174
|
@pulumi.getter
|
|
2176
|
-
def x_kubernetes_int_or_string(self) -> Optional[
|
|
2175
|
+
def x_kubernetes_int_or_string(self) -> Optional[_builtins.bool]:
|
|
2177
2176
|
"""
|
|
2178
2177
|
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:
|
|
2179
2178
|
|
|
@@ -2188,9 +2187,9 @@ class JSONSchemaProps(dict):
|
|
|
2188
2187
|
"""
|
|
2189
2188
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
2190
2189
|
|
|
2191
|
-
@property
|
|
2190
|
+
@_builtins.property
|
|
2192
2191
|
@pulumi.getter
|
|
2193
|
-
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[
|
|
2192
|
+
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[_builtins.str]]:
|
|
2194
2193
|
"""
|
|
2195
2194
|
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.
|
|
2196
2195
|
|
|
@@ -2200,9 +2199,9 @@ class JSONSchemaProps(dict):
|
|
|
2200
2199
|
"""
|
|
2201
2200
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
2202
2201
|
|
|
2203
|
-
@property
|
|
2202
|
+
@_builtins.property
|
|
2204
2203
|
@pulumi.getter
|
|
2205
|
-
def x_kubernetes_list_type(self) -> Optional[
|
|
2204
|
+
def x_kubernetes_list_type(self) -> Optional[_builtins.str]:
|
|
2206
2205
|
"""
|
|
2207
2206
|
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:
|
|
2208
2207
|
|
|
@@ -2221,9 +2220,9 @@ class JSONSchemaProps(dict):
|
|
|
2221
2220
|
"""
|
|
2222
2221
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
2223
2222
|
|
|
2224
|
-
@property
|
|
2223
|
+
@_builtins.property
|
|
2225
2224
|
@pulumi.getter
|
|
2226
|
-
def x_kubernetes_map_type(self) -> Optional[
|
|
2225
|
+
def x_kubernetes_map_type(self) -> Optional[_builtins.str]:
|
|
2227
2226
|
"""
|
|
2228
2227
|
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:
|
|
2229
2228
|
|
|
@@ -2236,15 +2235,15 @@ class JSONSchemaProps(dict):
|
|
|
2236
2235
|
"""
|
|
2237
2236
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
2238
2237
|
|
|
2239
|
-
@property
|
|
2238
|
+
@_builtins.property
|
|
2240
2239
|
@pulumi.getter
|
|
2241
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[
|
|
2240
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[_builtins.bool]:
|
|
2242
2241
|
"""
|
|
2243
2242
|
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.
|
|
2244
2243
|
"""
|
|
2245
2244
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
2246
2245
|
|
|
2247
|
-
@property
|
|
2246
|
+
@_builtins.property
|
|
2248
2247
|
@pulumi.getter
|
|
2249
2248
|
def x_kubernetes_validations(self) -> Optional[Sequence['outputs.ValidationRule']]:
|
|
2250
2249
|
"""
|
|
@@ -2314,8 +2313,8 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2314
2313
|
return super().get(key, default)
|
|
2315
2314
|
|
|
2316
2315
|
def __init__(__self__, *,
|
|
2317
|
-
_ref: Optional[
|
|
2318
|
-
_schema: Optional[
|
|
2316
|
+
_ref: Optional[_builtins.str] = None,
|
|
2317
|
+
_schema: Optional[_builtins.str] = None,
|
|
2319
2318
|
additional_items: Optional[Any] = None,
|
|
2320
2319
|
additional_properties: Optional[Any] = None,
|
|
2321
2320
|
all_of: Optional[Sequence['outputs.JSONSchemaPropsPatch']] = None,
|
|
@@ -2323,49 +2322,49 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2323
2322
|
default: Optional[Any] = None,
|
|
2324
2323
|
definitions: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2325
2324
|
dependencies: Optional[Mapping[str, Any]] = None,
|
|
2326
|
-
description: Optional[
|
|
2325
|
+
description: Optional[_builtins.str] = None,
|
|
2327
2326
|
enum: Optional[Sequence[Any]] = None,
|
|
2328
2327
|
example: Optional[Any] = None,
|
|
2329
|
-
exclusive_maximum: Optional[
|
|
2330
|
-
exclusive_minimum: Optional[
|
|
2328
|
+
exclusive_maximum: Optional[_builtins.bool] = None,
|
|
2329
|
+
exclusive_minimum: Optional[_builtins.bool] = None,
|
|
2331
2330
|
external_docs: Optional['outputs.ExternalDocumentationPatch'] = None,
|
|
2332
|
-
format: Optional[
|
|
2333
|
-
id: Optional[
|
|
2331
|
+
format: Optional[_builtins.str] = None,
|
|
2332
|
+
id: Optional[_builtins.str] = None,
|
|
2334
2333
|
items: Optional[Any] = None,
|
|
2335
|
-
max_items: Optional[
|
|
2336
|
-
max_length: Optional[
|
|
2337
|
-
max_properties: Optional[
|
|
2338
|
-
maximum: Optional[
|
|
2339
|
-
min_items: Optional[
|
|
2340
|
-
min_length: Optional[
|
|
2341
|
-
min_properties: Optional[
|
|
2342
|
-
minimum: Optional[
|
|
2343
|
-
multiple_of: Optional[
|
|
2334
|
+
max_items: Optional[_builtins.int] = None,
|
|
2335
|
+
max_length: Optional[_builtins.int] = None,
|
|
2336
|
+
max_properties: Optional[_builtins.int] = None,
|
|
2337
|
+
maximum: Optional[_builtins.float] = None,
|
|
2338
|
+
min_items: Optional[_builtins.int] = None,
|
|
2339
|
+
min_length: Optional[_builtins.int] = None,
|
|
2340
|
+
min_properties: Optional[_builtins.int] = None,
|
|
2341
|
+
minimum: Optional[_builtins.float] = None,
|
|
2342
|
+
multiple_of: Optional[_builtins.float] = None,
|
|
2344
2343
|
not_: Optional['outputs.JSONSchemaPropsPatch'] = None,
|
|
2345
|
-
nullable: Optional[
|
|
2344
|
+
nullable: Optional[_builtins.bool] = None,
|
|
2346
2345
|
one_of: Optional[Sequence['outputs.JSONSchemaPropsPatch']] = None,
|
|
2347
|
-
pattern: Optional[
|
|
2346
|
+
pattern: Optional[_builtins.str] = None,
|
|
2348
2347
|
pattern_properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2349
2348
|
properties: Optional[Mapping[str, 'outputs.JSONSchemaProps']] = None,
|
|
2350
|
-
required: Optional[Sequence[
|
|
2351
|
-
title: Optional[
|
|
2352
|
-
type: Optional[
|
|
2353
|
-
unique_items: Optional[
|
|
2354
|
-
x_kubernetes_embedded_resource: Optional[
|
|
2355
|
-
x_kubernetes_int_or_string: Optional[
|
|
2356
|
-
x_kubernetes_list_map_keys: Optional[Sequence[
|
|
2357
|
-
x_kubernetes_list_type: Optional[
|
|
2358
|
-
x_kubernetes_map_type: Optional[
|
|
2359
|
-
x_kubernetes_preserve_unknown_fields: Optional[
|
|
2349
|
+
required: Optional[Sequence[_builtins.str]] = None,
|
|
2350
|
+
title: Optional[_builtins.str] = None,
|
|
2351
|
+
type: Optional[_builtins.str] = None,
|
|
2352
|
+
unique_items: Optional[_builtins.bool] = None,
|
|
2353
|
+
x_kubernetes_embedded_resource: Optional[_builtins.bool] = None,
|
|
2354
|
+
x_kubernetes_int_or_string: Optional[_builtins.bool] = None,
|
|
2355
|
+
x_kubernetes_list_map_keys: Optional[Sequence[_builtins.str]] = None,
|
|
2356
|
+
x_kubernetes_list_type: Optional[_builtins.str] = None,
|
|
2357
|
+
x_kubernetes_map_type: Optional[_builtins.str] = None,
|
|
2358
|
+
x_kubernetes_preserve_unknown_fields: Optional[_builtins.bool] = None,
|
|
2360
2359
|
x_kubernetes_validations: Optional[Sequence['outputs.ValidationRulePatch']] = None):
|
|
2361
2360
|
"""
|
|
2362
2361
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2363
2362
|
:param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false.
|
|
2364
|
-
:param
|
|
2363
|
+
:param _builtins.str format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2365
2364
|
|
|
2366
2365
|
- 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.
|
|
2367
|
-
:param
|
|
2368
|
-
:param
|
|
2366
|
+
: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).
|
|
2367
|
+
: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:
|
|
2369
2368
|
|
|
2370
2369
|
1) anyOf:
|
|
2371
2370
|
- type: integer
|
|
@@ -2375,12 +2374,12 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2375
2374
|
- type: integer
|
|
2376
2375
|
- type: string
|
|
2377
2376
|
- ... zero or more
|
|
2378
|
-
:param Sequence[
|
|
2377
|
+
: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.
|
|
2379
2378
|
|
|
2380
2379
|
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).
|
|
2381
2380
|
|
|
2382
2381
|
The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
|
|
2383
|
-
:param
|
|
2382
|
+
: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:
|
|
2384
2383
|
|
|
2385
2384
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2386
2385
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -2394,7 +2393,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2394
2393
|
used to identify them. Order is preserved upon merge. The map tag
|
|
2395
2394
|
must only be used on a list with elements of type object.
|
|
2396
2395
|
Defaults to atomic for arrays.
|
|
2397
|
-
:param
|
|
2396
|
+
: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:
|
|
2398
2397
|
|
|
2399
2398
|
1) `granular`:
|
|
2400
2399
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -2402,7 +2401,7 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2402
2401
|
the default behaviour for all maps.
|
|
2403
2402
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2404
2403
|
Atomic maps will be entirely replaced when updated.
|
|
2405
|
-
:param
|
|
2404
|
+
: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.
|
|
2406
2405
|
:param Sequence['ValidationRulePatchArgs'] x_kubernetes_validations: x-kubernetes-validations describes a list of validation rules written in the CEL expression language.
|
|
2407
2406
|
"""
|
|
2408
2407
|
if _ref is not None:
|
|
@@ -2494,37 +2493,37 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2494
2493
|
if x_kubernetes_validations is not None:
|
|
2495
2494
|
pulumi.set(__self__, "x_kubernetes_validations", x_kubernetes_validations)
|
|
2496
2495
|
|
|
2497
|
-
@property
|
|
2496
|
+
@_builtins.property
|
|
2498
2497
|
@pulumi.getter(name="$ref")
|
|
2499
|
-
def _ref(self) -> Optional[
|
|
2498
|
+
def _ref(self) -> Optional[_builtins.str]:
|
|
2500
2499
|
return pulumi.get(self, "_ref")
|
|
2501
2500
|
|
|
2502
|
-
@property
|
|
2501
|
+
@_builtins.property
|
|
2503
2502
|
@pulumi.getter(name="$schema")
|
|
2504
|
-
def _schema(self) -> Optional[
|
|
2503
|
+
def _schema(self) -> Optional[_builtins.str]:
|
|
2505
2504
|
return pulumi.get(self, "_schema")
|
|
2506
2505
|
|
|
2507
|
-
@property
|
|
2506
|
+
@_builtins.property
|
|
2508
2507
|
@pulumi.getter(name="additionalItems")
|
|
2509
2508
|
def additional_items(self) -> Optional[Any]:
|
|
2510
2509
|
return pulumi.get(self, "additional_items")
|
|
2511
2510
|
|
|
2512
|
-
@property
|
|
2511
|
+
@_builtins.property
|
|
2513
2512
|
@pulumi.getter(name="additionalProperties")
|
|
2514
2513
|
def additional_properties(self) -> Optional[Any]:
|
|
2515
2514
|
return pulumi.get(self, "additional_properties")
|
|
2516
2515
|
|
|
2517
|
-
@property
|
|
2516
|
+
@_builtins.property
|
|
2518
2517
|
@pulumi.getter(name="allOf")
|
|
2519
2518
|
def all_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
|
|
2520
2519
|
return pulumi.get(self, "all_of")
|
|
2521
2520
|
|
|
2522
|
-
@property
|
|
2521
|
+
@_builtins.property
|
|
2523
2522
|
@pulumi.getter(name="anyOf")
|
|
2524
2523
|
def any_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
|
|
2525
2524
|
return pulumi.get(self, "any_of")
|
|
2526
2525
|
|
|
2527
|
-
@property
|
|
2526
|
+
@_builtins.property
|
|
2528
2527
|
@pulumi.getter
|
|
2529
2528
|
def default(self) -> Optional[Any]:
|
|
2530
2529
|
"""
|
|
@@ -2532,49 +2531,49 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2532
2531
|
"""
|
|
2533
2532
|
return pulumi.get(self, "default")
|
|
2534
2533
|
|
|
2535
|
-
@property
|
|
2534
|
+
@_builtins.property
|
|
2536
2535
|
@pulumi.getter
|
|
2537
2536
|
def definitions(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2538
2537
|
return pulumi.get(self, "definitions")
|
|
2539
2538
|
|
|
2540
|
-
@property
|
|
2539
|
+
@_builtins.property
|
|
2541
2540
|
@pulumi.getter
|
|
2542
2541
|
def dependencies(self) -> Optional[Mapping[str, Any]]:
|
|
2543
2542
|
return pulumi.get(self, "dependencies")
|
|
2544
2543
|
|
|
2545
|
-
@property
|
|
2544
|
+
@_builtins.property
|
|
2546
2545
|
@pulumi.getter
|
|
2547
|
-
def description(self) -> Optional[
|
|
2546
|
+
def description(self) -> Optional[_builtins.str]:
|
|
2548
2547
|
return pulumi.get(self, "description")
|
|
2549
2548
|
|
|
2550
|
-
@property
|
|
2549
|
+
@_builtins.property
|
|
2551
2550
|
@pulumi.getter
|
|
2552
2551
|
def enum(self) -> Optional[Sequence[Any]]:
|
|
2553
2552
|
return pulumi.get(self, "enum")
|
|
2554
2553
|
|
|
2555
|
-
@property
|
|
2554
|
+
@_builtins.property
|
|
2556
2555
|
@pulumi.getter
|
|
2557
2556
|
def example(self) -> Optional[Any]:
|
|
2558
2557
|
return pulumi.get(self, "example")
|
|
2559
2558
|
|
|
2560
|
-
@property
|
|
2559
|
+
@_builtins.property
|
|
2561
2560
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2562
|
-
def exclusive_maximum(self) -> Optional[
|
|
2561
|
+
def exclusive_maximum(self) -> Optional[_builtins.bool]:
|
|
2563
2562
|
return pulumi.get(self, "exclusive_maximum")
|
|
2564
2563
|
|
|
2565
|
-
@property
|
|
2564
|
+
@_builtins.property
|
|
2566
2565
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2567
|
-
def exclusive_minimum(self) -> Optional[
|
|
2566
|
+
def exclusive_minimum(self) -> Optional[_builtins.bool]:
|
|
2568
2567
|
return pulumi.get(self, "exclusive_minimum")
|
|
2569
2568
|
|
|
2570
|
-
@property
|
|
2569
|
+
@_builtins.property
|
|
2571
2570
|
@pulumi.getter(name="externalDocs")
|
|
2572
2571
|
def external_docs(self) -> Optional['outputs.ExternalDocumentationPatch']:
|
|
2573
2572
|
return pulumi.get(self, "external_docs")
|
|
2574
2573
|
|
|
2575
|
-
@property
|
|
2574
|
+
@_builtins.property
|
|
2576
2575
|
@pulumi.getter
|
|
2577
|
-
def format(self) -> Optional[
|
|
2576
|
+
def format(self) -> Optional[_builtins.str]:
|
|
2578
2577
|
"""
|
|
2579
2578
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2580
2579
|
|
|
@@ -2582,122 +2581,122 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2582
2581
|
"""
|
|
2583
2582
|
return pulumi.get(self, "format")
|
|
2584
2583
|
|
|
2585
|
-
@property
|
|
2584
|
+
@_builtins.property
|
|
2586
2585
|
@pulumi.getter
|
|
2587
|
-
def id(self) -> Optional[
|
|
2586
|
+
def id(self) -> Optional[_builtins.str]:
|
|
2588
2587
|
return pulumi.get(self, "id")
|
|
2589
2588
|
|
|
2590
|
-
@property
|
|
2589
|
+
@_builtins.property
|
|
2591
2590
|
@pulumi.getter
|
|
2592
2591
|
def items(self) -> Optional[Any]:
|
|
2593
2592
|
return pulumi.get(self, "items")
|
|
2594
2593
|
|
|
2595
|
-
@property
|
|
2594
|
+
@_builtins.property
|
|
2596
2595
|
@pulumi.getter(name="maxItems")
|
|
2597
|
-
def max_items(self) -> Optional[
|
|
2596
|
+
def max_items(self) -> Optional[_builtins.int]:
|
|
2598
2597
|
return pulumi.get(self, "max_items")
|
|
2599
2598
|
|
|
2600
|
-
@property
|
|
2599
|
+
@_builtins.property
|
|
2601
2600
|
@pulumi.getter(name="maxLength")
|
|
2602
|
-
def max_length(self) -> Optional[
|
|
2601
|
+
def max_length(self) -> Optional[_builtins.int]:
|
|
2603
2602
|
return pulumi.get(self, "max_length")
|
|
2604
2603
|
|
|
2605
|
-
@property
|
|
2604
|
+
@_builtins.property
|
|
2606
2605
|
@pulumi.getter(name="maxProperties")
|
|
2607
|
-
def max_properties(self) -> Optional[
|
|
2606
|
+
def max_properties(self) -> Optional[_builtins.int]:
|
|
2608
2607
|
return pulumi.get(self, "max_properties")
|
|
2609
2608
|
|
|
2610
|
-
@property
|
|
2609
|
+
@_builtins.property
|
|
2611
2610
|
@pulumi.getter
|
|
2612
|
-
def maximum(self) -> Optional[
|
|
2611
|
+
def maximum(self) -> Optional[_builtins.float]:
|
|
2613
2612
|
return pulumi.get(self, "maximum")
|
|
2614
2613
|
|
|
2615
|
-
@property
|
|
2614
|
+
@_builtins.property
|
|
2616
2615
|
@pulumi.getter(name="minItems")
|
|
2617
|
-
def min_items(self) -> Optional[
|
|
2616
|
+
def min_items(self) -> Optional[_builtins.int]:
|
|
2618
2617
|
return pulumi.get(self, "min_items")
|
|
2619
2618
|
|
|
2620
|
-
@property
|
|
2619
|
+
@_builtins.property
|
|
2621
2620
|
@pulumi.getter(name="minLength")
|
|
2622
|
-
def min_length(self) -> Optional[
|
|
2621
|
+
def min_length(self) -> Optional[_builtins.int]:
|
|
2623
2622
|
return pulumi.get(self, "min_length")
|
|
2624
2623
|
|
|
2625
|
-
@property
|
|
2624
|
+
@_builtins.property
|
|
2626
2625
|
@pulumi.getter(name="minProperties")
|
|
2627
|
-
def min_properties(self) -> Optional[
|
|
2626
|
+
def min_properties(self) -> Optional[_builtins.int]:
|
|
2628
2627
|
return pulumi.get(self, "min_properties")
|
|
2629
2628
|
|
|
2630
|
-
@property
|
|
2629
|
+
@_builtins.property
|
|
2631
2630
|
@pulumi.getter
|
|
2632
|
-
def minimum(self) -> Optional[
|
|
2631
|
+
def minimum(self) -> Optional[_builtins.float]:
|
|
2633
2632
|
return pulumi.get(self, "minimum")
|
|
2634
2633
|
|
|
2635
|
-
@property
|
|
2634
|
+
@_builtins.property
|
|
2636
2635
|
@pulumi.getter(name="multipleOf")
|
|
2637
|
-
def multiple_of(self) -> Optional[
|
|
2636
|
+
def multiple_of(self) -> Optional[_builtins.float]:
|
|
2638
2637
|
return pulumi.get(self, "multiple_of")
|
|
2639
2638
|
|
|
2640
|
-
@property
|
|
2639
|
+
@_builtins.property
|
|
2641
2640
|
@pulumi.getter(name="not")
|
|
2642
2641
|
def not_(self) -> Optional['outputs.JSONSchemaPropsPatch']:
|
|
2643
2642
|
return pulumi.get(self, "not_")
|
|
2644
2643
|
|
|
2645
|
-
@property
|
|
2644
|
+
@_builtins.property
|
|
2646
2645
|
@pulumi.getter
|
|
2647
|
-
def nullable(self) -> Optional[
|
|
2646
|
+
def nullable(self) -> Optional[_builtins.bool]:
|
|
2648
2647
|
return pulumi.get(self, "nullable")
|
|
2649
2648
|
|
|
2650
|
-
@property
|
|
2649
|
+
@_builtins.property
|
|
2651
2650
|
@pulumi.getter(name="oneOf")
|
|
2652
2651
|
def one_of(self) -> Optional[Sequence['outputs.JSONSchemaPropsPatch']]:
|
|
2653
2652
|
return pulumi.get(self, "one_of")
|
|
2654
2653
|
|
|
2655
|
-
@property
|
|
2654
|
+
@_builtins.property
|
|
2656
2655
|
@pulumi.getter
|
|
2657
|
-
def pattern(self) -> Optional[
|
|
2656
|
+
def pattern(self) -> Optional[_builtins.str]:
|
|
2658
2657
|
return pulumi.get(self, "pattern")
|
|
2659
2658
|
|
|
2660
|
-
@property
|
|
2659
|
+
@_builtins.property
|
|
2661
2660
|
@pulumi.getter(name="patternProperties")
|
|
2662
2661
|
def pattern_properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2663
2662
|
return pulumi.get(self, "pattern_properties")
|
|
2664
2663
|
|
|
2665
|
-
@property
|
|
2664
|
+
@_builtins.property
|
|
2666
2665
|
@pulumi.getter
|
|
2667
2666
|
def properties(self) -> Optional[Mapping[str, 'outputs.JSONSchemaProps']]:
|
|
2668
2667
|
return pulumi.get(self, "properties")
|
|
2669
2668
|
|
|
2670
|
-
@property
|
|
2669
|
+
@_builtins.property
|
|
2671
2670
|
@pulumi.getter
|
|
2672
|
-
def required(self) -> Optional[Sequence[
|
|
2671
|
+
def required(self) -> Optional[Sequence[_builtins.str]]:
|
|
2673
2672
|
return pulumi.get(self, "required")
|
|
2674
2673
|
|
|
2675
|
-
@property
|
|
2674
|
+
@_builtins.property
|
|
2676
2675
|
@pulumi.getter
|
|
2677
|
-
def title(self) -> Optional[
|
|
2676
|
+
def title(self) -> Optional[_builtins.str]:
|
|
2678
2677
|
return pulumi.get(self, "title")
|
|
2679
2678
|
|
|
2680
|
-
@property
|
|
2679
|
+
@_builtins.property
|
|
2681
2680
|
@pulumi.getter
|
|
2682
|
-
def type(self) -> Optional[
|
|
2681
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2683
2682
|
return pulumi.get(self, "type")
|
|
2684
2683
|
|
|
2685
|
-
@property
|
|
2684
|
+
@_builtins.property
|
|
2686
2685
|
@pulumi.getter(name="uniqueItems")
|
|
2687
|
-
def unique_items(self) -> Optional[
|
|
2686
|
+
def unique_items(self) -> Optional[_builtins.bool]:
|
|
2688
2687
|
return pulumi.get(self, "unique_items")
|
|
2689
2688
|
|
|
2690
|
-
@property
|
|
2689
|
+
@_builtins.property
|
|
2691
2690
|
@pulumi.getter
|
|
2692
|
-
def x_kubernetes_embedded_resource(self) -> Optional[
|
|
2691
|
+
def x_kubernetes_embedded_resource(self) -> Optional[_builtins.bool]:
|
|
2693
2692
|
"""
|
|
2694
2693
|
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).
|
|
2695
2694
|
"""
|
|
2696
2695
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
2697
2696
|
|
|
2698
|
-
@property
|
|
2697
|
+
@_builtins.property
|
|
2699
2698
|
@pulumi.getter
|
|
2700
|
-
def x_kubernetes_int_or_string(self) -> Optional[
|
|
2699
|
+
def x_kubernetes_int_or_string(self) -> Optional[_builtins.bool]:
|
|
2701
2700
|
"""
|
|
2702
2701
|
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:
|
|
2703
2702
|
|
|
@@ -2712,9 +2711,9 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2712
2711
|
"""
|
|
2713
2712
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
2714
2713
|
|
|
2715
|
-
@property
|
|
2714
|
+
@_builtins.property
|
|
2716
2715
|
@pulumi.getter
|
|
2717
|
-
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[
|
|
2716
|
+
def x_kubernetes_list_map_keys(self) -> Optional[Sequence[_builtins.str]]:
|
|
2718
2717
|
"""
|
|
2719
2718
|
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.
|
|
2720
2719
|
|
|
@@ -2724,9 +2723,9 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2724
2723
|
"""
|
|
2725
2724
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
2726
2725
|
|
|
2727
|
-
@property
|
|
2726
|
+
@_builtins.property
|
|
2728
2727
|
@pulumi.getter
|
|
2729
|
-
def x_kubernetes_list_type(self) -> Optional[
|
|
2728
|
+
def x_kubernetes_list_type(self) -> Optional[_builtins.str]:
|
|
2730
2729
|
"""
|
|
2731
2730
|
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:
|
|
2732
2731
|
|
|
@@ -2745,9 +2744,9 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2745
2744
|
"""
|
|
2746
2745
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
2747
2746
|
|
|
2748
|
-
@property
|
|
2747
|
+
@_builtins.property
|
|
2749
2748
|
@pulumi.getter
|
|
2750
|
-
def x_kubernetes_map_type(self) -> Optional[
|
|
2749
|
+
def x_kubernetes_map_type(self) -> Optional[_builtins.str]:
|
|
2751
2750
|
"""
|
|
2752
2751
|
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:
|
|
2753
2752
|
|
|
@@ -2760,15 +2759,15 @@ class JSONSchemaPropsPatch(dict):
|
|
|
2760
2759
|
"""
|
|
2761
2760
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
2762
2761
|
|
|
2763
|
-
@property
|
|
2762
|
+
@_builtins.property
|
|
2764
2763
|
@pulumi.getter
|
|
2765
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[
|
|
2764
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[_builtins.bool]:
|
|
2766
2765
|
"""
|
|
2767
2766
|
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.
|
|
2768
2767
|
"""
|
|
2769
2768
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
2770
2769
|
|
|
2771
|
-
@property
|
|
2770
|
+
@_builtins.property
|
|
2772
2771
|
@pulumi.getter
|
|
2773
2772
|
def x_kubernetes_validations(self) -> Optional[Sequence['outputs.ValidationRulePatch']]:
|
|
2774
2773
|
"""
|
|
@@ -2800,16 +2799,16 @@ class SelectableField(dict):
|
|
|
2800
2799
|
return super().get(key, default)
|
|
2801
2800
|
|
|
2802
2801
|
def __init__(__self__, *,
|
|
2803
|
-
json_path:
|
|
2802
|
+
json_path: _builtins.str):
|
|
2804
2803
|
"""
|
|
2805
2804
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
2806
|
-
:param
|
|
2805
|
+
:param _builtins.str json_path: jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
2807
2806
|
"""
|
|
2808
2807
|
pulumi.set(__self__, "json_path", json_path)
|
|
2809
2808
|
|
|
2810
|
-
@property
|
|
2809
|
+
@_builtins.property
|
|
2811
2810
|
@pulumi.getter(name="jsonPath")
|
|
2812
|
-
def json_path(self) ->
|
|
2811
|
+
def json_path(self) -> _builtins.str:
|
|
2813
2812
|
"""
|
|
2814
2813
|
jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
2815
2814
|
"""
|
|
@@ -2839,17 +2838,17 @@ class SelectableFieldPatch(dict):
|
|
|
2839
2838
|
return super().get(key, default)
|
|
2840
2839
|
|
|
2841
2840
|
def __init__(__self__, *,
|
|
2842
|
-
json_path: Optional[
|
|
2841
|
+
json_path: Optional[_builtins.str] = None):
|
|
2843
2842
|
"""
|
|
2844
2843
|
SelectableField specifies the JSON path of a field that may be used with field selectors.
|
|
2845
|
-
:param
|
|
2844
|
+
:param _builtins.str json_path: jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
2846
2845
|
"""
|
|
2847
2846
|
if json_path is not None:
|
|
2848
2847
|
pulumi.set(__self__, "json_path", json_path)
|
|
2849
2848
|
|
|
2850
|
-
@property
|
|
2849
|
+
@_builtins.property
|
|
2851
2850
|
@pulumi.getter(name="jsonPath")
|
|
2852
|
-
def json_path(self) -> Optional[
|
|
2851
|
+
def json_path(self) -> Optional[_builtins.str]:
|
|
2853
2852
|
"""
|
|
2854
2853
|
jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.
|
|
2855
2854
|
"""
|
|
@@ -2862,16 +2861,16 @@ class ServiceReference(dict):
|
|
|
2862
2861
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2863
2862
|
"""
|
|
2864
2863
|
def __init__(__self__, *,
|
|
2865
|
-
name:
|
|
2866
|
-
namespace:
|
|
2867
|
-
path: Optional[
|
|
2868
|
-
port: Optional[
|
|
2864
|
+
name: _builtins.str,
|
|
2865
|
+
namespace: _builtins.str,
|
|
2866
|
+
path: Optional[_builtins.str] = None,
|
|
2867
|
+
port: Optional[_builtins.int] = None):
|
|
2869
2868
|
"""
|
|
2870
2869
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2871
|
-
:param
|
|
2872
|
-
:param
|
|
2873
|
-
:param
|
|
2874
|
-
:param
|
|
2870
|
+
:param _builtins.str name: name is the name of the service. Required
|
|
2871
|
+
:param _builtins.str namespace: namespace is the namespace of the service. Required
|
|
2872
|
+
:param _builtins.str path: path is an optional URL path at which the webhook will be contacted.
|
|
2873
|
+
: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.
|
|
2875
2874
|
"""
|
|
2876
2875
|
pulumi.set(__self__, "name", name)
|
|
2877
2876
|
pulumi.set(__self__, "namespace", namespace)
|
|
@@ -2880,33 +2879,33 @@ class ServiceReference(dict):
|
|
|
2880
2879
|
if port is not None:
|
|
2881
2880
|
pulumi.set(__self__, "port", port)
|
|
2882
2881
|
|
|
2883
|
-
@property
|
|
2882
|
+
@_builtins.property
|
|
2884
2883
|
@pulumi.getter
|
|
2885
|
-
def name(self) ->
|
|
2884
|
+
def name(self) -> _builtins.str:
|
|
2886
2885
|
"""
|
|
2887
2886
|
name is the name of the service. Required
|
|
2888
2887
|
"""
|
|
2889
2888
|
return pulumi.get(self, "name")
|
|
2890
2889
|
|
|
2891
|
-
@property
|
|
2890
|
+
@_builtins.property
|
|
2892
2891
|
@pulumi.getter
|
|
2893
|
-
def namespace(self) ->
|
|
2892
|
+
def namespace(self) -> _builtins.str:
|
|
2894
2893
|
"""
|
|
2895
2894
|
namespace is the namespace of the service. Required
|
|
2896
2895
|
"""
|
|
2897
2896
|
return pulumi.get(self, "namespace")
|
|
2898
2897
|
|
|
2899
|
-
@property
|
|
2898
|
+
@_builtins.property
|
|
2900
2899
|
@pulumi.getter
|
|
2901
|
-
def path(self) -> Optional[
|
|
2900
|
+
def path(self) -> Optional[_builtins.str]:
|
|
2902
2901
|
"""
|
|
2903
2902
|
path is an optional URL path at which the webhook will be contacted.
|
|
2904
2903
|
"""
|
|
2905
2904
|
return pulumi.get(self, "path")
|
|
2906
2905
|
|
|
2907
|
-
@property
|
|
2906
|
+
@_builtins.property
|
|
2908
2907
|
@pulumi.getter
|
|
2909
|
-
def port(self) -> Optional[
|
|
2908
|
+
def port(self) -> Optional[_builtins.int]:
|
|
2910
2909
|
"""
|
|
2911
2910
|
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.
|
|
2912
2911
|
"""
|
|
@@ -2919,16 +2918,16 @@ class ServiceReferencePatch(dict):
|
|
|
2919
2918
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2920
2919
|
"""
|
|
2921
2920
|
def __init__(__self__, *,
|
|
2922
|
-
name: Optional[
|
|
2923
|
-
namespace: Optional[
|
|
2924
|
-
path: Optional[
|
|
2925
|
-
port: Optional[
|
|
2921
|
+
name: Optional[_builtins.str] = None,
|
|
2922
|
+
namespace: Optional[_builtins.str] = None,
|
|
2923
|
+
path: Optional[_builtins.str] = None,
|
|
2924
|
+
port: Optional[_builtins.int] = None):
|
|
2926
2925
|
"""
|
|
2927
2926
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
2928
|
-
:param
|
|
2929
|
-
:param
|
|
2930
|
-
:param
|
|
2931
|
-
:param
|
|
2927
|
+
:param _builtins.str name: name is the name of the service. Required
|
|
2928
|
+
:param _builtins.str namespace: namespace is the namespace of the service. Required
|
|
2929
|
+
:param _builtins.str path: path is an optional URL path at which the webhook will be contacted.
|
|
2930
|
+
: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.
|
|
2932
2931
|
"""
|
|
2933
2932
|
if name is not None:
|
|
2934
2933
|
pulumi.set(__self__, "name", name)
|
|
@@ -2939,33 +2938,33 @@ class ServiceReferencePatch(dict):
|
|
|
2939
2938
|
if port is not None:
|
|
2940
2939
|
pulumi.set(__self__, "port", port)
|
|
2941
2940
|
|
|
2942
|
-
@property
|
|
2941
|
+
@_builtins.property
|
|
2943
2942
|
@pulumi.getter
|
|
2944
|
-
def name(self) -> Optional[
|
|
2943
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2945
2944
|
"""
|
|
2946
2945
|
name is the name of the service. Required
|
|
2947
2946
|
"""
|
|
2948
2947
|
return pulumi.get(self, "name")
|
|
2949
2948
|
|
|
2950
|
-
@property
|
|
2949
|
+
@_builtins.property
|
|
2951
2950
|
@pulumi.getter
|
|
2952
|
-
def namespace(self) -> Optional[
|
|
2951
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
2953
2952
|
"""
|
|
2954
2953
|
namespace is the namespace of the service. Required
|
|
2955
2954
|
"""
|
|
2956
2955
|
return pulumi.get(self, "namespace")
|
|
2957
2956
|
|
|
2958
|
-
@property
|
|
2957
|
+
@_builtins.property
|
|
2959
2958
|
@pulumi.getter
|
|
2960
|
-
def path(self) -> Optional[
|
|
2959
|
+
def path(self) -> Optional[_builtins.str]:
|
|
2961
2960
|
"""
|
|
2962
2961
|
path is an optional URL path at which the webhook will be contacted.
|
|
2963
2962
|
"""
|
|
2964
2963
|
return pulumi.get(self, "path")
|
|
2965
2964
|
|
|
2966
|
-
@property
|
|
2965
|
+
@_builtins.property
|
|
2967
2966
|
@pulumi.getter
|
|
2968
|
-
def port(self) -> Optional[
|
|
2967
|
+
def port(self) -> Optional[_builtins.int]:
|
|
2969
2968
|
"""
|
|
2970
2969
|
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.
|
|
2971
2970
|
"""
|
|
@@ -2999,15 +2998,15 @@ class ValidationRule(dict):
|
|
|
2999
2998
|
return super().get(key, default)
|
|
3000
2999
|
|
|
3001
3000
|
def __init__(__self__, *,
|
|
3002
|
-
rule:
|
|
3003
|
-
field_path: Optional[
|
|
3004
|
-
message: Optional[
|
|
3005
|
-
message_expression: Optional[
|
|
3006
|
-
optional_old_self: Optional[
|
|
3007
|
-
reason: Optional[
|
|
3001
|
+
rule: _builtins.str,
|
|
3002
|
+
field_path: Optional[_builtins.str] = None,
|
|
3003
|
+
message: Optional[_builtins.str] = None,
|
|
3004
|
+
message_expression: Optional[_builtins.str] = None,
|
|
3005
|
+
optional_old_self: Optional[_builtins.bool] = None,
|
|
3006
|
+
reason: Optional[_builtins.str] = None):
|
|
3008
3007
|
"""
|
|
3009
3008
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
3010
|
-
:param
|
|
3009
|
+
:param _builtins.str rule: Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
3011
3010
|
|
|
3012
3011
|
If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {"rule": "self.components['Widget'].priority < 10"} - Rule scoped to a list of integers: {"rule": "self.values.all(value, value >= 0 && value < 100)"} - Rule scoped to a string value: {"rule": "self.startsWith('kube')"}
|
|
3013
3012
|
|
|
@@ -3040,17 +3039,17 @@ class ValidationRule(dict):
|
|
|
3040
3039
|
See the documentation for the `optionalOldSelf` field for details.
|
|
3041
3040
|
|
|
3042
3041
|
Transition rules by default are applied only on UPDATE requests and are skipped if an old value could not be found. You can opt a transition rule into unconditional evaluation by setting `optionalOldSelf` to true.
|
|
3043
|
-
:param
|
|
3044
|
-
:param
|
|
3045
|
-
:param
|
|
3046
|
-
:param
|
|
3042
|
+
:param _builtins.str field_path: fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
3043
|
+
:param _builtins.str message: Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
3044
|
+
:param _builtins.str message_expression: MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
3045
|
+
:param _builtins.bool optional_old_self: optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
3047
3046
|
|
|
3048
3047
|
When enabled `oldSelf` will be a CEL optional whose value will be `None` if there is no old value, or when the object is initially created.
|
|
3049
3048
|
|
|
3050
3049
|
You may check for presence of oldSelf using `oldSelf.hasValue()` and unwrap it after checking using `oldSelf.value()`. Check the CEL documentation for Optional types for more information: https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
|
|
3051
3050
|
|
|
3052
3051
|
May not be set unless `oldSelf` is used in `rule`.
|
|
3053
|
-
:param
|
|
3052
|
+
:param _builtins.str reason: reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
3054
3053
|
"""
|
|
3055
3054
|
pulumi.set(__self__, "rule", rule)
|
|
3056
3055
|
if field_path is not None:
|
|
@@ -3064,9 +3063,9 @@ class ValidationRule(dict):
|
|
|
3064
3063
|
if reason is not None:
|
|
3065
3064
|
pulumi.set(__self__, "reason", reason)
|
|
3066
3065
|
|
|
3067
|
-
@property
|
|
3066
|
+
@_builtins.property
|
|
3068
3067
|
@pulumi.getter
|
|
3069
|
-
def rule(self) ->
|
|
3068
|
+
def rule(self) -> _builtins.str:
|
|
3070
3069
|
"""
|
|
3071
3070
|
Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
3072
3071
|
|
|
@@ -3104,33 +3103,33 @@ class ValidationRule(dict):
|
|
|
3104
3103
|
"""
|
|
3105
3104
|
return pulumi.get(self, "rule")
|
|
3106
3105
|
|
|
3107
|
-
@property
|
|
3106
|
+
@_builtins.property
|
|
3108
3107
|
@pulumi.getter(name="fieldPath")
|
|
3109
|
-
def field_path(self) -> Optional[
|
|
3108
|
+
def field_path(self) -> Optional[_builtins.str]:
|
|
3110
3109
|
"""
|
|
3111
3110
|
fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
3112
3111
|
"""
|
|
3113
3112
|
return pulumi.get(self, "field_path")
|
|
3114
3113
|
|
|
3115
|
-
@property
|
|
3114
|
+
@_builtins.property
|
|
3116
3115
|
@pulumi.getter
|
|
3117
|
-
def message(self) -> Optional[
|
|
3116
|
+
def message(self) -> Optional[_builtins.str]:
|
|
3118
3117
|
"""
|
|
3119
3118
|
Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
3120
3119
|
"""
|
|
3121
3120
|
return pulumi.get(self, "message")
|
|
3122
3121
|
|
|
3123
|
-
@property
|
|
3122
|
+
@_builtins.property
|
|
3124
3123
|
@pulumi.getter(name="messageExpression")
|
|
3125
|
-
def message_expression(self) -> Optional[
|
|
3124
|
+
def message_expression(self) -> Optional[_builtins.str]:
|
|
3126
3125
|
"""
|
|
3127
3126
|
MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
3128
3127
|
"""
|
|
3129
3128
|
return pulumi.get(self, "message_expression")
|
|
3130
3129
|
|
|
3131
|
-
@property
|
|
3130
|
+
@_builtins.property
|
|
3132
3131
|
@pulumi.getter(name="optionalOldSelf")
|
|
3133
|
-
def optional_old_self(self) -> Optional[
|
|
3132
|
+
def optional_old_self(self) -> Optional[_builtins.bool]:
|
|
3134
3133
|
"""
|
|
3135
3134
|
optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
3136
3135
|
|
|
@@ -3142,9 +3141,9 @@ class ValidationRule(dict):
|
|
|
3142
3141
|
"""
|
|
3143
3142
|
return pulumi.get(self, "optional_old_self")
|
|
3144
3143
|
|
|
3145
|
-
@property
|
|
3144
|
+
@_builtins.property
|
|
3146
3145
|
@pulumi.getter
|
|
3147
|
-
def reason(self) -> Optional[
|
|
3146
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
3148
3147
|
"""
|
|
3149
3148
|
reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
3150
3149
|
"""
|
|
@@ -3178,26 +3177,26 @@ class ValidationRulePatch(dict):
|
|
|
3178
3177
|
return super().get(key, default)
|
|
3179
3178
|
|
|
3180
3179
|
def __init__(__self__, *,
|
|
3181
|
-
field_path: Optional[
|
|
3182
|
-
message: Optional[
|
|
3183
|
-
message_expression: Optional[
|
|
3184
|
-
optional_old_self: Optional[
|
|
3185
|
-
reason: Optional[
|
|
3186
|
-
rule: Optional[
|
|
3180
|
+
field_path: Optional[_builtins.str] = None,
|
|
3181
|
+
message: Optional[_builtins.str] = None,
|
|
3182
|
+
message_expression: Optional[_builtins.str] = None,
|
|
3183
|
+
optional_old_self: Optional[_builtins.bool] = None,
|
|
3184
|
+
reason: Optional[_builtins.str] = None,
|
|
3185
|
+
rule: Optional[_builtins.str] = None):
|
|
3187
3186
|
"""
|
|
3188
3187
|
ValidationRule describes a validation rule written in the CEL expression language.
|
|
3189
|
-
:param
|
|
3190
|
-
:param
|
|
3191
|
-
:param
|
|
3192
|
-
:param
|
|
3188
|
+
:param _builtins.str field_path: fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
3189
|
+
:param _builtins.str message: Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
3190
|
+
:param _builtins.str message_expression: MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
3191
|
+
:param _builtins.bool optional_old_self: optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
3193
3192
|
|
|
3194
3193
|
When enabled `oldSelf` will be a CEL optional whose value will be `None` if there is no old value, or when the object is initially created.
|
|
3195
3194
|
|
|
3196
3195
|
You may check for presence of oldSelf using `oldSelf.hasValue()` and unwrap it after checking using `oldSelf.value()`. Check the CEL documentation for Optional types for more information: https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes
|
|
3197
3196
|
|
|
3198
3197
|
May not be set unless `oldSelf` is used in `rule`.
|
|
3199
|
-
:param
|
|
3200
|
-
:param
|
|
3198
|
+
:param _builtins.str reason: reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
3199
|
+
:param _builtins.str rule: Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
3201
3200
|
|
|
3202
3201
|
If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {"rule": "self.components['Widget'].priority < 10"} - Rule scoped to a list of integers: {"rule": "self.values.all(value, value >= 0 && value < 100)"} - Rule scoped to a string value: {"rule": "self.startsWith('kube')"}
|
|
3203
3202
|
|
|
@@ -3244,33 +3243,33 @@ class ValidationRulePatch(dict):
|
|
|
3244
3243
|
if rule is not None:
|
|
3245
3244
|
pulumi.set(__self__, "rule", rule)
|
|
3246
3245
|
|
|
3247
|
-
@property
|
|
3246
|
+
@_builtins.property
|
|
3248
3247
|
@pulumi.getter(name="fieldPath")
|
|
3249
|
-
def field_path(self) -> Optional[
|
|
3248
|
+
def field_path(self) -> Optional[_builtins.str]:
|
|
3250
3249
|
"""
|
|
3251
3250
|
fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`
|
|
3252
3251
|
"""
|
|
3253
3252
|
return pulumi.get(self, "field_path")
|
|
3254
3253
|
|
|
3255
|
-
@property
|
|
3254
|
+
@_builtins.property
|
|
3256
3255
|
@pulumi.getter
|
|
3257
|
-
def message(self) -> Optional[
|
|
3256
|
+
def message(self) -> Optional[_builtins.str]:
|
|
3258
3257
|
"""
|
|
3259
3258
|
Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host"
|
|
3260
3259
|
"""
|
|
3261
3260
|
return pulumi.get(self, "message")
|
|
3262
3261
|
|
|
3263
|
-
@property
|
|
3262
|
+
@_builtins.property
|
|
3264
3263
|
@pulumi.getter(name="messageExpression")
|
|
3265
|
-
def message_expression(self) -> Optional[
|
|
3264
|
+
def message_expression(self) -> Optional[_builtins.str]:
|
|
3266
3265
|
"""
|
|
3267
3266
|
MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")"
|
|
3268
3267
|
"""
|
|
3269
3268
|
return pulumi.get(self, "message_expression")
|
|
3270
3269
|
|
|
3271
|
-
@property
|
|
3270
|
+
@_builtins.property
|
|
3272
3271
|
@pulumi.getter(name="optionalOldSelf")
|
|
3273
|
-
def optional_old_self(self) -> Optional[
|
|
3272
|
+
def optional_old_self(self) -> Optional[_builtins.bool]:
|
|
3274
3273
|
"""
|
|
3275
3274
|
optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value.
|
|
3276
3275
|
|
|
@@ -3282,17 +3281,17 @@ class ValidationRulePatch(dict):
|
|
|
3282
3281
|
"""
|
|
3283
3282
|
return pulumi.get(self, "optional_old_self")
|
|
3284
3283
|
|
|
3285
|
-
@property
|
|
3284
|
+
@_builtins.property
|
|
3286
3285
|
@pulumi.getter
|
|
3287
|
-
def reason(self) -> Optional[
|
|
3286
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
3288
3287
|
"""
|
|
3289
3288
|
reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". If not set, default to use "FieldValueInvalid". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.
|
|
3290
3289
|
"""
|
|
3291
3290
|
return pulumi.get(self, "reason")
|
|
3292
3291
|
|
|
3293
|
-
@property
|
|
3292
|
+
@_builtins.property
|
|
3294
3293
|
@pulumi.getter
|
|
3295
|
-
def rule(self) -> Optional[
|
|
3294
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
3296
3295
|
"""
|
|
3297
3296
|
Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"}
|
|
3298
3297
|
|
|
@@ -3354,16 +3353,16 @@ class WebhookClientConfig(dict):
|
|
|
3354
3353
|
return super().get(key, default)
|
|
3355
3354
|
|
|
3356
3355
|
def __init__(__self__, *,
|
|
3357
|
-
ca_bundle: Optional[
|
|
3356
|
+
ca_bundle: Optional[_builtins.str] = None,
|
|
3358
3357
|
service: Optional['outputs.ServiceReference'] = None,
|
|
3359
|
-
url: Optional[
|
|
3358
|
+
url: Optional[_builtins.str] = None):
|
|
3360
3359
|
"""
|
|
3361
3360
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3362
|
-
:param
|
|
3361
|
+
: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.
|
|
3363
3362
|
:param 'ServiceReferenceArgs' service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3364
3363
|
|
|
3365
3364
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3366
|
-
:param
|
|
3365
|
+
: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.
|
|
3367
3366
|
|
|
3368
3367
|
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.
|
|
3369
3368
|
|
|
@@ -3382,15 +3381,15 @@ class WebhookClientConfig(dict):
|
|
|
3382
3381
|
if url is not None:
|
|
3383
3382
|
pulumi.set(__self__, "url", url)
|
|
3384
3383
|
|
|
3385
|
-
@property
|
|
3384
|
+
@_builtins.property
|
|
3386
3385
|
@pulumi.getter(name="caBundle")
|
|
3387
|
-
def ca_bundle(self) -> Optional[
|
|
3386
|
+
def ca_bundle(self) -> Optional[_builtins.str]:
|
|
3388
3387
|
"""
|
|
3389
3388
|
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.
|
|
3390
3389
|
"""
|
|
3391
3390
|
return pulumi.get(self, "ca_bundle")
|
|
3392
3391
|
|
|
3393
|
-
@property
|
|
3392
|
+
@_builtins.property
|
|
3394
3393
|
@pulumi.getter
|
|
3395
3394
|
def service(self) -> Optional['outputs.ServiceReference']:
|
|
3396
3395
|
"""
|
|
@@ -3400,9 +3399,9 @@ class WebhookClientConfig(dict):
|
|
|
3400
3399
|
"""
|
|
3401
3400
|
return pulumi.get(self, "service")
|
|
3402
3401
|
|
|
3403
|
-
@property
|
|
3402
|
+
@_builtins.property
|
|
3404
3403
|
@pulumi.getter
|
|
3405
|
-
def url(self) -> Optional[
|
|
3404
|
+
def url(self) -> Optional[_builtins.str]:
|
|
3406
3405
|
"""
|
|
3407
3406
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3408
3407
|
|
|
@@ -3442,16 +3441,16 @@ class WebhookClientConfigPatch(dict):
|
|
|
3442
3441
|
return super().get(key, default)
|
|
3443
3442
|
|
|
3444
3443
|
def __init__(__self__, *,
|
|
3445
|
-
ca_bundle: Optional[
|
|
3444
|
+
ca_bundle: Optional[_builtins.str] = None,
|
|
3446
3445
|
service: Optional['outputs.ServiceReferencePatch'] = None,
|
|
3447
|
-
url: Optional[
|
|
3446
|
+
url: Optional[_builtins.str] = None):
|
|
3448
3447
|
"""
|
|
3449
3448
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3450
|
-
:param
|
|
3449
|
+
: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.
|
|
3451
3450
|
:param 'ServiceReferencePatchArgs' service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3452
3451
|
|
|
3453
3452
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3454
|
-
:param
|
|
3453
|
+
: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.
|
|
3455
3454
|
|
|
3456
3455
|
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.
|
|
3457
3456
|
|
|
@@ -3470,15 +3469,15 @@ class WebhookClientConfigPatch(dict):
|
|
|
3470
3469
|
if url is not None:
|
|
3471
3470
|
pulumi.set(__self__, "url", url)
|
|
3472
3471
|
|
|
3473
|
-
@property
|
|
3472
|
+
@_builtins.property
|
|
3474
3473
|
@pulumi.getter(name="caBundle")
|
|
3475
|
-
def ca_bundle(self) -> Optional[
|
|
3474
|
+
def ca_bundle(self) -> Optional[_builtins.str]:
|
|
3476
3475
|
"""
|
|
3477
3476
|
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.
|
|
3478
3477
|
"""
|
|
3479
3478
|
return pulumi.get(self, "ca_bundle")
|
|
3480
3479
|
|
|
3481
|
-
@property
|
|
3480
|
+
@_builtins.property
|
|
3482
3481
|
@pulumi.getter
|
|
3483
3482
|
def service(self) -> Optional['outputs.ServiceReferencePatch']:
|
|
3484
3483
|
"""
|
|
@@ -3488,9 +3487,9 @@ class WebhookClientConfigPatch(dict):
|
|
|
3488
3487
|
"""
|
|
3489
3488
|
return pulumi.get(self, "service")
|
|
3490
3489
|
|
|
3491
|
-
@property
|
|
3490
|
+
@_builtins.property
|
|
3492
3491
|
@pulumi.getter
|
|
3493
|
-
def url(self) -> Optional[
|
|
3492
|
+
def url(self) -> Optional[_builtins.str]:
|
|
3494
3493
|
"""
|
|
3495
3494
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3496
3495
|
|
|
@@ -3532,26 +3531,26 @@ class WebhookConversion(dict):
|
|
|
3532
3531
|
return super().get(key, default)
|
|
3533
3532
|
|
|
3534
3533
|
def __init__(__self__, *,
|
|
3535
|
-
conversion_review_versions: Sequence[
|
|
3534
|
+
conversion_review_versions: Sequence[_builtins.str],
|
|
3536
3535
|
client_config: Optional['outputs.WebhookClientConfig'] = None):
|
|
3537
3536
|
"""
|
|
3538
3537
|
WebhookConversion describes how to call a conversion webhook
|
|
3539
|
-
:param Sequence[
|
|
3538
|
+
: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.
|
|
3540
3539
|
:param 'WebhookClientConfigArgs' client_config: clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
|
|
3541
3540
|
"""
|
|
3542
3541
|
pulumi.set(__self__, "conversion_review_versions", conversion_review_versions)
|
|
3543
3542
|
if client_config is not None:
|
|
3544
3543
|
pulumi.set(__self__, "client_config", client_config)
|
|
3545
3544
|
|
|
3546
|
-
@property
|
|
3545
|
+
@_builtins.property
|
|
3547
3546
|
@pulumi.getter(name="conversionReviewVersions")
|
|
3548
|
-
def conversion_review_versions(self) -> Sequence[
|
|
3547
|
+
def conversion_review_versions(self) -> Sequence[_builtins.str]:
|
|
3549
3548
|
"""
|
|
3550
3549
|
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.
|
|
3551
3550
|
"""
|
|
3552
3551
|
return pulumi.get(self, "conversion_review_versions")
|
|
3553
3552
|
|
|
3554
|
-
@property
|
|
3553
|
+
@_builtins.property
|
|
3555
3554
|
@pulumi.getter(name="clientConfig")
|
|
3556
3555
|
def client_config(self) -> Optional['outputs.WebhookClientConfig']:
|
|
3557
3556
|
"""
|
|
@@ -3586,18 +3585,18 @@ class WebhookConversionPatch(dict):
|
|
|
3586
3585
|
|
|
3587
3586
|
def __init__(__self__, *,
|
|
3588
3587
|
client_config: Optional['outputs.WebhookClientConfigPatch'] = None,
|
|
3589
|
-
conversion_review_versions: Optional[Sequence[
|
|
3588
|
+
conversion_review_versions: Optional[Sequence[_builtins.str]] = None):
|
|
3590
3589
|
"""
|
|
3591
3590
|
WebhookConversion describes how to call a conversion webhook
|
|
3592
3591
|
:param 'WebhookClientConfigPatchArgs' client_config: clientConfig is the instructions for how to call the webhook if strategy is `Webhook`.
|
|
3593
|
-
:param Sequence[
|
|
3592
|
+
: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.
|
|
3594
3593
|
"""
|
|
3595
3594
|
if client_config is not None:
|
|
3596
3595
|
pulumi.set(__self__, "client_config", client_config)
|
|
3597
3596
|
if conversion_review_versions is not None:
|
|
3598
3597
|
pulumi.set(__self__, "conversion_review_versions", conversion_review_versions)
|
|
3599
3598
|
|
|
3600
|
-
@property
|
|
3599
|
+
@_builtins.property
|
|
3601
3600
|
@pulumi.getter(name="clientConfig")
|
|
3602
3601
|
def client_config(self) -> Optional['outputs.WebhookClientConfigPatch']:
|
|
3603
3602
|
"""
|
|
@@ -3605,9 +3604,9 @@ class WebhookConversionPatch(dict):
|
|
|
3605
3604
|
"""
|
|
3606
3605
|
return pulumi.get(self, "client_config")
|
|
3607
3606
|
|
|
3608
|
-
@property
|
|
3607
|
+
@_builtins.property
|
|
3609
3608
|
@pulumi.getter(name="conversionReviewVersions")
|
|
3610
|
-
def conversion_review_versions(self) -> Optional[Sequence[
|
|
3609
|
+
def conversion_review_versions(self) -> Optional[Sequence[_builtins.str]]:
|
|
3611
3610
|
"""
|
|
3612
3611
|
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.
|
|
3613
3612
|
"""
|