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
|
|
@@ -80,27 +79,27 @@ if not MYPY:
|
|
|
80
79
|
"""
|
|
81
80
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
82
81
|
"""
|
|
83
|
-
json_path: NotRequired[pulumi.Input[
|
|
82
|
+
json_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
84
83
|
"""
|
|
85
84
|
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.
|
|
86
85
|
"""
|
|
87
|
-
description: NotRequired[pulumi.Input[
|
|
86
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
88
87
|
"""
|
|
89
88
|
description is a human readable description of this column.
|
|
90
89
|
"""
|
|
91
|
-
format: NotRequired[pulumi.Input[
|
|
90
|
+
format: NotRequired[pulumi.Input[_builtins.str]]
|
|
92
91
|
"""
|
|
93
92
|
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.
|
|
94
93
|
"""
|
|
95
|
-
name: NotRequired[pulumi.Input[
|
|
94
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
96
95
|
"""
|
|
97
96
|
name is a human readable name for the column.
|
|
98
97
|
"""
|
|
99
|
-
priority: NotRequired[pulumi.Input[
|
|
98
|
+
priority: NotRequired[pulumi.Input[_builtins.int]]
|
|
100
99
|
"""
|
|
101
100
|
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.
|
|
102
101
|
"""
|
|
103
|
-
type: NotRequired[pulumi.Input[
|
|
102
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
104
103
|
"""
|
|
105
104
|
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.
|
|
106
105
|
"""
|
|
@@ -110,20 +109,20 @@ elif False:
|
|
|
110
109
|
@pulumi.input_type
|
|
111
110
|
class CustomResourceColumnDefinitionPatchArgs:
|
|
112
111
|
def __init__(__self__, *,
|
|
113
|
-
json_path: Optional[pulumi.Input[
|
|
114
|
-
description: Optional[pulumi.Input[
|
|
115
|
-
format: Optional[pulumi.Input[
|
|
116
|
-
name: Optional[pulumi.Input[
|
|
117
|
-
priority: Optional[pulumi.Input[
|
|
118
|
-
type: Optional[pulumi.Input[
|
|
112
|
+
json_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
113
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
114
|
+
format: Optional[pulumi.Input[_builtins.str]] = None,
|
|
115
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
116
|
+
priority: Optional[pulumi.Input[_builtins.int]] = None,
|
|
117
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
119
118
|
"""
|
|
120
119
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
121
|
-
:param pulumi.Input[
|
|
122
|
-
:param pulumi.Input[
|
|
123
|
-
:param pulumi.Input[
|
|
124
|
-
:param pulumi.Input[
|
|
125
|
-
:param pulumi.Input[
|
|
126
|
-
:param pulumi.Input[
|
|
120
|
+
:param pulumi.Input[_builtins.str] json_path: JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
121
|
+
:param pulumi.Input[_builtins.str] description: description is a human readable description of this column.
|
|
122
|
+
:param pulumi.Input[_builtins.str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
123
|
+
:param pulumi.Input[_builtins.str] name: name is a human readable name for the column.
|
|
124
|
+
:param pulumi.Input[_builtins.int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
125
|
+
:param pulumi.Input[_builtins.str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
127
126
|
"""
|
|
128
127
|
if json_path is not None:
|
|
129
128
|
pulumi.set(__self__, "json_path", json_path)
|
|
@@ -138,76 +137,76 @@ class CustomResourceColumnDefinitionPatchArgs:
|
|
|
138
137
|
if type is not None:
|
|
139
138
|
pulumi.set(__self__, "type", type)
|
|
140
139
|
|
|
141
|
-
@property
|
|
140
|
+
@_builtins.property
|
|
142
141
|
@pulumi.getter(name="JSONPath")
|
|
143
|
-
def json_path(self) -> Optional[pulumi.Input[
|
|
142
|
+
def json_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
144
143
|
"""
|
|
145
144
|
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.
|
|
146
145
|
"""
|
|
147
146
|
return pulumi.get(self, "json_path")
|
|
148
147
|
|
|
149
148
|
@json_path.setter
|
|
150
|
-
def json_path(self, value: Optional[pulumi.Input[
|
|
149
|
+
def json_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
151
150
|
pulumi.set(self, "json_path", value)
|
|
152
151
|
|
|
153
|
-
@property
|
|
152
|
+
@_builtins.property
|
|
154
153
|
@pulumi.getter
|
|
155
|
-
def description(self) -> Optional[pulumi.Input[
|
|
154
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
156
155
|
"""
|
|
157
156
|
description is a human readable description of this column.
|
|
158
157
|
"""
|
|
159
158
|
return pulumi.get(self, "description")
|
|
160
159
|
|
|
161
160
|
@description.setter
|
|
162
|
-
def description(self, value: Optional[pulumi.Input[
|
|
161
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
163
162
|
pulumi.set(self, "description", value)
|
|
164
163
|
|
|
165
|
-
@property
|
|
164
|
+
@_builtins.property
|
|
166
165
|
@pulumi.getter
|
|
167
|
-
def format(self) -> Optional[pulumi.Input[
|
|
166
|
+
def format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
168
167
|
"""
|
|
169
168
|
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
170
169
|
"""
|
|
171
170
|
return pulumi.get(self, "format")
|
|
172
171
|
|
|
173
172
|
@format.setter
|
|
174
|
-
def format(self, value: Optional[pulumi.Input[
|
|
173
|
+
def format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
175
174
|
pulumi.set(self, "format", value)
|
|
176
175
|
|
|
177
|
-
@property
|
|
176
|
+
@_builtins.property
|
|
178
177
|
@pulumi.getter
|
|
179
|
-
def name(self) -> Optional[pulumi.Input[
|
|
178
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
180
179
|
"""
|
|
181
180
|
name is a human readable name for the column.
|
|
182
181
|
"""
|
|
183
182
|
return pulumi.get(self, "name")
|
|
184
183
|
|
|
185
184
|
@name.setter
|
|
186
|
-
def name(self, value: Optional[pulumi.Input[
|
|
185
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
187
186
|
pulumi.set(self, "name", value)
|
|
188
187
|
|
|
189
|
-
@property
|
|
188
|
+
@_builtins.property
|
|
190
189
|
@pulumi.getter
|
|
191
|
-
def priority(self) -> Optional[pulumi.Input[
|
|
190
|
+
def priority(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
192
191
|
"""
|
|
193
192
|
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.
|
|
194
193
|
"""
|
|
195
194
|
return pulumi.get(self, "priority")
|
|
196
195
|
|
|
197
196
|
@priority.setter
|
|
198
|
-
def priority(self, value: Optional[pulumi.Input[
|
|
197
|
+
def priority(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
199
198
|
pulumi.set(self, "priority", value)
|
|
200
199
|
|
|
201
|
-
@property
|
|
200
|
+
@_builtins.property
|
|
202
201
|
@pulumi.getter
|
|
203
|
-
def type(self) -> Optional[pulumi.Input[
|
|
202
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
204
203
|
"""
|
|
205
204
|
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.
|
|
206
205
|
"""
|
|
207
206
|
return pulumi.get(self, "type")
|
|
208
207
|
|
|
209
208
|
@type.setter
|
|
210
|
-
def type(self, value: Optional[pulumi.Input[
|
|
209
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
211
210
|
pulumi.set(self, "type", value)
|
|
212
211
|
|
|
213
212
|
|
|
@@ -216,27 +215,27 @@ if not MYPY:
|
|
|
216
215
|
"""
|
|
217
216
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
218
217
|
"""
|
|
219
|
-
json_path: pulumi.Input[
|
|
218
|
+
json_path: pulumi.Input[_builtins.str]
|
|
220
219
|
"""
|
|
221
220
|
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.
|
|
222
221
|
"""
|
|
223
|
-
name: pulumi.Input[
|
|
222
|
+
name: pulumi.Input[_builtins.str]
|
|
224
223
|
"""
|
|
225
224
|
name is a human readable name for the column.
|
|
226
225
|
"""
|
|
227
|
-
type: pulumi.Input[
|
|
226
|
+
type: pulumi.Input[_builtins.str]
|
|
228
227
|
"""
|
|
229
228
|
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.
|
|
230
229
|
"""
|
|
231
|
-
description: NotRequired[pulumi.Input[
|
|
230
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
232
231
|
"""
|
|
233
232
|
description is a human readable description of this column.
|
|
234
233
|
"""
|
|
235
|
-
format: NotRequired[pulumi.Input[
|
|
234
|
+
format: NotRequired[pulumi.Input[_builtins.str]]
|
|
236
235
|
"""
|
|
237
236
|
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.
|
|
238
237
|
"""
|
|
239
|
-
priority: NotRequired[pulumi.Input[
|
|
238
|
+
priority: NotRequired[pulumi.Input[_builtins.int]]
|
|
240
239
|
"""
|
|
241
240
|
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.
|
|
242
241
|
"""
|
|
@@ -246,20 +245,20 @@ elif False:
|
|
|
246
245
|
@pulumi.input_type
|
|
247
246
|
class CustomResourceColumnDefinitionArgs:
|
|
248
247
|
def __init__(__self__, *,
|
|
249
|
-
json_path: pulumi.Input[
|
|
250
|
-
name: pulumi.Input[
|
|
251
|
-
type: pulumi.Input[
|
|
252
|
-
description: Optional[pulumi.Input[
|
|
253
|
-
format: Optional[pulumi.Input[
|
|
254
|
-
priority: Optional[pulumi.Input[
|
|
248
|
+
json_path: pulumi.Input[_builtins.str],
|
|
249
|
+
name: pulumi.Input[_builtins.str],
|
|
250
|
+
type: pulumi.Input[_builtins.str],
|
|
251
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
252
|
+
format: Optional[pulumi.Input[_builtins.str]] = None,
|
|
253
|
+
priority: Optional[pulumi.Input[_builtins.int]] = None):
|
|
255
254
|
"""
|
|
256
255
|
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
257
|
-
:param pulumi.Input[
|
|
258
|
-
:param pulumi.Input[
|
|
259
|
-
:param pulumi.Input[
|
|
260
|
-
:param pulumi.Input[
|
|
261
|
-
:param pulumi.Input[
|
|
262
|
-
:param pulumi.Input[
|
|
256
|
+
:param pulumi.Input[_builtins.str] json_path: JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.
|
|
257
|
+
:param pulumi.Input[_builtins.str] name: name is a human readable name for the column.
|
|
258
|
+
:param pulumi.Input[_builtins.str] type: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
259
|
+
:param pulumi.Input[_builtins.str] description: description is a human readable description of this column.
|
|
260
|
+
:param pulumi.Input[_builtins.str] format: format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
|
|
261
|
+
:param pulumi.Input[_builtins.int] priority: priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.
|
|
263
262
|
"""
|
|
264
263
|
pulumi.set(__self__, "json_path", json_path)
|
|
265
264
|
pulumi.set(__self__, "name", name)
|
|
@@ -271,76 +270,76 @@ class CustomResourceColumnDefinitionArgs:
|
|
|
271
270
|
if priority is not None:
|
|
272
271
|
pulumi.set(__self__, "priority", priority)
|
|
273
272
|
|
|
274
|
-
@property
|
|
273
|
+
@_builtins.property
|
|
275
274
|
@pulumi.getter(name="JSONPath")
|
|
276
|
-
def json_path(self) -> pulumi.Input[
|
|
275
|
+
def json_path(self) -> pulumi.Input[_builtins.str]:
|
|
277
276
|
"""
|
|
278
277
|
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.
|
|
279
278
|
"""
|
|
280
279
|
return pulumi.get(self, "json_path")
|
|
281
280
|
|
|
282
281
|
@json_path.setter
|
|
283
|
-
def json_path(self, value: pulumi.Input[
|
|
282
|
+
def json_path(self, value: pulumi.Input[_builtins.str]):
|
|
284
283
|
pulumi.set(self, "json_path", value)
|
|
285
284
|
|
|
286
|
-
@property
|
|
285
|
+
@_builtins.property
|
|
287
286
|
@pulumi.getter
|
|
288
|
-
def name(self) -> pulumi.Input[
|
|
287
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
289
288
|
"""
|
|
290
289
|
name is a human readable name for the column.
|
|
291
290
|
"""
|
|
292
291
|
return pulumi.get(self, "name")
|
|
293
292
|
|
|
294
293
|
@name.setter
|
|
295
|
-
def name(self, value: pulumi.Input[
|
|
294
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
296
295
|
pulumi.set(self, "name", value)
|
|
297
296
|
|
|
298
|
-
@property
|
|
297
|
+
@_builtins.property
|
|
299
298
|
@pulumi.getter
|
|
300
|
-
def type(self) -> pulumi.Input[
|
|
299
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
301
300
|
"""
|
|
302
301
|
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.
|
|
303
302
|
"""
|
|
304
303
|
return pulumi.get(self, "type")
|
|
305
304
|
|
|
306
305
|
@type.setter
|
|
307
|
-
def type(self, value: pulumi.Input[
|
|
306
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
308
307
|
pulumi.set(self, "type", value)
|
|
309
308
|
|
|
310
|
-
@property
|
|
309
|
+
@_builtins.property
|
|
311
310
|
@pulumi.getter
|
|
312
|
-
def description(self) -> Optional[pulumi.Input[
|
|
311
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
313
312
|
"""
|
|
314
313
|
description is a human readable description of this column.
|
|
315
314
|
"""
|
|
316
315
|
return pulumi.get(self, "description")
|
|
317
316
|
|
|
318
317
|
@description.setter
|
|
319
|
-
def description(self, value: Optional[pulumi.Input[
|
|
318
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
320
319
|
pulumi.set(self, "description", value)
|
|
321
320
|
|
|
322
|
-
@property
|
|
321
|
+
@_builtins.property
|
|
323
322
|
@pulumi.getter
|
|
324
|
-
def format(self) -> Optional[pulumi.Input[
|
|
323
|
+
def format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
325
324
|
"""
|
|
326
325
|
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.
|
|
327
326
|
"""
|
|
328
327
|
return pulumi.get(self, "format")
|
|
329
328
|
|
|
330
329
|
@format.setter
|
|
331
|
-
def format(self, value: Optional[pulumi.Input[
|
|
330
|
+
def format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
332
331
|
pulumi.set(self, "format", value)
|
|
333
332
|
|
|
334
|
-
@property
|
|
333
|
+
@_builtins.property
|
|
335
334
|
@pulumi.getter
|
|
336
|
-
def priority(self) -> Optional[pulumi.Input[
|
|
335
|
+
def priority(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
337
336
|
"""
|
|
338
337
|
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.
|
|
339
338
|
"""
|
|
340
339
|
return pulumi.get(self, "priority")
|
|
341
340
|
|
|
342
341
|
@priority.setter
|
|
343
|
-
def priority(self, value: Optional[pulumi.Input[
|
|
342
|
+
def priority(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
344
343
|
pulumi.set(self, "priority", value)
|
|
345
344
|
|
|
346
345
|
|
|
@@ -349,11 +348,11 @@ if not MYPY:
|
|
|
349
348
|
"""
|
|
350
349
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
351
350
|
"""
|
|
352
|
-
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
351
|
+
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
353
352
|
"""
|
|
354
353
|
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
|
|
355
354
|
"""
|
|
356
|
-
strategy: NotRequired[pulumi.Input[
|
|
355
|
+
strategy: NotRequired[pulumi.Input[_builtins.str]]
|
|
357
356
|
"""
|
|
358
357
|
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
|
|
359
358
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
@@ -368,13 +367,13 @@ elif False:
|
|
|
368
367
|
@pulumi.input_type
|
|
369
368
|
class CustomResourceConversionPatchArgs:
|
|
370
369
|
def __init__(__self__, *,
|
|
371
|
-
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
372
|
-
strategy: Optional[pulumi.Input[
|
|
370
|
+
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
371
|
+
strategy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
373
372
|
webhook_client_config: Optional[pulumi.Input['WebhookClientConfigPatchArgs']] = None):
|
|
374
373
|
"""
|
|
375
374
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
376
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
377
|
-
:param pulumi.Input[
|
|
375
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
|
|
376
|
+
:param pulumi.Input[_builtins.str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
|
|
378
377
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
379
378
|
:param pulumi.Input['WebhookClientConfigPatchArgs'] webhook_client_config: webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`.
|
|
380
379
|
"""
|
|
@@ -385,21 +384,21 @@ class CustomResourceConversionPatchArgs:
|
|
|
385
384
|
if webhook_client_config is not None:
|
|
386
385
|
pulumi.set(__self__, "webhook_client_config", webhook_client_config)
|
|
387
386
|
|
|
388
|
-
@property
|
|
387
|
+
@_builtins.property
|
|
389
388
|
@pulumi.getter(name="conversionReviewVersions")
|
|
390
|
-
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
389
|
+
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
391
390
|
"""
|
|
392
391
|
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
|
|
393
392
|
"""
|
|
394
393
|
return pulumi.get(self, "conversion_review_versions")
|
|
395
394
|
|
|
396
395
|
@conversion_review_versions.setter
|
|
397
|
-
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
396
|
+
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
398
397
|
pulumi.set(self, "conversion_review_versions", value)
|
|
399
398
|
|
|
400
|
-
@property
|
|
399
|
+
@_builtins.property
|
|
401
400
|
@pulumi.getter
|
|
402
|
-
def strategy(self) -> Optional[pulumi.Input[
|
|
401
|
+
def strategy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
403
402
|
"""
|
|
404
403
|
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
|
|
405
404
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
@@ -407,10 +406,10 @@ class CustomResourceConversionPatchArgs:
|
|
|
407
406
|
return pulumi.get(self, "strategy")
|
|
408
407
|
|
|
409
408
|
@strategy.setter
|
|
410
|
-
def strategy(self, value: Optional[pulumi.Input[
|
|
409
|
+
def strategy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
411
410
|
pulumi.set(self, "strategy", value)
|
|
412
411
|
|
|
413
|
-
@property
|
|
412
|
+
@_builtins.property
|
|
414
413
|
@pulumi.getter(name="webhookClientConfig")
|
|
415
414
|
def webhook_client_config(self) -> Optional[pulumi.Input['WebhookClientConfigPatchArgs']]:
|
|
416
415
|
"""
|
|
@@ -428,12 +427,12 @@ if not MYPY:
|
|
|
428
427
|
"""
|
|
429
428
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
430
429
|
"""
|
|
431
|
-
strategy: pulumi.Input[
|
|
430
|
+
strategy: pulumi.Input[_builtins.str]
|
|
432
431
|
"""
|
|
433
432
|
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
|
|
434
433
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
435
434
|
"""
|
|
436
|
-
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
435
|
+
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
437
436
|
"""
|
|
438
437
|
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
|
|
439
438
|
"""
|
|
@@ -447,14 +446,14 @@ elif False:
|
|
|
447
446
|
@pulumi.input_type
|
|
448
447
|
class CustomResourceConversionArgs:
|
|
449
448
|
def __init__(__self__, *,
|
|
450
|
-
strategy: pulumi.Input[
|
|
451
|
-
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
449
|
+
strategy: pulumi.Input[_builtins.str],
|
|
450
|
+
conversion_review_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
452
451
|
webhook_client_config: Optional[pulumi.Input['WebhookClientConfigArgs']] = None):
|
|
453
452
|
"""
|
|
454
453
|
CustomResourceConversion describes how to convert different versions of a CR.
|
|
455
|
-
:param pulumi.Input[
|
|
454
|
+
:param pulumi.Input[_builtins.str] strategy: strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information
|
|
456
455
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
457
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
456
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] conversion_review_versions: conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
|
|
458
457
|
:param pulumi.Input['WebhookClientConfigArgs'] webhook_client_config: webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`.
|
|
459
458
|
"""
|
|
460
459
|
pulumi.set(__self__, "strategy", strategy)
|
|
@@ -463,9 +462,9 @@ class CustomResourceConversionArgs:
|
|
|
463
462
|
if webhook_client_config is not None:
|
|
464
463
|
pulumi.set(__self__, "webhook_client_config", webhook_client_config)
|
|
465
464
|
|
|
466
|
-
@property
|
|
465
|
+
@_builtins.property
|
|
467
466
|
@pulumi.getter
|
|
468
|
-
def strategy(self) -> pulumi.Input[
|
|
467
|
+
def strategy(self) -> pulumi.Input[_builtins.str]:
|
|
469
468
|
"""
|
|
470
469
|
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
|
|
471
470
|
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
@@ -473,22 +472,22 @@ class CustomResourceConversionArgs:
|
|
|
473
472
|
return pulumi.get(self, "strategy")
|
|
474
473
|
|
|
475
474
|
@strategy.setter
|
|
476
|
-
def strategy(self, value: pulumi.Input[
|
|
475
|
+
def strategy(self, value: pulumi.Input[_builtins.str]):
|
|
477
476
|
pulumi.set(self, "strategy", value)
|
|
478
477
|
|
|
479
|
-
@property
|
|
478
|
+
@_builtins.property
|
|
480
479
|
@pulumi.getter(name="conversionReviewVersions")
|
|
481
|
-
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
480
|
+
def conversion_review_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
482
481
|
"""
|
|
483
482
|
conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.
|
|
484
483
|
"""
|
|
485
484
|
return pulumi.get(self, "conversion_review_versions")
|
|
486
485
|
|
|
487
486
|
@conversion_review_versions.setter
|
|
488
|
-
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
487
|
+
def conversion_review_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
489
488
|
pulumi.set(self, "conversion_review_versions", value)
|
|
490
489
|
|
|
491
|
-
@property
|
|
490
|
+
@_builtins.property
|
|
492
491
|
@pulumi.getter(name="webhookClientConfig")
|
|
493
492
|
def webhook_client_config(self) -> Optional[pulumi.Input['WebhookClientConfigArgs']]:
|
|
494
493
|
"""
|
|
@@ -506,23 +505,23 @@ if not MYPY:
|
|
|
506
505
|
"""
|
|
507
506
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
508
507
|
"""
|
|
509
|
-
status: pulumi.Input[
|
|
508
|
+
status: pulumi.Input[_builtins.str]
|
|
510
509
|
"""
|
|
511
510
|
status is the status of the condition. Can be True, False, Unknown.
|
|
512
511
|
"""
|
|
513
|
-
type: pulumi.Input[
|
|
512
|
+
type: pulumi.Input[_builtins.str]
|
|
514
513
|
"""
|
|
515
514
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
516
515
|
"""
|
|
517
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
516
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
518
517
|
"""
|
|
519
518
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
520
519
|
"""
|
|
521
|
-
message: NotRequired[pulumi.Input[
|
|
520
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
522
521
|
"""
|
|
523
522
|
message is a human-readable message indicating details about last transition.
|
|
524
523
|
"""
|
|
525
|
-
reason: NotRequired[pulumi.Input[
|
|
524
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
526
525
|
"""
|
|
527
526
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
528
527
|
"""
|
|
@@ -532,18 +531,18 @@ elif False:
|
|
|
532
531
|
@pulumi.input_type
|
|
533
532
|
class CustomResourceDefinitionConditionArgs:
|
|
534
533
|
def __init__(__self__, *,
|
|
535
|
-
status: pulumi.Input[
|
|
536
|
-
type: pulumi.Input[
|
|
537
|
-
last_transition_time: Optional[pulumi.Input[
|
|
538
|
-
message: Optional[pulumi.Input[
|
|
539
|
-
reason: Optional[pulumi.Input[
|
|
534
|
+
status: pulumi.Input[_builtins.str],
|
|
535
|
+
type: pulumi.Input[_builtins.str],
|
|
536
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
537
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
538
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None):
|
|
540
539
|
"""
|
|
541
540
|
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
542
|
-
:param pulumi.Input[
|
|
543
|
-
:param pulumi.Input[
|
|
544
|
-
:param pulumi.Input[
|
|
545
|
-
:param pulumi.Input[
|
|
546
|
-
:param pulumi.Input[
|
|
541
|
+
:param pulumi.Input[_builtins.str] status: status is the status of the condition. Can be True, False, Unknown.
|
|
542
|
+
:param pulumi.Input[_builtins.str] type: type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
543
|
+
:param pulumi.Input[_builtins.str] last_transition_time: lastTransitionTime last time the condition transitioned from one status to another.
|
|
544
|
+
:param pulumi.Input[_builtins.str] message: message is a human-readable message indicating details about last transition.
|
|
545
|
+
:param pulumi.Input[_builtins.str] reason: reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
547
546
|
"""
|
|
548
547
|
pulumi.set(__self__, "status", status)
|
|
549
548
|
pulumi.set(__self__, "type", type)
|
|
@@ -554,64 +553,64 @@ class CustomResourceDefinitionConditionArgs:
|
|
|
554
553
|
if reason is not None:
|
|
555
554
|
pulumi.set(__self__, "reason", reason)
|
|
556
555
|
|
|
557
|
-
@property
|
|
556
|
+
@_builtins.property
|
|
558
557
|
@pulumi.getter
|
|
559
|
-
def status(self) -> pulumi.Input[
|
|
558
|
+
def status(self) -> pulumi.Input[_builtins.str]:
|
|
560
559
|
"""
|
|
561
560
|
status is the status of the condition. Can be True, False, Unknown.
|
|
562
561
|
"""
|
|
563
562
|
return pulumi.get(self, "status")
|
|
564
563
|
|
|
565
564
|
@status.setter
|
|
566
|
-
def status(self, value: pulumi.Input[
|
|
565
|
+
def status(self, value: pulumi.Input[_builtins.str]):
|
|
567
566
|
pulumi.set(self, "status", value)
|
|
568
567
|
|
|
569
|
-
@property
|
|
568
|
+
@_builtins.property
|
|
570
569
|
@pulumi.getter
|
|
571
|
-
def type(self) -> pulumi.Input[
|
|
570
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
572
571
|
"""
|
|
573
572
|
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
574
573
|
"""
|
|
575
574
|
return pulumi.get(self, "type")
|
|
576
575
|
|
|
577
576
|
@type.setter
|
|
578
|
-
def type(self, value: pulumi.Input[
|
|
577
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
579
578
|
pulumi.set(self, "type", value)
|
|
580
579
|
|
|
581
|
-
@property
|
|
580
|
+
@_builtins.property
|
|
582
581
|
@pulumi.getter(name="lastTransitionTime")
|
|
583
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
582
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
584
583
|
"""
|
|
585
584
|
lastTransitionTime last time the condition transitioned from one status to another.
|
|
586
585
|
"""
|
|
587
586
|
return pulumi.get(self, "last_transition_time")
|
|
588
587
|
|
|
589
588
|
@last_transition_time.setter
|
|
590
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
589
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
591
590
|
pulumi.set(self, "last_transition_time", value)
|
|
592
591
|
|
|
593
|
-
@property
|
|
592
|
+
@_builtins.property
|
|
594
593
|
@pulumi.getter
|
|
595
|
-
def message(self) -> Optional[pulumi.Input[
|
|
594
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
596
595
|
"""
|
|
597
596
|
message is a human-readable message indicating details about last transition.
|
|
598
597
|
"""
|
|
599
598
|
return pulumi.get(self, "message")
|
|
600
599
|
|
|
601
600
|
@message.setter
|
|
602
|
-
def message(self, value: Optional[pulumi.Input[
|
|
601
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
603
602
|
pulumi.set(self, "message", value)
|
|
604
603
|
|
|
605
|
-
@property
|
|
604
|
+
@_builtins.property
|
|
606
605
|
@pulumi.getter
|
|
607
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
606
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
608
607
|
"""
|
|
609
608
|
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
610
609
|
"""
|
|
611
610
|
return pulumi.get(self, "reason")
|
|
612
611
|
|
|
613
612
|
@reason.setter
|
|
614
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
613
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
615
614
|
pulumi.set(self, "reason", value)
|
|
616
615
|
|
|
617
616
|
|
|
@@ -620,27 +619,27 @@ if not MYPY:
|
|
|
620
619
|
"""
|
|
621
620
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
622
621
|
"""
|
|
623
|
-
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
622
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
624
623
|
"""
|
|
625
624
|
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`.
|
|
626
625
|
"""
|
|
627
|
-
kind: NotRequired[pulumi.Input[
|
|
626
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
628
627
|
"""
|
|
629
628
|
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.
|
|
630
629
|
"""
|
|
631
|
-
list_kind: NotRequired[pulumi.Input[
|
|
630
|
+
list_kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
632
631
|
"""
|
|
633
632
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
634
633
|
"""
|
|
635
|
-
plural: NotRequired[pulumi.Input[
|
|
634
|
+
plural: NotRequired[pulumi.Input[_builtins.str]]
|
|
636
635
|
"""
|
|
637
636
|
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.
|
|
638
637
|
"""
|
|
639
|
-
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
638
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
640
639
|
"""
|
|
641
640
|
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.
|
|
642
641
|
"""
|
|
643
|
-
singular: NotRequired[pulumi.Input[
|
|
642
|
+
singular: NotRequired[pulumi.Input[_builtins.str]]
|
|
644
643
|
"""
|
|
645
644
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
646
645
|
"""
|
|
@@ -650,20 +649,20 @@ elif False:
|
|
|
650
649
|
@pulumi.input_type
|
|
651
650
|
class CustomResourceDefinitionNamesPatchArgs:
|
|
652
651
|
def __init__(__self__, *,
|
|
653
|
-
categories: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
654
|
-
kind: Optional[pulumi.Input[
|
|
655
|
-
list_kind: Optional[pulumi.Input[
|
|
656
|
-
plural: Optional[pulumi.Input[
|
|
657
|
-
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
658
|
-
singular: Optional[pulumi.Input[
|
|
652
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
653
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
654
|
+
list_kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
655
|
+
plural: Optional[pulumi.Input[_builtins.str]] = None,
|
|
656
|
+
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
657
|
+
singular: Optional[pulumi.Input[_builtins.str]] = None):
|
|
659
658
|
"""
|
|
660
659
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
661
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
662
|
-
:param pulumi.Input[
|
|
663
|
-
:param pulumi.Input[
|
|
664
|
-
:param pulumi.Input[
|
|
665
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
666
|
-
:param pulumi.Input[
|
|
660
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
661
|
+
:param pulumi.Input[_builtins.str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
662
|
+
:param pulumi.Input[_builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
663
|
+
:param pulumi.Input[_builtins.str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
664
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] short_names: shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
665
|
+
:param pulumi.Input[_builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
667
666
|
"""
|
|
668
667
|
if categories is not None:
|
|
669
668
|
pulumi.set(__self__, "categories", categories)
|
|
@@ -678,76 +677,76 @@ class CustomResourceDefinitionNamesPatchArgs:
|
|
|
678
677
|
if singular is not None:
|
|
679
678
|
pulumi.set(__self__, "singular", singular)
|
|
680
679
|
|
|
681
|
-
@property
|
|
680
|
+
@_builtins.property
|
|
682
681
|
@pulumi.getter
|
|
683
|
-
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
682
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
684
683
|
"""
|
|
685
684
|
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`.
|
|
686
685
|
"""
|
|
687
686
|
return pulumi.get(self, "categories")
|
|
688
687
|
|
|
689
688
|
@categories.setter
|
|
690
|
-
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
689
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
691
690
|
pulumi.set(self, "categories", value)
|
|
692
691
|
|
|
693
|
-
@property
|
|
692
|
+
@_builtins.property
|
|
694
693
|
@pulumi.getter
|
|
695
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
694
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
696
695
|
"""
|
|
697
696
|
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
698
697
|
"""
|
|
699
698
|
return pulumi.get(self, "kind")
|
|
700
699
|
|
|
701
700
|
@kind.setter
|
|
702
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
701
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
703
702
|
pulumi.set(self, "kind", value)
|
|
704
703
|
|
|
705
|
-
@property
|
|
704
|
+
@_builtins.property
|
|
706
705
|
@pulumi.getter(name="listKind")
|
|
707
|
-
def list_kind(self) -> Optional[pulumi.Input[
|
|
706
|
+
def list_kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
708
707
|
"""
|
|
709
708
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
710
709
|
"""
|
|
711
710
|
return pulumi.get(self, "list_kind")
|
|
712
711
|
|
|
713
712
|
@list_kind.setter
|
|
714
|
-
def list_kind(self, value: Optional[pulumi.Input[
|
|
713
|
+
def list_kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
715
714
|
pulumi.set(self, "list_kind", value)
|
|
716
715
|
|
|
717
|
-
@property
|
|
716
|
+
@_builtins.property
|
|
718
717
|
@pulumi.getter
|
|
719
|
-
def plural(self) -> Optional[pulumi.Input[
|
|
718
|
+
def plural(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
720
719
|
"""
|
|
721
720
|
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.
|
|
722
721
|
"""
|
|
723
722
|
return pulumi.get(self, "plural")
|
|
724
723
|
|
|
725
724
|
@plural.setter
|
|
726
|
-
def plural(self, value: Optional[pulumi.Input[
|
|
725
|
+
def plural(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
727
726
|
pulumi.set(self, "plural", value)
|
|
728
727
|
|
|
729
|
-
@property
|
|
728
|
+
@_builtins.property
|
|
730
729
|
@pulumi.getter(name="shortNames")
|
|
731
|
-
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
730
|
+
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
732
731
|
"""
|
|
733
732
|
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.
|
|
734
733
|
"""
|
|
735
734
|
return pulumi.get(self, "short_names")
|
|
736
735
|
|
|
737
736
|
@short_names.setter
|
|
738
|
-
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
737
|
+
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
739
738
|
pulumi.set(self, "short_names", value)
|
|
740
739
|
|
|
741
|
-
@property
|
|
740
|
+
@_builtins.property
|
|
742
741
|
@pulumi.getter
|
|
743
|
-
def singular(self) -> Optional[pulumi.Input[
|
|
742
|
+
def singular(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
744
743
|
"""
|
|
745
744
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
746
745
|
"""
|
|
747
746
|
return pulumi.get(self, "singular")
|
|
748
747
|
|
|
749
748
|
@singular.setter
|
|
750
|
-
def singular(self, value: Optional[pulumi.Input[
|
|
749
|
+
def singular(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
751
750
|
pulumi.set(self, "singular", value)
|
|
752
751
|
|
|
753
752
|
|
|
@@ -756,27 +755,27 @@ if not MYPY:
|
|
|
756
755
|
"""
|
|
757
756
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
758
757
|
"""
|
|
759
|
-
kind: pulumi.Input[
|
|
758
|
+
kind: pulumi.Input[_builtins.str]
|
|
760
759
|
"""
|
|
761
760
|
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.
|
|
762
761
|
"""
|
|
763
|
-
plural: pulumi.Input[
|
|
762
|
+
plural: pulumi.Input[_builtins.str]
|
|
764
763
|
"""
|
|
765
764
|
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.
|
|
766
765
|
"""
|
|
767
|
-
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
766
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
768
767
|
"""
|
|
769
768
|
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`.
|
|
770
769
|
"""
|
|
771
|
-
list_kind: NotRequired[pulumi.Input[
|
|
770
|
+
list_kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
772
771
|
"""
|
|
773
772
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
774
773
|
"""
|
|
775
|
-
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
774
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
776
775
|
"""
|
|
777
776
|
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.
|
|
778
777
|
"""
|
|
779
|
-
singular: NotRequired[pulumi.Input[
|
|
778
|
+
singular: NotRequired[pulumi.Input[_builtins.str]]
|
|
780
779
|
"""
|
|
781
780
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
782
781
|
"""
|
|
@@ -786,20 +785,20 @@ elif False:
|
|
|
786
785
|
@pulumi.input_type
|
|
787
786
|
class CustomResourceDefinitionNamesArgs:
|
|
788
787
|
def __init__(__self__, *,
|
|
789
|
-
kind: pulumi.Input[
|
|
790
|
-
plural: pulumi.Input[
|
|
791
|
-
categories: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
792
|
-
list_kind: Optional[pulumi.Input[
|
|
793
|
-
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
794
|
-
singular: Optional[pulumi.Input[
|
|
788
|
+
kind: pulumi.Input[_builtins.str],
|
|
789
|
+
plural: pulumi.Input[_builtins.str],
|
|
790
|
+
categories: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
791
|
+
list_kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
792
|
+
short_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
793
|
+
singular: Optional[pulumi.Input[_builtins.str]] = None):
|
|
795
794
|
"""
|
|
796
795
|
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
797
|
-
:param pulumi.Input[
|
|
798
|
-
:param pulumi.Input[
|
|
799
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
800
|
-
:param pulumi.Input[
|
|
801
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
802
|
-
:param pulumi.Input[
|
|
796
|
+
:param pulumi.Input[_builtins.str] kind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
|
|
797
|
+
:param pulumi.Input[_builtins.str] plural: plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
|
|
798
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] categories: categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.
|
|
799
|
+
:param pulumi.Input[_builtins.str] list_kind: listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
800
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
801
|
+
:param pulumi.Input[_builtins.str] singular: singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
803
802
|
"""
|
|
804
803
|
pulumi.set(__self__, "kind", kind)
|
|
805
804
|
pulumi.set(__self__, "plural", plural)
|
|
@@ -812,76 +811,76 @@ class CustomResourceDefinitionNamesArgs:
|
|
|
812
811
|
if singular is not None:
|
|
813
812
|
pulumi.set(__self__, "singular", singular)
|
|
814
813
|
|
|
815
|
-
@property
|
|
814
|
+
@_builtins.property
|
|
816
815
|
@pulumi.getter
|
|
817
|
-
def kind(self) -> pulumi.Input[
|
|
816
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
818
817
|
"""
|
|
819
818
|
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.
|
|
820
819
|
"""
|
|
821
820
|
return pulumi.get(self, "kind")
|
|
822
821
|
|
|
823
822
|
@kind.setter
|
|
824
|
-
def kind(self, value: pulumi.Input[
|
|
823
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
825
824
|
pulumi.set(self, "kind", value)
|
|
826
825
|
|
|
827
|
-
@property
|
|
826
|
+
@_builtins.property
|
|
828
827
|
@pulumi.getter
|
|
829
|
-
def plural(self) -> pulumi.Input[
|
|
828
|
+
def plural(self) -> pulumi.Input[_builtins.str]:
|
|
830
829
|
"""
|
|
831
830
|
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.
|
|
832
831
|
"""
|
|
833
832
|
return pulumi.get(self, "plural")
|
|
834
833
|
|
|
835
834
|
@plural.setter
|
|
836
|
-
def plural(self, value: pulumi.Input[
|
|
835
|
+
def plural(self, value: pulumi.Input[_builtins.str]):
|
|
837
836
|
pulumi.set(self, "plural", value)
|
|
838
837
|
|
|
839
|
-
@property
|
|
838
|
+
@_builtins.property
|
|
840
839
|
@pulumi.getter
|
|
841
|
-
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
840
|
+
def categories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
842
841
|
"""
|
|
843
842
|
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`.
|
|
844
843
|
"""
|
|
845
844
|
return pulumi.get(self, "categories")
|
|
846
845
|
|
|
847
846
|
@categories.setter
|
|
848
|
-
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
847
|
+
def categories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
849
848
|
pulumi.set(self, "categories", value)
|
|
850
849
|
|
|
851
|
-
@property
|
|
850
|
+
@_builtins.property
|
|
852
851
|
@pulumi.getter(name="listKind")
|
|
853
|
-
def list_kind(self) -> Optional[pulumi.Input[
|
|
852
|
+
def list_kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
854
853
|
"""
|
|
855
854
|
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
856
855
|
"""
|
|
857
856
|
return pulumi.get(self, "list_kind")
|
|
858
857
|
|
|
859
858
|
@list_kind.setter
|
|
860
|
-
def list_kind(self, value: Optional[pulumi.Input[
|
|
859
|
+
def list_kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
861
860
|
pulumi.set(self, "list_kind", value)
|
|
862
861
|
|
|
863
|
-
@property
|
|
862
|
+
@_builtins.property
|
|
864
863
|
@pulumi.getter(name="shortNames")
|
|
865
|
-
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
864
|
+
def short_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
866
865
|
"""
|
|
867
866
|
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.
|
|
868
867
|
"""
|
|
869
868
|
return pulumi.get(self, "short_names")
|
|
870
869
|
|
|
871
870
|
@short_names.setter
|
|
872
|
-
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
871
|
+
def short_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
873
872
|
pulumi.set(self, "short_names", value)
|
|
874
873
|
|
|
875
|
-
@property
|
|
874
|
+
@_builtins.property
|
|
876
875
|
@pulumi.getter
|
|
877
|
-
def singular(self) -> Optional[pulumi.Input[
|
|
876
|
+
def singular(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
878
877
|
"""
|
|
879
878
|
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
880
879
|
"""
|
|
881
880
|
return pulumi.get(self, "singular")
|
|
882
881
|
|
|
883
882
|
@singular.setter
|
|
884
|
-
def singular(self, value: Optional[pulumi.Input[
|
|
883
|
+
def singular(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
885
884
|
pulumi.set(self, "singular", value)
|
|
886
885
|
|
|
887
886
|
|
|
@@ -898,7 +897,7 @@ if not MYPY:
|
|
|
898
897
|
"""
|
|
899
898
|
conversion defines conversion settings for the CRD.
|
|
900
899
|
"""
|
|
901
|
-
group: NotRequired[pulumi.Input[
|
|
900
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
902
901
|
"""
|
|
903
902
|
group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
904
903
|
"""
|
|
@@ -906,11 +905,11 @@ if not MYPY:
|
|
|
906
905
|
"""
|
|
907
906
|
names specify the resource and kind names for the custom resource.
|
|
908
907
|
"""
|
|
909
|
-
preserve_unknown_fields: NotRequired[pulumi.Input[
|
|
908
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
|
|
910
909
|
"""
|
|
911
910
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
912
911
|
"""
|
|
913
|
-
scope: NotRequired[pulumi.Input[
|
|
912
|
+
scope: NotRequired[pulumi.Input[_builtins.str]]
|
|
914
913
|
"""
|
|
915
914
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
916
915
|
"""
|
|
@@ -922,7 +921,7 @@ if not MYPY:
|
|
|
922
921
|
"""
|
|
923
922
|
validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
|
|
924
923
|
"""
|
|
925
|
-
version: NotRequired[pulumi.Input[
|
|
924
|
+
version: NotRequired[pulumi.Input[_builtins.str]]
|
|
926
925
|
"""
|
|
927
926
|
version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
928
927
|
"""
|
|
@@ -938,25 +937,25 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
938
937
|
def __init__(__self__, *,
|
|
939
938
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]] = None,
|
|
940
939
|
conversion: Optional[pulumi.Input['CustomResourceConversionPatchArgs']] = None,
|
|
941
|
-
group: Optional[pulumi.Input[
|
|
940
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
942
941
|
names: Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']] = None,
|
|
943
|
-
preserve_unknown_fields: Optional[pulumi.Input[
|
|
944
|
-
scope: Optional[pulumi.Input[
|
|
942
|
+
preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
943
|
+
scope: Optional[pulumi.Input[_builtins.str]] = None,
|
|
945
944
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']] = None,
|
|
946
945
|
validation: Optional[pulumi.Input['CustomResourceValidationPatchArgs']] = None,
|
|
947
|
-
version: Optional[pulumi.Input[
|
|
946
|
+
version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
948
947
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]]] = None):
|
|
949
948
|
"""
|
|
950
949
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
951
950
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
952
951
|
:param pulumi.Input['CustomResourceConversionPatchArgs'] conversion: conversion defines conversion settings for the CRD.
|
|
953
|
-
:param pulumi.Input[
|
|
952
|
+
:param pulumi.Input[_builtins.str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
954
953
|
:param pulumi.Input['CustomResourceDefinitionNamesPatchArgs'] names: names specify the resource and kind names for the custom resource.
|
|
955
|
-
:param pulumi.Input[
|
|
956
|
-
:param pulumi.Input[
|
|
954
|
+
:param pulumi.Input[_builtins.bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
955
|
+
:param pulumi.Input[_builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
957
956
|
:param pulumi.Input['CustomResourceSubresourcesPatchArgs'] subresources: subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
|
|
958
957
|
:param pulumi.Input['CustomResourceValidationPatchArgs'] validation: validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
|
|
959
|
-
:param pulumi.Input[
|
|
958
|
+
:param pulumi.Input[_builtins.str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
960
959
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]] versions: versions is the list of all API versions of the defined custom resource. Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
|
|
961
960
|
"""
|
|
962
961
|
if additional_printer_columns is not None:
|
|
@@ -980,7 +979,7 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
980
979
|
if versions is not None:
|
|
981
980
|
pulumi.set(__self__, "versions", versions)
|
|
982
981
|
|
|
983
|
-
@property
|
|
982
|
+
@_builtins.property
|
|
984
983
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
985
984
|
def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]:
|
|
986
985
|
"""
|
|
@@ -992,7 +991,7 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
992
991
|
def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]):
|
|
993
992
|
pulumi.set(self, "additional_printer_columns", value)
|
|
994
993
|
|
|
995
|
-
@property
|
|
994
|
+
@_builtins.property
|
|
996
995
|
@pulumi.getter
|
|
997
996
|
def conversion(self) -> Optional[pulumi.Input['CustomResourceConversionPatchArgs']]:
|
|
998
997
|
"""
|
|
@@ -1004,19 +1003,19 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
1004
1003
|
def conversion(self, value: Optional[pulumi.Input['CustomResourceConversionPatchArgs']]):
|
|
1005
1004
|
pulumi.set(self, "conversion", value)
|
|
1006
1005
|
|
|
1007
|
-
@property
|
|
1006
|
+
@_builtins.property
|
|
1008
1007
|
@pulumi.getter
|
|
1009
|
-
def group(self) -> Optional[pulumi.Input[
|
|
1008
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1010
1009
|
"""
|
|
1011
1010
|
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>`).
|
|
1012
1011
|
"""
|
|
1013
1012
|
return pulumi.get(self, "group")
|
|
1014
1013
|
|
|
1015
1014
|
@group.setter
|
|
1016
|
-
def group(self, value: Optional[pulumi.Input[
|
|
1015
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1017
1016
|
pulumi.set(self, "group", value)
|
|
1018
1017
|
|
|
1019
|
-
@property
|
|
1018
|
+
@_builtins.property
|
|
1020
1019
|
@pulumi.getter
|
|
1021
1020
|
def names(self) -> Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']]:
|
|
1022
1021
|
"""
|
|
@@ -1028,31 +1027,31 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
1028
1027
|
def names(self, value: Optional[pulumi.Input['CustomResourceDefinitionNamesPatchArgs']]):
|
|
1029
1028
|
pulumi.set(self, "names", value)
|
|
1030
1029
|
|
|
1031
|
-
@property
|
|
1030
|
+
@_builtins.property
|
|
1032
1031
|
@pulumi.getter(name="preserveUnknownFields")
|
|
1033
|
-
def preserve_unknown_fields(self) -> Optional[pulumi.Input[
|
|
1032
|
+
def preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1034
1033
|
"""
|
|
1035
1034
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1036
1035
|
"""
|
|
1037
1036
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
1038
1037
|
|
|
1039
1038
|
@preserve_unknown_fields.setter
|
|
1040
|
-
def preserve_unknown_fields(self, value: Optional[pulumi.Input[
|
|
1039
|
+
def preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1041
1040
|
pulumi.set(self, "preserve_unknown_fields", value)
|
|
1042
1041
|
|
|
1043
|
-
@property
|
|
1042
|
+
@_builtins.property
|
|
1044
1043
|
@pulumi.getter
|
|
1045
|
-
def scope(self) -> Optional[pulumi.Input[
|
|
1044
|
+
def scope(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1046
1045
|
"""
|
|
1047
1046
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1048
1047
|
"""
|
|
1049
1048
|
return pulumi.get(self, "scope")
|
|
1050
1049
|
|
|
1051
1050
|
@scope.setter
|
|
1052
|
-
def scope(self, value: Optional[pulumi.Input[
|
|
1051
|
+
def scope(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1053
1052
|
pulumi.set(self, "scope", value)
|
|
1054
1053
|
|
|
1055
|
-
@property
|
|
1054
|
+
@_builtins.property
|
|
1056
1055
|
@pulumi.getter
|
|
1057
1056
|
def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']]:
|
|
1058
1057
|
"""
|
|
@@ -1064,7 +1063,7 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
1064
1063
|
def subresources(self, value: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']]):
|
|
1065
1064
|
pulumi.set(self, "subresources", value)
|
|
1066
1065
|
|
|
1067
|
-
@property
|
|
1066
|
+
@_builtins.property
|
|
1068
1067
|
@pulumi.getter
|
|
1069
1068
|
def validation(self) -> Optional[pulumi.Input['CustomResourceValidationPatchArgs']]:
|
|
1070
1069
|
"""
|
|
@@ -1076,19 +1075,19 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
1076
1075
|
def validation(self, value: Optional[pulumi.Input['CustomResourceValidationPatchArgs']]):
|
|
1077
1076
|
pulumi.set(self, "validation", value)
|
|
1078
1077
|
|
|
1079
|
-
@property
|
|
1078
|
+
@_builtins.property
|
|
1080
1079
|
@pulumi.getter
|
|
1081
|
-
def version(self) -> Optional[pulumi.Input[
|
|
1080
|
+
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1082
1081
|
"""
|
|
1083
1082
|
version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1084
1083
|
"""
|
|
1085
1084
|
return pulumi.get(self, "version")
|
|
1086
1085
|
|
|
1087
1086
|
@version.setter
|
|
1088
|
-
def version(self, value: Optional[pulumi.Input[
|
|
1087
|
+
def version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1089
1088
|
pulumi.set(self, "version", value)
|
|
1090
1089
|
|
|
1091
|
-
@property
|
|
1090
|
+
@_builtins.property
|
|
1092
1091
|
@pulumi.getter
|
|
1093
1092
|
def versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgs']]]]:
|
|
1094
1093
|
"""
|
|
@@ -1106,7 +1105,7 @@ if not MYPY:
|
|
|
1106
1105
|
"""
|
|
1107
1106
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1108
1107
|
"""
|
|
1109
|
-
group: pulumi.Input[
|
|
1108
|
+
group: pulumi.Input[_builtins.str]
|
|
1110
1109
|
"""
|
|
1111
1110
|
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>`).
|
|
1112
1111
|
"""
|
|
@@ -1114,7 +1113,7 @@ if not MYPY:
|
|
|
1114
1113
|
"""
|
|
1115
1114
|
names specify the resource and kind names for the custom resource.
|
|
1116
1115
|
"""
|
|
1117
|
-
scope: pulumi.Input[
|
|
1116
|
+
scope: pulumi.Input[_builtins.str]
|
|
1118
1117
|
"""
|
|
1119
1118
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1120
1119
|
"""
|
|
@@ -1126,7 +1125,7 @@ if not MYPY:
|
|
|
1126
1125
|
"""
|
|
1127
1126
|
conversion defines conversion settings for the CRD.
|
|
1128
1127
|
"""
|
|
1129
|
-
preserve_unknown_fields: NotRequired[pulumi.Input[
|
|
1128
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1130
1129
|
"""
|
|
1131
1130
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1132
1131
|
"""
|
|
@@ -1138,7 +1137,7 @@ if not MYPY:
|
|
|
1138
1137
|
"""
|
|
1139
1138
|
validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
|
|
1140
1139
|
"""
|
|
1141
|
-
version: NotRequired[pulumi.Input[
|
|
1140
|
+
version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1142
1141
|
"""
|
|
1143
1142
|
version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1144
1143
|
"""
|
|
@@ -1152,27 +1151,27 @@ elif False:
|
|
|
1152
1151
|
@pulumi.input_type
|
|
1153
1152
|
class CustomResourceDefinitionSpecArgs:
|
|
1154
1153
|
def __init__(__self__, *,
|
|
1155
|
-
group: pulumi.Input[
|
|
1154
|
+
group: pulumi.Input[_builtins.str],
|
|
1156
1155
|
names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
|
|
1157
|
-
scope: pulumi.Input[
|
|
1156
|
+
scope: pulumi.Input[_builtins.str],
|
|
1158
1157
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]] = None,
|
|
1159
1158
|
conversion: Optional[pulumi.Input['CustomResourceConversionArgs']] = None,
|
|
1160
|
-
preserve_unknown_fields: Optional[pulumi.Input[
|
|
1159
|
+
preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1161
1160
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesArgs']] = None,
|
|
1162
1161
|
validation: Optional[pulumi.Input['CustomResourceValidationArgs']] = None,
|
|
1163
|
-
version: Optional[pulumi.Input[
|
|
1162
|
+
version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1164
1163
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]]] = None):
|
|
1165
1164
|
"""
|
|
1166
1165
|
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1167
|
-
:param pulumi.Input[
|
|
1166
|
+
:param pulumi.Input[_builtins.str] group: group is the API group of the defined custom resource. The custom resources are served under `/apis/<group>/...`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`).
|
|
1168
1167
|
:param pulumi.Input['CustomResourceDefinitionNamesArgs'] names: names specify the resource and kind names for the custom resource.
|
|
1169
|
-
:param pulumi.Input[
|
|
1168
|
+
:param pulumi.Input[_builtins.str] scope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1170
1169
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1171
1170
|
:param pulumi.Input['CustomResourceConversionArgs'] conversion: conversion defines conversion settings for the CRD.
|
|
1172
|
-
:param pulumi.Input[
|
|
1171
|
+
:param pulumi.Input[_builtins.bool] preserve_unknown_fields: preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1173
1172
|
:param pulumi.Input['CustomResourceSubresourcesArgs'] subresources: subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive.
|
|
1174
1173
|
:param pulumi.Input['CustomResourceValidationArgs'] validation: validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.
|
|
1175
|
-
:param pulumi.Input[
|
|
1174
|
+
:param pulumi.Input[_builtins.str] version: version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1176
1175
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]] versions: versions is the list of all API versions of the defined custom resource. Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
|
|
1177
1176
|
"""
|
|
1178
1177
|
pulumi.set(__self__, "group", group)
|
|
@@ -1193,19 +1192,19 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1193
1192
|
if versions is not None:
|
|
1194
1193
|
pulumi.set(__self__, "versions", versions)
|
|
1195
1194
|
|
|
1196
|
-
@property
|
|
1195
|
+
@_builtins.property
|
|
1197
1196
|
@pulumi.getter
|
|
1198
|
-
def group(self) -> pulumi.Input[
|
|
1197
|
+
def group(self) -> pulumi.Input[_builtins.str]:
|
|
1199
1198
|
"""
|
|
1200
1199
|
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>`).
|
|
1201
1200
|
"""
|
|
1202
1201
|
return pulumi.get(self, "group")
|
|
1203
1202
|
|
|
1204
1203
|
@group.setter
|
|
1205
|
-
def group(self, value: pulumi.Input[
|
|
1204
|
+
def group(self, value: pulumi.Input[_builtins.str]):
|
|
1206
1205
|
pulumi.set(self, "group", value)
|
|
1207
1206
|
|
|
1208
|
-
@property
|
|
1207
|
+
@_builtins.property
|
|
1209
1208
|
@pulumi.getter
|
|
1210
1209
|
def names(self) -> pulumi.Input['CustomResourceDefinitionNamesArgs']:
|
|
1211
1210
|
"""
|
|
@@ -1217,19 +1216,19 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1217
1216
|
def names(self, value: pulumi.Input['CustomResourceDefinitionNamesArgs']):
|
|
1218
1217
|
pulumi.set(self, "names", value)
|
|
1219
1218
|
|
|
1220
|
-
@property
|
|
1219
|
+
@_builtins.property
|
|
1221
1220
|
@pulumi.getter
|
|
1222
|
-
def scope(self) -> pulumi.Input[
|
|
1221
|
+
def scope(self) -> pulumi.Input[_builtins.str]:
|
|
1223
1222
|
"""
|
|
1224
1223
|
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1225
1224
|
"""
|
|
1226
1225
|
return pulumi.get(self, "scope")
|
|
1227
1226
|
|
|
1228
1227
|
@scope.setter
|
|
1229
|
-
def scope(self, value: pulumi.Input[
|
|
1228
|
+
def scope(self, value: pulumi.Input[_builtins.str]):
|
|
1230
1229
|
pulumi.set(self, "scope", value)
|
|
1231
1230
|
|
|
1232
|
-
@property
|
|
1231
|
+
@_builtins.property
|
|
1233
1232
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1234
1233
|
def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]:
|
|
1235
1234
|
"""
|
|
@@ -1241,7 +1240,7 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1241
1240
|
def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]):
|
|
1242
1241
|
pulumi.set(self, "additional_printer_columns", value)
|
|
1243
1242
|
|
|
1244
|
-
@property
|
|
1243
|
+
@_builtins.property
|
|
1245
1244
|
@pulumi.getter
|
|
1246
1245
|
def conversion(self) -> Optional[pulumi.Input['CustomResourceConversionArgs']]:
|
|
1247
1246
|
"""
|
|
@@ -1253,19 +1252,19 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1253
1252
|
def conversion(self, value: Optional[pulumi.Input['CustomResourceConversionArgs']]):
|
|
1254
1253
|
pulumi.set(self, "conversion", value)
|
|
1255
1254
|
|
|
1256
|
-
@property
|
|
1255
|
+
@_builtins.property
|
|
1257
1256
|
@pulumi.getter(name="preserveUnknownFields")
|
|
1258
|
-
def preserve_unknown_fields(self) -> Optional[pulumi.Input[
|
|
1257
|
+
def preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1259
1258
|
"""
|
|
1260
1259
|
preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details.
|
|
1261
1260
|
"""
|
|
1262
1261
|
return pulumi.get(self, "preserve_unknown_fields")
|
|
1263
1262
|
|
|
1264
1263
|
@preserve_unknown_fields.setter
|
|
1265
|
-
def preserve_unknown_fields(self, value: Optional[pulumi.Input[
|
|
1264
|
+
def preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1266
1265
|
pulumi.set(self, "preserve_unknown_fields", value)
|
|
1267
1266
|
|
|
1268
|
-
@property
|
|
1267
|
+
@_builtins.property
|
|
1269
1268
|
@pulumi.getter
|
|
1270
1269
|
def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesArgs']]:
|
|
1271
1270
|
"""
|
|
@@ -1277,7 +1276,7 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1277
1276
|
def subresources(self, value: Optional[pulumi.Input['CustomResourceSubresourcesArgs']]):
|
|
1278
1277
|
pulumi.set(self, "subresources", value)
|
|
1279
1278
|
|
|
1280
|
-
@property
|
|
1279
|
+
@_builtins.property
|
|
1281
1280
|
@pulumi.getter
|
|
1282
1281
|
def validation(self) -> Optional[pulumi.Input['CustomResourceValidationArgs']]:
|
|
1283
1282
|
"""
|
|
@@ -1289,19 +1288,19 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
1289
1288
|
def validation(self, value: Optional[pulumi.Input['CustomResourceValidationArgs']]):
|
|
1290
1289
|
pulumi.set(self, "validation", value)
|
|
1291
1290
|
|
|
1292
|
-
@property
|
|
1291
|
+
@_builtins.property
|
|
1293
1292
|
@pulumi.getter
|
|
1294
|
-
def version(self) -> Optional[pulumi.Input[
|
|
1293
|
+
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1295
1294
|
"""
|
|
1296
1295
|
version is the API version of the defined custom resource. The custom resources are served under `/apis/<group>/<version>/...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead.
|
|
1297
1296
|
"""
|
|
1298
1297
|
return pulumi.get(self, "version")
|
|
1299
1298
|
|
|
1300
1299
|
@version.setter
|
|
1301
|
-
def version(self, value: Optional[pulumi.Input[
|
|
1300
|
+
def version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1302
1301
|
pulumi.set(self, "version", value)
|
|
1303
1302
|
|
|
1304
|
-
@property
|
|
1303
|
+
@_builtins.property
|
|
1305
1304
|
@pulumi.getter
|
|
1306
1305
|
def versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgs']]]]:
|
|
1307
1306
|
"""
|
|
@@ -1323,7 +1322,7 @@ if not MYPY:
|
|
|
1323
1322
|
"""
|
|
1324
1323
|
acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1325
1324
|
"""
|
|
1326
|
-
stored_versions: pulumi.Input[Sequence[pulumi.Input[
|
|
1325
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1327
1326
|
"""
|
|
1328
1327
|
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.
|
|
1329
1328
|
"""
|
|
@@ -1338,12 +1337,12 @@ elif False:
|
|
|
1338
1337
|
class CustomResourceDefinitionStatusArgs:
|
|
1339
1338
|
def __init__(__self__, *,
|
|
1340
1339
|
accepted_names: pulumi.Input['CustomResourceDefinitionNamesArgs'],
|
|
1341
|
-
stored_versions: pulumi.Input[Sequence[pulumi.Input[
|
|
1340
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1342
1341
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]]] = None):
|
|
1343
1342
|
"""
|
|
1344
1343
|
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1345
1344
|
:param pulumi.Input['CustomResourceDefinitionNamesArgs'] accepted_names: acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1346
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1345
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] stored_versions: storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.
|
|
1347
1346
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]] conditions: conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1348
1347
|
"""
|
|
1349
1348
|
pulumi.set(__self__, "accepted_names", accepted_names)
|
|
@@ -1351,7 +1350,7 @@ class CustomResourceDefinitionStatusArgs:
|
|
|
1351
1350
|
if conditions is not None:
|
|
1352
1351
|
pulumi.set(__self__, "conditions", conditions)
|
|
1353
1352
|
|
|
1354
|
-
@property
|
|
1353
|
+
@_builtins.property
|
|
1355
1354
|
@pulumi.getter(name="acceptedNames")
|
|
1356
1355
|
def accepted_names(self) -> pulumi.Input['CustomResourceDefinitionNamesArgs']:
|
|
1357
1356
|
"""
|
|
@@ -1363,19 +1362,19 @@ class CustomResourceDefinitionStatusArgs:
|
|
|
1363
1362
|
def accepted_names(self, value: pulumi.Input['CustomResourceDefinitionNamesArgs']):
|
|
1364
1363
|
pulumi.set(self, "accepted_names", value)
|
|
1365
1364
|
|
|
1366
|
-
@property
|
|
1365
|
+
@_builtins.property
|
|
1367
1366
|
@pulumi.getter(name="storedVersions")
|
|
1368
|
-
def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
1367
|
+
def stored_versions(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1369
1368
|
"""
|
|
1370
1369
|
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.
|
|
1371
1370
|
"""
|
|
1372
1371
|
return pulumi.get(self, "stored_versions")
|
|
1373
1372
|
|
|
1374
1373
|
@stored_versions.setter
|
|
1375
|
-
def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
1374
|
+
def stored_versions(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1376
1375
|
pulumi.set(self, "stored_versions", value)
|
|
1377
1376
|
|
|
1378
|
-
@property
|
|
1377
|
+
@_builtins.property
|
|
1379
1378
|
@pulumi.getter
|
|
1380
1379
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgs']]]]:
|
|
1381
1380
|
"""
|
|
@@ -1397,15 +1396,15 @@ if not MYPY:
|
|
|
1397
1396
|
"""
|
|
1398
1397
|
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1399
1398
|
"""
|
|
1400
|
-
deprecated: NotRequired[pulumi.Input[
|
|
1399
|
+
deprecated: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1401
1400
|
"""
|
|
1402
1401
|
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.
|
|
1403
1402
|
"""
|
|
1404
|
-
deprecation_warning: NotRequired[pulumi.Input[
|
|
1403
|
+
deprecation_warning: NotRequired[pulumi.Input[_builtins.str]]
|
|
1405
1404
|
"""
|
|
1406
1405
|
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.
|
|
1407
1406
|
"""
|
|
1408
|
-
name: NotRequired[pulumi.Input[
|
|
1407
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1409
1408
|
"""
|
|
1410
1409
|
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.
|
|
1411
1410
|
"""
|
|
@@ -1413,11 +1412,11 @@ if not MYPY:
|
|
|
1413
1412
|
"""
|
|
1414
1413
|
schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
|
|
1415
1414
|
"""
|
|
1416
|
-
served: NotRequired[pulumi.Input[
|
|
1415
|
+
served: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1417
1416
|
"""
|
|
1418
1417
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1419
1418
|
"""
|
|
1420
|
-
storage: NotRequired[pulumi.Input[
|
|
1419
|
+
storage: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1421
1420
|
"""
|
|
1422
1421
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1423
1422
|
"""
|
|
@@ -1432,22 +1431,22 @@ elif False:
|
|
|
1432
1431
|
class CustomResourceDefinitionVersionPatchArgs:
|
|
1433
1432
|
def __init__(__self__, *,
|
|
1434
1433
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]] = None,
|
|
1435
|
-
deprecated: Optional[pulumi.Input[
|
|
1436
|
-
deprecation_warning: Optional[pulumi.Input[
|
|
1437
|
-
name: Optional[pulumi.Input[
|
|
1434
|
+
deprecated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1435
|
+
deprecation_warning: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1436
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1438
1437
|
schema: Optional[pulumi.Input['CustomResourceValidationPatchArgs']] = None,
|
|
1439
|
-
served: Optional[pulumi.Input[
|
|
1440
|
-
storage: Optional[pulumi.Input[
|
|
1438
|
+
served: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1439
|
+
storage: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1441
1440
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']] = None):
|
|
1442
1441
|
"""
|
|
1443
1442
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1444
1443
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1445
|
-
:param pulumi.Input[
|
|
1446
|
-
:param pulumi.Input[
|
|
1447
|
-
:param pulumi.Input[
|
|
1444
|
+
:param pulumi.Input[_builtins.bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1445
|
+
:param pulumi.Input[_builtins.str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1446
|
+
:param pulumi.Input[_builtins.str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1448
1447
|
:param pulumi.Input['CustomResourceValidationPatchArgs'] schema: schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
|
|
1449
|
-
:param pulumi.Input[
|
|
1450
|
-
:param pulumi.Input[
|
|
1448
|
+
:param pulumi.Input[_builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1449
|
+
:param pulumi.Input[_builtins.bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1451
1450
|
:param pulumi.Input['CustomResourceSubresourcesPatchArgs'] subresources: subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
|
|
1452
1451
|
"""
|
|
1453
1452
|
if additional_printer_columns is not None:
|
|
@@ -1467,7 +1466,7 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1467
1466
|
if subresources is not None:
|
|
1468
1467
|
pulumi.set(__self__, "subresources", subresources)
|
|
1469
1468
|
|
|
1470
|
-
@property
|
|
1469
|
+
@_builtins.property
|
|
1471
1470
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1472
1471
|
def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]:
|
|
1473
1472
|
"""
|
|
@@ -1479,43 +1478,43 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1479
1478
|
def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgs']]]]):
|
|
1480
1479
|
pulumi.set(self, "additional_printer_columns", value)
|
|
1481
1480
|
|
|
1482
|
-
@property
|
|
1481
|
+
@_builtins.property
|
|
1483
1482
|
@pulumi.getter
|
|
1484
|
-
def deprecated(self) -> Optional[pulumi.Input[
|
|
1483
|
+
def deprecated(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1485
1484
|
"""
|
|
1486
1485
|
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.
|
|
1487
1486
|
"""
|
|
1488
1487
|
return pulumi.get(self, "deprecated")
|
|
1489
1488
|
|
|
1490
1489
|
@deprecated.setter
|
|
1491
|
-
def deprecated(self, value: Optional[pulumi.Input[
|
|
1490
|
+
def deprecated(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1492
1491
|
pulumi.set(self, "deprecated", value)
|
|
1493
1492
|
|
|
1494
|
-
@property
|
|
1493
|
+
@_builtins.property
|
|
1495
1494
|
@pulumi.getter(name="deprecationWarning")
|
|
1496
|
-
def deprecation_warning(self) -> Optional[pulumi.Input[
|
|
1495
|
+
def deprecation_warning(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1497
1496
|
"""
|
|
1498
1497
|
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.
|
|
1499
1498
|
"""
|
|
1500
1499
|
return pulumi.get(self, "deprecation_warning")
|
|
1501
1500
|
|
|
1502
1501
|
@deprecation_warning.setter
|
|
1503
|
-
def deprecation_warning(self, value: Optional[pulumi.Input[
|
|
1502
|
+
def deprecation_warning(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1504
1503
|
pulumi.set(self, "deprecation_warning", value)
|
|
1505
1504
|
|
|
1506
|
-
@property
|
|
1505
|
+
@_builtins.property
|
|
1507
1506
|
@pulumi.getter
|
|
1508
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1507
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1509
1508
|
"""
|
|
1510
1509
|
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.
|
|
1511
1510
|
"""
|
|
1512
1511
|
return pulumi.get(self, "name")
|
|
1513
1512
|
|
|
1514
1513
|
@name.setter
|
|
1515
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1514
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1516
1515
|
pulumi.set(self, "name", value)
|
|
1517
1516
|
|
|
1518
|
-
@property
|
|
1517
|
+
@_builtins.property
|
|
1519
1518
|
@pulumi.getter
|
|
1520
1519
|
def schema(self) -> Optional[pulumi.Input['CustomResourceValidationPatchArgs']]:
|
|
1521
1520
|
"""
|
|
@@ -1527,31 +1526,31 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1527
1526
|
def schema(self, value: Optional[pulumi.Input['CustomResourceValidationPatchArgs']]):
|
|
1528
1527
|
pulumi.set(self, "schema", value)
|
|
1529
1528
|
|
|
1530
|
-
@property
|
|
1529
|
+
@_builtins.property
|
|
1531
1530
|
@pulumi.getter
|
|
1532
|
-
def served(self) -> Optional[pulumi.Input[
|
|
1531
|
+
def served(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1533
1532
|
"""
|
|
1534
1533
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1535
1534
|
"""
|
|
1536
1535
|
return pulumi.get(self, "served")
|
|
1537
1536
|
|
|
1538
1537
|
@served.setter
|
|
1539
|
-
def served(self, value: Optional[pulumi.Input[
|
|
1538
|
+
def served(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1540
1539
|
pulumi.set(self, "served", value)
|
|
1541
1540
|
|
|
1542
|
-
@property
|
|
1541
|
+
@_builtins.property
|
|
1543
1542
|
@pulumi.getter
|
|
1544
|
-
def storage(self) -> Optional[pulumi.Input[
|
|
1543
|
+
def storage(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1545
1544
|
"""
|
|
1546
1545
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1547
1546
|
"""
|
|
1548
1547
|
return pulumi.get(self, "storage")
|
|
1549
1548
|
|
|
1550
1549
|
@storage.setter
|
|
1551
|
-
def storage(self, value: Optional[pulumi.Input[
|
|
1550
|
+
def storage(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1552
1551
|
pulumi.set(self, "storage", value)
|
|
1553
1552
|
|
|
1554
|
-
@property
|
|
1553
|
+
@_builtins.property
|
|
1555
1554
|
@pulumi.getter
|
|
1556
1555
|
def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesPatchArgs']]:
|
|
1557
1556
|
"""
|
|
@@ -1569,15 +1568,15 @@ if not MYPY:
|
|
|
1569
1568
|
"""
|
|
1570
1569
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1571
1570
|
"""
|
|
1572
|
-
name: pulumi.Input[
|
|
1571
|
+
name: pulumi.Input[_builtins.str]
|
|
1573
1572
|
"""
|
|
1574
1573
|
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.
|
|
1575
1574
|
"""
|
|
1576
|
-
served: pulumi.Input[
|
|
1575
|
+
served: pulumi.Input[_builtins.bool]
|
|
1577
1576
|
"""
|
|
1578
1577
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1579
1578
|
"""
|
|
1580
|
-
storage: pulumi.Input[
|
|
1579
|
+
storage: pulumi.Input[_builtins.bool]
|
|
1581
1580
|
"""
|
|
1582
1581
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1583
1582
|
"""
|
|
@@ -1585,11 +1584,11 @@ if not MYPY:
|
|
|
1585
1584
|
"""
|
|
1586
1585
|
additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1587
1586
|
"""
|
|
1588
|
-
deprecated: NotRequired[pulumi.Input[
|
|
1587
|
+
deprecated: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1589
1588
|
"""
|
|
1590
1589
|
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.
|
|
1591
1590
|
"""
|
|
1592
|
-
deprecation_warning: NotRequired[pulumi.Input[
|
|
1591
|
+
deprecation_warning: NotRequired[pulumi.Input[_builtins.str]]
|
|
1593
1592
|
"""
|
|
1594
1593
|
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.
|
|
1595
1594
|
"""
|
|
@@ -1607,22 +1606,22 @@ elif False:
|
|
|
1607
1606
|
@pulumi.input_type
|
|
1608
1607
|
class CustomResourceDefinitionVersionArgs:
|
|
1609
1608
|
def __init__(__self__, *,
|
|
1610
|
-
name: pulumi.Input[
|
|
1611
|
-
served: pulumi.Input[
|
|
1612
|
-
storage: pulumi.Input[
|
|
1609
|
+
name: pulumi.Input[_builtins.str],
|
|
1610
|
+
served: pulumi.Input[_builtins.bool],
|
|
1611
|
+
storage: pulumi.Input[_builtins.bool],
|
|
1613
1612
|
additional_printer_columns: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]] = None,
|
|
1614
|
-
deprecated: Optional[pulumi.Input[
|
|
1615
|
-
deprecation_warning: Optional[pulumi.Input[
|
|
1613
|
+
deprecated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1614
|
+
deprecation_warning: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1616
1615
|
schema: Optional[pulumi.Input['CustomResourceValidationArgs']] = None,
|
|
1617
1616
|
subresources: Optional[pulumi.Input['CustomResourceSubresourcesArgs']] = None):
|
|
1618
1617
|
"""
|
|
1619
1618
|
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1620
|
-
:param pulumi.Input[
|
|
1621
|
-
:param pulumi.Input[
|
|
1622
|
-
:param pulumi.Input[
|
|
1619
|
+
:param pulumi.Input[_builtins.str] name: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis/<group>/<version>/...` if `served` is true.
|
|
1620
|
+
:param pulumi.Input[_builtins.bool] served: served is a flag enabling/disabling this version from being served via REST APIs
|
|
1621
|
+
:param pulumi.Input[_builtins.bool] storage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1623
1622
|
:param pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]] additional_printer_columns: additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead). If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used.
|
|
1624
|
-
:param pulumi.Input[
|
|
1625
|
-
:param pulumi.Input[
|
|
1623
|
+
:param pulumi.Input[_builtins.bool] deprecated: deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false.
|
|
1624
|
+
:param pulumi.Input[_builtins.str] deprecation_warning: deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists.
|
|
1626
1625
|
:param pulumi.Input['CustomResourceValidationArgs'] schema: schema describes the schema used for validation and pruning of this version of the custom resource. Top-level and per-version schemas are mutually exclusive. Per-version schemas must not all be set to identical values (top-level validation schema should be used instead).
|
|
1627
1626
|
:param pulumi.Input['CustomResourceSubresourcesArgs'] subresources: subresources specify what subresources this version of the defined custom resource have. Top-level and per-version subresources are mutually exclusive. Per-version subresources must not all be set to identical values (top-level subresources should be used instead).
|
|
1628
1627
|
"""
|
|
@@ -1640,43 +1639,43 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1640
1639
|
if subresources is not None:
|
|
1641
1640
|
pulumi.set(__self__, "subresources", subresources)
|
|
1642
1641
|
|
|
1643
|
-
@property
|
|
1642
|
+
@_builtins.property
|
|
1644
1643
|
@pulumi.getter
|
|
1645
|
-
def name(self) -> pulumi.Input[
|
|
1644
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1646
1645
|
"""
|
|
1647
1646
|
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.
|
|
1648
1647
|
"""
|
|
1649
1648
|
return pulumi.get(self, "name")
|
|
1650
1649
|
|
|
1651
1650
|
@name.setter
|
|
1652
|
-
def name(self, value: pulumi.Input[
|
|
1651
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1653
1652
|
pulumi.set(self, "name", value)
|
|
1654
1653
|
|
|
1655
|
-
@property
|
|
1654
|
+
@_builtins.property
|
|
1656
1655
|
@pulumi.getter
|
|
1657
|
-
def served(self) -> pulumi.Input[
|
|
1656
|
+
def served(self) -> pulumi.Input[_builtins.bool]:
|
|
1658
1657
|
"""
|
|
1659
1658
|
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1660
1659
|
"""
|
|
1661
1660
|
return pulumi.get(self, "served")
|
|
1662
1661
|
|
|
1663
1662
|
@served.setter
|
|
1664
|
-
def served(self, value: pulumi.Input[
|
|
1663
|
+
def served(self, value: pulumi.Input[_builtins.bool]):
|
|
1665
1664
|
pulumi.set(self, "served", value)
|
|
1666
1665
|
|
|
1667
|
-
@property
|
|
1666
|
+
@_builtins.property
|
|
1668
1667
|
@pulumi.getter
|
|
1669
|
-
def storage(self) -> pulumi.Input[
|
|
1668
|
+
def storage(self) -> pulumi.Input[_builtins.bool]:
|
|
1670
1669
|
"""
|
|
1671
1670
|
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1672
1671
|
"""
|
|
1673
1672
|
return pulumi.get(self, "storage")
|
|
1674
1673
|
|
|
1675
1674
|
@storage.setter
|
|
1676
|
-
def storage(self, value: pulumi.Input[
|
|
1675
|
+
def storage(self, value: pulumi.Input[_builtins.bool]):
|
|
1677
1676
|
pulumi.set(self, "storage", value)
|
|
1678
1677
|
|
|
1679
|
-
@property
|
|
1678
|
+
@_builtins.property
|
|
1680
1679
|
@pulumi.getter(name="additionalPrinterColumns")
|
|
1681
1680
|
def additional_printer_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]:
|
|
1682
1681
|
"""
|
|
@@ -1688,31 +1687,31 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1688
1687
|
def additional_printer_columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgs']]]]):
|
|
1689
1688
|
pulumi.set(self, "additional_printer_columns", value)
|
|
1690
1689
|
|
|
1691
|
-
@property
|
|
1690
|
+
@_builtins.property
|
|
1692
1691
|
@pulumi.getter
|
|
1693
|
-
def deprecated(self) -> Optional[pulumi.Input[
|
|
1692
|
+
def deprecated(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1694
1693
|
"""
|
|
1695
1694
|
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.
|
|
1696
1695
|
"""
|
|
1697
1696
|
return pulumi.get(self, "deprecated")
|
|
1698
1697
|
|
|
1699
1698
|
@deprecated.setter
|
|
1700
|
-
def deprecated(self, value: Optional[pulumi.Input[
|
|
1699
|
+
def deprecated(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1701
1700
|
pulumi.set(self, "deprecated", value)
|
|
1702
1701
|
|
|
1703
|
-
@property
|
|
1702
|
+
@_builtins.property
|
|
1704
1703
|
@pulumi.getter(name="deprecationWarning")
|
|
1705
|
-
def deprecation_warning(self) -> Optional[pulumi.Input[
|
|
1704
|
+
def deprecation_warning(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1706
1705
|
"""
|
|
1707
1706
|
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.
|
|
1708
1707
|
"""
|
|
1709
1708
|
return pulumi.get(self, "deprecation_warning")
|
|
1710
1709
|
|
|
1711
1710
|
@deprecation_warning.setter
|
|
1712
|
-
def deprecation_warning(self, value: Optional[pulumi.Input[
|
|
1711
|
+
def deprecation_warning(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1713
1712
|
pulumi.set(self, "deprecation_warning", value)
|
|
1714
1713
|
|
|
1715
|
-
@property
|
|
1714
|
+
@_builtins.property
|
|
1716
1715
|
@pulumi.getter
|
|
1717
1716
|
def schema(self) -> Optional[pulumi.Input['CustomResourceValidationArgs']]:
|
|
1718
1717
|
"""
|
|
@@ -1724,7 +1723,7 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1724
1723
|
def schema(self, value: Optional[pulumi.Input['CustomResourceValidationArgs']]):
|
|
1725
1724
|
pulumi.set(self, "schema", value)
|
|
1726
1725
|
|
|
1727
|
-
@property
|
|
1726
|
+
@_builtins.property
|
|
1728
1727
|
@pulumi.getter
|
|
1729
1728
|
def subresources(self) -> Optional[pulumi.Input['CustomResourceSubresourcesArgs']]:
|
|
1730
1729
|
"""
|
|
@@ -1746,11 +1745,11 @@ if not MYPY:
|
|
|
1746
1745
|
"""
|
|
1747
1746
|
spec describes how the user wants the resources to appear
|
|
1748
1747
|
"""
|
|
1749
|
-
api_version: NotRequired[pulumi.Input[
|
|
1748
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1750
1749
|
"""
|
|
1751
1750
|
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
|
|
1752
1751
|
"""
|
|
1753
|
-
kind: NotRequired[pulumi.Input[
|
|
1752
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1754
1753
|
"""
|
|
1755
1754
|
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
|
|
1756
1755
|
"""
|
|
@@ -1766,15 +1765,15 @@ elif False:
|
|
|
1766
1765
|
class CustomResourceDefinitionArgs:
|
|
1767
1766
|
def __init__(__self__, *,
|
|
1768
1767
|
spec: pulumi.Input['CustomResourceDefinitionSpecArgs'],
|
|
1769
|
-
api_version: Optional[pulumi.Input[
|
|
1770
|
-
kind: Optional[pulumi.Input[
|
|
1768
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1769
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1771
1770
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1772
1771
|
status: Optional[pulumi.Input['CustomResourceDefinitionStatusArgs']] = None):
|
|
1773
1772
|
"""
|
|
1774
1773
|
CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. Deprecated in v1.16, planned for removal in v1.19. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.
|
|
1775
1774
|
:param pulumi.Input['CustomResourceDefinitionSpecArgs'] spec: spec describes how the user wants the resources to appear
|
|
1776
|
-
:param pulumi.Input[
|
|
1777
|
-
:param pulumi.Input[
|
|
1775
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1776
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1778
1777
|
:param pulumi.Input['CustomResourceDefinitionStatusArgs'] status: status indicates the actual state of the CustomResourceDefinition
|
|
1779
1778
|
"""
|
|
1780
1779
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1787,7 +1786,7 @@ class CustomResourceDefinitionArgs:
|
|
|
1787
1786
|
if status is not None:
|
|
1788
1787
|
pulumi.set(__self__, "status", status)
|
|
1789
1788
|
|
|
1790
|
-
@property
|
|
1789
|
+
@_builtins.property
|
|
1791
1790
|
@pulumi.getter
|
|
1792
1791
|
def spec(self) -> pulumi.Input['CustomResourceDefinitionSpecArgs']:
|
|
1793
1792
|
"""
|
|
@@ -1799,31 +1798,31 @@ class CustomResourceDefinitionArgs:
|
|
|
1799
1798
|
def spec(self, value: pulumi.Input['CustomResourceDefinitionSpecArgs']):
|
|
1800
1799
|
pulumi.set(self, "spec", value)
|
|
1801
1800
|
|
|
1802
|
-
@property
|
|
1801
|
+
@_builtins.property
|
|
1803
1802
|
@pulumi.getter(name="apiVersion")
|
|
1804
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1803
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1805
1804
|
"""
|
|
1806
1805
|
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
|
|
1807
1806
|
"""
|
|
1808
1807
|
return pulumi.get(self, "api_version")
|
|
1809
1808
|
|
|
1810
1809
|
@api_version.setter
|
|
1811
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1810
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1812
1811
|
pulumi.set(self, "api_version", value)
|
|
1813
1812
|
|
|
1814
|
-
@property
|
|
1813
|
+
@_builtins.property
|
|
1815
1814
|
@pulumi.getter
|
|
1816
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1815
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1817
1816
|
"""
|
|
1818
1817
|
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
|
|
1819
1818
|
"""
|
|
1820
1819
|
return pulumi.get(self, "kind")
|
|
1821
1820
|
|
|
1822
1821
|
@kind.setter
|
|
1823
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1822
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1824
1823
|
pulumi.set(self, "kind", value)
|
|
1825
1824
|
|
|
1826
|
-
@property
|
|
1825
|
+
@_builtins.property
|
|
1827
1826
|
@pulumi.getter
|
|
1828
1827
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1829
1828
|
return pulumi.get(self, "metadata")
|
|
@@ -1832,7 +1831,7 @@ class CustomResourceDefinitionArgs:
|
|
|
1832
1831
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1833
1832
|
pulumi.set(self, "metadata", value)
|
|
1834
1833
|
|
|
1835
|
-
@property
|
|
1834
|
+
@_builtins.property
|
|
1836
1835
|
@pulumi.getter
|
|
1837
1836
|
def status(self) -> Optional[pulumi.Input['CustomResourceDefinitionStatusArgs']]:
|
|
1838
1837
|
"""
|
|
@@ -1850,15 +1849,15 @@ if not MYPY:
|
|
|
1850
1849
|
"""
|
|
1851
1850
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1852
1851
|
"""
|
|
1853
|
-
label_selector_path: NotRequired[pulumi.Input[
|
|
1852
|
+
label_selector_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
1854
1853
|
"""
|
|
1855
1854
|
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.
|
|
1856
1855
|
"""
|
|
1857
|
-
spec_replicas_path: NotRequired[pulumi.Input[
|
|
1856
|
+
spec_replicas_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
1858
1857
|
"""
|
|
1859
1858
|
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.
|
|
1860
1859
|
"""
|
|
1861
|
-
status_replicas_path: NotRequired[pulumi.Input[
|
|
1860
|
+
status_replicas_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
1862
1861
|
"""
|
|
1863
1862
|
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.
|
|
1864
1863
|
"""
|
|
@@ -1868,14 +1867,14 @@ elif False:
|
|
|
1868
1867
|
@pulumi.input_type
|
|
1869
1868
|
class CustomResourceSubresourceScalePatchArgs:
|
|
1870
1869
|
def __init__(__self__, *,
|
|
1871
|
-
label_selector_path: Optional[pulumi.Input[
|
|
1872
|
-
spec_replicas_path: Optional[pulumi.Input[
|
|
1873
|
-
status_replicas_path: Optional[pulumi.Input[
|
|
1870
|
+
label_selector_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1871
|
+
spec_replicas_path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1872
|
+
status_replicas_path: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1874
1873
|
"""
|
|
1875
1874
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1876
|
-
:param pulumi.Input[
|
|
1877
|
-
:param pulumi.Input[
|
|
1878
|
-
:param pulumi.Input[
|
|
1875
|
+
:param pulumi.Input[_builtins.str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1876
|
+
:param pulumi.Input[_builtins.str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1877
|
+
:param pulumi.Input[_builtins.str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1879
1878
|
"""
|
|
1880
1879
|
if label_selector_path is not None:
|
|
1881
1880
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
@@ -1884,40 +1883,40 @@ class CustomResourceSubresourceScalePatchArgs:
|
|
|
1884
1883
|
if status_replicas_path is not None:
|
|
1885
1884
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
1886
1885
|
|
|
1887
|
-
@property
|
|
1886
|
+
@_builtins.property
|
|
1888
1887
|
@pulumi.getter(name="labelSelectorPath")
|
|
1889
|
-
def label_selector_path(self) -> Optional[pulumi.Input[
|
|
1888
|
+
def label_selector_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1890
1889
|
"""
|
|
1891
1890
|
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.
|
|
1892
1891
|
"""
|
|
1893
1892
|
return pulumi.get(self, "label_selector_path")
|
|
1894
1893
|
|
|
1895
1894
|
@label_selector_path.setter
|
|
1896
|
-
def label_selector_path(self, value: Optional[pulumi.Input[
|
|
1895
|
+
def label_selector_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1897
1896
|
pulumi.set(self, "label_selector_path", value)
|
|
1898
1897
|
|
|
1899
|
-
@property
|
|
1898
|
+
@_builtins.property
|
|
1900
1899
|
@pulumi.getter(name="specReplicasPath")
|
|
1901
|
-
def spec_replicas_path(self) -> Optional[pulumi.Input[
|
|
1900
|
+
def spec_replicas_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1902
1901
|
"""
|
|
1903
1902
|
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.
|
|
1904
1903
|
"""
|
|
1905
1904
|
return pulumi.get(self, "spec_replicas_path")
|
|
1906
1905
|
|
|
1907
1906
|
@spec_replicas_path.setter
|
|
1908
|
-
def spec_replicas_path(self, value: Optional[pulumi.Input[
|
|
1907
|
+
def spec_replicas_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1909
1908
|
pulumi.set(self, "spec_replicas_path", value)
|
|
1910
1909
|
|
|
1911
|
-
@property
|
|
1910
|
+
@_builtins.property
|
|
1912
1911
|
@pulumi.getter(name="statusReplicasPath")
|
|
1913
|
-
def status_replicas_path(self) -> Optional[pulumi.Input[
|
|
1912
|
+
def status_replicas_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1914
1913
|
"""
|
|
1915
1914
|
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.
|
|
1916
1915
|
"""
|
|
1917
1916
|
return pulumi.get(self, "status_replicas_path")
|
|
1918
1917
|
|
|
1919
1918
|
@status_replicas_path.setter
|
|
1920
|
-
def status_replicas_path(self, value: Optional[pulumi.Input[
|
|
1919
|
+
def status_replicas_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1921
1920
|
pulumi.set(self, "status_replicas_path", value)
|
|
1922
1921
|
|
|
1923
1922
|
|
|
@@ -1926,15 +1925,15 @@ if not MYPY:
|
|
|
1926
1925
|
"""
|
|
1927
1926
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1928
1927
|
"""
|
|
1929
|
-
spec_replicas_path: pulumi.Input[
|
|
1928
|
+
spec_replicas_path: pulumi.Input[_builtins.str]
|
|
1930
1929
|
"""
|
|
1931
1930
|
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.
|
|
1932
1931
|
"""
|
|
1933
|
-
status_replicas_path: pulumi.Input[
|
|
1932
|
+
status_replicas_path: pulumi.Input[_builtins.str]
|
|
1934
1933
|
"""
|
|
1935
1934
|
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.
|
|
1936
1935
|
"""
|
|
1937
|
-
label_selector_path: NotRequired[pulumi.Input[
|
|
1936
|
+
label_selector_path: NotRequired[pulumi.Input[_builtins.str]]
|
|
1938
1937
|
"""
|
|
1939
1938
|
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.
|
|
1940
1939
|
"""
|
|
@@ -1944,54 +1943,54 @@ elif False:
|
|
|
1944
1943
|
@pulumi.input_type
|
|
1945
1944
|
class CustomResourceSubresourceScaleArgs:
|
|
1946
1945
|
def __init__(__self__, *,
|
|
1947
|
-
spec_replicas_path: pulumi.Input[
|
|
1948
|
-
status_replicas_path: pulumi.Input[
|
|
1949
|
-
label_selector_path: Optional[pulumi.Input[
|
|
1946
|
+
spec_replicas_path: pulumi.Input[_builtins.str],
|
|
1947
|
+
status_replicas_path: pulumi.Input[_builtins.str],
|
|
1948
|
+
label_selector_path: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1950
1949
|
"""
|
|
1951
1950
|
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1952
|
-
:param pulumi.Input[
|
|
1953
|
-
:param pulumi.Input[
|
|
1954
|
-
:param pulumi.Input[
|
|
1951
|
+
:param pulumi.Input[_builtins.str] spec_replicas_path: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.
|
|
1952
|
+
:param pulumi.Input[_builtins.str] status_replicas_path: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.
|
|
1953
|
+
:param pulumi.Input[_builtins.str] label_selector_path: labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.
|
|
1955
1954
|
"""
|
|
1956
1955
|
pulumi.set(__self__, "spec_replicas_path", spec_replicas_path)
|
|
1957
1956
|
pulumi.set(__self__, "status_replicas_path", status_replicas_path)
|
|
1958
1957
|
if label_selector_path is not None:
|
|
1959
1958
|
pulumi.set(__self__, "label_selector_path", label_selector_path)
|
|
1960
1959
|
|
|
1961
|
-
@property
|
|
1960
|
+
@_builtins.property
|
|
1962
1961
|
@pulumi.getter(name="specReplicasPath")
|
|
1963
|
-
def spec_replicas_path(self) -> pulumi.Input[
|
|
1962
|
+
def spec_replicas_path(self) -> pulumi.Input[_builtins.str]:
|
|
1964
1963
|
"""
|
|
1965
1964
|
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.
|
|
1966
1965
|
"""
|
|
1967
1966
|
return pulumi.get(self, "spec_replicas_path")
|
|
1968
1967
|
|
|
1969
1968
|
@spec_replicas_path.setter
|
|
1970
|
-
def spec_replicas_path(self, value: pulumi.Input[
|
|
1969
|
+
def spec_replicas_path(self, value: pulumi.Input[_builtins.str]):
|
|
1971
1970
|
pulumi.set(self, "spec_replicas_path", value)
|
|
1972
1971
|
|
|
1973
|
-
@property
|
|
1972
|
+
@_builtins.property
|
|
1974
1973
|
@pulumi.getter(name="statusReplicasPath")
|
|
1975
|
-
def status_replicas_path(self) -> pulumi.Input[
|
|
1974
|
+
def status_replicas_path(self) -> pulumi.Input[_builtins.str]:
|
|
1976
1975
|
"""
|
|
1977
1976
|
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.
|
|
1978
1977
|
"""
|
|
1979
1978
|
return pulumi.get(self, "status_replicas_path")
|
|
1980
1979
|
|
|
1981
1980
|
@status_replicas_path.setter
|
|
1982
|
-
def status_replicas_path(self, value: pulumi.Input[
|
|
1981
|
+
def status_replicas_path(self, value: pulumi.Input[_builtins.str]):
|
|
1983
1982
|
pulumi.set(self, "status_replicas_path", value)
|
|
1984
1983
|
|
|
1985
|
-
@property
|
|
1984
|
+
@_builtins.property
|
|
1986
1985
|
@pulumi.getter(name="labelSelectorPath")
|
|
1987
|
-
def label_selector_path(self) -> Optional[pulumi.Input[
|
|
1986
|
+
def label_selector_path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1988
1987
|
"""
|
|
1989
1988
|
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.
|
|
1990
1989
|
"""
|
|
1991
1990
|
return pulumi.get(self, "label_selector_path")
|
|
1992
1991
|
|
|
1993
1992
|
@label_selector_path.setter
|
|
1994
|
-
def label_selector_path(self, value: Optional[pulumi.Input[
|
|
1993
|
+
def label_selector_path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1995
1994
|
pulumi.set(self, "label_selector_path", value)
|
|
1996
1995
|
|
|
1997
1996
|
|
|
@@ -2026,7 +2025,7 @@ class CustomResourceSubresourcesPatchArgs:
|
|
|
2026
2025
|
if status is not None:
|
|
2027
2026
|
pulumi.set(__self__, "status", status)
|
|
2028
2027
|
|
|
2029
|
-
@property
|
|
2028
|
+
@_builtins.property
|
|
2030
2029
|
@pulumi.getter
|
|
2031
2030
|
def scale(self) -> Optional[pulumi.Input['CustomResourceSubresourceScalePatchArgs']]:
|
|
2032
2031
|
"""
|
|
@@ -2038,7 +2037,7 @@ class CustomResourceSubresourcesPatchArgs:
|
|
|
2038
2037
|
def scale(self, value: Optional[pulumi.Input['CustomResourceSubresourceScalePatchArgs']]):
|
|
2039
2038
|
pulumi.set(self, "scale", value)
|
|
2040
2039
|
|
|
2041
|
-
@property
|
|
2040
|
+
@_builtins.property
|
|
2042
2041
|
@pulumi.getter
|
|
2043
2042
|
def status(self) -> Optional[Any]:
|
|
2044
2043
|
"""
|
|
@@ -2082,7 +2081,7 @@ class CustomResourceSubresourcesArgs:
|
|
|
2082
2081
|
if status is not None:
|
|
2083
2082
|
pulumi.set(__self__, "status", status)
|
|
2084
2083
|
|
|
2085
|
-
@property
|
|
2084
|
+
@_builtins.property
|
|
2086
2085
|
@pulumi.getter
|
|
2087
2086
|
def scale(self) -> Optional[pulumi.Input['CustomResourceSubresourceScaleArgs']]:
|
|
2088
2087
|
"""
|
|
@@ -2094,7 +2093,7 @@ class CustomResourceSubresourcesArgs:
|
|
|
2094
2093
|
def scale(self, value: Optional[pulumi.Input['CustomResourceSubresourceScaleArgs']]):
|
|
2095
2094
|
pulumi.set(self, "scale", value)
|
|
2096
2095
|
|
|
2097
|
-
@property
|
|
2096
|
+
@_builtins.property
|
|
2098
2097
|
@pulumi.getter
|
|
2099
2098
|
def status(self) -> Optional[Any]:
|
|
2100
2099
|
"""
|
|
@@ -2130,7 +2129,7 @@ class CustomResourceValidationPatchArgs:
|
|
|
2130
2129
|
if open_apiv3_schema is not None:
|
|
2131
2130
|
pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
|
|
2132
2131
|
|
|
2133
|
-
@property
|
|
2132
|
+
@_builtins.property
|
|
2134
2133
|
@pulumi.getter(name="openAPIV3Schema")
|
|
2135
2134
|
def open_apiv3_schema(self) -> Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]:
|
|
2136
2135
|
"""
|
|
@@ -2166,7 +2165,7 @@ class CustomResourceValidationArgs:
|
|
|
2166
2165
|
if open_apiv3_schema is not None:
|
|
2167
2166
|
pulumi.set(__self__, "open_apiv3_schema", open_apiv3_schema)
|
|
2168
2167
|
|
|
2169
|
-
@property
|
|
2168
|
+
@_builtins.property
|
|
2170
2169
|
@pulumi.getter(name="openAPIV3Schema")
|
|
2171
2170
|
def open_apiv3_schema(self) -> Optional[pulumi.Input['JSONSchemaPropsArgs']]:
|
|
2172
2171
|
"""
|
|
@@ -2184,16 +2183,16 @@ if not MYPY:
|
|
|
2184
2183
|
"""
|
|
2185
2184
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2186
2185
|
"""
|
|
2187
|
-
description: NotRequired[pulumi.Input[
|
|
2188
|
-
url: NotRequired[pulumi.Input[
|
|
2186
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
2187
|
+
url: NotRequired[pulumi.Input[_builtins.str]]
|
|
2189
2188
|
elif False:
|
|
2190
2189
|
ExternalDocumentationPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2191
2190
|
|
|
2192
2191
|
@pulumi.input_type
|
|
2193
2192
|
class ExternalDocumentationPatchArgs:
|
|
2194
2193
|
def __init__(__self__, *,
|
|
2195
|
-
description: Optional[pulumi.Input[
|
|
2196
|
-
url: Optional[pulumi.Input[
|
|
2194
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2195
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2197
2196
|
"""
|
|
2198
2197
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2199
2198
|
"""
|
|
@@ -2202,22 +2201,22 @@ class ExternalDocumentationPatchArgs:
|
|
|
2202
2201
|
if url is not None:
|
|
2203
2202
|
pulumi.set(__self__, "url", url)
|
|
2204
2203
|
|
|
2205
|
-
@property
|
|
2204
|
+
@_builtins.property
|
|
2206
2205
|
@pulumi.getter
|
|
2207
|
-
def description(self) -> Optional[pulumi.Input[
|
|
2206
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2208
2207
|
return pulumi.get(self, "description")
|
|
2209
2208
|
|
|
2210
2209
|
@description.setter
|
|
2211
|
-
def description(self, value: Optional[pulumi.Input[
|
|
2210
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2212
2211
|
pulumi.set(self, "description", value)
|
|
2213
2212
|
|
|
2214
|
-
@property
|
|
2213
|
+
@_builtins.property
|
|
2215
2214
|
@pulumi.getter
|
|
2216
|
-
def url(self) -> Optional[pulumi.Input[
|
|
2215
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2217
2216
|
return pulumi.get(self, "url")
|
|
2218
2217
|
|
|
2219
2218
|
@url.setter
|
|
2220
|
-
def url(self, value: Optional[pulumi.Input[
|
|
2219
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2221
2220
|
pulumi.set(self, "url", value)
|
|
2222
2221
|
|
|
2223
2222
|
|
|
@@ -2226,16 +2225,16 @@ if not MYPY:
|
|
|
2226
2225
|
"""
|
|
2227
2226
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2228
2227
|
"""
|
|
2229
|
-
description: NotRequired[pulumi.Input[
|
|
2230
|
-
url: NotRequired[pulumi.Input[
|
|
2228
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
2229
|
+
url: NotRequired[pulumi.Input[_builtins.str]]
|
|
2231
2230
|
elif False:
|
|
2232
2231
|
ExternalDocumentationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2233
2232
|
|
|
2234
2233
|
@pulumi.input_type
|
|
2235
2234
|
class ExternalDocumentationArgs:
|
|
2236
2235
|
def __init__(__self__, *,
|
|
2237
|
-
description: Optional[pulumi.Input[
|
|
2238
|
-
url: Optional[pulumi.Input[
|
|
2236
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2237
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2239
2238
|
"""
|
|
2240
2239
|
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2241
2240
|
"""
|
|
@@ -2244,22 +2243,22 @@ class ExternalDocumentationArgs:
|
|
|
2244
2243
|
if url is not None:
|
|
2245
2244
|
pulumi.set(__self__, "url", url)
|
|
2246
2245
|
|
|
2247
|
-
@property
|
|
2246
|
+
@_builtins.property
|
|
2248
2247
|
@pulumi.getter
|
|
2249
|
-
def description(self) -> Optional[pulumi.Input[
|
|
2248
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2250
2249
|
return pulumi.get(self, "description")
|
|
2251
2250
|
|
|
2252
2251
|
@description.setter
|
|
2253
|
-
def description(self, value: Optional[pulumi.Input[
|
|
2252
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2254
2253
|
pulumi.set(self, "description", value)
|
|
2255
2254
|
|
|
2256
|
-
@property
|
|
2255
|
+
@_builtins.property
|
|
2257
2256
|
@pulumi.getter
|
|
2258
|
-
def url(self) -> Optional[pulumi.Input[
|
|
2257
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2259
2258
|
return pulumi.get(self, "url")
|
|
2260
2259
|
|
|
2261
2260
|
@url.setter
|
|
2262
|
-
def url(self, value: Optional[pulumi.Input[
|
|
2261
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2263
2262
|
pulumi.set(self, "url", value)
|
|
2264
2263
|
|
|
2265
2264
|
|
|
@@ -2268,10 +2267,10 @@ if not MYPY:
|
|
|
2268
2267
|
"""
|
|
2269
2268
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2270
2269
|
"""
|
|
2271
|
-
_ref: NotRequired[pulumi.Input[
|
|
2272
|
-
_schema: NotRequired[pulumi.Input[
|
|
2273
|
-
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict',
|
|
2274
|
-
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict',
|
|
2270
|
+
_ref: NotRequired[pulumi.Input[_builtins.str]]
|
|
2271
|
+
_schema: NotRequired[pulumi.Input[_builtins.str]]
|
|
2272
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
|
|
2273
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
|
|
2275
2274
|
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2276
2275
|
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2277
2276
|
default: NotRequired[Any]
|
|
@@ -2279,45 +2278,45 @@ if not MYPY:
|
|
|
2279
2278
|
default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
|
|
2280
2279
|
"""
|
|
2281
2280
|
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2282
|
-
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[
|
|
2283
|
-
description: NotRequired[pulumi.Input[
|
|
2281
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[_builtins.str]]]]]]]
|
|
2282
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
2284
2283
|
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
2285
2284
|
example: NotRequired[Any]
|
|
2286
|
-
exclusive_maximum: NotRequired[pulumi.Input[
|
|
2287
|
-
exclusive_minimum: NotRequired[pulumi.Input[
|
|
2285
|
+
exclusive_maximum: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2286
|
+
exclusive_minimum: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2288
2287
|
external_docs: NotRequired[pulumi.Input['ExternalDocumentationPatchArgsDict']]
|
|
2289
|
-
format: NotRequired[pulumi.Input[
|
|
2288
|
+
format: NotRequired[pulumi.Input[_builtins.str]]
|
|
2290
2289
|
"""
|
|
2291
2290
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2292
2291
|
|
|
2293
2292
|
- 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.
|
|
2294
2293
|
"""
|
|
2295
|
-
id: NotRequired[pulumi.Input[
|
|
2294
|
+
id: NotRequired[pulumi.Input[_builtins.str]]
|
|
2296
2295
|
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
2297
|
-
max_items: NotRequired[pulumi.Input[
|
|
2298
|
-
max_length: NotRequired[pulumi.Input[
|
|
2299
|
-
max_properties: NotRequired[pulumi.Input[
|
|
2300
|
-
maximum: NotRequired[pulumi.Input[
|
|
2301
|
-
min_items: NotRequired[pulumi.Input[
|
|
2302
|
-
min_length: NotRequired[pulumi.Input[
|
|
2303
|
-
min_properties: NotRequired[pulumi.Input[
|
|
2304
|
-
minimum: NotRequired[pulumi.Input[
|
|
2305
|
-
multiple_of: NotRequired[pulumi.Input[
|
|
2296
|
+
max_items: NotRequired[pulumi.Input[_builtins.int]]
|
|
2297
|
+
max_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
2298
|
+
max_properties: NotRequired[pulumi.Input[_builtins.int]]
|
|
2299
|
+
maximum: NotRequired[pulumi.Input[_builtins.float]]
|
|
2300
|
+
min_items: NotRequired[pulumi.Input[_builtins.int]]
|
|
2301
|
+
min_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
2302
|
+
min_properties: NotRequired[pulumi.Input[_builtins.int]]
|
|
2303
|
+
minimum: NotRequired[pulumi.Input[_builtins.float]]
|
|
2304
|
+
multiple_of: NotRequired[pulumi.Input[_builtins.float]]
|
|
2306
2305
|
not_: NotRequired[pulumi.Input['JSONSchemaPropsPatchArgsDict']]
|
|
2307
|
-
nullable: NotRequired[pulumi.Input[
|
|
2306
|
+
nullable: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2308
2307
|
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2309
|
-
pattern: NotRequired[pulumi.Input[
|
|
2308
|
+
pattern: NotRequired[pulumi.Input[_builtins.str]]
|
|
2310
2309
|
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2311
2310
|
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2312
|
-
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2313
|
-
title: NotRequired[pulumi.Input[
|
|
2314
|
-
type: NotRequired[pulumi.Input[
|
|
2315
|
-
unique_items: NotRequired[pulumi.Input[
|
|
2316
|
-
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[
|
|
2311
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2312
|
+
title: NotRequired[pulumi.Input[_builtins.str]]
|
|
2313
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2314
|
+
unique_items: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2315
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2317
2316
|
"""
|
|
2318
2317
|
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).
|
|
2319
2318
|
"""
|
|
2320
|
-
x_kubernetes_int_or_string: NotRequired[pulumi.Input[
|
|
2319
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2321
2320
|
"""
|
|
2322
2321
|
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:
|
|
2323
2322
|
|
|
@@ -2330,13 +2329,13 @@ if not MYPY:
|
|
|
2330
2329
|
- type: string
|
|
2331
2330
|
- ... zero or more
|
|
2332
2331
|
"""
|
|
2333
|
-
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2332
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2334
2333
|
"""
|
|
2335
2334
|
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.
|
|
2336
2335
|
|
|
2337
2336
|
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).
|
|
2338
2337
|
"""
|
|
2339
|
-
x_kubernetes_list_type: NotRequired[pulumi.Input[
|
|
2338
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2340
2339
|
"""
|
|
2341
2340
|
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:
|
|
2342
2341
|
|
|
@@ -2353,7 +2352,7 @@ if not MYPY:
|
|
|
2353
2352
|
must only be used on a list with elements of type object.
|
|
2354
2353
|
Defaults to atomic for arrays.
|
|
2355
2354
|
"""
|
|
2356
|
-
x_kubernetes_map_type: NotRequired[pulumi.Input[
|
|
2355
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
2357
2356
|
"""
|
|
2358
2357
|
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:
|
|
2359
2358
|
|
|
@@ -2364,7 +2363,7 @@ if not MYPY:
|
|
|
2364
2363
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2365
2364
|
Atomic maps will be entirely replaced when updated.
|
|
2366
2365
|
"""
|
|
2367
|
-
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[
|
|
2366
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2368
2367
|
"""
|
|
2369
2368
|
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.
|
|
2370
2369
|
"""
|
|
@@ -2374,57 +2373,57 @@ elif False:
|
|
|
2374
2373
|
@pulumi.input_type
|
|
2375
2374
|
class JSONSchemaPropsPatchArgs:
|
|
2376
2375
|
def __init__(__self__, *,
|
|
2377
|
-
_ref: Optional[pulumi.Input[
|
|
2378
|
-
_schema: Optional[pulumi.Input[
|
|
2379
|
-
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2380
|
-
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2376
|
+
_ref: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2377
|
+
_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2378
|
+
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
|
|
2379
|
+
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
|
|
2381
2380
|
all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2382
2381
|
any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2383
2382
|
default: Optional[Any] = None,
|
|
2384
2383
|
definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2385
|
-
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
2386
|
-
description: Optional[pulumi.Input[
|
|
2384
|
+
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]] = None,
|
|
2385
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2387
2386
|
enum: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
2388
2387
|
example: Optional[Any] = None,
|
|
2389
|
-
exclusive_maximum: Optional[pulumi.Input[
|
|
2390
|
-
exclusive_minimum: Optional[pulumi.Input[
|
|
2388
|
+
exclusive_maximum: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2389
|
+
exclusive_minimum: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2391
2390
|
external_docs: Optional[pulumi.Input['ExternalDocumentationPatchArgs']] = None,
|
|
2392
|
-
format: Optional[pulumi.Input[
|
|
2393
|
-
id: Optional[pulumi.Input[
|
|
2391
|
+
format: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2392
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2394
2393
|
items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
|
|
2395
|
-
max_items: Optional[pulumi.Input[
|
|
2396
|
-
max_length: Optional[pulumi.Input[
|
|
2397
|
-
max_properties: Optional[pulumi.Input[
|
|
2398
|
-
maximum: Optional[pulumi.Input[
|
|
2399
|
-
min_items: Optional[pulumi.Input[
|
|
2400
|
-
min_length: Optional[pulumi.Input[
|
|
2401
|
-
min_properties: Optional[pulumi.Input[
|
|
2402
|
-
minimum: Optional[pulumi.Input[
|
|
2403
|
-
multiple_of: Optional[pulumi.Input[
|
|
2394
|
+
max_items: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2395
|
+
max_length: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2396
|
+
max_properties: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2397
|
+
maximum: Optional[pulumi.Input[_builtins.float]] = None,
|
|
2398
|
+
min_items: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2399
|
+
min_length: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2400
|
+
min_properties: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2401
|
+
minimum: Optional[pulumi.Input[_builtins.float]] = None,
|
|
2402
|
+
multiple_of: Optional[pulumi.Input[_builtins.float]] = None,
|
|
2404
2403
|
not_: Optional[pulumi.Input['JSONSchemaPropsPatchArgs']] = None,
|
|
2405
|
-
nullable: Optional[pulumi.Input[
|
|
2404
|
+
nullable: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2406
2405
|
one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]] = None,
|
|
2407
|
-
pattern: Optional[pulumi.Input[
|
|
2406
|
+
pattern: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2408
2407
|
pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2409
2408
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
2410
|
-
required: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2411
|
-
title: Optional[pulumi.Input[
|
|
2412
|
-
type: Optional[pulumi.Input[
|
|
2413
|
-
unique_items: Optional[pulumi.Input[
|
|
2414
|
-
x_kubernetes_embedded_resource: Optional[pulumi.Input[
|
|
2415
|
-
x_kubernetes_int_or_string: Optional[pulumi.Input[
|
|
2416
|
-
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2417
|
-
x_kubernetes_list_type: Optional[pulumi.Input[
|
|
2418
|
-
x_kubernetes_map_type: Optional[pulumi.Input[
|
|
2419
|
-
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[
|
|
2409
|
+
required: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2410
|
+
title: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2411
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2412
|
+
unique_items: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2413
|
+
x_kubernetes_embedded_resource: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2414
|
+
x_kubernetes_int_or_string: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2415
|
+
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2416
|
+
x_kubernetes_list_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2417
|
+
x_kubernetes_map_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2418
|
+
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
2420
2419
|
"""
|
|
2421
2420
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2422
2421
|
:param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
|
|
2423
|
-
:param pulumi.Input[
|
|
2422
|
+
:param pulumi.Input[_builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2424
2423
|
|
|
2425
2424
|
- 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.
|
|
2426
|
-
:param pulumi.Input[
|
|
2427
|
-
:param pulumi.Input[
|
|
2425
|
+
:param pulumi.Input[_builtins.bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
2426
|
+
:param pulumi.Input[_builtins.bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
2428
2427
|
|
|
2429
2428
|
1) anyOf:
|
|
2430
2429
|
- type: integer
|
|
@@ -2434,10 +2433,10 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2434
2433
|
- type: integer
|
|
2435
2434
|
- type: string
|
|
2436
2435
|
- ... zero or more
|
|
2437
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2436
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
2438
2437
|
|
|
2439
2438
|
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).
|
|
2440
|
-
:param pulumi.Input[
|
|
2439
|
+
:param pulumi.Input[_builtins.str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
2441
2440
|
|
|
2442
2441
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2443
2442
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -2451,7 +2450,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2451
2450
|
used to identify them. Order is preserved upon merge. The map tag
|
|
2452
2451
|
must only be used on a list with elements of type object.
|
|
2453
2452
|
Defaults to atomic for arrays.
|
|
2454
|
-
:param pulumi.Input[
|
|
2453
|
+
:param pulumi.Input[_builtins.str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
2455
2454
|
|
|
2456
2455
|
1) `granular`:
|
|
2457
2456
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -2459,7 +2458,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2459
2458
|
the default behaviour for all maps.
|
|
2460
2459
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2461
2460
|
Atomic maps will be entirely replaced when updated.
|
|
2462
|
-
:param pulumi.Input[
|
|
2461
|
+
:param pulumi.Input[_builtins.bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
2463
2462
|
"""
|
|
2464
2463
|
if _ref is not None:
|
|
2465
2464
|
pulumi.set(__self__, "_ref", _ref)
|
|
@@ -2548,43 +2547,43 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2548
2547
|
if x_kubernetes_preserve_unknown_fields is not None:
|
|
2549
2548
|
pulumi.set(__self__, "x_kubernetes_preserve_unknown_fields", x_kubernetes_preserve_unknown_fields)
|
|
2550
2549
|
|
|
2551
|
-
@property
|
|
2550
|
+
@_builtins.property
|
|
2552
2551
|
@pulumi.getter(name="$ref")
|
|
2553
|
-
def _ref(self) -> Optional[pulumi.Input[
|
|
2552
|
+
def _ref(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2554
2553
|
return pulumi.get(self, "_ref")
|
|
2555
2554
|
|
|
2556
2555
|
@_ref.setter
|
|
2557
|
-
def _ref(self, value: Optional[pulumi.Input[
|
|
2556
|
+
def _ref(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2558
2557
|
pulumi.set(self, "_ref", value)
|
|
2559
2558
|
|
|
2560
|
-
@property
|
|
2559
|
+
@_builtins.property
|
|
2561
2560
|
@pulumi.getter(name="$schema")
|
|
2562
|
-
def _schema(self) -> Optional[pulumi.Input[
|
|
2561
|
+
def _schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2563
2562
|
return pulumi.get(self, "_schema")
|
|
2564
2563
|
|
|
2565
2564
|
@_schema.setter
|
|
2566
|
-
def _schema(self, value: Optional[pulumi.Input[
|
|
2565
|
+
def _schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2567
2566
|
pulumi.set(self, "_schema", value)
|
|
2568
2567
|
|
|
2569
|
-
@property
|
|
2568
|
+
@_builtins.property
|
|
2570
2569
|
@pulumi.getter(name="additionalItems")
|
|
2571
|
-
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2570
|
+
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
|
|
2572
2571
|
return pulumi.get(self, "additional_items")
|
|
2573
2572
|
|
|
2574
2573
|
@additional_items.setter
|
|
2575
|
-
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2574
|
+
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
|
|
2576
2575
|
pulumi.set(self, "additional_items", value)
|
|
2577
2576
|
|
|
2578
|
-
@property
|
|
2577
|
+
@_builtins.property
|
|
2579
2578
|
@pulumi.getter(name="additionalProperties")
|
|
2580
|
-
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2579
|
+
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
|
|
2581
2580
|
return pulumi.get(self, "additional_properties")
|
|
2582
2581
|
|
|
2583
2582
|
@additional_properties.setter
|
|
2584
|
-
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
2583
|
+
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
|
|
2585
2584
|
pulumi.set(self, "additional_properties", value)
|
|
2586
2585
|
|
|
2587
|
-
@property
|
|
2586
|
+
@_builtins.property
|
|
2588
2587
|
@pulumi.getter(name="allOf")
|
|
2589
2588
|
def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
|
|
2590
2589
|
return pulumi.get(self, "all_of")
|
|
@@ -2593,7 +2592,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2593
2592
|
def all_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
|
|
2594
2593
|
pulumi.set(self, "all_of", value)
|
|
2595
2594
|
|
|
2596
|
-
@property
|
|
2595
|
+
@_builtins.property
|
|
2597
2596
|
@pulumi.getter(name="anyOf")
|
|
2598
2597
|
def any_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
|
|
2599
2598
|
return pulumi.get(self, "any_of")
|
|
@@ -2602,7 +2601,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2602
2601
|
def any_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
|
|
2603
2602
|
pulumi.set(self, "any_of", value)
|
|
2604
2603
|
|
|
2605
|
-
@property
|
|
2604
|
+
@_builtins.property
|
|
2606
2605
|
@pulumi.getter
|
|
2607
2606
|
def default(self) -> Optional[Any]:
|
|
2608
2607
|
"""
|
|
@@ -2614,7 +2613,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2614
2613
|
def default(self, value: Optional[Any]):
|
|
2615
2614
|
pulumi.set(self, "default", value)
|
|
2616
2615
|
|
|
2617
|
-
@property
|
|
2616
|
+
@_builtins.property
|
|
2618
2617
|
@pulumi.getter
|
|
2619
2618
|
def definitions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
2620
2619
|
return pulumi.get(self, "definitions")
|
|
@@ -2623,25 +2622,25 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2623
2622
|
def definitions(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
2624
2623
|
pulumi.set(self, "definitions", value)
|
|
2625
2624
|
|
|
2626
|
-
@property
|
|
2625
|
+
@_builtins.property
|
|
2627
2626
|
@pulumi.getter
|
|
2628
|
-
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
2627
|
+
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]:
|
|
2629
2628
|
return pulumi.get(self, "dependencies")
|
|
2630
2629
|
|
|
2631
2630
|
@dependencies.setter
|
|
2632
|
-
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
2631
|
+
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]):
|
|
2633
2632
|
pulumi.set(self, "dependencies", value)
|
|
2634
2633
|
|
|
2635
|
-
@property
|
|
2634
|
+
@_builtins.property
|
|
2636
2635
|
@pulumi.getter
|
|
2637
|
-
def description(self) -> Optional[pulumi.Input[
|
|
2636
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2638
2637
|
return pulumi.get(self, "description")
|
|
2639
2638
|
|
|
2640
2639
|
@description.setter
|
|
2641
|
-
def description(self, value: Optional[pulumi.Input[
|
|
2640
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2642
2641
|
pulumi.set(self, "description", value)
|
|
2643
2642
|
|
|
2644
|
-
@property
|
|
2643
|
+
@_builtins.property
|
|
2645
2644
|
@pulumi.getter
|
|
2646
2645
|
def enum(self) -> Optional[pulumi.Input[Sequence[Any]]]:
|
|
2647
2646
|
return pulumi.get(self, "enum")
|
|
@@ -2650,7 +2649,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2650
2649
|
def enum(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
2651
2650
|
pulumi.set(self, "enum", value)
|
|
2652
2651
|
|
|
2653
|
-
@property
|
|
2652
|
+
@_builtins.property
|
|
2654
2653
|
@pulumi.getter
|
|
2655
2654
|
def example(self) -> Optional[Any]:
|
|
2656
2655
|
return pulumi.get(self, "example")
|
|
@@ -2659,25 +2658,25 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2659
2658
|
def example(self, value: Optional[Any]):
|
|
2660
2659
|
pulumi.set(self, "example", value)
|
|
2661
2660
|
|
|
2662
|
-
@property
|
|
2661
|
+
@_builtins.property
|
|
2663
2662
|
@pulumi.getter(name="exclusiveMaximum")
|
|
2664
|
-
def exclusive_maximum(self) -> Optional[pulumi.Input[
|
|
2663
|
+
def exclusive_maximum(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2665
2664
|
return pulumi.get(self, "exclusive_maximum")
|
|
2666
2665
|
|
|
2667
2666
|
@exclusive_maximum.setter
|
|
2668
|
-
def exclusive_maximum(self, value: Optional[pulumi.Input[
|
|
2667
|
+
def exclusive_maximum(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2669
2668
|
pulumi.set(self, "exclusive_maximum", value)
|
|
2670
2669
|
|
|
2671
|
-
@property
|
|
2670
|
+
@_builtins.property
|
|
2672
2671
|
@pulumi.getter(name="exclusiveMinimum")
|
|
2673
|
-
def exclusive_minimum(self) -> Optional[pulumi.Input[
|
|
2672
|
+
def exclusive_minimum(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2674
2673
|
return pulumi.get(self, "exclusive_minimum")
|
|
2675
2674
|
|
|
2676
2675
|
@exclusive_minimum.setter
|
|
2677
|
-
def exclusive_minimum(self, value: Optional[pulumi.Input[
|
|
2676
|
+
def exclusive_minimum(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2678
2677
|
pulumi.set(self, "exclusive_minimum", value)
|
|
2679
2678
|
|
|
2680
|
-
@property
|
|
2679
|
+
@_builtins.property
|
|
2681
2680
|
@pulumi.getter(name="externalDocs")
|
|
2682
2681
|
def external_docs(self) -> Optional[pulumi.Input['ExternalDocumentationPatchArgs']]:
|
|
2683
2682
|
return pulumi.get(self, "external_docs")
|
|
@@ -2686,9 +2685,9 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2686
2685
|
def external_docs(self, value: Optional[pulumi.Input['ExternalDocumentationPatchArgs']]):
|
|
2687
2686
|
pulumi.set(self, "external_docs", value)
|
|
2688
2687
|
|
|
2689
|
-
@property
|
|
2688
|
+
@_builtins.property
|
|
2690
2689
|
@pulumi.getter
|
|
2691
|
-
def format(self) -> Optional[pulumi.Input[
|
|
2690
|
+
def format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2692
2691
|
"""
|
|
2693
2692
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2694
2693
|
|
|
@@ -2697,19 +2696,19 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2697
2696
|
return pulumi.get(self, "format")
|
|
2698
2697
|
|
|
2699
2698
|
@format.setter
|
|
2700
|
-
def format(self, value: Optional[pulumi.Input[
|
|
2699
|
+
def format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2701
2700
|
pulumi.set(self, "format", value)
|
|
2702
2701
|
|
|
2703
|
-
@property
|
|
2702
|
+
@_builtins.property
|
|
2704
2703
|
@pulumi.getter
|
|
2705
|
-
def id(self) -> Optional[pulumi.Input[
|
|
2704
|
+
def id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2706
2705
|
return pulumi.get(self, "id")
|
|
2707
2706
|
|
|
2708
2707
|
@id.setter
|
|
2709
|
-
def id(self, value: Optional[pulumi.Input[
|
|
2708
|
+
def id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2710
2709
|
pulumi.set(self, "id", value)
|
|
2711
2710
|
|
|
2712
|
-
@property
|
|
2711
|
+
@_builtins.property
|
|
2713
2712
|
@pulumi.getter
|
|
2714
2713
|
def items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]:
|
|
2715
2714
|
return pulumi.get(self, "items")
|
|
@@ -2718,88 +2717,88 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2718
2717
|
def items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]):
|
|
2719
2718
|
pulumi.set(self, "items", value)
|
|
2720
2719
|
|
|
2721
|
-
@property
|
|
2720
|
+
@_builtins.property
|
|
2722
2721
|
@pulumi.getter(name="maxItems")
|
|
2723
|
-
def max_items(self) -> Optional[pulumi.Input[
|
|
2722
|
+
def max_items(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2724
2723
|
return pulumi.get(self, "max_items")
|
|
2725
2724
|
|
|
2726
2725
|
@max_items.setter
|
|
2727
|
-
def max_items(self, value: Optional[pulumi.Input[
|
|
2726
|
+
def max_items(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2728
2727
|
pulumi.set(self, "max_items", value)
|
|
2729
2728
|
|
|
2730
|
-
@property
|
|
2729
|
+
@_builtins.property
|
|
2731
2730
|
@pulumi.getter(name="maxLength")
|
|
2732
|
-
def max_length(self) -> Optional[pulumi.Input[
|
|
2731
|
+
def max_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2733
2732
|
return pulumi.get(self, "max_length")
|
|
2734
2733
|
|
|
2735
2734
|
@max_length.setter
|
|
2736
|
-
def max_length(self, value: Optional[pulumi.Input[
|
|
2735
|
+
def max_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2737
2736
|
pulumi.set(self, "max_length", value)
|
|
2738
2737
|
|
|
2739
|
-
@property
|
|
2738
|
+
@_builtins.property
|
|
2740
2739
|
@pulumi.getter(name="maxProperties")
|
|
2741
|
-
def max_properties(self) -> Optional[pulumi.Input[
|
|
2740
|
+
def max_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2742
2741
|
return pulumi.get(self, "max_properties")
|
|
2743
2742
|
|
|
2744
2743
|
@max_properties.setter
|
|
2745
|
-
def max_properties(self, value: Optional[pulumi.Input[
|
|
2744
|
+
def max_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2746
2745
|
pulumi.set(self, "max_properties", value)
|
|
2747
2746
|
|
|
2748
|
-
@property
|
|
2747
|
+
@_builtins.property
|
|
2749
2748
|
@pulumi.getter
|
|
2750
|
-
def maximum(self) -> Optional[pulumi.Input[
|
|
2749
|
+
def maximum(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
2751
2750
|
return pulumi.get(self, "maximum")
|
|
2752
2751
|
|
|
2753
2752
|
@maximum.setter
|
|
2754
|
-
def maximum(self, value: Optional[pulumi.Input[
|
|
2753
|
+
def maximum(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
2755
2754
|
pulumi.set(self, "maximum", value)
|
|
2756
2755
|
|
|
2757
|
-
@property
|
|
2756
|
+
@_builtins.property
|
|
2758
2757
|
@pulumi.getter(name="minItems")
|
|
2759
|
-
def min_items(self) -> Optional[pulumi.Input[
|
|
2758
|
+
def min_items(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2760
2759
|
return pulumi.get(self, "min_items")
|
|
2761
2760
|
|
|
2762
2761
|
@min_items.setter
|
|
2763
|
-
def min_items(self, value: Optional[pulumi.Input[
|
|
2762
|
+
def min_items(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2764
2763
|
pulumi.set(self, "min_items", value)
|
|
2765
2764
|
|
|
2766
|
-
@property
|
|
2765
|
+
@_builtins.property
|
|
2767
2766
|
@pulumi.getter(name="minLength")
|
|
2768
|
-
def min_length(self) -> Optional[pulumi.Input[
|
|
2767
|
+
def min_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2769
2768
|
return pulumi.get(self, "min_length")
|
|
2770
2769
|
|
|
2771
2770
|
@min_length.setter
|
|
2772
|
-
def min_length(self, value: Optional[pulumi.Input[
|
|
2771
|
+
def min_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2773
2772
|
pulumi.set(self, "min_length", value)
|
|
2774
2773
|
|
|
2775
|
-
@property
|
|
2774
|
+
@_builtins.property
|
|
2776
2775
|
@pulumi.getter(name="minProperties")
|
|
2777
|
-
def min_properties(self) -> Optional[pulumi.Input[
|
|
2776
|
+
def min_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2778
2777
|
return pulumi.get(self, "min_properties")
|
|
2779
2778
|
|
|
2780
2779
|
@min_properties.setter
|
|
2781
|
-
def min_properties(self, value: Optional[pulumi.Input[
|
|
2780
|
+
def min_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2782
2781
|
pulumi.set(self, "min_properties", value)
|
|
2783
2782
|
|
|
2784
|
-
@property
|
|
2783
|
+
@_builtins.property
|
|
2785
2784
|
@pulumi.getter
|
|
2786
|
-
def minimum(self) -> Optional[pulumi.Input[
|
|
2785
|
+
def minimum(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
2787
2786
|
return pulumi.get(self, "minimum")
|
|
2788
2787
|
|
|
2789
2788
|
@minimum.setter
|
|
2790
|
-
def minimum(self, value: Optional[pulumi.Input[
|
|
2789
|
+
def minimum(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
2791
2790
|
pulumi.set(self, "minimum", value)
|
|
2792
2791
|
|
|
2793
|
-
@property
|
|
2792
|
+
@_builtins.property
|
|
2794
2793
|
@pulumi.getter(name="multipleOf")
|
|
2795
|
-
def multiple_of(self) -> Optional[pulumi.Input[
|
|
2794
|
+
def multiple_of(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
2796
2795
|
return pulumi.get(self, "multiple_of")
|
|
2797
2796
|
|
|
2798
2797
|
@multiple_of.setter
|
|
2799
|
-
def multiple_of(self, value: Optional[pulumi.Input[
|
|
2798
|
+
def multiple_of(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
2800
2799
|
pulumi.set(self, "multiple_of", value)
|
|
2801
2800
|
|
|
2802
|
-
@property
|
|
2801
|
+
@_builtins.property
|
|
2803
2802
|
@pulumi.getter(name="not")
|
|
2804
2803
|
def not_(self) -> Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]:
|
|
2805
2804
|
return pulumi.get(self, "not_")
|
|
@@ -2808,16 +2807,16 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2808
2807
|
def not_(self, value: Optional[pulumi.Input['JSONSchemaPropsPatchArgs']]):
|
|
2809
2808
|
pulumi.set(self, "not_", value)
|
|
2810
2809
|
|
|
2811
|
-
@property
|
|
2810
|
+
@_builtins.property
|
|
2812
2811
|
@pulumi.getter
|
|
2813
|
-
def nullable(self) -> Optional[pulumi.Input[
|
|
2812
|
+
def nullable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2814
2813
|
return pulumi.get(self, "nullable")
|
|
2815
2814
|
|
|
2816
2815
|
@nullable.setter
|
|
2817
|
-
def nullable(self, value: Optional[pulumi.Input[
|
|
2816
|
+
def nullable(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2818
2817
|
pulumi.set(self, "nullable", value)
|
|
2819
2818
|
|
|
2820
|
-
@property
|
|
2819
|
+
@_builtins.property
|
|
2821
2820
|
@pulumi.getter(name="oneOf")
|
|
2822
2821
|
def one_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]:
|
|
2823
2822
|
return pulumi.get(self, "one_of")
|
|
@@ -2826,16 +2825,16 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2826
2825
|
def one_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgs']]]]):
|
|
2827
2826
|
pulumi.set(self, "one_of", value)
|
|
2828
2827
|
|
|
2829
|
-
@property
|
|
2828
|
+
@_builtins.property
|
|
2830
2829
|
@pulumi.getter
|
|
2831
|
-
def pattern(self) -> Optional[pulumi.Input[
|
|
2830
|
+
def pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2832
2831
|
return pulumi.get(self, "pattern")
|
|
2833
2832
|
|
|
2834
2833
|
@pattern.setter
|
|
2835
|
-
def pattern(self, value: Optional[pulumi.Input[
|
|
2834
|
+
def pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2836
2835
|
pulumi.set(self, "pattern", value)
|
|
2837
2836
|
|
|
2838
|
-
@property
|
|
2837
|
+
@_builtins.property
|
|
2839
2838
|
@pulumi.getter(name="patternProperties")
|
|
2840
2839
|
def pattern_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
2841
2840
|
return pulumi.get(self, "pattern_properties")
|
|
@@ -2844,7 +2843,7 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2844
2843
|
def pattern_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
2845
2844
|
pulumi.set(self, "pattern_properties", value)
|
|
2846
2845
|
|
|
2847
|
-
@property
|
|
2846
|
+
@_builtins.property
|
|
2848
2847
|
@pulumi.getter
|
|
2849
2848
|
def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
2850
2849
|
return pulumi.get(self, "properties")
|
|
@@ -2853,57 +2852,57 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2853
2852
|
def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
2854
2853
|
pulumi.set(self, "properties", value)
|
|
2855
2854
|
|
|
2856
|
-
@property
|
|
2855
|
+
@_builtins.property
|
|
2857
2856
|
@pulumi.getter
|
|
2858
|
-
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2857
|
+
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2859
2858
|
return pulumi.get(self, "required")
|
|
2860
2859
|
|
|
2861
2860
|
@required.setter
|
|
2862
|
-
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2861
|
+
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2863
2862
|
pulumi.set(self, "required", value)
|
|
2864
2863
|
|
|
2865
|
-
@property
|
|
2864
|
+
@_builtins.property
|
|
2866
2865
|
@pulumi.getter
|
|
2867
|
-
def title(self) -> Optional[pulumi.Input[
|
|
2866
|
+
def title(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2868
2867
|
return pulumi.get(self, "title")
|
|
2869
2868
|
|
|
2870
2869
|
@title.setter
|
|
2871
|
-
def title(self, value: Optional[pulumi.Input[
|
|
2870
|
+
def title(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2872
2871
|
pulumi.set(self, "title", value)
|
|
2873
2872
|
|
|
2874
|
-
@property
|
|
2873
|
+
@_builtins.property
|
|
2875
2874
|
@pulumi.getter
|
|
2876
|
-
def type(self) -> Optional[pulumi.Input[
|
|
2875
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2877
2876
|
return pulumi.get(self, "type")
|
|
2878
2877
|
|
|
2879
2878
|
@type.setter
|
|
2880
|
-
def type(self, value: Optional[pulumi.Input[
|
|
2879
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2881
2880
|
pulumi.set(self, "type", value)
|
|
2882
2881
|
|
|
2883
|
-
@property
|
|
2882
|
+
@_builtins.property
|
|
2884
2883
|
@pulumi.getter(name="uniqueItems")
|
|
2885
|
-
def unique_items(self) -> Optional[pulumi.Input[
|
|
2884
|
+
def unique_items(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2886
2885
|
return pulumi.get(self, "unique_items")
|
|
2887
2886
|
|
|
2888
2887
|
@unique_items.setter
|
|
2889
|
-
def unique_items(self, value: Optional[pulumi.Input[
|
|
2888
|
+
def unique_items(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2890
2889
|
pulumi.set(self, "unique_items", value)
|
|
2891
2890
|
|
|
2892
|
-
@property
|
|
2891
|
+
@_builtins.property
|
|
2893
2892
|
@pulumi.getter
|
|
2894
|
-
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[
|
|
2893
|
+
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2895
2894
|
"""
|
|
2896
2895
|
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).
|
|
2897
2896
|
"""
|
|
2898
2897
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
2899
2898
|
|
|
2900
2899
|
@x_kubernetes_embedded_resource.setter
|
|
2901
|
-
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[
|
|
2900
|
+
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2902
2901
|
pulumi.set(self, "x_kubernetes_embedded_resource", value)
|
|
2903
2902
|
|
|
2904
|
-
@property
|
|
2903
|
+
@_builtins.property
|
|
2905
2904
|
@pulumi.getter
|
|
2906
|
-
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[
|
|
2905
|
+
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2907
2906
|
"""
|
|
2908
2907
|
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:
|
|
2909
2908
|
|
|
@@ -2919,12 +2918,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2919
2918
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
2920
2919
|
|
|
2921
2920
|
@x_kubernetes_int_or_string.setter
|
|
2922
|
-
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[
|
|
2921
|
+
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2923
2922
|
pulumi.set(self, "x_kubernetes_int_or_string", value)
|
|
2924
2923
|
|
|
2925
|
-
@property
|
|
2924
|
+
@_builtins.property
|
|
2926
2925
|
@pulumi.getter
|
|
2927
|
-
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2926
|
+
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2928
2927
|
"""
|
|
2929
2928
|
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.
|
|
2930
2929
|
|
|
@@ -2933,12 +2932,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2933
2932
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
2934
2933
|
|
|
2935
2934
|
@x_kubernetes_list_map_keys.setter
|
|
2936
|
-
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2935
|
+
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2937
2936
|
pulumi.set(self, "x_kubernetes_list_map_keys", value)
|
|
2938
2937
|
|
|
2939
|
-
@property
|
|
2938
|
+
@_builtins.property
|
|
2940
2939
|
@pulumi.getter
|
|
2941
|
-
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[
|
|
2940
|
+
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2942
2941
|
"""
|
|
2943
2942
|
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:
|
|
2944
2943
|
|
|
@@ -2958,12 +2957,12 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2958
2957
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
2959
2958
|
|
|
2960
2959
|
@x_kubernetes_list_type.setter
|
|
2961
|
-
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[
|
|
2960
|
+
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2962
2961
|
pulumi.set(self, "x_kubernetes_list_type", value)
|
|
2963
2962
|
|
|
2964
|
-
@property
|
|
2963
|
+
@_builtins.property
|
|
2965
2964
|
@pulumi.getter
|
|
2966
|
-
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[
|
|
2965
|
+
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2967
2966
|
"""
|
|
2968
2967
|
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:
|
|
2969
2968
|
|
|
@@ -2977,19 +2976,19 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2977
2976
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
2978
2977
|
|
|
2979
2978
|
@x_kubernetes_map_type.setter
|
|
2980
|
-
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[
|
|
2979
|
+
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2981
2980
|
pulumi.set(self, "x_kubernetes_map_type", value)
|
|
2982
2981
|
|
|
2983
|
-
@property
|
|
2982
|
+
@_builtins.property
|
|
2984
2983
|
@pulumi.getter
|
|
2985
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[
|
|
2984
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2986
2985
|
"""
|
|
2987
2986
|
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.
|
|
2988
2987
|
"""
|
|
2989
2988
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
2990
2989
|
|
|
2991
2990
|
@x_kubernetes_preserve_unknown_fields.setter
|
|
2992
|
-
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[
|
|
2991
|
+
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2993
2992
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
2994
2993
|
|
|
2995
2994
|
|
|
@@ -2998,10 +2997,10 @@ if not MYPY:
|
|
|
2998
2997
|
"""
|
|
2999
2998
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
3000
2999
|
"""
|
|
3001
|
-
_ref: NotRequired[pulumi.Input[
|
|
3002
|
-
_schema: NotRequired[pulumi.Input[
|
|
3003
|
-
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict',
|
|
3004
|
-
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict',
|
|
3000
|
+
_ref: NotRequired[pulumi.Input[_builtins.str]]
|
|
3001
|
+
_schema: NotRequired[pulumi.Input[_builtins.str]]
|
|
3002
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
|
|
3003
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', _builtins.bool]]]
|
|
3005
3004
|
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3006
3005
|
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3007
3006
|
default: NotRequired[Any]
|
|
@@ -3009,45 +3008,45 @@ if not MYPY:
|
|
|
3009
3008
|
default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
|
|
3010
3009
|
"""
|
|
3011
3010
|
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3012
|
-
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[
|
|
3013
|
-
description: NotRequired[pulumi.Input[
|
|
3011
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[_builtins.str]]]]]]]
|
|
3012
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
|
3014
3013
|
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
3015
3014
|
example: NotRequired[Any]
|
|
3016
|
-
exclusive_maximum: NotRequired[pulumi.Input[
|
|
3017
|
-
exclusive_minimum: NotRequired[pulumi.Input[
|
|
3015
|
+
exclusive_maximum: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3016
|
+
exclusive_minimum: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3018
3017
|
external_docs: NotRequired[pulumi.Input['ExternalDocumentationArgsDict']]
|
|
3019
|
-
format: NotRequired[pulumi.Input[
|
|
3018
|
+
format: NotRequired[pulumi.Input[_builtins.str]]
|
|
3020
3019
|
"""
|
|
3021
3020
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3022
3021
|
|
|
3023
3022
|
- 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.
|
|
3024
3023
|
"""
|
|
3025
|
-
id: NotRequired[pulumi.Input[
|
|
3024
|
+
id: NotRequired[pulumi.Input[_builtins.str]]
|
|
3026
3025
|
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
3027
|
-
max_items: NotRequired[pulumi.Input[
|
|
3028
|
-
max_length: NotRequired[pulumi.Input[
|
|
3029
|
-
max_properties: NotRequired[pulumi.Input[
|
|
3030
|
-
maximum: NotRequired[pulumi.Input[
|
|
3031
|
-
min_items: NotRequired[pulumi.Input[
|
|
3032
|
-
min_length: NotRequired[pulumi.Input[
|
|
3033
|
-
min_properties: NotRequired[pulumi.Input[
|
|
3034
|
-
minimum: NotRequired[pulumi.Input[
|
|
3035
|
-
multiple_of: NotRequired[pulumi.Input[
|
|
3026
|
+
max_items: NotRequired[pulumi.Input[_builtins.int]]
|
|
3027
|
+
max_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
3028
|
+
max_properties: NotRequired[pulumi.Input[_builtins.int]]
|
|
3029
|
+
maximum: NotRequired[pulumi.Input[_builtins.float]]
|
|
3030
|
+
min_items: NotRequired[pulumi.Input[_builtins.int]]
|
|
3031
|
+
min_length: NotRequired[pulumi.Input[_builtins.int]]
|
|
3032
|
+
min_properties: NotRequired[pulumi.Input[_builtins.int]]
|
|
3033
|
+
minimum: NotRequired[pulumi.Input[_builtins.float]]
|
|
3034
|
+
multiple_of: NotRequired[pulumi.Input[_builtins.float]]
|
|
3036
3035
|
not_: NotRequired[pulumi.Input['JSONSchemaPropsArgsDict']]
|
|
3037
|
-
nullable: NotRequired[pulumi.Input[
|
|
3036
|
+
nullable: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3038
3037
|
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3039
|
-
pattern: NotRequired[pulumi.Input[
|
|
3038
|
+
pattern: NotRequired[pulumi.Input[_builtins.str]]
|
|
3040
3039
|
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3041
3040
|
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3042
|
-
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
3043
|
-
title: NotRequired[pulumi.Input[
|
|
3044
|
-
type: NotRequired[pulumi.Input[
|
|
3045
|
-
unique_items: NotRequired[pulumi.Input[
|
|
3046
|
-
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[
|
|
3041
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
3042
|
+
title: NotRequired[pulumi.Input[_builtins.str]]
|
|
3043
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
3044
|
+
unique_items: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3045
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3047
3046
|
"""
|
|
3048
3047
|
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).
|
|
3049
3048
|
"""
|
|
3050
|
-
x_kubernetes_int_or_string: NotRequired[pulumi.Input[
|
|
3049
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3051
3050
|
"""
|
|
3052
3051
|
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:
|
|
3053
3052
|
|
|
@@ -3060,13 +3059,13 @@ if not MYPY:
|
|
|
3060
3059
|
- type: string
|
|
3061
3060
|
- ... zero or more
|
|
3062
3061
|
"""
|
|
3063
|
-
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
3062
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
3064
3063
|
"""
|
|
3065
3064
|
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.
|
|
3066
3065
|
|
|
3067
3066
|
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).
|
|
3068
3067
|
"""
|
|
3069
|
-
x_kubernetes_list_type: NotRequired[pulumi.Input[
|
|
3068
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
3070
3069
|
"""
|
|
3071
3070
|
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:
|
|
3072
3071
|
|
|
@@ -3083,7 +3082,7 @@ if not MYPY:
|
|
|
3083
3082
|
must only be used on a list with elements of type object.
|
|
3084
3083
|
Defaults to atomic for arrays.
|
|
3085
3084
|
"""
|
|
3086
|
-
x_kubernetes_map_type: NotRequired[pulumi.Input[
|
|
3085
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
3087
3086
|
"""
|
|
3088
3087
|
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:
|
|
3089
3088
|
|
|
@@ -3094,7 +3093,7 @@ if not MYPY:
|
|
|
3094
3093
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3095
3094
|
Atomic maps will be entirely replaced when updated.
|
|
3096
3095
|
"""
|
|
3097
|
-
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[
|
|
3096
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[_builtins.bool]]
|
|
3098
3097
|
"""
|
|
3099
3098
|
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.
|
|
3100
3099
|
"""
|
|
@@ -3104,57 +3103,57 @@ elif False:
|
|
|
3104
3103
|
@pulumi.input_type
|
|
3105
3104
|
class JSONSchemaPropsArgs:
|
|
3106
3105
|
def __init__(__self__, *,
|
|
3107
|
-
_ref: Optional[pulumi.Input[
|
|
3108
|
-
_schema: Optional[pulumi.Input[
|
|
3109
|
-
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3110
|
-
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3106
|
+
_ref: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3107
|
+
_schema: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3108
|
+
additional_items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
|
|
3109
|
+
additional_properties: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]] = None,
|
|
3111
3110
|
all_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3112
3111
|
any_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3113
3112
|
default: Optional[Any] = None,
|
|
3114
3113
|
definitions: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3115
|
-
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
3116
|
-
description: Optional[pulumi.Input[
|
|
3114
|
+
dependencies: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]] = None,
|
|
3115
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3117
3116
|
enum: Optional[pulumi.Input[Sequence[Any]]] = None,
|
|
3118
3117
|
example: Optional[Any] = None,
|
|
3119
|
-
exclusive_maximum: Optional[pulumi.Input[
|
|
3120
|
-
exclusive_minimum: Optional[pulumi.Input[
|
|
3118
|
+
exclusive_maximum: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3119
|
+
exclusive_minimum: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3121
3120
|
external_docs: Optional[pulumi.Input['ExternalDocumentationArgs']] = None,
|
|
3122
|
-
format: Optional[pulumi.Input[
|
|
3123
|
-
id: Optional[pulumi.Input[
|
|
3121
|
+
format: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3122
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3124
3123
|
items: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]] = None,
|
|
3125
|
-
max_items: Optional[pulumi.Input[
|
|
3126
|
-
max_length: Optional[pulumi.Input[
|
|
3127
|
-
max_properties: Optional[pulumi.Input[
|
|
3128
|
-
maximum: Optional[pulumi.Input[
|
|
3129
|
-
min_items: Optional[pulumi.Input[
|
|
3130
|
-
min_length: Optional[pulumi.Input[
|
|
3131
|
-
min_properties: Optional[pulumi.Input[
|
|
3132
|
-
minimum: Optional[pulumi.Input[
|
|
3133
|
-
multiple_of: Optional[pulumi.Input[
|
|
3124
|
+
max_items: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3125
|
+
max_length: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3126
|
+
max_properties: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3127
|
+
maximum: Optional[pulumi.Input[_builtins.float]] = None,
|
|
3128
|
+
min_items: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3129
|
+
min_length: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3130
|
+
min_properties: Optional[pulumi.Input[_builtins.int]] = None,
|
|
3131
|
+
minimum: Optional[pulumi.Input[_builtins.float]] = None,
|
|
3132
|
+
multiple_of: Optional[pulumi.Input[_builtins.float]] = None,
|
|
3134
3133
|
not_: Optional[pulumi.Input['JSONSchemaPropsArgs']] = None,
|
|
3135
|
-
nullable: Optional[pulumi.Input[
|
|
3134
|
+
nullable: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3136
3135
|
one_of: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3137
|
-
pattern: Optional[pulumi.Input[
|
|
3136
|
+
pattern: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3138
3137
|
pattern_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3139
3138
|
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]] = None,
|
|
3140
|
-
required: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3141
|
-
title: Optional[pulumi.Input[
|
|
3142
|
-
type: Optional[pulumi.Input[
|
|
3143
|
-
unique_items: Optional[pulumi.Input[
|
|
3144
|
-
x_kubernetes_embedded_resource: Optional[pulumi.Input[
|
|
3145
|
-
x_kubernetes_int_or_string: Optional[pulumi.Input[
|
|
3146
|
-
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3147
|
-
x_kubernetes_list_type: Optional[pulumi.Input[
|
|
3148
|
-
x_kubernetes_map_type: Optional[pulumi.Input[
|
|
3149
|
-
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[
|
|
3139
|
+
required: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
3140
|
+
title: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3141
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3142
|
+
unique_items: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3143
|
+
x_kubernetes_embedded_resource: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3144
|
+
x_kubernetes_int_or_string: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
3145
|
+
x_kubernetes_list_map_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
3146
|
+
x_kubernetes_list_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3147
|
+
x_kubernetes_map_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3148
|
+
x_kubernetes_preserve_unknown_fields: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
3150
3149
|
"""
|
|
3151
3150
|
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
3152
3151
|
:param Any default: default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API.
|
|
3153
|
-
:param pulumi.Input[
|
|
3152
|
+
:param pulumi.Input[_builtins.str] format: format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3154
3153
|
|
|
3155
3154
|
- 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.
|
|
3156
|
-
:param pulumi.Input[
|
|
3157
|
-
:param pulumi.Input[
|
|
3155
|
+
:param pulumi.Input[_builtins.bool] x_kubernetes_embedded_resource: x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata).
|
|
3156
|
+
:param pulumi.Input[_builtins.bool] x_kubernetes_int_or_string: x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns:
|
|
3158
3157
|
|
|
3159
3158
|
1) anyOf:
|
|
3160
3159
|
- type: integer
|
|
@@ -3164,10 +3163,10 @@ class JSONSchemaPropsArgs:
|
|
|
3164
3163
|
- type: integer
|
|
3165
3164
|
- type: string
|
|
3166
3165
|
- ... zero or more
|
|
3167
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
3166
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] x_kubernetes_list_map_keys: x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map.
|
|
3168
3167
|
|
|
3169
3168
|
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).
|
|
3170
|
-
:param pulumi.Input[
|
|
3169
|
+
:param pulumi.Input[_builtins.str] x_kubernetes_list_type: x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:
|
|
3171
3170
|
|
|
3172
3171
|
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3173
3172
|
Atomic lists will be entirely replaced when updated. This extension
|
|
@@ -3181,7 +3180,7 @@ class JSONSchemaPropsArgs:
|
|
|
3181
3180
|
used to identify them. Order is preserved upon merge. The map tag
|
|
3182
3181
|
must only be used on a list with elements of type object.
|
|
3183
3182
|
Defaults to atomic for arrays.
|
|
3184
|
-
:param pulumi.Input[
|
|
3183
|
+
:param pulumi.Input[_builtins.str] x_kubernetes_map_type: x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values:
|
|
3185
3184
|
|
|
3186
3185
|
1) `granular`:
|
|
3187
3186
|
These maps are actual maps (key-value pairs) and each fields are independent
|
|
@@ -3189,7 +3188,7 @@ class JSONSchemaPropsArgs:
|
|
|
3189
3188
|
the default behaviour for all maps.
|
|
3190
3189
|
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3191
3190
|
Atomic maps will be entirely replaced when updated.
|
|
3192
|
-
:param pulumi.Input[
|
|
3191
|
+
:param pulumi.Input[_builtins.bool] x_kubernetes_preserve_unknown_fields: x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden.
|
|
3193
3192
|
"""
|
|
3194
3193
|
if _ref is not None:
|
|
3195
3194
|
pulumi.set(__self__, "_ref", _ref)
|
|
@@ -3278,43 +3277,43 @@ class JSONSchemaPropsArgs:
|
|
|
3278
3277
|
if x_kubernetes_preserve_unknown_fields is not None:
|
|
3279
3278
|
pulumi.set(__self__, "x_kubernetes_preserve_unknown_fields", x_kubernetes_preserve_unknown_fields)
|
|
3280
3279
|
|
|
3281
|
-
@property
|
|
3280
|
+
@_builtins.property
|
|
3282
3281
|
@pulumi.getter(name="$ref")
|
|
3283
|
-
def _ref(self) -> Optional[pulumi.Input[
|
|
3282
|
+
def _ref(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3284
3283
|
return pulumi.get(self, "_ref")
|
|
3285
3284
|
|
|
3286
3285
|
@_ref.setter
|
|
3287
|
-
def _ref(self, value: Optional[pulumi.Input[
|
|
3286
|
+
def _ref(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3288
3287
|
pulumi.set(self, "_ref", value)
|
|
3289
3288
|
|
|
3290
|
-
@property
|
|
3289
|
+
@_builtins.property
|
|
3291
3290
|
@pulumi.getter(name="$schema")
|
|
3292
|
-
def _schema(self) -> Optional[pulumi.Input[
|
|
3291
|
+
def _schema(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3293
3292
|
return pulumi.get(self, "_schema")
|
|
3294
3293
|
|
|
3295
3294
|
@_schema.setter
|
|
3296
|
-
def _schema(self, value: Optional[pulumi.Input[
|
|
3295
|
+
def _schema(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3297
3296
|
pulumi.set(self, "_schema", value)
|
|
3298
3297
|
|
|
3299
|
-
@property
|
|
3298
|
+
@_builtins.property
|
|
3300
3299
|
@pulumi.getter(name="additionalItems")
|
|
3301
|
-
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3300
|
+
def additional_items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
|
|
3302
3301
|
return pulumi.get(self, "additional_items")
|
|
3303
3302
|
|
|
3304
3303
|
@additional_items.setter
|
|
3305
|
-
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3304
|
+
def additional_items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
|
|
3306
3305
|
pulumi.set(self, "additional_items", value)
|
|
3307
3306
|
|
|
3308
|
-
@property
|
|
3307
|
+
@_builtins.property
|
|
3309
3308
|
@pulumi.getter(name="additionalProperties")
|
|
3310
|
-
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3309
|
+
def additional_properties(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]:
|
|
3311
3310
|
return pulumi.get(self, "additional_properties")
|
|
3312
3311
|
|
|
3313
3312
|
@additional_properties.setter
|
|
3314
|
-
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs',
|
|
3313
|
+
def additional_properties(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', _builtins.bool]]]):
|
|
3315
3314
|
pulumi.set(self, "additional_properties", value)
|
|
3316
3315
|
|
|
3317
|
-
@property
|
|
3316
|
+
@_builtins.property
|
|
3318
3317
|
@pulumi.getter(name="allOf")
|
|
3319
3318
|
def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3320
3319
|
return pulumi.get(self, "all_of")
|
|
@@ -3323,7 +3322,7 @@ class JSONSchemaPropsArgs:
|
|
|
3323
3322
|
def all_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3324
3323
|
pulumi.set(self, "all_of", value)
|
|
3325
3324
|
|
|
3326
|
-
@property
|
|
3325
|
+
@_builtins.property
|
|
3327
3326
|
@pulumi.getter(name="anyOf")
|
|
3328
3327
|
def any_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3329
3328
|
return pulumi.get(self, "any_of")
|
|
@@ -3332,7 +3331,7 @@ class JSONSchemaPropsArgs:
|
|
|
3332
3331
|
def any_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3333
3332
|
pulumi.set(self, "any_of", value)
|
|
3334
3333
|
|
|
3335
|
-
@property
|
|
3334
|
+
@_builtins.property
|
|
3336
3335
|
@pulumi.getter
|
|
3337
3336
|
def default(self) -> Optional[Any]:
|
|
3338
3337
|
"""
|
|
@@ -3344,7 +3343,7 @@ class JSONSchemaPropsArgs:
|
|
|
3344
3343
|
def default(self, value: Optional[Any]):
|
|
3345
3344
|
pulumi.set(self, "default", value)
|
|
3346
3345
|
|
|
3347
|
-
@property
|
|
3346
|
+
@_builtins.property
|
|
3348
3347
|
@pulumi.getter
|
|
3349
3348
|
def definitions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3350
3349
|
return pulumi.get(self, "definitions")
|
|
@@ -3353,25 +3352,25 @@ class JSONSchemaPropsArgs:
|
|
|
3353
3352
|
def definitions(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3354
3353
|
pulumi.set(self, "definitions", value)
|
|
3355
3354
|
|
|
3356
|
-
@property
|
|
3355
|
+
@_builtins.property
|
|
3357
3356
|
@pulumi.getter
|
|
3358
|
-
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
3357
|
+
def dependencies(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]:
|
|
3359
3358
|
return pulumi.get(self, "dependencies")
|
|
3360
3359
|
|
|
3361
3360
|
@dependencies.setter
|
|
3362
|
-
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[
|
|
3361
|
+
def dependencies(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[pulumi.Input[_builtins.str]]]]]]]):
|
|
3363
3362
|
pulumi.set(self, "dependencies", value)
|
|
3364
3363
|
|
|
3365
|
-
@property
|
|
3364
|
+
@_builtins.property
|
|
3366
3365
|
@pulumi.getter
|
|
3367
|
-
def description(self) -> Optional[pulumi.Input[
|
|
3366
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3368
3367
|
return pulumi.get(self, "description")
|
|
3369
3368
|
|
|
3370
3369
|
@description.setter
|
|
3371
|
-
def description(self, value: Optional[pulumi.Input[
|
|
3370
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3372
3371
|
pulumi.set(self, "description", value)
|
|
3373
3372
|
|
|
3374
|
-
@property
|
|
3373
|
+
@_builtins.property
|
|
3375
3374
|
@pulumi.getter
|
|
3376
3375
|
def enum(self) -> Optional[pulumi.Input[Sequence[Any]]]:
|
|
3377
3376
|
return pulumi.get(self, "enum")
|
|
@@ -3380,7 +3379,7 @@ class JSONSchemaPropsArgs:
|
|
|
3380
3379
|
def enum(self, value: Optional[pulumi.Input[Sequence[Any]]]):
|
|
3381
3380
|
pulumi.set(self, "enum", value)
|
|
3382
3381
|
|
|
3383
|
-
@property
|
|
3382
|
+
@_builtins.property
|
|
3384
3383
|
@pulumi.getter
|
|
3385
3384
|
def example(self) -> Optional[Any]:
|
|
3386
3385
|
return pulumi.get(self, "example")
|
|
@@ -3389,25 +3388,25 @@ class JSONSchemaPropsArgs:
|
|
|
3389
3388
|
def example(self, value: Optional[Any]):
|
|
3390
3389
|
pulumi.set(self, "example", value)
|
|
3391
3390
|
|
|
3392
|
-
@property
|
|
3391
|
+
@_builtins.property
|
|
3393
3392
|
@pulumi.getter(name="exclusiveMaximum")
|
|
3394
|
-
def exclusive_maximum(self) -> Optional[pulumi.Input[
|
|
3393
|
+
def exclusive_maximum(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3395
3394
|
return pulumi.get(self, "exclusive_maximum")
|
|
3396
3395
|
|
|
3397
3396
|
@exclusive_maximum.setter
|
|
3398
|
-
def exclusive_maximum(self, value: Optional[pulumi.Input[
|
|
3397
|
+
def exclusive_maximum(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3399
3398
|
pulumi.set(self, "exclusive_maximum", value)
|
|
3400
3399
|
|
|
3401
|
-
@property
|
|
3400
|
+
@_builtins.property
|
|
3402
3401
|
@pulumi.getter(name="exclusiveMinimum")
|
|
3403
|
-
def exclusive_minimum(self) -> Optional[pulumi.Input[
|
|
3402
|
+
def exclusive_minimum(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3404
3403
|
return pulumi.get(self, "exclusive_minimum")
|
|
3405
3404
|
|
|
3406
3405
|
@exclusive_minimum.setter
|
|
3407
|
-
def exclusive_minimum(self, value: Optional[pulumi.Input[
|
|
3406
|
+
def exclusive_minimum(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3408
3407
|
pulumi.set(self, "exclusive_minimum", value)
|
|
3409
3408
|
|
|
3410
|
-
@property
|
|
3409
|
+
@_builtins.property
|
|
3411
3410
|
@pulumi.getter(name="externalDocs")
|
|
3412
3411
|
def external_docs(self) -> Optional[pulumi.Input['ExternalDocumentationArgs']]:
|
|
3413
3412
|
return pulumi.get(self, "external_docs")
|
|
@@ -3416,9 +3415,9 @@ class JSONSchemaPropsArgs:
|
|
|
3416
3415
|
def external_docs(self, value: Optional[pulumi.Input['ExternalDocumentationArgs']]):
|
|
3417
3416
|
pulumi.set(self, "external_docs", value)
|
|
3418
3417
|
|
|
3419
|
-
@property
|
|
3418
|
+
@_builtins.property
|
|
3420
3419
|
@pulumi.getter
|
|
3421
|
-
def format(self) -> Optional[pulumi.Input[
|
|
3420
|
+
def format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3422
3421
|
"""
|
|
3423
3422
|
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3424
3423
|
|
|
@@ -3427,19 +3426,19 @@ class JSONSchemaPropsArgs:
|
|
|
3427
3426
|
return pulumi.get(self, "format")
|
|
3428
3427
|
|
|
3429
3428
|
@format.setter
|
|
3430
|
-
def format(self, value: Optional[pulumi.Input[
|
|
3429
|
+
def format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3431
3430
|
pulumi.set(self, "format", value)
|
|
3432
3431
|
|
|
3433
|
-
@property
|
|
3432
|
+
@_builtins.property
|
|
3434
3433
|
@pulumi.getter
|
|
3435
|
-
def id(self) -> Optional[pulumi.Input[
|
|
3434
|
+
def id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3436
3435
|
return pulumi.get(self, "id")
|
|
3437
3436
|
|
|
3438
3437
|
@id.setter
|
|
3439
|
-
def id(self, value: Optional[pulumi.Input[
|
|
3438
|
+
def id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3440
3439
|
pulumi.set(self, "id", value)
|
|
3441
3440
|
|
|
3442
|
-
@property
|
|
3441
|
+
@_builtins.property
|
|
3443
3442
|
@pulumi.getter
|
|
3444
3443
|
def items(self) -> Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]:
|
|
3445
3444
|
return pulumi.get(self, "items")
|
|
@@ -3448,88 +3447,88 @@ class JSONSchemaPropsArgs:
|
|
|
3448
3447
|
def items(self, value: Optional[pulumi.Input[Union['JSONSchemaPropsArgs', Sequence[Any]]]]):
|
|
3449
3448
|
pulumi.set(self, "items", value)
|
|
3450
3449
|
|
|
3451
|
-
@property
|
|
3450
|
+
@_builtins.property
|
|
3452
3451
|
@pulumi.getter(name="maxItems")
|
|
3453
|
-
def max_items(self) -> Optional[pulumi.Input[
|
|
3452
|
+
def max_items(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3454
3453
|
return pulumi.get(self, "max_items")
|
|
3455
3454
|
|
|
3456
3455
|
@max_items.setter
|
|
3457
|
-
def max_items(self, value: Optional[pulumi.Input[
|
|
3456
|
+
def max_items(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3458
3457
|
pulumi.set(self, "max_items", value)
|
|
3459
3458
|
|
|
3460
|
-
@property
|
|
3459
|
+
@_builtins.property
|
|
3461
3460
|
@pulumi.getter(name="maxLength")
|
|
3462
|
-
def max_length(self) -> Optional[pulumi.Input[
|
|
3461
|
+
def max_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3463
3462
|
return pulumi.get(self, "max_length")
|
|
3464
3463
|
|
|
3465
3464
|
@max_length.setter
|
|
3466
|
-
def max_length(self, value: Optional[pulumi.Input[
|
|
3465
|
+
def max_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3467
3466
|
pulumi.set(self, "max_length", value)
|
|
3468
3467
|
|
|
3469
|
-
@property
|
|
3468
|
+
@_builtins.property
|
|
3470
3469
|
@pulumi.getter(name="maxProperties")
|
|
3471
|
-
def max_properties(self) -> Optional[pulumi.Input[
|
|
3470
|
+
def max_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3472
3471
|
return pulumi.get(self, "max_properties")
|
|
3473
3472
|
|
|
3474
3473
|
@max_properties.setter
|
|
3475
|
-
def max_properties(self, value: Optional[pulumi.Input[
|
|
3474
|
+
def max_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3476
3475
|
pulumi.set(self, "max_properties", value)
|
|
3477
3476
|
|
|
3478
|
-
@property
|
|
3477
|
+
@_builtins.property
|
|
3479
3478
|
@pulumi.getter
|
|
3480
|
-
def maximum(self) -> Optional[pulumi.Input[
|
|
3479
|
+
def maximum(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
3481
3480
|
return pulumi.get(self, "maximum")
|
|
3482
3481
|
|
|
3483
3482
|
@maximum.setter
|
|
3484
|
-
def maximum(self, value: Optional[pulumi.Input[
|
|
3483
|
+
def maximum(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
3485
3484
|
pulumi.set(self, "maximum", value)
|
|
3486
3485
|
|
|
3487
|
-
@property
|
|
3486
|
+
@_builtins.property
|
|
3488
3487
|
@pulumi.getter(name="minItems")
|
|
3489
|
-
def min_items(self) -> Optional[pulumi.Input[
|
|
3488
|
+
def min_items(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3490
3489
|
return pulumi.get(self, "min_items")
|
|
3491
3490
|
|
|
3492
3491
|
@min_items.setter
|
|
3493
|
-
def min_items(self, value: Optional[pulumi.Input[
|
|
3492
|
+
def min_items(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3494
3493
|
pulumi.set(self, "min_items", value)
|
|
3495
3494
|
|
|
3496
|
-
@property
|
|
3495
|
+
@_builtins.property
|
|
3497
3496
|
@pulumi.getter(name="minLength")
|
|
3498
|
-
def min_length(self) -> Optional[pulumi.Input[
|
|
3497
|
+
def min_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3499
3498
|
return pulumi.get(self, "min_length")
|
|
3500
3499
|
|
|
3501
3500
|
@min_length.setter
|
|
3502
|
-
def min_length(self, value: Optional[pulumi.Input[
|
|
3501
|
+
def min_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3503
3502
|
pulumi.set(self, "min_length", value)
|
|
3504
3503
|
|
|
3505
|
-
@property
|
|
3504
|
+
@_builtins.property
|
|
3506
3505
|
@pulumi.getter(name="minProperties")
|
|
3507
|
-
def min_properties(self) -> Optional[pulumi.Input[
|
|
3506
|
+
def min_properties(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3508
3507
|
return pulumi.get(self, "min_properties")
|
|
3509
3508
|
|
|
3510
3509
|
@min_properties.setter
|
|
3511
|
-
def min_properties(self, value: Optional[pulumi.Input[
|
|
3510
|
+
def min_properties(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3512
3511
|
pulumi.set(self, "min_properties", value)
|
|
3513
3512
|
|
|
3514
|
-
@property
|
|
3513
|
+
@_builtins.property
|
|
3515
3514
|
@pulumi.getter
|
|
3516
|
-
def minimum(self) -> Optional[pulumi.Input[
|
|
3515
|
+
def minimum(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
3517
3516
|
return pulumi.get(self, "minimum")
|
|
3518
3517
|
|
|
3519
3518
|
@minimum.setter
|
|
3520
|
-
def minimum(self, value: Optional[pulumi.Input[
|
|
3519
|
+
def minimum(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
3521
3520
|
pulumi.set(self, "minimum", value)
|
|
3522
3521
|
|
|
3523
|
-
@property
|
|
3522
|
+
@_builtins.property
|
|
3524
3523
|
@pulumi.getter(name="multipleOf")
|
|
3525
|
-
def multiple_of(self) -> Optional[pulumi.Input[
|
|
3524
|
+
def multiple_of(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
3526
3525
|
return pulumi.get(self, "multiple_of")
|
|
3527
3526
|
|
|
3528
3527
|
@multiple_of.setter
|
|
3529
|
-
def multiple_of(self, value: Optional[pulumi.Input[
|
|
3528
|
+
def multiple_of(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
3530
3529
|
pulumi.set(self, "multiple_of", value)
|
|
3531
3530
|
|
|
3532
|
-
@property
|
|
3531
|
+
@_builtins.property
|
|
3533
3532
|
@pulumi.getter(name="not")
|
|
3534
3533
|
def not_(self) -> Optional[pulumi.Input['JSONSchemaPropsArgs']]:
|
|
3535
3534
|
return pulumi.get(self, "not_")
|
|
@@ -3538,16 +3537,16 @@ class JSONSchemaPropsArgs:
|
|
|
3538
3537
|
def not_(self, value: Optional[pulumi.Input['JSONSchemaPropsArgs']]):
|
|
3539
3538
|
pulumi.set(self, "not_", value)
|
|
3540
3539
|
|
|
3541
|
-
@property
|
|
3540
|
+
@_builtins.property
|
|
3542
3541
|
@pulumi.getter
|
|
3543
|
-
def nullable(self) -> Optional[pulumi.Input[
|
|
3542
|
+
def nullable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3544
3543
|
return pulumi.get(self, "nullable")
|
|
3545
3544
|
|
|
3546
3545
|
@nullable.setter
|
|
3547
|
-
def nullable(self, value: Optional[pulumi.Input[
|
|
3546
|
+
def nullable(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3548
3547
|
pulumi.set(self, "nullable", value)
|
|
3549
3548
|
|
|
3550
|
-
@property
|
|
3549
|
+
@_builtins.property
|
|
3551
3550
|
@pulumi.getter(name="oneOf")
|
|
3552
3551
|
def one_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3553
3552
|
return pulumi.get(self, "one_of")
|
|
@@ -3556,16 +3555,16 @@ class JSONSchemaPropsArgs:
|
|
|
3556
3555
|
def one_of(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3557
3556
|
pulumi.set(self, "one_of", value)
|
|
3558
3557
|
|
|
3559
|
-
@property
|
|
3558
|
+
@_builtins.property
|
|
3560
3559
|
@pulumi.getter
|
|
3561
|
-
def pattern(self) -> Optional[pulumi.Input[
|
|
3560
|
+
def pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3562
3561
|
return pulumi.get(self, "pattern")
|
|
3563
3562
|
|
|
3564
3563
|
@pattern.setter
|
|
3565
|
-
def pattern(self, value: Optional[pulumi.Input[
|
|
3564
|
+
def pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3566
3565
|
pulumi.set(self, "pattern", value)
|
|
3567
3566
|
|
|
3568
|
-
@property
|
|
3567
|
+
@_builtins.property
|
|
3569
3568
|
@pulumi.getter(name="patternProperties")
|
|
3570
3569
|
def pattern_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3571
3570
|
return pulumi.get(self, "pattern_properties")
|
|
@@ -3574,7 +3573,7 @@ class JSONSchemaPropsArgs:
|
|
|
3574
3573
|
def pattern_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3575
3574
|
pulumi.set(self, "pattern_properties", value)
|
|
3576
3575
|
|
|
3577
|
-
@property
|
|
3576
|
+
@_builtins.property
|
|
3578
3577
|
@pulumi.getter
|
|
3579
3578
|
def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]:
|
|
3580
3579
|
return pulumi.get(self, "properties")
|
|
@@ -3583,57 +3582,57 @@ class JSONSchemaPropsArgs:
|
|
|
3583
3582
|
def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgs']]]]):
|
|
3584
3583
|
pulumi.set(self, "properties", value)
|
|
3585
3584
|
|
|
3586
|
-
@property
|
|
3585
|
+
@_builtins.property
|
|
3587
3586
|
@pulumi.getter
|
|
3588
|
-
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3587
|
+
def required(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
3589
3588
|
return pulumi.get(self, "required")
|
|
3590
3589
|
|
|
3591
3590
|
@required.setter
|
|
3592
|
-
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3591
|
+
def required(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
3593
3592
|
pulumi.set(self, "required", value)
|
|
3594
3593
|
|
|
3595
|
-
@property
|
|
3594
|
+
@_builtins.property
|
|
3596
3595
|
@pulumi.getter
|
|
3597
|
-
def title(self) -> Optional[pulumi.Input[
|
|
3596
|
+
def title(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3598
3597
|
return pulumi.get(self, "title")
|
|
3599
3598
|
|
|
3600
3599
|
@title.setter
|
|
3601
|
-
def title(self, value: Optional[pulumi.Input[
|
|
3600
|
+
def title(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3602
3601
|
pulumi.set(self, "title", value)
|
|
3603
3602
|
|
|
3604
|
-
@property
|
|
3603
|
+
@_builtins.property
|
|
3605
3604
|
@pulumi.getter
|
|
3606
|
-
def type(self) -> Optional[pulumi.Input[
|
|
3605
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3607
3606
|
return pulumi.get(self, "type")
|
|
3608
3607
|
|
|
3609
3608
|
@type.setter
|
|
3610
|
-
def type(self, value: Optional[pulumi.Input[
|
|
3609
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3611
3610
|
pulumi.set(self, "type", value)
|
|
3612
3611
|
|
|
3613
|
-
@property
|
|
3612
|
+
@_builtins.property
|
|
3614
3613
|
@pulumi.getter(name="uniqueItems")
|
|
3615
|
-
def unique_items(self) -> Optional[pulumi.Input[
|
|
3614
|
+
def unique_items(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3616
3615
|
return pulumi.get(self, "unique_items")
|
|
3617
3616
|
|
|
3618
3617
|
@unique_items.setter
|
|
3619
|
-
def unique_items(self, value: Optional[pulumi.Input[
|
|
3618
|
+
def unique_items(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3620
3619
|
pulumi.set(self, "unique_items", value)
|
|
3621
3620
|
|
|
3622
|
-
@property
|
|
3621
|
+
@_builtins.property
|
|
3623
3622
|
@pulumi.getter
|
|
3624
|
-
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[
|
|
3623
|
+
def x_kubernetes_embedded_resource(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3625
3624
|
"""
|
|
3626
3625
|
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).
|
|
3627
3626
|
"""
|
|
3628
3627
|
return pulumi.get(self, "x_kubernetes_embedded_resource")
|
|
3629
3628
|
|
|
3630
3629
|
@x_kubernetes_embedded_resource.setter
|
|
3631
|
-
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[
|
|
3630
|
+
def x_kubernetes_embedded_resource(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3632
3631
|
pulumi.set(self, "x_kubernetes_embedded_resource", value)
|
|
3633
3632
|
|
|
3634
|
-
@property
|
|
3633
|
+
@_builtins.property
|
|
3635
3634
|
@pulumi.getter
|
|
3636
|
-
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[
|
|
3635
|
+
def x_kubernetes_int_or_string(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3637
3636
|
"""
|
|
3638
3637
|
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:
|
|
3639
3638
|
|
|
@@ -3649,12 +3648,12 @@ class JSONSchemaPropsArgs:
|
|
|
3649
3648
|
return pulumi.get(self, "x_kubernetes_int_or_string")
|
|
3650
3649
|
|
|
3651
3650
|
@x_kubernetes_int_or_string.setter
|
|
3652
|
-
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[
|
|
3651
|
+
def x_kubernetes_int_or_string(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3653
3652
|
pulumi.set(self, "x_kubernetes_int_or_string", value)
|
|
3654
3653
|
|
|
3655
|
-
@property
|
|
3654
|
+
@_builtins.property
|
|
3656
3655
|
@pulumi.getter
|
|
3657
|
-
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3656
|
+
def x_kubernetes_list_map_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
3658
3657
|
"""
|
|
3659
3658
|
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.
|
|
3660
3659
|
|
|
@@ -3663,12 +3662,12 @@ class JSONSchemaPropsArgs:
|
|
|
3663
3662
|
return pulumi.get(self, "x_kubernetes_list_map_keys")
|
|
3664
3663
|
|
|
3665
3664
|
@x_kubernetes_list_map_keys.setter
|
|
3666
|
-
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3665
|
+
def x_kubernetes_list_map_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
3667
3666
|
pulumi.set(self, "x_kubernetes_list_map_keys", value)
|
|
3668
3667
|
|
|
3669
|
-
@property
|
|
3668
|
+
@_builtins.property
|
|
3670
3669
|
@pulumi.getter
|
|
3671
|
-
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[
|
|
3670
|
+
def x_kubernetes_list_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3672
3671
|
"""
|
|
3673
3672
|
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:
|
|
3674
3673
|
|
|
@@ -3688,12 +3687,12 @@ class JSONSchemaPropsArgs:
|
|
|
3688
3687
|
return pulumi.get(self, "x_kubernetes_list_type")
|
|
3689
3688
|
|
|
3690
3689
|
@x_kubernetes_list_type.setter
|
|
3691
|
-
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[
|
|
3690
|
+
def x_kubernetes_list_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3692
3691
|
pulumi.set(self, "x_kubernetes_list_type", value)
|
|
3693
3692
|
|
|
3694
|
-
@property
|
|
3693
|
+
@_builtins.property
|
|
3695
3694
|
@pulumi.getter
|
|
3696
|
-
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[
|
|
3695
|
+
def x_kubernetes_map_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3697
3696
|
"""
|
|
3698
3697
|
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:
|
|
3699
3698
|
|
|
@@ -3707,19 +3706,19 @@ class JSONSchemaPropsArgs:
|
|
|
3707
3706
|
return pulumi.get(self, "x_kubernetes_map_type")
|
|
3708
3707
|
|
|
3709
3708
|
@x_kubernetes_map_type.setter
|
|
3710
|
-
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[
|
|
3709
|
+
def x_kubernetes_map_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3711
3710
|
pulumi.set(self, "x_kubernetes_map_type", value)
|
|
3712
3711
|
|
|
3713
|
-
@property
|
|
3712
|
+
@_builtins.property
|
|
3714
3713
|
@pulumi.getter
|
|
3715
|
-
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[
|
|
3714
|
+
def x_kubernetes_preserve_unknown_fields(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
3716
3715
|
"""
|
|
3717
3716
|
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.
|
|
3718
3717
|
"""
|
|
3719
3718
|
return pulumi.get(self, "x_kubernetes_preserve_unknown_fields")
|
|
3720
3719
|
|
|
3721
3720
|
@x_kubernetes_preserve_unknown_fields.setter
|
|
3722
|
-
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[
|
|
3721
|
+
def x_kubernetes_preserve_unknown_fields(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
3723
3722
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
3724
3723
|
|
|
3725
3724
|
|
|
@@ -3728,19 +3727,19 @@ if not MYPY:
|
|
|
3728
3727
|
"""
|
|
3729
3728
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3730
3729
|
"""
|
|
3731
|
-
name: NotRequired[pulumi.Input[
|
|
3730
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
3732
3731
|
"""
|
|
3733
3732
|
name is the name of the service. Required
|
|
3734
3733
|
"""
|
|
3735
|
-
namespace: NotRequired[pulumi.Input[
|
|
3734
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
3736
3735
|
"""
|
|
3737
3736
|
namespace is the namespace of the service. Required
|
|
3738
3737
|
"""
|
|
3739
|
-
path: NotRequired[pulumi.Input[
|
|
3738
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
|
3740
3739
|
"""
|
|
3741
3740
|
path is an optional URL path at which the webhook will be contacted.
|
|
3742
3741
|
"""
|
|
3743
|
-
port: NotRequired[pulumi.Input[
|
|
3742
|
+
port: NotRequired[pulumi.Input[_builtins.int]]
|
|
3744
3743
|
"""
|
|
3745
3744
|
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.
|
|
3746
3745
|
"""
|
|
@@ -3750,16 +3749,16 @@ elif False:
|
|
|
3750
3749
|
@pulumi.input_type
|
|
3751
3750
|
class ServiceReferencePatchArgs:
|
|
3752
3751
|
def __init__(__self__, *,
|
|
3753
|
-
name: Optional[pulumi.Input[
|
|
3754
|
-
namespace: Optional[pulumi.Input[
|
|
3755
|
-
path: Optional[pulumi.Input[
|
|
3756
|
-
port: Optional[pulumi.Input[
|
|
3752
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3753
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3754
|
+
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3755
|
+
port: Optional[pulumi.Input[_builtins.int]] = None):
|
|
3757
3756
|
"""
|
|
3758
3757
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3759
|
-
:param pulumi.Input[
|
|
3760
|
-
:param pulumi.Input[
|
|
3761
|
-
:param pulumi.Input[
|
|
3762
|
-
:param pulumi.Input[
|
|
3758
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the service. Required
|
|
3759
|
+
:param pulumi.Input[_builtins.str] namespace: namespace is the namespace of the service. Required
|
|
3760
|
+
:param pulumi.Input[_builtins.str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3761
|
+
:param pulumi.Input[_builtins.int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3763
3762
|
"""
|
|
3764
3763
|
if name is not None:
|
|
3765
3764
|
pulumi.set(__self__, "name", name)
|
|
@@ -3770,52 +3769,52 @@ class ServiceReferencePatchArgs:
|
|
|
3770
3769
|
if port is not None:
|
|
3771
3770
|
pulumi.set(__self__, "port", port)
|
|
3772
3771
|
|
|
3773
|
-
@property
|
|
3772
|
+
@_builtins.property
|
|
3774
3773
|
@pulumi.getter
|
|
3775
|
-
def name(self) -> Optional[pulumi.Input[
|
|
3774
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3776
3775
|
"""
|
|
3777
3776
|
name is the name of the service. Required
|
|
3778
3777
|
"""
|
|
3779
3778
|
return pulumi.get(self, "name")
|
|
3780
3779
|
|
|
3781
3780
|
@name.setter
|
|
3782
|
-
def name(self, value: Optional[pulumi.Input[
|
|
3781
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3783
3782
|
pulumi.set(self, "name", value)
|
|
3784
3783
|
|
|
3785
|
-
@property
|
|
3784
|
+
@_builtins.property
|
|
3786
3785
|
@pulumi.getter
|
|
3787
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
3786
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3788
3787
|
"""
|
|
3789
3788
|
namespace is the namespace of the service. Required
|
|
3790
3789
|
"""
|
|
3791
3790
|
return pulumi.get(self, "namespace")
|
|
3792
3791
|
|
|
3793
3792
|
@namespace.setter
|
|
3794
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
3793
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3795
3794
|
pulumi.set(self, "namespace", value)
|
|
3796
3795
|
|
|
3797
|
-
@property
|
|
3796
|
+
@_builtins.property
|
|
3798
3797
|
@pulumi.getter
|
|
3799
|
-
def path(self) -> Optional[pulumi.Input[
|
|
3798
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3800
3799
|
"""
|
|
3801
3800
|
path is an optional URL path at which the webhook will be contacted.
|
|
3802
3801
|
"""
|
|
3803
3802
|
return pulumi.get(self, "path")
|
|
3804
3803
|
|
|
3805
3804
|
@path.setter
|
|
3806
|
-
def path(self, value: Optional[pulumi.Input[
|
|
3805
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3807
3806
|
pulumi.set(self, "path", value)
|
|
3808
3807
|
|
|
3809
|
-
@property
|
|
3808
|
+
@_builtins.property
|
|
3810
3809
|
@pulumi.getter
|
|
3811
|
-
def port(self) -> Optional[pulumi.Input[
|
|
3810
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3812
3811
|
"""
|
|
3813
3812
|
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.
|
|
3814
3813
|
"""
|
|
3815
3814
|
return pulumi.get(self, "port")
|
|
3816
3815
|
|
|
3817
3816
|
@port.setter
|
|
3818
|
-
def port(self, value: Optional[pulumi.Input[
|
|
3817
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3819
3818
|
pulumi.set(self, "port", value)
|
|
3820
3819
|
|
|
3821
3820
|
|
|
@@ -3824,19 +3823,19 @@ if not MYPY:
|
|
|
3824
3823
|
"""
|
|
3825
3824
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3826
3825
|
"""
|
|
3827
|
-
name: pulumi.Input[
|
|
3826
|
+
name: pulumi.Input[_builtins.str]
|
|
3828
3827
|
"""
|
|
3829
3828
|
name is the name of the service. Required
|
|
3830
3829
|
"""
|
|
3831
|
-
namespace: pulumi.Input[
|
|
3830
|
+
namespace: pulumi.Input[_builtins.str]
|
|
3832
3831
|
"""
|
|
3833
3832
|
namespace is the namespace of the service. Required
|
|
3834
3833
|
"""
|
|
3835
|
-
path: NotRequired[pulumi.Input[
|
|
3834
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
|
3836
3835
|
"""
|
|
3837
3836
|
path is an optional URL path at which the webhook will be contacted.
|
|
3838
3837
|
"""
|
|
3839
|
-
port: NotRequired[pulumi.Input[
|
|
3838
|
+
port: NotRequired[pulumi.Input[_builtins.int]]
|
|
3840
3839
|
"""
|
|
3841
3840
|
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.
|
|
3842
3841
|
"""
|
|
@@ -3846,16 +3845,16 @@ elif False:
|
|
|
3846
3845
|
@pulumi.input_type
|
|
3847
3846
|
class ServiceReferenceArgs:
|
|
3848
3847
|
def __init__(__self__, *,
|
|
3849
|
-
name: pulumi.Input[
|
|
3850
|
-
namespace: pulumi.Input[
|
|
3851
|
-
path: Optional[pulumi.Input[
|
|
3852
|
-
port: Optional[pulumi.Input[
|
|
3848
|
+
name: pulumi.Input[_builtins.str],
|
|
3849
|
+
namespace: pulumi.Input[_builtins.str],
|
|
3850
|
+
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3851
|
+
port: Optional[pulumi.Input[_builtins.int]] = None):
|
|
3853
3852
|
"""
|
|
3854
3853
|
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3855
|
-
:param pulumi.Input[
|
|
3856
|
-
:param pulumi.Input[
|
|
3857
|
-
:param pulumi.Input[
|
|
3858
|
-
:param pulumi.Input[
|
|
3854
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the service. Required
|
|
3855
|
+
:param pulumi.Input[_builtins.str] namespace: namespace is the namespace of the service. Required
|
|
3856
|
+
:param pulumi.Input[_builtins.str] path: path is an optional URL path at which the webhook will be contacted.
|
|
3857
|
+
:param pulumi.Input[_builtins.int] port: port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
|
|
3859
3858
|
"""
|
|
3860
3859
|
pulumi.set(__self__, "name", name)
|
|
3861
3860
|
pulumi.set(__self__, "namespace", namespace)
|
|
@@ -3864,52 +3863,52 @@ class ServiceReferenceArgs:
|
|
|
3864
3863
|
if port is not None:
|
|
3865
3864
|
pulumi.set(__self__, "port", port)
|
|
3866
3865
|
|
|
3867
|
-
@property
|
|
3866
|
+
@_builtins.property
|
|
3868
3867
|
@pulumi.getter
|
|
3869
|
-
def name(self) -> pulumi.Input[
|
|
3868
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
3870
3869
|
"""
|
|
3871
3870
|
name is the name of the service. Required
|
|
3872
3871
|
"""
|
|
3873
3872
|
return pulumi.get(self, "name")
|
|
3874
3873
|
|
|
3875
3874
|
@name.setter
|
|
3876
|
-
def name(self, value: pulumi.Input[
|
|
3875
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
3877
3876
|
pulumi.set(self, "name", value)
|
|
3878
3877
|
|
|
3879
|
-
@property
|
|
3878
|
+
@_builtins.property
|
|
3880
3879
|
@pulumi.getter
|
|
3881
|
-
def namespace(self) -> pulumi.Input[
|
|
3880
|
+
def namespace(self) -> pulumi.Input[_builtins.str]:
|
|
3882
3881
|
"""
|
|
3883
3882
|
namespace is the namespace of the service. Required
|
|
3884
3883
|
"""
|
|
3885
3884
|
return pulumi.get(self, "namespace")
|
|
3886
3885
|
|
|
3887
3886
|
@namespace.setter
|
|
3888
|
-
def namespace(self, value: pulumi.Input[
|
|
3887
|
+
def namespace(self, value: pulumi.Input[_builtins.str]):
|
|
3889
3888
|
pulumi.set(self, "namespace", value)
|
|
3890
3889
|
|
|
3891
|
-
@property
|
|
3890
|
+
@_builtins.property
|
|
3892
3891
|
@pulumi.getter
|
|
3893
|
-
def path(self) -> Optional[pulumi.Input[
|
|
3892
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3894
3893
|
"""
|
|
3895
3894
|
path is an optional URL path at which the webhook will be contacted.
|
|
3896
3895
|
"""
|
|
3897
3896
|
return pulumi.get(self, "path")
|
|
3898
3897
|
|
|
3899
3898
|
@path.setter
|
|
3900
|
-
def path(self, value: Optional[pulumi.Input[
|
|
3899
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3901
3900
|
pulumi.set(self, "path", value)
|
|
3902
3901
|
|
|
3903
|
-
@property
|
|
3902
|
+
@_builtins.property
|
|
3904
3903
|
@pulumi.getter
|
|
3905
|
-
def port(self) -> Optional[pulumi.Input[
|
|
3904
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3906
3905
|
"""
|
|
3907
3906
|
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.
|
|
3908
3907
|
"""
|
|
3909
3908
|
return pulumi.get(self, "port")
|
|
3910
3909
|
|
|
3911
3910
|
@port.setter
|
|
3912
|
-
def port(self, value: Optional[pulumi.Input[
|
|
3911
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3913
3912
|
pulumi.set(self, "port", value)
|
|
3914
3913
|
|
|
3915
3914
|
|
|
@@ -3918,7 +3917,7 @@ if not MYPY:
|
|
|
3918
3917
|
"""
|
|
3919
3918
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3920
3919
|
"""
|
|
3921
|
-
ca_bundle: NotRequired[pulumi.Input[
|
|
3920
|
+
ca_bundle: NotRequired[pulumi.Input[_builtins.str]]
|
|
3922
3921
|
"""
|
|
3923
3922
|
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.
|
|
3924
3923
|
"""
|
|
@@ -3928,7 +3927,7 @@ if not MYPY:
|
|
|
3928
3927
|
|
|
3929
3928
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3930
3929
|
"""
|
|
3931
|
-
url: NotRequired[pulumi.Input[
|
|
3930
|
+
url: NotRequired[pulumi.Input[_builtins.str]]
|
|
3932
3931
|
"""
|
|
3933
3932
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3934
3933
|
|
|
@@ -3948,16 +3947,16 @@ elif False:
|
|
|
3948
3947
|
@pulumi.input_type
|
|
3949
3948
|
class WebhookClientConfigPatchArgs:
|
|
3950
3949
|
def __init__(__self__, *,
|
|
3951
|
-
ca_bundle: Optional[pulumi.Input[
|
|
3950
|
+
ca_bundle: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3952
3951
|
service: Optional[pulumi.Input['ServiceReferencePatchArgs']] = None,
|
|
3953
|
-
url: Optional[pulumi.Input[
|
|
3952
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3954
3953
|
"""
|
|
3955
3954
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3956
|
-
:param pulumi.Input[
|
|
3955
|
+
:param pulumi.Input[_builtins.str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
3957
3956
|
:param pulumi.Input['ServiceReferencePatchArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3958
3957
|
|
|
3959
3958
|
If the webhook is running within the cluster, then you should use `service`.
|
|
3960
|
-
:param pulumi.Input[
|
|
3959
|
+
:param pulumi.Input[_builtins.str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
3961
3960
|
|
|
3962
3961
|
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.
|
|
3963
3962
|
|
|
@@ -3976,19 +3975,19 @@ class WebhookClientConfigPatchArgs:
|
|
|
3976
3975
|
if url is not None:
|
|
3977
3976
|
pulumi.set(__self__, "url", url)
|
|
3978
3977
|
|
|
3979
|
-
@property
|
|
3978
|
+
@_builtins.property
|
|
3980
3979
|
@pulumi.getter(name="caBundle")
|
|
3981
|
-
def ca_bundle(self) -> Optional[pulumi.Input[
|
|
3980
|
+
def ca_bundle(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3982
3981
|
"""
|
|
3983
3982
|
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.
|
|
3984
3983
|
"""
|
|
3985
3984
|
return pulumi.get(self, "ca_bundle")
|
|
3986
3985
|
|
|
3987
3986
|
@ca_bundle.setter
|
|
3988
|
-
def ca_bundle(self, value: Optional[pulumi.Input[
|
|
3987
|
+
def ca_bundle(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3989
3988
|
pulumi.set(self, "ca_bundle", value)
|
|
3990
3989
|
|
|
3991
|
-
@property
|
|
3990
|
+
@_builtins.property
|
|
3992
3991
|
@pulumi.getter
|
|
3993
3992
|
def service(self) -> Optional[pulumi.Input['ServiceReferencePatchArgs']]:
|
|
3994
3993
|
"""
|
|
@@ -4002,9 +4001,9 @@ class WebhookClientConfigPatchArgs:
|
|
|
4002
4001
|
def service(self, value: Optional[pulumi.Input['ServiceReferencePatchArgs']]):
|
|
4003
4002
|
pulumi.set(self, "service", value)
|
|
4004
4003
|
|
|
4005
|
-
@property
|
|
4004
|
+
@_builtins.property
|
|
4006
4005
|
@pulumi.getter
|
|
4007
|
-
def url(self) -> Optional[pulumi.Input[
|
|
4006
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4008
4007
|
"""
|
|
4009
4008
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4010
4009
|
|
|
@@ -4021,7 +4020,7 @@ class WebhookClientConfigPatchArgs:
|
|
|
4021
4020
|
return pulumi.get(self, "url")
|
|
4022
4021
|
|
|
4023
4022
|
@url.setter
|
|
4024
|
-
def url(self, value: Optional[pulumi.Input[
|
|
4023
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4025
4024
|
pulumi.set(self, "url", value)
|
|
4026
4025
|
|
|
4027
4026
|
|
|
@@ -4030,7 +4029,7 @@ if not MYPY:
|
|
|
4030
4029
|
"""
|
|
4031
4030
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4032
4031
|
"""
|
|
4033
|
-
ca_bundle: NotRequired[pulumi.Input[
|
|
4032
|
+
ca_bundle: NotRequired[pulumi.Input[_builtins.str]]
|
|
4034
4033
|
"""
|
|
4035
4034
|
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.
|
|
4036
4035
|
"""
|
|
@@ -4040,7 +4039,7 @@ if not MYPY:
|
|
|
4040
4039
|
|
|
4041
4040
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4042
4041
|
"""
|
|
4043
|
-
url: NotRequired[pulumi.Input[
|
|
4042
|
+
url: NotRequired[pulumi.Input[_builtins.str]]
|
|
4044
4043
|
"""
|
|
4045
4044
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4046
4045
|
|
|
@@ -4060,16 +4059,16 @@ elif False:
|
|
|
4060
4059
|
@pulumi.input_type
|
|
4061
4060
|
class WebhookClientConfigArgs:
|
|
4062
4061
|
def __init__(__self__, *,
|
|
4063
|
-
ca_bundle: Optional[pulumi.Input[
|
|
4062
|
+
ca_bundle: Optional[pulumi.Input[_builtins.str]] = None,
|
|
4064
4063
|
service: Optional[pulumi.Input['ServiceReferenceArgs']] = None,
|
|
4065
|
-
url: Optional[pulumi.Input[
|
|
4064
|
+
url: Optional[pulumi.Input[_builtins.str]] = None):
|
|
4066
4065
|
"""
|
|
4067
4066
|
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4068
|
-
:param pulumi.Input[
|
|
4067
|
+
:param pulumi.Input[_builtins.str] ca_bundle: caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.
|
|
4069
4068
|
:param pulumi.Input['ServiceReferenceArgs'] service: service is a reference to the service for this webhook. Either service or url must be specified.
|
|
4070
4069
|
|
|
4071
4070
|
If the webhook is running within the cluster, then you should use `service`.
|
|
4072
|
-
:param pulumi.Input[
|
|
4071
|
+
:param pulumi.Input[_builtins.str] url: url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4073
4072
|
|
|
4074
4073
|
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.
|
|
4075
4074
|
|
|
@@ -4088,19 +4087,19 @@ class WebhookClientConfigArgs:
|
|
|
4088
4087
|
if url is not None:
|
|
4089
4088
|
pulumi.set(__self__, "url", url)
|
|
4090
4089
|
|
|
4091
|
-
@property
|
|
4090
|
+
@_builtins.property
|
|
4092
4091
|
@pulumi.getter(name="caBundle")
|
|
4093
|
-
def ca_bundle(self) -> Optional[pulumi.Input[
|
|
4092
|
+
def ca_bundle(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4094
4093
|
"""
|
|
4095
4094
|
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.
|
|
4096
4095
|
"""
|
|
4097
4096
|
return pulumi.get(self, "ca_bundle")
|
|
4098
4097
|
|
|
4099
4098
|
@ca_bundle.setter
|
|
4100
|
-
def ca_bundle(self, value: Optional[pulumi.Input[
|
|
4099
|
+
def ca_bundle(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4101
4100
|
pulumi.set(self, "ca_bundle", value)
|
|
4102
4101
|
|
|
4103
|
-
@property
|
|
4102
|
+
@_builtins.property
|
|
4104
4103
|
@pulumi.getter
|
|
4105
4104
|
def service(self) -> Optional[pulumi.Input['ServiceReferenceArgs']]:
|
|
4106
4105
|
"""
|
|
@@ -4114,9 +4113,9 @@ class WebhookClientConfigArgs:
|
|
|
4114
4113
|
def service(self, value: Optional[pulumi.Input['ServiceReferenceArgs']]):
|
|
4115
4114
|
pulumi.set(self, "service", value)
|
|
4116
4115
|
|
|
4117
|
-
@property
|
|
4116
|
+
@_builtins.property
|
|
4118
4117
|
@pulumi.getter
|
|
4119
|
-
def url(self) -> Optional[pulumi.Input[
|
|
4118
|
+
def url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
4120
4119
|
"""
|
|
4121
4120
|
url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified.
|
|
4122
4121
|
|
|
@@ -4133,7 +4132,7 @@ class WebhookClientConfigArgs:
|
|
|
4133
4132
|
return pulumi.get(self, "url")
|
|
4134
4133
|
|
|
4135
4134
|
@url.setter
|
|
4136
|
-
def url(self, value: Optional[pulumi.Input[
|
|
4135
|
+
def url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
4137
4136
|
pulumi.set(self, "url", value)
|
|
4138
4137
|
|
|
4139
4138
|
|