pulumi-kubernetes 4.10.0a1710288589__py3-none-any.whl → 4.20.0a1736823142__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 +123 -3
- pulumi_kubernetes/_inputs.py +63 -6
- pulumi_kubernetes/_utilities.py +41 -5
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +226 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +224 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +236 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +238 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/__init__.py +6 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +4571 -939
- pulumi_kubernetes/admissionregistration/v1/outputs.py +2880 -470
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +214 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +222 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +234 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +226 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +12 -7
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +12 -15
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +29 -23
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +12 -15
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +29 -23
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +12 -7
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +6 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2514 -141
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1370 -246
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +12 -7
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +12 -7
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +29 -23
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +12 -7
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +29 -23
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +12 -7
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +1522 -42
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +9 -4
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +11 -6
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +11 -6
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +11 -6
- pulumi_kubernetes/apiextensions/v1/_inputs.py +1175 -12
- pulumi_kubernetes/apiextensions/v1/outputs.py +122 -8
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +903 -6
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +11 -6
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +11 -6
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +11 -6
- pulumi_kubernetes/apiregistration/v1/_inputs.py +194 -0
- pulumi_kubernetes/apiregistration/v1/outputs.py +5 -0
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +10 -5
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +9 -4
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +10 -5
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +191 -0
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1/DaemonSet.py +11 -6
- pulumi_kubernetes/apps/v1/DaemonSetList.py +11 -6
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSet.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSet.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSetList.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/_inputs.py +1057 -8
- pulumi_kubernetes/apps/v1/outputs.py +13 -8
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1beta1/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +10 -5
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +9 -4
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +10 -5
- pulumi_kubernetes/apps/v1beta1/_inputs.py +603 -0
- pulumi_kubernetes/apps/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +10 -5
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +9 -4
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +10 -5
- pulumi_kubernetes/apps/v1beta2/_inputs.py +935 -0
- pulumi_kubernetes/apps/v1beta2/outputs.py +5 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +281 -0
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v1/_inputs.py +157 -0
- pulumi_kubernetes/autoscaling/v1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2/_inputs.py +815 -10
- pulumi_kubernetes/autoscaling/v2/outputs.py +17 -12
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +652 -0
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +796 -0
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +5 -0
- pulumi_kubernetes/batch/v1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v1/Job.py +11 -6
- pulumi_kubernetes/batch/v1/JobList.py +11 -6
- pulumi_kubernetes/batch/v1/JobPatch.py +11 -6
- pulumi_kubernetes/batch/v1/_inputs.py +1070 -85
- pulumi_kubernetes/batch/v1/outputs.py +298 -40
- pulumi_kubernetes/batch/v1beta1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v1beta1/_inputs.py +161 -0
- pulumi_kubernetes/batch/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +161 -0
- pulumi_kubernetes/batch/v2alpha1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +10 -5
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +10 -5
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +10 -5
- pulumi_kubernetes/certificates/v1/_inputs.py +290 -0
- pulumi_kubernetes/certificates/v1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +94 -0
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +10 -5
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +9 -4
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +10 -5
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +165 -0
- pulumi_kubernetes/certificates/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/coordination/__init__.py +6 -0
- pulumi_kubernetes/coordination/v1/Lease.py +11 -6
- pulumi_kubernetes/coordination/v1/LeaseList.py +11 -6
- pulumi_kubernetes/coordination/v1/LeasePatch.py +11 -6
- pulumi_kubernetes/coordination/v1/_inputs.py +180 -10
- pulumi_kubernetes/coordination/v1/outputs.py +67 -10
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +216 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +215 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +228 -0
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +12 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +418 -0
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +334 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +215 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +228 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +12 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +90 -0
- pulumi_kubernetes/coordination/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/core/v1/Binding.py +13 -8
- pulumi_kubernetes/core/v1/BindingPatch.py +13 -8
- pulumi_kubernetes/core/v1/ConfigMap.py +8 -3
- pulumi_kubernetes/core/v1/ConfigMapList.py +11 -6
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +8 -3
- pulumi_kubernetes/core/v1/Endpoints.py +11 -6
- pulumi_kubernetes/core/v1/EndpointsList.py +11 -6
- pulumi_kubernetes/core/v1/EndpointsPatch.py +11 -6
- pulumi_kubernetes/core/v1/Event.py +20 -15
- pulumi_kubernetes/core/v1/EventList.py +11 -6
- pulumi_kubernetes/core/v1/EventPatch.py +20 -15
- pulumi_kubernetes/core/v1/LimitRange.py +11 -6
- pulumi_kubernetes/core/v1/LimitRangeList.py +11 -6
- pulumi_kubernetes/core/v1/LimitRangePatch.py +11 -6
- pulumi_kubernetes/core/v1/Namespace.py +11 -6
- pulumi_kubernetes/core/v1/NamespaceList.py +11 -6
- pulumi_kubernetes/core/v1/NamespacePatch.py +11 -6
- pulumi_kubernetes/core/v1/Node.py +11 -6
- pulumi_kubernetes/core/v1/NodeList.py +11 -6
- pulumi_kubernetes/core/v1/NodePatch.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolume.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +11 -6
- pulumi_kubernetes/core/v1/Pod.py +11 -6
- pulumi_kubernetes/core/v1/PodList.py +11 -6
- pulumi_kubernetes/core/v1/PodPatch.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplate.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplateList.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationController.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuota.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +11 -6
- pulumi_kubernetes/core/v1/Secret.py +8 -3
- pulumi_kubernetes/core/v1/SecretList.py +11 -6
- pulumi_kubernetes/core/v1/SecretPatch.py +8 -3
- pulumi_kubernetes/core/v1/Service.py +17 -28
- pulumi_kubernetes/core/v1/ServiceAccount.py +17 -12
- pulumi_kubernetes/core/v1/ServiceAccountList.py +11 -6
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +17 -12
- pulumi_kubernetes/core/v1/ServiceList.py +11 -6
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -28
- pulumi_kubernetes/core/v1/_inputs.py +11760 -756
- pulumi_kubernetes/core/v1/outputs.py +2131 -448
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +14 -9
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +11 -6
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +14 -9
- pulumi_kubernetes/discovery/v1/_inputs.py +284 -0
- pulumi_kubernetes/discovery/v1/outputs.py +5 -0
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +14 -9
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +11 -6
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +14 -9
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +210 -0
- pulumi_kubernetes/discovery/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/events/v1/Event.py +20 -15
- pulumi_kubernetes/events/v1/EventList.py +11 -6
- pulumi_kubernetes/events/v1/EventPatch.py +20 -15
- pulumi_kubernetes/events/v1/_inputs.py +118 -0
- pulumi_kubernetes/events/v1/outputs.py +5 -0
- pulumi_kubernetes/events/v1beta1/Event.py +19 -14
- pulumi_kubernetes/events/v1beta1/EventList.py +11 -6
- pulumi_kubernetes/events/v1beta1/EventPatch.py +19 -14
- pulumi_kubernetes/events/v1beta1/_inputs.py +123 -0
- pulumi_kubernetes/events/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1884 -26
- pulumi_kubernetes/extensions/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +779 -0
- pulumi_kubernetes/flowcontrol/v1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +671 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +671 -0
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +771 -0
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +779 -8
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +13 -8
- pulumi_kubernetes/helm/__init__.py +3 -0
- pulumi_kubernetes/helm/v3/Release.py +8 -3
- pulumi_kubernetes/helm/v3/_inputs.py +42 -2
- pulumi_kubernetes/helm/v3/outputs.py +7 -2
- pulumi_kubernetes/helm/v4/Chart.py +721 -0
- pulumi_kubernetes/helm/v4/__init__.py +9 -0
- pulumi_kubernetes/helm/v4/_inputs.py +216 -0
- pulumi_kubernetes/kustomize/__init__.py +8 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +219 -0
- pulumi_kubernetes/kustomize/v2/__init__.py +8 -0
- pulumi_kubernetes/meta/v1/Status.py +11 -6
- pulumi_kubernetes/meta/v1/StatusPatch.py +11 -6
- pulumi_kubernetes/meta/v1/_inputs.py +596 -0
- pulumi_kubernetes/meta/v1/outputs.py +5 -0
- pulumi_kubernetes/networking/v1/Ingress.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClass.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClassList.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +11 -6
- pulumi_kubernetes/networking/v1/IngressList.py +11 -6
- pulumi_kubernetes/networking/v1/IngressPatch.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +11 -6
- pulumi_kubernetes/networking/v1/_inputs.py +840 -0
- pulumi_kubernetes/networking/v1/outputs.py +5 -0
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +13 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +13 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +13 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +13 -6
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +293 -37
- pulumi_kubernetes/networking/v1alpha1/outputs.py +26 -24
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +216 -0
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +215 -0
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +228 -0
- pulumi_kubernetes/networking/v1beta1/Ingress.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressList.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +11 -6
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +226 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +215 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +238 -0
- pulumi_kubernetes/networking/v1beta1/__init__.py +6 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +984 -11
- pulumi_kubernetes/networking/v1beta1/outputs.py +466 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +14 -9
- pulumi_kubernetes/node/v1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +14 -9
- pulumi_kubernetes/node/v1/_inputs.py +101 -0
- pulumi_kubernetes/node/v1/outputs.py +5 -0
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +11 -6
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +11 -6
- pulumi_kubernetes/node/v1alpha1/_inputs.py +134 -0
- pulumi_kubernetes/node/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +14 -9
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +14 -9
- pulumi_kubernetes/node/v1beta1/_inputs.py +100 -0
- pulumi_kubernetes/node/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +11 -6
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +11 -6
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +11 -6
- pulumi_kubernetes/policy/v1/_inputs.py +151 -0
- pulumi_kubernetes/policy/v1/outputs.py +5 -0
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +10 -5
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +9 -4
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +10 -5
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +11 -6
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +11 -6
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +11 -6
- pulumi_kubernetes/policy/v1beta1/_inputs.py +713 -0
- pulumi_kubernetes/policy/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/provider.py +82 -6
- pulumi_kubernetes/pulumi-plugin.json +2 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1/outputs.py +5 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/resource/__init__.py +6 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +12 -7
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +12 -7
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +12 -7
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +12 -7
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +14 -9
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +14 -9
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +458 -0
- pulumi_kubernetes/resource/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +13 -6
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +13 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +12 -7
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +280 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +215 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +292 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +12 -7
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +12 -7
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +12 -7
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +43 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +272 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +215 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +284 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +43 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +283 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +215 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +294 -0
- pulumi_kubernetes/resource/v1alpha2/__init__.py +9 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +3177 -634
- pulumi_kubernetes/resource/v1alpha2/outputs.py +2628 -880
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +231 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +215 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +242 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +232 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +243 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +229 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +215 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +240 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +245 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +257 -0
- pulumi_kubernetes/resource/v1alpha3/__init__.py +24 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +4372 -0
- pulumi_kubernetes/resource/v1alpha3/outputs.py +3914 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +237 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +215 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +248 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +232 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +243 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +229 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +215 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +240 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +246 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +257 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +21 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +3867 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +3334 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1/outputs.py +5 -0
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +9 -4
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +11 -6
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +9 -4
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +84 -0
- pulumi_kubernetes/settings/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +11 -6
- pulumi_kubernetes/storage/v1/CSIDriverList.py +11 -6
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +11 -6
- pulumi_kubernetes/storage/v1/CSINode.py +11 -6
- pulumi_kubernetes/storage/v1/CSINodeList.py +11 -6
- pulumi_kubernetes/storage/v1/CSINodePatch.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClass.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClassList.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1/_inputs.py +624 -10
- pulumi_kubernetes/storage/v1/outputs.py +17 -12
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +10 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +10 -3
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +187 -0
- pulumi_kubernetes/storage/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINode.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +252 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +215 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +263 -0
- pulumi_kubernetes/storage/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +689 -0
- pulumi_kubernetes/storage/v1beta1/outputs.py +99 -0
- pulumi_kubernetes/storagemigration/__init__.py +14 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +224 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +215 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +236 -0
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +12 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +585 -0
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +593 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +81 -4
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +123 -42
- pulumi_kubernetes/yaml/yaml.py +264 -0
- {pulumi_kubernetes-4.10.0a1710288589.dist-info → pulumi_kubernetes-4.20.0a1736823142.dist-info}/METADATA +8 -7
- pulumi_kubernetes-4.20.0a1736823142.dist-info/RECORD +679 -0
- {pulumi_kubernetes-4.10.0a1710288589.dist-info → pulumi_kubernetes-4.20.0a1736823142.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.10.0a1710288589.dist-info/RECORD +0 -592
- {pulumi_kubernetes-4.10.0a1710288589.dist-info → pulumi_kubernetes-4.20.0a1736823142.dist-info}/top_level.txt +0 -0
|
@@ -4,42 +4,108 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from ... import meta as _meta
|
|
12
17
|
|
|
13
18
|
__all__ = [
|
|
14
19
|
'CustomResourceColumnDefinitionPatchArgs',
|
|
20
|
+
'CustomResourceColumnDefinitionPatchArgsDict',
|
|
15
21
|
'CustomResourceColumnDefinitionArgs',
|
|
22
|
+
'CustomResourceColumnDefinitionArgsDict',
|
|
16
23
|
'CustomResourceConversionPatchArgs',
|
|
24
|
+
'CustomResourceConversionPatchArgsDict',
|
|
17
25
|
'CustomResourceConversionArgs',
|
|
26
|
+
'CustomResourceConversionArgsDict',
|
|
18
27
|
'CustomResourceDefinitionConditionArgs',
|
|
28
|
+
'CustomResourceDefinitionConditionArgsDict',
|
|
19
29
|
'CustomResourceDefinitionNamesPatchArgs',
|
|
30
|
+
'CustomResourceDefinitionNamesPatchArgsDict',
|
|
20
31
|
'CustomResourceDefinitionNamesArgs',
|
|
32
|
+
'CustomResourceDefinitionNamesArgsDict',
|
|
21
33
|
'CustomResourceDefinitionSpecPatchArgs',
|
|
34
|
+
'CustomResourceDefinitionSpecPatchArgsDict',
|
|
22
35
|
'CustomResourceDefinitionSpecArgs',
|
|
36
|
+
'CustomResourceDefinitionSpecArgsDict',
|
|
23
37
|
'CustomResourceDefinitionStatusArgs',
|
|
38
|
+
'CustomResourceDefinitionStatusArgsDict',
|
|
24
39
|
'CustomResourceDefinitionVersionPatchArgs',
|
|
40
|
+
'CustomResourceDefinitionVersionPatchArgsDict',
|
|
25
41
|
'CustomResourceDefinitionVersionArgs',
|
|
42
|
+
'CustomResourceDefinitionVersionArgsDict',
|
|
26
43
|
'CustomResourceDefinitionArgs',
|
|
44
|
+
'CustomResourceDefinitionArgsDict',
|
|
27
45
|
'CustomResourceSubresourceScalePatchArgs',
|
|
46
|
+
'CustomResourceSubresourceScalePatchArgsDict',
|
|
28
47
|
'CustomResourceSubresourceScaleArgs',
|
|
48
|
+
'CustomResourceSubresourceScaleArgsDict',
|
|
29
49
|
'CustomResourceSubresourcesPatchArgs',
|
|
50
|
+
'CustomResourceSubresourcesPatchArgsDict',
|
|
30
51
|
'CustomResourceSubresourcesArgs',
|
|
52
|
+
'CustomResourceSubresourcesArgsDict',
|
|
31
53
|
'CustomResourceValidationPatchArgs',
|
|
54
|
+
'CustomResourceValidationPatchArgsDict',
|
|
32
55
|
'CustomResourceValidationArgs',
|
|
56
|
+
'CustomResourceValidationArgsDict',
|
|
33
57
|
'ExternalDocumentationPatchArgs',
|
|
58
|
+
'ExternalDocumentationPatchArgsDict',
|
|
34
59
|
'ExternalDocumentationArgs',
|
|
60
|
+
'ExternalDocumentationArgsDict',
|
|
35
61
|
'JSONSchemaPropsPatchArgs',
|
|
62
|
+
'JSONSchemaPropsPatchArgsDict',
|
|
36
63
|
'JSONSchemaPropsArgs',
|
|
64
|
+
'JSONSchemaPropsArgsDict',
|
|
37
65
|
'ServiceReferencePatchArgs',
|
|
66
|
+
'ServiceReferencePatchArgsDict',
|
|
38
67
|
'ServiceReferenceArgs',
|
|
68
|
+
'ServiceReferenceArgsDict',
|
|
39
69
|
'WebhookClientConfigPatchArgs',
|
|
70
|
+
'WebhookClientConfigPatchArgsDict',
|
|
40
71
|
'WebhookClientConfigArgs',
|
|
72
|
+
'WebhookClientConfigArgsDict',
|
|
41
73
|
]
|
|
42
74
|
|
|
75
|
+
MYPY = False
|
|
76
|
+
|
|
77
|
+
if not MYPY:
|
|
78
|
+
class CustomResourceColumnDefinitionPatchArgsDict(TypedDict):
|
|
79
|
+
"""
|
|
80
|
+
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
81
|
+
"""
|
|
82
|
+
json_path: NotRequired[pulumi.Input[str]]
|
|
83
|
+
"""
|
|
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.
|
|
85
|
+
"""
|
|
86
|
+
description: NotRequired[pulumi.Input[str]]
|
|
87
|
+
"""
|
|
88
|
+
description is a human readable description of this column.
|
|
89
|
+
"""
|
|
90
|
+
format: NotRequired[pulumi.Input[str]]
|
|
91
|
+
"""
|
|
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.
|
|
93
|
+
"""
|
|
94
|
+
name: NotRequired[pulumi.Input[str]]
|
|
95
|
+
"""
|
|
96
|
+
name is a human readable name for the column.
|
|
97
|
+
"""
|
|
98
|
+
priority: NotRequired[pulumi.Input[int]]
|
|
99
|
+
"""
|
|
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.
|
|
101
|
+
"""
|
|
102
|
+
type: NotRequired[pulumi.Input[str]]
|
|
103
|
+
"""
|
|
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.
|
|
105
|
+
"""
|
|
106
|
+
elif False:
|
|
107
|
+
CustomResourceColumnDefinitionPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
108
|
+
|
|
43
109
|
@pulumi.input_type
|
|
44
110
|
class CustomResourceColumnDefinitionPatchArgs:
|
|
45
111
|
def __init__(__self__, *,
|
|
@@ -144,6 +210,38 @@ class CustomResourceColumnDefinitionPatchArgs:
|
|
|
144
210
|
pulumi.set(self, "type", value)
|
|
145
211
|
|
|
146
212
|
|
|
213
|
+
if not MYPY:
|
|
214
|
+
class CustomResourceColumnDefinitionArgsDict(TypedDict):
|
|
215
|
+
"""
|
|
216
|
+
CustomResourceColumnDefinition specifies a column for server side printing.
|
|
217
|
+
"""
|
|
218
|
+
json_path: pulumi.Input[str]
|
|
219
|
+
"""
|
|
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.
|
|
221
|
+
"""
|
|
222
|
+
name: pulumi.Input[str]
|
|
223
|
+
"""
|
|
224
|
+
name is a human readable name for the column.
|
|
225
|
+
"""
|
|
226
|
+
type: pulumi.Input[str]
|
|
227
|
+
"""
|
|
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.
|
|
229
|
+
"""
|
|
230
|
+
description: NotRequired[pulumi.Input[str]]
|
|
231
|
+
"""
|
|
232
|
+
description is a human readable description of this column.
|
|
233
|
+
"""
|
|
234
|
+
format: NotRequired[pulumi.Input[str]]
|
|
235
|
+
"""
|
|
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.
|
|
237
|
+
"""
|
|
238
|
+
priority: NotRequired[pulumi.Input[int]]
|
|
239
|
+
"""
|
|
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.
|
|
241
|
+
"""
|
|
242
|
+
elif False:
|
|
243
|
+
CustomResourceColumnDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
244
|
+
|
|
147
245
|
@pulumi.input_type
|
|
148
246
|
class CustomResourceColumnDefinitionArgs:
|
|
149
247
|
def __init__(__self__, *,
|
|
@@ -245,6 +343,27 @@ class CustomResourceColumnDefinitionArgs:
|
|
|
245
343
|
pulumi.set(self, "priority", value)
|
|
246
344
|
|
|
247
345
|
|
|
346
|
+
if not MYPY:
|
|
347
|
+
class CustomResourceConversionPatchArgsDict(TypedDict):
|
|
348
|
+
"""
|
|
349
|
+
CustomResourceConversion describes how to convert different versions of a CR.
|
|
350
|
+
"""
|
|
351
|
+
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
352
|
+
"""
|
|
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"]`.
|
|
354
|
+
"""
|
|
355
|
+
strategy: NotRequired[pulumi.Input[str]]
|
|
356
|
+
"""
|
|
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
|
|
358
|
+
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
359
|
+
"""
|
|
360
|
+
webhook_client_config: NotRequired[pulumi.Input['WebhookClientConfigPatchArgsDict']]
|
|
361
|
+
"""
|
|
362
|
+
webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`.
|
|
363
|
+
"""
|
|
364
|
+
elif False:
|
|
365
|
+
CustomResourceConversionPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
366
|
+
|
|
248
367
|
@pulumi.input_type
|
|
249
368
|
class CustomResourceConversionPatchArgs:
|
|
250
369
|
def __init__(__self__, *,
|
|
@@ -303,6 +422,27 @@ class CustomResourceConversionPatchArgs:
|
|
|
303
422
|
pulumi.set(self, "webhook_client_config", value)
|
|
304
423
|
|
|
305
424
|
|
|
425
|
+
if not MYPY:
|
|
426
|
+
class CustomResourceConversionArgsDict(TypedDict):
|
|
427
|
+
"""
|
|
428
|
+
CustomResourceConversion describes how to convert different versions of a CR.
|
|
429
|
+
"""
|
|
430
|
+
strategy: pulumi.Input[str]
|
|
431
|
+
"""
|
|
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
|
|
433
|
+
is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.
|
|
434
|
+
"""
|
|
435
|
+
conversion_review_versions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
436
|
+
"""
|
|
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"]`.
|
|
438
|
+
"""
|
|
439
|
+
webhook_client_config: NotRequired[pulumi.Input['WebhookClientConfigArgsDict']]
|
|
440
|
+
"""
|
|
441
|
+
webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`.
|
|
442
|
+
"""
|
|
443
|
+
elif False:
|
|
444
|
+
CustomResourceConversionArgsDict: TypeAlias = Mapping[str, Any]
|
|
445
|
+
|
|
306
446
|
@pulumi.input_type
|
|
307
447
|
class CustomResourceConversionArgs:
|
|
308
448
|
def __init__(__self__, *,
|
|
@@ -360,6 +500,34 @@ class CustomResourceConversionArgs:
|
|
|
360
500
|
pulumi.set(self, "webhook_client_config", value)
|
|
361
501
|
|
|
362
502
|
|
|
503
|
+
if not MYPY:
|
|
504
|
+
class CustomResourceDefinitionConditionArgsDict(TypedDict):
|
|
505
|
+
"""
|
|
506
|
+
CustomResourceDefinitionCondition contains details for the current condition of this pod.
|
|
507
|
+
"""
|
|
508
|
+
status: pulumi.Input[str]
|
|
509
|
+
"""
|
|
510
|
+
status is the status of the condition. Can be True, False, Unknown.
|
|
511
|
+
"""
|
|
512
|
+
type: pulumi.Input[str]
|
|
513
|
+
"""
|
|
514
|
+
type is the type of the condition. Types include Established, NamesAccepted and Terminating.
|
|
515
|
+
"""
|
|
516
|
+
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
517
|
+
"""
|
|
518
|
+
lastTransitionTime last time the condition transitioned from one status to another.
|
|
519
|
+
"""
|
|
520
|
+
message: NotRequired[pulumi.Input[str]]
|
|
521
|
+
"""
|
|
522
|
+
message is a human-readable message indicating details about last transition.
|
|
523
|
+
"""
|
|
524
|
+
reason: NotRequired[pulumi.Input[str]]
|
|
525
|
+
"""
|
|
526
|
+
reason is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
527
|
+
"""
|
|
528
|
+
elif False:
|
|
529
|
+
CustomResourceDefinitionConditionArgsDict: TypeAlias = Mapping[str, Any]
|
|
530
|
+
|
|
363
531
|
@pulumi.input_type
|
|
364
532
|
class CustomResourceDefinitionConditionArgs:
|
|
365
533
|
def __init__(__self__, *,
|
|
@@ -446,6 +614,38 @@ class CustomResourceDefinitionConditionArgs:
|
|
|
446
614
|
pulumi.set(self, "reason", value)
|
|
447
615
|
|
|
448
616
|
|
|
617
|
+
if not MYPY:
|
|
618
|
+
class CustomResourceDefinitionNamesPatchArgsDict(TypedDict):
|
|
619
|
+
"""
|
|
620
|
+
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
621
|
+
"""
|
|
622
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
623
|
+
"""
|
|
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`.
|
|
625
|
+
"""
|
|
626
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
627
|
+
"""
|
|
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.
|
|
629
|
+
"""
|
|
630
|
+
list_kind: NotRequired[pulumi.Input[str]]
|
|
631
|
+
"""
|
|
632
|
+
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
633
|
+
"""
|
|
634
|
+
plural: NotRequired[pulumi.Input[str]]
|
|
635
|
+
"""
|
|
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.
|
|
637
|
+
"""
|
|
638
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
639
|
+
"""
|
|
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.
|
|
641
|
+
"""
|
|
642
|
+
singular: NotRequired[pulumi.Input[str]]
|
|
643
|
+
"""
|
|
644
|
+
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
645
|
+
"""
|
|
646
|
+
elif False:
|
|
647
|
+
CustomResourceDefinitionNamesPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
648
|
+
|
|
449
649
|
@pulumi.input_type
|
|
450
650
|
class CustomResourceDefinitionNamesPatchArgs:
|
|
451
651
|
def __init__(__self__, *,
|
|
@@ -550,6 +750,38 @@ class CustomResourceDefinitionNamesPatchArgs:
|
|
|
550
750
|
pulumi.set(self, "singular", value)
|
|
551
751
|
|
|
552
752
|
|
|
753
|
+
if not MYPY:
|
|
754
|
+
class CustomResourceDefinitionNamesArgsDict(TypedDict):
|
|
755
|
+
"""
|
|
756
|
+
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
757
|
+
"""
|
|
758
|
+
kind: pulumi.Input[str]
|
|
759
|
+
"""
|
|
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.
|
|
761
|
+
"""
|
|
762
|
+
plural: pulumi.Input[str]
|
|
763
|
+
"""
|
|
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.
|
|
765
|
+
"""
|
|
766
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
767
|
+
"""
|
|
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`.
|
|
769
|
+
"""
|
|
770
|
+
list_kind: NotRequired[pulumi.Input[str]]
|
|
771
|
+
"""
|
|
772
|
+
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".
|
|
773
|
+
"""
|
|
774
|
+
short_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
775
|
+
"""
|
|
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.
|
|
777
|
+
"""
|
|
778
|
+
singular: NotRequired[pulumi.Input[str]]
|
|
779
|
+
"""
|
|
780
|
+
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.
|
|
781
|
+
"""
|
|
782
|
+
elif False:
|
|
783
|
+
CustomResourceDefinitionNamesArgsDict: TypeAlias = Mapping[str, Any]
|
|
784
|
+
|
|
553
785
|
@pulumi.input_type
|
|
554
786
|
class CustomResourceDefinitionNamesArgs:
|
|
555
787
|
def __init__(__self__, *,
|
|
@@ -652,6 +884,54 @@ class CustomResourceDefinitionNamesArgs:
|
|
|
652
884
|
pulumi.set(self, "singular", value)
|
|
653
885
|
|
|
654
886
|
|
|
887
|
+
if not MYPY:
|
|
888
|
+
class CustomResourceDefinitionSpecPatchArgsDict(TypedDict):
|
|
889
|
+
"""
|
|
890
|
+
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
891
|
+
"""
|
|
892
|
+
additional_printer_columns: NotRequired[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgsDict']]]]
|
|
893
|
+
"""
|
|
894
|
+
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.
|
|
895
|
+
"""
|
|
896
|
+
conversion: NotRequired[pulumi.Input['CustomResourceConversionPatchArgsDict']]
|
|
897
|
+
"""
|
|
898
|
+
conversion defines conversion settings for the CRD.
|
|
899
|
+
"""
|
|
900
|
+
group: NotRequired[pulumi.Input[str]]
|
|
901
|
+
"""
|
|
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>`).
|
|
903
|
+
"""
|
|
904
|
+
names: NotRequired[pulumi.Input['CustomResourceDefinitionNamesPatchArgsDict']]
|
|
905
|
+
"""
|
|
906
|
+
names specify the resource and kind names for the custom resource.
|
|
907
|
+
"""
|
|
908
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
909
|
+
"""
|
|
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.
|
|
911
|
+
"""
|
|
912
|
+
scope: NotRequired[pulumi.Input[str]]
|
|
913
|
+
"""
|
|
914
|
+
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
915
|
+
"""
|
|
916
|
+
subresources: NotRequired[pulumi.Input['CustomResourceSubresourcesPatchArgsDict']]
|
|
917
|
+
"""
|
|
918
|
+
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.
|
|
919
|
+
"""
|
|
920
|
+
validation: NotRequired[pulumi.Input['CustomResourceValidationPatchArgsDict']]
|
|
921
|
+
"""
|
|
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.
|
|
923
|
+
"""
|
|
924
|
+
version: NotRequired[pulumi.Input[str]]
|
|
925
|
+
"""
|
|
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.
|
|
927
|
+
"""
|
|
928
|
+
versions: NotRequired[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionPatchArgsDict']]]]
|
|
929
|
+
"""
|
|
930
|
+
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.
|
|
931
|
+
"""
|
|
932
|
+
elif False:
|
|
933
|
+
CustomResourceDefinitionSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
934
|
+
|
|
655
935
|
@pulumi.input_type
|
|
656
936
|
class CustomResourceDefinitionSpecPatchArgs:
|
|
657
937
|
def __init__(__self__, *,
|
|
@@ -820,6 +1100,54 @@ class CustomResourceDefinitionSpecPatchArgs:
|
|
|
820
1100
|
pulumi.set(self, "versions", value)
|
|
821
1101
|
|
|
822
1102
|
|
|
1103
|
+
if not MYPY:
|
|
1104
|
+
class CustomResourceDefinitionSpecArgsDict(TypedDict):
|
|
1105
|
+
"""
|
|
1106
|
+
CustomResourceDefinitionSpec describes how a user wants their resource to appear
|
|
1107
|
+
"""
|
|
1108
|
+
group: pulumi.Input[str]
|
|
1109
|
+
"""
|
|
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>`).
|
|
1111
|
+
"""
|
|
1112
|
+
names: pulumi.Input['CustomResourceDefinitionNamesArgsDict']
|
|
1113
|
+
"""
|
|
1114
|
+
names specify the resource and kind names for the custom resource.
|
|
1115
|
+
"""
|
|
1116
|
+
scope: pulumi.Input[str]
|
|
1117
|
+
"""
|
|
1118
|
+
scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`.
|
|
1119
|
+
"""
|
|
1120
|
+
additional_printer_columns: NotRequired[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgsDict']]]]
|
|
1121
|
+
"""
|
|
1122
|
+
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.
|
|
1123
|
+
"""
|
|
1124
|
+
conversion: NotRequired[pulumi.Input['CustomResourceConversionArgsDict']]
|
|
1125
|
+
"""
|
|
1126
|
+
conversion defines conversion settings for the CRD.
|
|
1127
|
+
"""
|
|
1128
|
+
preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
1129
|
+
"""
|
|
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.
|
|
1131
|
+
"""
|
|
1132
|
+
subresources: NotRequired[pulumi.Input['CustomResourceSubresourcesArgsDict']]
|
|
1133
|
+
"""
|
|
1134
|
+
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.
|
|
1135
|
+
"""
|
|
1136
|
+
validation: NotRequired[pulumi.Input['CustomResourceValidationArgsDict']]
|
|
1137
|
+
"""
|
|
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.
|
|
1139
|
+
"""
|
|
1140
|
+
version: NotRequired[pulumi.Input[str]]
|
|
1141
|
+
"""
|
|
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.
|
|
1143
|
+
"""
|
|
1144
|
+
versions: NotRequired[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionVersionArgsDict']]]]
|
|
1145
|
+
"""
|
|
1146
|
+
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.
|
|
1147
|
+
"""
|
|
1148
|
+
elif False:
|
|
1149
|
+
CustomResourceDefinitionSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
1150
|
+
|
|
823
1151
|
@pulumi.input_type
|
|
824
1152
|
class CustomResourceDefinitionSpecArgs:
|
|
825
1153
|
def __init__(__self__, *,
|
|
@@ -985,6 +1313,26 @@ class CustomResourceDefinitionSpecArgs:
|
|
|
985
1313
|
pulumi.set(self, "versions", value)
|
|
986
1314
|
|
|
987
1315
|
|
|
1316
|
+
if not MYPY:
|
|
1317
|
+
class CustomResourceDefinitionStatusArgsDict(TypedDict):
|
|
1318
|
+
"""
|
|
1319
|
+
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
|
|
1320
|
+
"""
|
|
1321
|
+
accepted_names: pulumi.Input['CustomResourceDefinitionNamesArgsDict']
|
|
1322
|
+
"""
|
|
1323
|
+
acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec.
|
|
1324
|
+
"""
|
|
1325
|
+
stored_versions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1326
|
+
"""
|
|
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.
|
|
1328
|
+
"""
|
|
1329
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['CustomResourceDefinitionConditionArgsDict']]]]
|
|
1330
|
+
"""
|
|
1331
|
+
conditions indicate state for particular aspects of a CustomResourceDefinition
|
|
1332
|
+
"""
|
|
1333
|
+
elif False:
|
|
1334
|
+
CustomResourceDefinitionStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1335
|
+
|
|
988
1336
|
@pulumi.input_type
|
|
989
1337
|
class CustomResourceDefinitionStatusArgs:
|
|
990
1338
|
def __init__(__self__, *,
|
|
@@ -1039,6 +1387,46 @@ class CustomResourceDefinitionStatusArgs:
|
|
|
1039
1387
|
pulumi.set(self, "conditions", value)
|
|
1040
1388
|
|
|
1041
1389
|
|
|
1390
|
+
if not MYPY:
|
|
1391
|
+
class CustomResourceDefinitionVersionPatchArgsDict(TypedDict):
|
|
1392
|
+
"""
|
|
1393
|
+
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1394
|
+
"""
|
|
1395
|
+
additional_printer_columns: NotRequired[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionPatchArgsDict']]]]
|
|
1396
|
+
"""
|
|
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.
|
|
1398
|
+
"""
|
|
1399
|
+
deprecated: NotRequired[pulumi.Input[bool]]
|
|
1400
|
+
"""
|
|
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.
|
|
1402
|
+
"""
|
|
1403
|
+
deprecation_warning: NotRequired[pulumi.Input[str]]
|
|
1404
|
+
"""
|
|
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.
|
|
1406
|
+
"""
|
|
1407
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1408
|
+
"""
|
|
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.
|
|
1410
|
+
"""
|
|
1411
|
+
schema: NotRequired[pulumi.Input['CustomResourceValidationPatchArgsDict']]
|
|
1412
|
+
"""
|
|
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).
|
|
1414
|
+
"""
|
|
1415
|
+
served: NotRequired[pulumi.Input[bool]]
|
|
1416
|
+
"""
|
|
1417
|
+
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1418
|
+
"""
|
|
1419
|
+
storage: NotRequired[pulumi.Input[bool]]
|
|
1420
|
+
"""
|
|
1421
|
+
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1422
|
+
"""
|
|
1423
|
+
subresources: NotRequired[pulumi.Input['CustomResourceSubresourcesPatchArgsDict']]
|
|
1424
|
+
"""
|
|
1425
|
+
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).
|
|
1426
|
+
"""
|
|
1427
|
+
elif False:
|
|
1428
|
+
CustomResourceDefinitionVersionPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1429
|
+
|
|
1042
1430
|
@pulumi.input_type
|
|
1043
1431
|
class CustomResourceDefinitionVersionPatchArgs:
|
|
1044
1432
|
def __init__(__self__, *,
|
|
@@ -1175,6 +1563,46 @@ class CustomResourceDefinitionVersionPatchArgs:
|
|
|
1175
1563
|
pulumi.set(self, "subresources", value)
|
|
1176
1564
|
|
|
1177
1565
|
|
|
1566
|
+
if not MYPY:
|
|
1567
|
+
class CustomResourceDefinitionVersionArgsDict(TypedDict):
|
|
1568
|
+
"""
|
|
1569
|
+
CustomResourceDefinitionVersion describes a version for CRD.
|
|
1570
|
+
"""
|
|
1571
|
+
name: pulumi.Input[str]
|
|
1572
|
+
"""
|
|
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.
|
|
1574
|
+
"""
|
|
1575
|
+
served: pulumi.Input[bool]
|
|
1576
|
+
"""
|
|
1577
|
+
served is a flag enabling/disabling this version from being served via REST APIs
|
|
1578
|
+
"""
|
|
1579
|
+
storage: pulumi.Input[bool]
|
|
1580
|
+
"""
|
|
1581
|
+
storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.
|
|
1582
|
+
"""
|
|
1583
|
+
additional_printer_columns: NotRequired[pulumi.Input[Sequence[pulumi.Input['CustomResourceColumnDefinitionArgsDict']]]]
|
|
1584
|
+
"""
|
|
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.
|
|
1586
|
+
"""
|
|
1587
|
+
deprecated: NotRequired[pulumi.Input[bool]]
|
|
1588
|
+
"""
|
|
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.
|
|
1590
|
+
"""
|
|
1591
|
+
deprecation_warning: NotRequired[pulumi.Input[str]]
|
|
1592
|
+
"""
|
|
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.
|
|
1594
|
+
"""
|
|
1595
|
+
schema: NotRequired[pulumi.Input['CustomResourceValidationArgsDict']]
|
|
1596
|
+
"""
|
|
1597
|
+
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).
|
|
1598
|
+
"""
|
|
1599
|
+
subresources: NotRequired[pulumi.Input['CustomResourceSubresourcesArgsDict']]
|
|
1600
|
+
"""
|
|
1601
|
+
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).
|
|
1602
|
+
"""
|
|
1603
|
+
elif False:
|
|
1604
|
+
CustomResourceDefinitionVersionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1605
|
+
|
|
1178
1606
|
@pulumi.input_type
|
|
1179
1607
|
class CustomResourceDefinitionVersionArgs:
|
|
1180
1608
|
def __init__(__self__, *,
|
|
@@ -1308,6 +1736,31 @@ class CustomResourceDefinitionVersionArgs:
|
|
|
1308
1736
|
pulumi.set(self, "subresources", value)
|
|
1309
1737
|
|
|
1310
1738
|
|
|
1739
|
+
if not MYPY:
|
|
1740
|
+
class CustomResourceDefinitionArgsDict(TypedDict):
|
|
1741
|
+
"""
|
|
1742
|
+
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.
|
|
1743
|
+
"""
|
|
1744
|
+
spec: pulumi.Input['CustomResourceDefinitionSpecArgsDict']
|
|
1745
|
+
"""
|
|
1746
|
+
spec describes how the user wants the resources to appear
|
|
1747
|
+
"""
|
|
1748
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1749
|
+
"""
|
|
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
|
|
1751
|
+
"""
|
|
1752
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1753
|
+
"""
|
|
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
|
|
1755
|
+
"""
|
|
1756
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1757
|
+
status: NotRequired[pulumi.Input['CustomResourceDefinitionStatusArgsDict']]
|
|
1758
|
+
"""
|
|
1759
|
+
status indicates the actual state of the CustomResourceDefinition
|
|
1760
|
+
"""
|
|
1761
|
+
elif False:
|
|
1762
|
+
CustomResourceDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1763
|
+
|
|
1311
1764
|
@pulumi.input_type
|
|
1312
1765
|
class CustomResourceDefinitionArgs:
|
|
1313
1766
|
def __init__(__self__, *,
|
|
@@ -1391,6 +1844,26 @@ class CustomResourceDefinitionArgs:
|
|
|
1391
1844
|
pulumi.set(self, "status", value)
|
|
1392
1845
|
|
|
1393
1846
|
|
|
1847
|
+
if not MYPY:
|
|
1848
|
+
class CustomResourceSubresourceScalePatchArgsDict(TypedDict):
|
|
1849
|
+
"""
|
|
1850
|
+
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1851
|
+
"""
|
|
1852
|
+
label_selector_path: NotRequired[pulumi.Input[str]]
|
|
1853
|
+
"""
|
|
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.
|
|
1855
|
+
"""
|
|
1856
|
+
spec_replicas_path: NotRequired[pulumi.Input[str]]
|
|
1857
|
+
"""
|
|
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.
|
|
1859
|
+
"""
|
|
1860
|
+
status_replicas_path: NotRequired[pulumi.Input[str]]
|
|
1861
|
+
"""
|
|
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.
|
|
1863
|
+
"""
|
|
1864
|
+
elif False:
|
|
1865
|
+
CustomResourceSubresourceScalePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1866
|
+
|
|
1394
1867
|
@pulumi.input_type
|
|
1395
1868
|
class CustomResourceSubresourceScalePatchArgs:
|
|
1396
1869
|
def __init__(__self__, *,
|
|
@@ -1440,12 +1913,32 @@ class CustomResourceSubresourceScalePatchArgs:
|
|
|
1440
1913
|
"""
|
|
1441
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.
|
|
1442
1915
|
"""
|
|
1443
|
-
return pulumi.get(self, "status_replicas_path")
|
|
1444
|
-
|
|
1445
|
-
@status_replicas_path.setter
|
|
1446
|
-
def status_replicas_path(self, value: Optional[pulumi.Input[str]]):
|
|
1447
|
-
pulumi.set(self, "status_replicas_path", value)
|
|
1448
|
-
|
|
1916
|
+
return pulumi.get(self, "status_replicas_path")
|
|
1917
|
+
|
|
1918
|
+
@status_replicas_path.setter
|
|
1919
|
+
def status_replicas_path(self, value: Optional[pulumi.Input[str]]):
|
|
1920
|
+
pulumi.set(self, "status_replicas_path", value)
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
if not MYPY:
|
|
1924
|
+
class CustomResourceSubresourceScaleArgsDict(TypedDict):
|
|
1925
|
+
"""
|
|
1926
|
+
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
|
|
1927
|
+
"""
|
|
1928
|
+
spec_replicas_path: pulumi.Input[str]
|
|
1929
|
+
"""
|
|
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.
|
|
1931
|
+
"""
|
|
1932
|
+
status_replicas_path: pulumi.Input[str]
|
|
1933
|
+
"""
|
|
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.
|
|
1935
|
+
"""
|
|
1936
|
+
label_selector_path: NotRequired[pulumi.Input[str]]
|
|
1937
|
+
"""
|
|
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.
|
|
1939
|
+
"""
|
|
1940
|
+
elif False:
|
|
1941
|
+
CustomResourceSubresourceScaleArgsDict: TypeAlias = Mapping[str, Any]
|
|
1449
1942
|
|
|
1450
1943
|
@pulumi.input_type
|
|
1451
1944
|
class CustomResourceSubresourceScaleArgs:
|
|
@@ -1501,6 +1994,22 @@ class CustomResourceSubresourceScaleArgs:
|
|
|
1501
1994
|
pulumi.set(self, "label_selector_path", value)
|
|
1502
1995
|
|
|
1503
1996
|
|
|
1997
|
+
if not MYPY:
|
|
1998
|
+
class CustomResourceSubresourcesPatchArgsDict(TypedDict):
|
|
1999
|
+
"""
|
|
2000
|
+
CustomResourceSubresources defines the status and scale subresources for CustomResources.
|
|
2001
|
+
"""
|
|
2002
|
+
scale: NotRequired[pulumi.Input['CustomResourceSubresourceScalePatchArgsDict']]
|
|
2003
|
+
"""
|
|
2004
|
+
scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object.
|
|
2005
|
+
"""
|
|
2006
|
+
status: NotRequired[Any]
|
|
2007
|
+
"""
|
|
2008
|
+
status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object.
|
|
2009
|
+
"""
|
|
2010
|
+
elif False:
|
|
2011
|
+
CustomResourceSubresourcesPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2012
|
+
|
|
1504
2013
|
@pulumi.input_type
|
|
1505
2014
|
class CustomResourceSubresourcesPatchArgs:
|
|
1506
2015
|
def __init__(__self__, *,
|
|
@@ -1541,6 +2050,22 @@ class CustomResourceSubresourcesPatchArgs:
|
|
|
1541
2050
|
pulumi.set(self, "status", value)
|
|
1542
2051
|
|
|
1543
2052
|
|
|
2053
|
+
if not MYPY:
|
|
2054
|
+
class CustomResourceSubresourcesArgsDict(TypedDict):
|
|
2055
|
+
"""
|
|
2056
|
+
CustomResourceSubresources defines the status and scale subresources for CustomResources.
|
|
2057
|
+
"""
|
|
2058
|
+
scale: NotRequired[pulumi.Input['CustomResourceSubresourceScaleArgsDict']]
|
|
2059
|
+
"""
|
|
2060
|
+
scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object.
|
|
2061
|
+
"""
|
|
2062
|
+
status: NotRequired[Any]
|
|
2063
|
+
"""
|
|
2064
|
+
status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object.
|
|
2065
|
+
"""
|
|
2066
|
+
elif False:
|
|
2067
|
+
CustomResourceSubresourcesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2068
|
+
|
|
1544
2069
|
@pulumi.input_type
|
|
1545
2070
|
class CustomResourceSubresourcesArgs:
|
|
1546
2071
|
def __init__(__self__, *,
|
|
@@ -1581,6 +2106,18 @@ class CustomResourceSubresourcesArgs:
|
|
|
1581
2106
|
pulumi.set(self, "status", value)
|
|
1582
2107
|
|
|
1583
2108
|
|
|
2109
|
+
if not MYPY:
|
|
2110
|
+
class CustomResourceValidationPatchArgsDict(TypedDict):
|
|
2111
|
+
"""
|
|
2112
|
+
CustomResourceValidation is a list of validation methods for CustomResources.
|
|
2113
|
+
"""
|
|
2114
|
+
open_apiv3_schema: NotRequired[pulumi.Input['JSONSchemaPropsPatchArgsDict']]
|
|
2115
|
+
"""
|
|
2116
|
+
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
|
|
2117
|
+
"""
|
|
2118
|
+
elif False:
|
|
2119
|
+
CustomResourceValidationPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2120
|
+
|
|
1584
2121
|
@pulumi.input_type
|
|
1585
2122
|
class CustomResourceValidationPatchArgs:
|
|
1586
2123
|
def __init__(__self__, *,
|
|
@@ -1605,6 +2142,18 @@ class CustomResourceValidationPatchArgs:
|
|
|
1605
2142
|
pulumi.set(self, "open_apiv3_schema", value)
|
|
1606
2143
|
|
|
1607
2144
|
|
|
2145
|
+
if not MYPY:
|
|
2146
|
+
class CustomResourceValidationArgsDict(TypedDict):
|
|
2147
|
+
"""
|
|
2148
|
+
CustomResourceValidation is a list of validation methods for CustomResources.
|
|
2149
|
+
"""
|
|
2150
|
+
open_apiv3_schema: NotRequired[pulumi.Input['JSONSchemaPropsArgsDict']]
|
|
2151
|
+
"""
|
|
2152
|
+
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.
|
|
2153
|
+
"""
|
|
2154
|
+
elif False:
|
|
2155
|
+
CustomResourceValidationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2156
|
+
|
|
1608
2157
|
@pulumi.input_type
|
|
1609
2158
|
class CustomResourceValidationArgs:
|
|
1610
2159
|
def __init__(__self__, *,
|
|
@@ -1629,6 +2178,16 @@ class CustomResourceValidationArgs:
|
|
|
1629
2178
|
pulumi.set(self, "open_apiv3_schema", value)
|
|
1630
2179
|
|
|
1631
2180
|
|
|
2181
|
+
if not MYPY:
|
|
2182
|
+
class ExternalDocumentationPatchArgsDict(TypedDict):
|
|
2183
|
+
"""
|
|
2184
|
+
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2185
|
+
"""
|
|
2186
|
+
description: NotRequired[pulumi.Input[str]]
|
|
2187
|
+
url: NotRequired[pulumi.Input[str]]
|
|
2188
|
+
elif False:
|
|
2189
|
+
ExternalDocumentationPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2190
|
+
|
|
1632
2191
|
@pulumi.input_type
|
|
1633
2192
|
class ExternalDocumentationPatchArgs:
|
|
1634
2193
|
def __init__(__self__, *,
|
|
@@ -1661,6 +2220,16 @@ class ExternalDocumentationPatchArgs:
|
|
|
1661
2220
|
pulumi.set(self, "url", value)
|
|
1662
2221
|
|
|
1663
2222
|
|
|
2223
|
+
if not MYPY:
|
|
2224
|
+
class ExternalDocumentationArgsDict(TypedDict):
|
|
2225
|
+
"""
|
|
2226
|
+
ExternalDocumentation allows referencing an external resource for extended documentation.
|
|
2227
|
+
"""
|
|
2228
|
+
description: NotRequired[pulumi.Input[str]]
|
|
2229
|
+
url: NotRequired[pulumi.Input[str]]
|
|
2230
|
+
elif False:
|
|
2231
|
+
ExternalDocumentationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2232
|
+
|
|
1664
2233
|
@pulumi.input_type
|
|
1665
2234
|
class ExternalDocumentationArgs:
|
|
1666
2235
|
def __init__(__self__, *,
|
|
@@ -1693,6 +2262,114 @@ class ExternalDocumentationArgs:
|
|
|
1693
2262
|
pulumi.set(self, "url", value)
|
|
1694
2263
|
|
|
1695
2264
|
|
|
2265
|
+
if not MYPY:
|
|
2266
|
+
class JSONSchemaPropsPatchArgsDict(TypedDict):
|
|
2267
|
+
"""
|
|
2268
|
+
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2269
|
+
"""
|
|
2270
|
+
_ref: NotRequired[pulumi.Input[str]]
|
|
2271
|
+
_schema: NotRequired[pulumi.Input[str]]
|
|
2272
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
2273
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
2274
|
+
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2275
|
+
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2276
|
+
default: NotRequired[Any]
|
|
2277
|
+
"""
|
|
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.
|
|
2279
|
+
"""
|
|
2280
|
+
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2281
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[str]]]]]]]
|
|
2282
|
+
description: NotRequired[pulumi.Input[str]]
|
|
2283
|
+
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
2284
|
+
example: NotRequired[Any]
|
|
2285
|
+
exclusive_maximum: NotRequired[pulumi.Input[bool]]
|
|
2286
|
+
exclusive_minimum: NotRequired[pulumi.Input[bool]]
|
|
2287
|
+
external_docs: NotRequired[pulumi.Input['ExternalDocumentationPatchArgsDict']]
|
|
2288
|
+
format: NotRequired[pulumi.Input[str]]
|
|
2289
|
+
"""
|
|
2290
|
+
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
2291
|
+
|
|
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.
|
|
2293
|
+
"""
|
|
2294
|
+
id: NotRequired[pulumi.Input[str]]
|
|
2295
|
+
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
2296
|
+
max_items: NotRequired[pulumi.Input[int]]
|
|
2297
|
+
max_length: NotRequired[pulumi.Input[int]]
|
|
2298
|
+
max_properties: NotRequired[pulumi.Input[int]]
|
|
2299
|
+
maximum: NotRequired[pulumi.Input[float]]
|
|
2300
|
+
min_items: NotRequired[pulumi.Input[int]]
|
|
2301
|
+
min_length: NotRequired[pulumi.Input[int]]
|
|
2302
|
+
min_properties: NotRequired[pulumi.Input[int]]
|
|
2303
|
+
minimum: NotRequired[pulumi.Input[float]]
|
|
2304
|
+
multiple_of: NotRequired[pulumi.Input[float]]
|
|
2305
|
+
not_: NotRequired[pulumi.Input['JSONSchemaPropsPatchArgsDict']]
|
|
2306
|
+
nullable: NotRequired[pulumi.Input[bool]]
|
|
2307
|
+
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsPatchArgsDict']]]]
|
|
2308
|
+
pattern: NotRequired[pulumi.Input[str]]
|
|
2309
|
+
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2310
|
+
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
2311
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2312
|
+
title: NotRequired[pulumi.Input[str]]
|
|
2313
|
+
type: NotRequired[pulumi.Input[str]]
|
|
2314
|
+
unique_items: NotRequired[pulumi.Input[bool]]
|
|
2315
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[bool]]
|
|
2316
|
+
"""
|
|
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).
|
|
2318
|
+
"""
|
|
2319
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[bool]]
|
|
2320
|
+
"""
|
|
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:
|
|
2322
|
+
|
|
2323
|
+
1) anyOf:
|
|
2324
|
+
- type: integer
|
|
2325
|
+
- type: string
|
|
2326
|
+
2) allOf:
|
|
2327
|
+
- anyOf:
|
|
2328
|
+
- type: integer
|
|
2329
|
+
- type: string
|
|
2330
|
+
- ... zero or more
|
|
2331
|
+
"""
|
|
2332
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2333
|
+
"""
|
|
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.
|
|
2335
|
+
|
|
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).
|
|
2337
|
+
"""
|
|
2338
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[str]]
|
|
2339
|
+
"""
|
|
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:
|
|
2341
|
+
|
|
2342
|
+
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2343
|
+
Atomic lists will be entirely replaced when updated. This extension
|
|
2344
|
+
may be used on any type of list (struct, scalar, ...).
|
|
2345
|
+
2) `set`:
|
|
2346
|
+
Sets are lists that must not have multiple items with the same value. Each
|
|
2347
|
+
value must be a scalar, an object with x-kubernetes-map-type `atomic` or an
|
|
2348
|
+
array with x-kubernetes-list-type `atomic`.
|
|
2349
|
+
3) `map`:
|
|
2350
|
+
These lists are like maps in that their elements have a non-index key
|
|
2351
|
+
used to identify them. Order is preserved upon merge. The map tag
|
|
2352
|
+
must only be used on a list with elements of type object.
|
|
2353
|
+
Defaults to atomic for arrays.
|
|
2354
|
+
"""
|
|
2355
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[str]]
|
|
2356
|
+
"""
|
|
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:
|
|
2358
|
+
|
|
2359
|
+
1) `granular`:
|
|
2360
|
+
These maps are actual maps (key-value pairs) and each fields are independent
|
|
2361
|
+
from each other (they can each be manipulated by separate actors). This is
|
|
2362
|
+
the default behaviour for all maps.
|
|
2363
|
+
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
2364
|
+
Atomic maps will be entirely replaced when updated.
|
|
2365
|
+
"""
|
|
2366
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
2367
|
+
"""
|
|
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.
|
|
2369
|
+
"""
|
|
2370
|
+
elif False:
|
|
2371
|
+
JSONSchemaPropsPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2372
|
+
|
|
1696
2373
|
@pulumi.input_type
|
|
1697
2374
|
class JSONSchemaPropsPatchArgs:
|
|
1698
2375
|
def __init__(__self__, *,
|
|
@@ -2315,6 +2992,114 @@ class JSONSchemaPropsPatchArgs:
|
|
|
2315
2992
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
2316
2993
|
|
|
2317
2994
|
|
|
2995
|
+
if not MYPY:
|
|
2996
|
+
class JSONSchemaPropsArgsDict(TypedDict):
|
|
2997
|
+
"""
|
|
2998
|
+
JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).
|
|
2999
|
+
"""
|
|
3000
|
+
_ref: NotRequired[pulumi.Input[str]]
|
|
3001
|
+
_schema: NotRequired[pulumi.Input[str]]
|
|
3002
|
+
additional_items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
3003
|
+
additional_properties: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', bool]]]
|
|
3004
|
+
all_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3005
|
+
any_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3006
|
+
default: NotRequired[Any]
|
|
3007
|
+
"""
|
|
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.
|
|
3009
|
+
"""
|
|
3010
|
+
definitions: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3011
|
+
dependencies: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[pulumi.Input[str]]]]]]]
|
|
3012
|
+
description: NotRequired[pulumi.Input[str]]
|
|
3013
|
+
enum: NotRequired[pulumi.Input[Sequence[Any]]]
|
|
3014
|
+
example: NotRequired[Any]
|
|
3015
|
+
exclusive_maximum: NotRequired[pulumi.Input[bool]]
|
|
3016
|
+
exclusive_minimum: NotRequired[pulumi.Input[bool]]
|
|
3017
|
+
external_docs: NotRequired[pulumi.Input['ExternalDocumentationArgsDict']]
|
|
3018
|
+
format: NotRequired[pulumi.Input[str]]
|
|
3019
|
+
"""
|
|
3020
|
+
format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:
|
|
3021
|
+
|
|
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.
|
|
3023
|
+
"""
|
|
3024
|
+
id: NotRequired[pulumi.Input[str]]
|
|
3025
|
+
items: NotRequired[pulumi.Input[Union['JSONSchemaPropsArgsDict', Sequence[Any]]]]
|
|
3026
|
+
max_items: NotRequired[pulumi.Input[int]]
|
|
3027
|
+
max_length: NotRequired[pulumi.Input[int]]
|
|
3028
|
+
max_properties: NotRequired[pulumi.Input[int]]
|
|
3029
|
+
maximum: NotRequired[pulumi.Input[float]]
|
|
3030
|
+
min_items: NotRequired[pulumi.Input[int]]
|
|
3031
|
+
min_length: NotRequired[pulumi.Input[int]]
|
|
3032
|
+
min_properties: NotRequired[pulumi.Input[int]]
|
|
3033
|
+
minimum: NotRequired[pulumi.Input[float]]
|
|
3034
|
+
multiple_of: NotRequired[pulumi.Input[float]]
|
|
3035
|
+
not_: NotRequired[pulumi.Input['JSONSchemaPropsArgsDict']]
|
|
3036
|
+
nullable: NotRequired[pulumi.Input[bool]]
|
|
3037
|
+
one_of: NotRequired[pulumi.Input[Sequence[pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3038
|
+
pattern: NotRequired[pulumi.Input[str]]
|
|
3039
|
+
pattern_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3040
|
+
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['JSONSchemaPropsArgsDict']]]]
|
|
3041
|
+
required: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3042
|
+
title: NotRequired[pulumi.Input[str]]
|
|
3043
|
+
type: NotRequired[pulumi.Input[str]]
|
|
3044
|
+
unique_items: NotRequired[pulumi.Input[bool]]
|
|
3045
|
+
x_kubernetes_embedded_resource: NotRequired[pulumi.Input[bool]]
|
|
3046
|
+
"""
|
|
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).
|
|
3048
|
+
"""
|
|
3049
|
+
x_kubernetes_int_or_string: NotRequired[pulumi.Input[bool]]
|
|
3050
|
+
"""
|
|
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:
|
|
3052
|
+
|
|
3053
|
+
1) anyOf:
|
|
3054
|
+
- type: integer
|
|
3055
|
+
- type: string
|
|
3056
|
+
2) allOf:
|
|
3057
|
+
- anyOf:
|
|
3058
|
+
- type: integer
|
|
3059
|
+
- type: string
|
|
3060
|
+
- ... zero or more
|
|
3061
|
+
"""
|
|
3062
|
+
x_kubernetes_list_map_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3063
|
+
"""
|
|
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.
|
|
3065
|
+
|
|
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).
|
|
3067
|
+
"""
|
|
3068
|
+
x_kubernetes_list_type: NotRequired[pulumi.Input[str]]
|
|
3069
|
+
"""
|
|
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:
|
|
3071
|
+
|
|
3072
|
+
1) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3073
|
+
Atomic lists will be entirely replaced when updated. This extension
|
|
3074
|
+
may be used on any type of list (struct, scalar, ...).
|
|
3075
|
+
2) `set`:
|
|
3076
|
+
Sets are lists that must not have multiple items with the same value. Each
|
|
3077
|
+
value must be a scalar, an object with x-kubernetes-map-type `atomic` or an
|
|
3078
|
+
array with x-kubernetes-list-type `atomic`.
|
|
3079
|
+
3) `map`:
|
|
3080
|
+
These lists are like maps in that their elements have a non-index key
|
|
3081
|
+
used to identify them. Order is preserved upon merge. The map tag
|
|
3082
|
+
must only be used on a list with elements of type object.
|
|
3083
|
+
Defaults to atomic for arrays.
|
|
3084
|
+
"""
|
|
3085
|
+
x_kubernetes_map_type: NotRequired[pulumi.Input[str]]
|
|
3086
|
+
"""
|
|
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:
|
|
3088
|
+
|
|
3089
|
+
1) `granular`:
|
|
3090
|
+
These maps are actual maps (key-value pairs) and each fields are independent
|
|
3091
|
+
from each other (they can each be manipulated by separate actors). This is
|
|
3092
|
+
the default behaviour for all maps.
|
|
3093
|
+
2) `atomic`: the list is treated as a single entity, like a scalar.
|
|
3094
|
+
Atomic maps will be entirely replaced when updated.
|
|
3095
|
+
"""
|
|
3096
|
+
x_kubernetes_preserve_unknown_fields: NotRequired[pulumi.Input[bool]]
|
|
3097
|
+
"""
|
|
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.
|
|
3099
|
+
"""
|
|
3100
|
+
elif False:
|
|
3101
|
+
JSONSchemaPropsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3102
|
+
|
|
2318
3103
|
@pulumi.input_type
|
|
2319
3104
|
class JSONSchemaPropsArgs:
|
|
2320
3105
|
def __init__(__self__, *,
|
|
@@ -2937,6 +3722,30 @@ class JSONSchemaPropsArgs:
|
|
|
2937
3722
|
pulumi.set(self, "x_kubernetes_preserve_unknown_fields", value)
|
|
2938
3723
|
|
|
2939
3724
|
|
|
3725
|
+
if not MYPY:
|
|
3726
|
+
class ServiceReferencePatchArgsDict(TypedDict):
|
|
3727
|
+
"""
|
|
3728
|
+
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3729
|
+
"""
|
|
3730
|
+
name: NotRequired[pulumi.Input[str]]
|
|
3731
|
+
"""
|
|
3732
|
+
name is the name of the service. Required
|
|
3733
|
+
"""
|
|
3734
|
+
namespace: NotRequired[pulumi.Input[str]]
|
|
3735
|
+
"""
|
|
3736
|
+
namespace is the namespace of the service. Required
|
|
3737
|
+
"""
|
|
3738
|
+
path: NotRequired[pulumi.Input[str]]
|
|
3739
|
+
"""
|
|
3740
|
+
path is an optional URL path at which the webhook will be contacted.
|
|
3741
|
+
"""
|
|
3742
|
+
port: NotRequired[pulumi.Input[int]]
|
|
3743
|
+
"""
|
|
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.
|
|
3745
|
+
"""
|
|
3746
|
+
elif False:
|
|
3747
|
+
ServiceReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
3748
|
+
|
|
2940
3749
|
@pulumi.input_type
|
|
2941
3750
|
class ServiceReferencePatchArgs:
|
|
2942
3751
|
def __init__(__self__, *,
|
|
@@ -3009,6 +3818,30 @@ class ServiceReferencePatchArgs:
|
|
|
3009
3818
|
pulumi.set(self, "port", value)
|
|
3010
3819
|
|
|
3011
3820
|
|
|
3821
|
+
if not MYPY:
|
|
3822
|
+
class ServiceReferenceArgsDict(TypedDict):
|
|
3823
|
+
"""
|
|
3824
|
+
ServiceReference holds a reference to Service.legacy.k8s.io
|
|
3825
|
+
"""
|
|
3826
|
+
name: pulumi.Input[str]
|
|
3827
|
+
"""
|
|
3828
|
+
name is the name of the service. Required
|
|
3829
|
+
"""
|
|
3830
|
+
namespace: pulumi.Input[str]
|
|
3831
|
+
"""
|
|
3832
|
+
namespace is the namespace of the service. Required
|
|
3833
|
+
"""
|
|
3834
|
+
path: NotRequired[pulumi.Input[str]]
|
|
3835
|
+
"""
|
|
3836
|
+
path is an optional URL path at which the webhook will be contacted.
|
|
3837
|
+
"""
|
|
3838
|
+
port: NotRequired[pulumi.Input[int]]
|
|
3839
|
+
"""
|
|
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.
|
|
3841
|
+
"""
|
|
3842
|
+
elif False:
|
|
3843
|
+
ServiceReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
3844
|
+
|
|
3012
3845
|
@pulumi.input_type
|
|
3013
3846
|
class ServiceReferenceArgs:
|
|
3014
3847
|
def __init__(__self__, *,
|
|
@@ -3079,6 +3912,38 @@ class ServiceReferenceArgs:
|
|
|
3079
3912
|
pulumi.set(self, "port", value)
|
|
3080
3913
|
|
|
3081
3914
|
|
|
3915
|
+
if not MYPY:
|
|
3916
|
+
class WebhookClientConfigPatchArgsDict(TypedDict):
|
|
3917
|
+
"""
|
|
3918
|
+
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
3919
|
+
"""
|
|
3920
|
+
ca_bundle: NotRequired[pulumi.Input[str]]
|
|
3921
|
+
"""
|
|
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.
|
|
3923
|
+
"""
|
|
3924
|
+
service: NotRequired[pulumi.Input['ServiceReferencePatchArgsDict']]
|
|
3925
|
+
"""
|
|
3926
|
+
service is a reference to the service for this webhook. Either service or url must be specified.
|
|
3927
|
+
|
|
3928
|
+
If the webhook is running within the cluster, then you should use `service`.
|
|
3929
|
+
"""
|
|
3930
|
+
url: NotRequired[pulumi.Input[str]]
|
|
3931
|
+
"""
|
|
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.
|
|
3933
|
+
|
|
3934
|
+
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.
|
|
3935
|
+
|
|
3936
|
+
Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.
|
|
3937
|
+
|
|
3938
|
+
The scheme must be "https"; the URL must begin with "https://".
|
|
3939
|
+
|
|
3940
|
+
A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.
|
|
3941
|
+
|
|
3942
|
+
Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.
|
|
3943
|
+
"""
|
|
3944
|
+
elif False:
|
|
3945
|
+
WebhookClientConfigPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
3946
|
+
|
|
3082
3947
|
@pulumi.input_type
|
|
3083
3948
|
class WebhookClientConfigPatchArgs:
|
|
3084
3949
|
def __init__(__self__, *,
|
|
@@ -3159,6 +4024,38 @@ class WebhookClientConfigPatchArgs:
|
|
|
3159
4024
|
pulumi.set(self, "url", value)
|
|
3160
4025
|
|
|
3161
4026
|
|
|
4027
|
+
if not MYPY:
|
|
4028
|
+
class WebhookClientConfigArgsDict(TypedDict):
|
|
4029
|
+
"""
|
|
4030
|
+
WebhookClientConfig contains the information to make a TLS connection with the webhook.
|
|
4031
|
+
"""
|
|
4032
|
+
ca_bundle: NotRequired[pulumi.Input[str]]
|
|
4033
|
+
"""
|
|
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.
|
|
4035
|
+
"""
|
|
4036
|
+
service: NotRequired[pulumi.Input['ServiceReferenceArgsDict']]
|
|
4037
|
+
"""
|
|
4038
|
+
service is a reference to the service for this webhook. Either service or url must be specified.
|
|
4039
|
+
|
|
4040
|
+
If the webhook is running within the cluster, then you should use `service`.
|
|
4041
|
+
"""
|
|
4042
|
+
url: NotRequired[pulumi.Input[str]]
|
|
4043
|
+
"""
|
|
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.
|
|
4045
|
+
|
|
4046
|
+
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.
|
|
4047
|
+
|
|
4048
|
+
Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.
|
|
4049
|
+
|
|
4050
|
+
The scheme must be "https"; the URL must begin with "https://".
|
|
4051
|
+
|
|
4052
|
+
A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.
|
|
4053
|
+
|
|
4054
|
+
Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.
|
|
4055
|
+
"""
|
|
4056
|
+
elif False:
|
|
4057
|
+
WebhookClientConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
4058
|
+
|
|
3162
4059
|
@pulumi.input_type
|
|
3163
4060
|
class WebhookClientConfigArgs:
|
|
3164
4061
|
def __init__(__self__, *,
|