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,37 +4,93 @@
|
|
|
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 core as _core
|
|
12
17
|
from ... import meta as _meta
|
|
13
18
|
|
|
14
19
|
__all__ = [
|
|
15
20
|
'ControllerRevisionArgs',
|
|
21
|
+
'ControllerRevisionArgsDict',
|
|
16
22
|
'DeploymentConditionArgs',
|
|
23
|
+
'DeploymentConditionArgsDict',
|
|
17
24
|
'DeploymentSpecPatchArgs',
|
|
25
|
+
'DeploymentSpecPatchArgsDict',
|
|
18
26
|
'DeploymentSpecArgs',
|
|
27
|
+
'DeploymentSpecArgsDict',
|
|
19
28
|
'DeploymentStatusArgs',
|
|
29
|
+
'DeploymentStatusArgsDict',
|
|
20
30
|
'DeploymentStrategyPatchArgs',
|
|
31
|
+
'DeploymentStrategyPatchArgsDict',
|
|
21
32
|
'DeploymentStrategyArgs',
|
|
33
|
+
'DeploymentStrategyArgsDict',
|
|
22
34
|
'DeploymentArgs',
|
|
35
|
+
'DeploymentArgsDict',
|
|
23
36
|
'RollbackConfigPatchArgs',
|
|
37
|
+
'RollbackConfigPatchArgsDict',
|
|
24
38
|
'RollbackConfigArgs',
|
|
39
|
+
'RollbackConfigArgsDict',
|
|
25
40
|
'RollingUpdateDeploymentPatchArgs',
|
|
41
|
+
'RollingUpdateDeploymentPatchArgsDict',
|
|
26
42
|
'RollingUpdateDeploymentArgs',
|
|
43
|
+
'RollingUpdateDeploymentArgsDict',
|
|
27
44
|
'RollingUpdateStatefulSetStrategyPatchArgs',
|
|
45
|
+
'RollingUpdateStatefulSetStrategyPatchArgsDict',
|
|
28
46
|
'RollingUpdateStatefulSetStrategyArgs',
|
|
47
|
+
'RollingUpdateStatefulSetStrategyArgsDict',
|
|
29
48
|
'StatefulSetConditionArgs',
|
|
49
|
+
'StatefulSetConditionArgsDict',
|
|
30
50
|
'StatefulSetSpecPatchArgs',
|
|
51
|
+
'StatefulSetSpecPatchArgsDict',
|
|
31
52
|
'StatefulSetSpecArgs',
|
|
53
|
+
'StatefulSetSpecArgsDict',
|
|
32
54
|
'StatefulSetStatusArgs',
|
|
55
|
+
'StatefulSetStatusArgsDict',
|
|
33
56
|
'StatefulSetUpdateStrategyPatchArgs',
|
|
57
|
+
'StatefulSetUpdateStrategyPatchArgsDict',
|
|
34
58
|
'StatefulSetUpdateStrategyArgs',
|
|
59
|
+
'StatefulSetUpdateStrategyArgsDict',
|
|
35
60
|
'StatefulSetArgs',
|
|
61
|
+
'StatefulSetArgsDict',
|
|
36
62
|
]
|
|
37
63
|
|
|
64
|
+
MYPY = False
|
|
65
|
+
|
|
66
|
+
if not MYPY:
|
|
67
|
+
class ControllerRevisionArgsDict(TypedDict):
|
|
68
|
+
"""
|
|
69
|
+
ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
|
|
70
|
+
"""
|
|
71
|
+
revision: pulumi.Input[int]
|
|
72
|
+
"""
|
|
73
|
+
Revision indicates the revision of the state represented by Data.
|
|
74
|
+
"""
|
|
75
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
76
|
+
"""
|
|
77
|
+
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
|
|
78
|
+
"""
|
|
79
|
+
data: NotRequired[Any]
|
|
80
|
+
"""
|
|
81
|
+
Data is the serialized representation of the state.
|
|
82
|
+
"""
|
|
83
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
84
|
+
"""
|
|
85
|
+
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
|
|
86
|
+
"""
|
|
87
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
88
|
+
"""
|
|
89
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
90
|
+
"""
|
|
91
|
+
elif False:
|
|
92
|
+
ControllerRevisionArgsDict: TypeAlias = Mapping[str, Any]
|
|
93
|
+
|
|
38
94
|
@pulumi.input_type
|
|
39
95
|
class ControllerRevisionArgs:
|
|
40
96
|
def __init__(__self__, *,
|
|
@@ -122,6 +178,38 @@ class ControllerRevisionArgs:
|
|
|
122
178
|
pulumi.set(self, "metadata", value)
|
|
123
179
|
|
|
124
180
|
|
|
181
|
+
if not MYPY:
|
|
182
|
+
class DeploymentConditionArgsDict(TypedDict):
|
|
183
|
+
"""
|
|
184
|
+
DeploymentCondition describes the state of a deployment at a certain point.
|
|
185
|
+
"""
|
|
186
|
+
status: pulumi.Input[str]
|
|
187
|
+
"""
|
|
188
|
+
Status of the condition, one of True, False, Unknown.
|
|
189
|
+
"""
|
|
190
|
+
type: pulumi.Input[str]
|
|
191
|
+
"""
|
|
192
|
+
Type of deployment condition.
|
|
193
|
+
"""
|
|
194
|
+
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
195
|
+
"""
|
|
196
|
+
Last time the condition transitioned from one status to another.
|
|
197
|
+
"""
|
|
198
|
+
last_update_time: NotRequired[pulumi.Input[str]]
|
|
199
|
+
"""
|
|
200
|
+
The last time this condition was updated.
|
|
201
|
+
"""
|
|
202
|
+
message: NotRequired[pulumi.Input[str]]
|
|
203
|
+
"""
|
|
204
|
+
A human readable message indicating details about the transition.
|
|
205
|
+
"""
|
|
206
|
+
reason: NotRequired[pulumi.Input[str]]
|
|
207
|
+
"""
|
|
208
|
+
The reason for the condition's last transition.
|
|
209
|
+
"""
|
|
210
|
+
elif False:
|
|
211
|
+
DeploymentConditionArgsDict: TypeAlias = Mapping[str, Any]
|
|
212
|
+
|
|
125
213
|
@pulumi.input_type
|
|
126
214
|
class DeploymentConditionArgs:
|
|
127
215
|
def __init__(__self__, *,
|
|
@@ -224,6 +312,50 @@ class DeploymentConditionArgs:
|
|
|
224
312
|
pulumi.set(self, "reason", value)
|
|
225
313
|
|
|
226
314
|
|
|
315
|
+
if not MYPY:
|
|
316
|
+
class DeploymentSpecPatchArgsDict(TypedDict):
|
|
317
|
+
"""
|
|
318
|
+
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
319
|
+
"""
|
|
320
|
+
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
321
|
+
"""
|
|
322
|
+
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
323
|
+
"""
|
|
324
|
+
paused: NotRequired[pulumi.Input[bool]]
|
|
325
|
+
"""
|
|
326
|
+
Indicates that the deployment is paused.
|
|
327
|
+
"""
|
|
328
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[int]]
|
|
329
|
+
"""
|
|
330
|
+
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
331
|
+
"""
|
|
332
|
+
replicas: NotRequired[pulumi.Input[int]]
|
|
333
|
+
"""
|
|
334
|
+
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
335
|
+
"""
|
|
336
|
+
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
337
|
+
"""
|
|
338
|
+
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
339
|
+
"""
|
|
340
|
+
rollback_to: NotRequired[pulumi.Input['RollbackConfigPatchArgsDict']]
|
|
341
|
+
"""
|
|
342
|
+
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
343
|
+
"""
|
|
344
|
+
selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
|
|
345
|
+
"""
|
|
346
|
+
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
|
|
347
|
+
"""
|
|
348
|
+
strategy: NotRequired[pulumi.Input['DeploymentStrategyPatchArgsDict']]
|
|
349
|
+
"""
|
|
350
|
+
The deployment strategy to use to replace existing pods with new ones.
|
|
351
|
+
"""
|
|
352
|
+
template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecPatchArgsDict']]
|
|
353
|
+
"""
|
|
354
|
+
Template describes the pods that will be created.
|
|
355
|
+
"""
|
|
356
|
+
elif False:
|
|
357
|
+
DeploymentSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
358
|
+
|
|
227
359
|
@pulumi.input_type
|
|
228
360
|
class DeploymentSpecPatchArgs:
|
|
229
361
|
def __init__(__self__, *,
|
|
@@ -376,6 +508,50 @@ class DeploymentSpecPatchArgs:
|
|
|
376
508
|
pulumi.set(self, "template", value)
|
|
377
509
|
|
|
378
510
|
|
|
511
|
+
if not MYPY:
|
|
512
|
+
class DeploymentSpecArgsDict(TypedDict):
|
|
513
|
+
"""
|
|
514
|
+
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
515
|
+
"""
|
|
516
|
+
template: pulumi.Input['_core.v1.PodTemplateSpecArgsDict']
|
|
517
|
+
"""
|
|
518
|
+
Template describes the pods that will be created.
|
|
519
|
+
"""
|
|
520
|
+
min_ready_seconds: NotRequired[pulumi.Input[int]]
|
|
521
|
+
"""
|
|
522
|
+
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
523
|
+
"""
|
|
524
|
+
paused: NotRequired[pulumi.Input[bool]]
|
|
525
|
+
"""
|
|
526
|
+
Indicates that the deployment is paused.
|
|
527
|
+
"""
|
|
528
|
+
progress_deadline_seconds: NotRequired[pulumi.Input[int]]
|
|
529
|
+
"""
|
|
530
|
+
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
|
|
531
|
+
"""
|
|
532
|
+
replicas: NotRequired[pulumi.Input[int]]
|
|
533
|
+
"""
|
|
534
|
+
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
535
|
+
"""
|
|
536
|
+
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
537
|
+
"""
|
|
538
|
+
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.
|
|
539
|
+
"""
|
|
540
|
+
rollback_to: NotRequired[pulumi.Input['RollbackConfigArgsDict']]
|
|
541
|
+
"""
|
|
542
|
+
DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
543
|
+
"""
|
|
544
|
+
selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
|
|
545
|
+
"""
|
|
546
|
+
Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
|
|
547
|
+
"""
|
|
548
|
+
strategy: NotRequired[pulumi.Input['DeploymentStrategyArgsDict']]
|
|
549
|
+
"""
|
|
550
|
+
The deployment strategy to use to replace existing pods with new ones.
|
|
551
|
+
"""
|
|
552
|
+
elif False:
|
|
553
|
+
DeploymentSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
554
|
+
|
|
379
555
|
@pulumi.input_type
|
|
380
556
|
class DeploymentSpecArgs:
|
|
381
557
|
def __init__(__self__, *,
|
|
@@ -527,6 +703,46 @@ class DeploymentSpecArgs:
|
|
|
527
703
|
pulumi.set(self, "strategy", value)
|
|
528
704
|
|
|
529
705
|
|
|
706
|
+
if not MYPY:
|
|
707
|
+
class DeploymentStatusArgsDict(TypedDict):
|
|
708
|
+
"""
|
|
709
|
+
DeploymentStatus is the most recently observed status of the Deployment.
|
|
710
|
+
"""
|
|
711
|
+
available_replicas: NotRequired[pulumi.Input[int]]
|
|
712
|
+
"""
|
|
713
|
+
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
714
|
+
"""
|
|
715
|
+
collision_count: NotRequired[pulumi.Input[int]]
|
|
716
|
+
"""
|
|
717
|
+
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
718
|
+
"""
|
|
719
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentConditionArgsDict']]]]
|
|
720
|
+
"""
|
|
721
|
+
Represents the latest available observations of a deployment's current state.
|
|
722
|
+
"""
|
|
723
|
+
observed_generation: NotRequired[pulumi.Input[int]]
|
|
724
|
+
"""
|
|
725
|
+
The generation observed by the deployment controller.
|
|
726
|
+
"""
|
|
727
|
+
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
728
|
+
"""
|
|
729
|
+
Total number of ready pods targeted by this deployment.
|
|
730
|
+
"""
|
|
731
|
+
replicas: NotRequired[pulumi.Input[int]]
|
|
732
|
+
"""
|
|
733
|
+
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
734
|
+
"""
|
|
735
|
+
unavailable_replicas: NotRequired[pulumi.Input[int]]
|
|
736
|
+
"""
|
|
737
|
+
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
738
|
+
"""
|
|
739
|
+
updated_replicas: NotRequired[pulumi.Input[int]]
|
|
740
|
+
"""
|
|
741
|
+
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
742
|
+
"""
|
|
743
|
+
elif False:
|
|
744
|
+
DeploymentStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
745
|
+
|
|
530
746
|
@pulumi.input_type
|
|
531
747
|
class DeploymentStatusArgs:
|
|
532
748
|
def __init__(__self__, *,
|
|
@@ -663,6 +879,22 @@ class DeploymentStatusArgs:
|
|
|
663
879
|
pulumi.set(self, "updated_replicas", value)
|
|
664
880
|
|
|
665
881
|
|
|
882
|
+
if not MYPY:
|
|
883
|
+
class DeploymentStrategyPatchArgsDict(TypedDict):
|
|
884
|
+
"""
|
|
885
|
+
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
886
|
+
"""
|
|
887
|
+
rolling_update: NotRequired[pulumi.Input['RollingUpdateDeploymentPatchArgsDict']]
|
|
888
|
+
"""
|
|
889
|
+
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
890
|
+
"""
|
|
891
|
+
type: NotRequired[pulumi.Input[str]]
|
|
892
|
+
"""
|
|
893
|
+
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
894
|
+
"""
|
|
895
|
+
elif False:
|
|
896
|
+
DeploymentStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
897
|
+
|
|
666
898
|
@pulumi.input_type
|
|
667
899
|
class DeploymentStrategyPatchArgs:
|
|
668
900
|
def __init__(__self__, *,
|
|
@@ -703,6 +935,22 @@ class DeploymentStrategyPatchArgs:
|
|
|
703
935
|
pulumi.set(self, "type", value)
|
|
704
936
|
|
|
705
937
|
|
|
938
|
+
if not MYPY:
|
|
939
|
+
class DeploymentStrategyArgsDict(TypedDict):
|
|
940
|
+
"""
|
|
941
|
+
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
942
|
+
"""
|
|
943
|
+
rolling_update: NotRequired[pulumi.Input['RollingUpdateDeploymentArgsDict']]
|
|
944
|
+
"""
|
|
945
|
+
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
946
|
+
"""
|
|
947
|
+
type: NotRequired[pulumi.Input[str]]
|
|
948
|
+
"""
|
|
949
|
+
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
950
|
+
"""
|
|
951
|
+
elif False:
|
|
952
|
+
DeploymentStrategyArgsDict: TypeAlias = Mapping[str, Any]
|
|
953
|
+
|
|
706
954
|
@pulumi.input_type
|
|
707
955
|
class DeploymentStrategyArgs:
|
|
708
956
|
def __init__(__self__, *,
|
|
@@ -743,6 +991,56 @@ class DeploymentStrategyArgs:
|
|
|
743
991
|
pulumi.set(self, "type", value)
|
|
744
992
|
|
|
745
993
|
|
|
994
|
+
if not MYPY:
|
|
995
|
+
class DeploymentArgsDict(TypedDict):
|
|
996
|
+
"""
|
|
997
|
+
Deployment enables declarative updates for Pods and ReplicaSets.
|
|
998
|
+
|
|
999
|
+
This resource waits until its status is ready before registering success
|
|
1000
|
+
for create/update, and populating output properties from the current state of the resource.
|
|
1001
|
+
The following conditions are used to determine whether the resource creation has
|
|
1002
|
+
succeeded or failed:
|
|
1003
|
+
|
|
1004
|
+
1. The Deployment has begun to be updated by the Deployment controller. If the current
|
|
1005
|
+
generation of the Deployment is > 1, then this means that the current generation must
|
|
1006
|
+
be different from the generation reported by the last outputs.
|
|
1007
|
+
2. There exists a ReplicaSet whose revision is equal to the current revision of the
|
|
1008
|
+
Deployment.
|
|
1009
|
+
3. The Deployment's '.status.conditions' has a status of type 'Available' whose 'status'
|
|
1010
|
+
member is set to 'True'.
|
|
1011
|
+
4. If the Deployment has generation > 1, then '.status.conditions' has a status of type
|
|
1012
|
+
'Progressing', whose 'status' member is set to 'True', and whose 'reason' is
|
|
1013
|
+
'NewReplicaSetAvailable'. For generation <= 1, this status field does not exist,
|
|
1014
|
+
because it doesn't do a rollout (i.e., it simply creates the Deployment and
|
|
1015
|
+
corresponding ReplicaSet), and therefore there is no rollout to mark as 'Progressing'.
|
|
1016
|
+
|
|
1017
|
+
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1018
|
+
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1019
|
+
by setting the 'customTimeouts' option on the resource.
|
|
1020
|
+
"""
|
|
1021
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1022
|
+
"""
|
|
1023
|
+
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
|
|
1024
|
+
"""
|
|
1025
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1026
|
+
"""
|
|
1027
|
+
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
|
|
1028
|
+
"""
|
|
1029
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1030
|
+
"""
|
|
1031
|
+
Standard object metadata.
|
|
1032
|
+
"""
|
|
1033
|
+
spec: NotRequired[pulumi.Input['DeploymentSpecArgsDict']]
|
|
1034
|
+
"""
|
|
1035
|
+
Specification of the desired behavior of the Deployment.
|
|
1036
|
+
"""
|
|
1037
|
+
status: NotRequired[pulumi.Input['DeploymentStatusArgsDict']]
|
|
1038
|
+
"""
|
|
1039
|
+
Most recently observed status of the Deployment.
|
|
1040
|
+
"""
|
|
1041
|
+
elif False:
|
|
1042
|
+
DeploymentArgsDict: TypeAlias = Mapping[str, Any]
|
|
1043
|
+
|
|
746
1044
|
@pulumi.input_type
|
|
747
1045
|
class DeploymentArgs:
|
|
748
1046
|
def __init__(__self__, *,
|
|
@@ -853,6 +1151,18 @@ class DeploymentArgs:
|
|
|
853
1151
|
pulumi.set(self, "status", value)
|
|
854
1152
|
|
|
855
1153
|
|
|
1154
|
+
if not MYPY:
|
|
1155
|
+
class RollbackConfigPatchArgsDict(TypedDict):
|
|
1156
|
+
"""
|
|
1157
|
+
DEPRECATED.
|
|
1158
|
+
"""
|
|
1159
|
+
revision: NotRequired[pulumi.Input[int]]
|
|
1160
|
+
"""
|
|
1161
|
+
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1162
|
+
"""
|
|
1163
|
+
elif False:
|
|
1164
|
+
RollbackConfigPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1165
|
+
|
|
856
1166
|
@pulumi.input_type
|
|
857
1167
|
class RollbackConfigPatchArgs:
|
|
858
1168
|
def __init__(__self__, *,
|
|
@@ -877,6 +1187,18 @@ class RollbackConfigPatchArgs:
|
|
|
877
1187
|
pulumi.set(self, "revision", value)
|
|
878
1188
|
|
|
879
1189
|
|
|
1190
|
+
if not MYPY:
|
|
1191
|
+
class RollbackConfigArgsDict(TypedDict):
|
|
1192
|
+
"""
|
|
1193
|
+
DEPRECATED.
|
|
1194
|
+
"""
|
|
1195
|
+
revision: NotRequired[pulumi.Input[int]]
|
|
1196
|
+
"""
|
|
1197
|
+
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
1198
|
+
"""
|
|
1199
|
+
elif False:
|
|
1200
|
+
RollbackConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
1201
|
+
|
|
880
1202
|
@pulumi.input_type
|
|
881
1203
|
class RollbackConfigArgs:
|
|
882
1204
|
def __init__(__self__, *,
|
|
@@ -901,6 +1223,22 @@ class RollbackConfigArgs:
|
|
|
901
1223
|
pulumi.set(self, "revision", value)
|
|
902
1224
|
|
|
903
1225
|
|
|
1226
|
+
if not MYPY:
|
|
1227
|
+
class RollingUpdateDeploymentPatchArgsDict(TypedDict):
|
|
1228
|
+
"""
|
|
1229
|
+
Spec to control the desired behavior of rolling update.
|
|
1230
|
+
"""
|
|
1231
|
+
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
1232
|
+
"""
|
|
1233
|
+
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
1234
|
+
"""
|
|
1235
|
+
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
1236
|
+
"""
|
|
1237
|
+
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
1238
|
+
"""
|
|
1239
|
+
elif False:
|
|
1240
|
+
RollingUpdateDeploymentPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1241
|
+
|
|
904
1242
|
@pulumi.input_type
|
|
905
1243
|
class RollingUpdateDeploymentPatchArgs:
|
|
906
1244
|
def __init__(__self__, *,
|
|
@@ -941,6 +1279,22 @@ class RollingUpdateDeploymentPatchArgs:
|
|
|
941
1279
|
pulumi.set(self, "max_unavailable", value)
|
|
942
1280
|
|
|
943
1281
|
|
|
1282
|
+
if not MYPY:
|
|
1283
|
+
class RollingUpdateDeploymentArgsDict(TypedDict):
|
|
1284
|
+
"""
|
|
1285
|
+
Spec to control the desired behavior of rolling update.
|
|
1286
|
+
"""
|
|
1287
|
+
max_surge: NotRequired[pulumi.Input[Union[int, str]]]
|
|
1288
|
+
"""
|
|
1289
|
+
The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
1290
|
+
"""
|
|
1291
|
+
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
1292
|
+
"""
|
|
1293
|
+
The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
1294
|
+
"""
|
|
1295
|
+
elif False:
|
|
1296
|
+
RollingUpdateDeploymentArgsDict: TypeAlias = Mapping[str, Any]
|
|
1297
|
+
|
|
944
1298
|
@pulumi.input_type
|
|
945
1299
|
class RollingUpdateDeploymentArgs:
|
|
946
1300
|
def __init__(__self__, *,
|
|
@@ -981,6 +1335,18 @@ class RollingUpdateDeploymentArgs:
|
|
|
981
1335
|
pulumi.set(self, "max_unavailable", value)
|
|
982
1336
|
|
|
983
1337
|
|
|
1338
|
+
if not MYPY:
|
|
1339
|
+
class RollingUpdateStatefulSetStrategyPatchArgsDict(TypedDict):
|
|
1340
|
+
"""
|
|
1341
|
+
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1342
|
+
"""
|
|
1343
|
+
partition: NotRequired[pulumi.Input[int]]
|
|
1344
|
+
"""
|
|
1345
|
+
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1346
|
+
"""
|
|
1347
|
+
elif False:
|
|
1348
|
+
RollingUpdateStatefulSetStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1349
|
+
|
|
984
1350
|
@pulumi.input_type
|
|
985
1351
|
class RollingUpdateStatefulSetStrategyPatchArgs:
|
|
986
1352
|
def __init__(__self__, *,
|
|
@@ -1005,6 +1371,18 @@ class RollingUpdateStatefulSetStrategyPatchArgs:
|
|
|
1005
1371
|
pulumi.set(self, "partition", value)
|
|
1006
1372
|
|
|
1007
1373
|
|
|
1374
|
+
if not MYPY:
|
|
1375
|
+
class RollingUpdateStatefulSetStrategyArgsDict(TypedDict):
|
|
1376
|
+
"""
|
|
1377
|
+
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
1378
|
+
"""
|
|
1379
|
+
partition: NotRequired[pulumi.Input[int]]
|
|
1380
|
+
"""
|
|
1381
|
+
Partition indicates the ordinal at which the StatefulSet should be partitioned.
|
|
1382
|
+
"""
|
|
1383
|
+
elif False:
|
|
1384
|
+
RollingUpdateStatefulSetStrategyArgsDict: TypeAlias = Mapping[str, Any]
|
|
1385
|
+
|
|
1008
1386
|
@pulumi.input_type
|
|
1009
1387
|
class RollingUpdateStatefulSetStrategyArgs:
|
|
1010
1388
|
def __init__(__self__, *,
|
|
@@ -1029,6 +1407,34 @@ class RollingUpdateStatefulSetStrategyArgs:
|
|
|
1029
1407
|
pulumi.set(self, "partition", value)
|
|
1030
1408
|
|
|
1031
1409
|
|
|
1410
|
+
if not MYPY:
|
|
1411
|
+
class StatefulSetConditionArgsDict(TypedDict):
|
|
1412
|
+
"""
|
|
1413
|
+
StatefulSetCondition describes the state of a statefulset at a certain point.
|
|
1414
|
+
"""
|
|
1415
|
+
status: pulumi.Input[str]
|
|
1416
|
+
"""
|
|
1417
|
+
Status of the condition, one of True, False, Unknown.
|
|
1418
|
+
"""
|
|
1419
|
+
type: pulumi.Input[str]
|
|
1420
|
+
"""
|
|
1421
|
+
Type of statefulset condition.
|
|
1422
|
+
"""
|
|
1423
|
+
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1424
|
+
"""
|
|
1425
|
+
Last time the condition transitioned from one status to another.
|
|
1426
|
+
"""
|
|
1427
|
+
message: NotRequired[pulumi.Input[str]]
|
|
1428
|
+
"""
|
|
1429
|
+
A human readable message indicating details about the transition.
|
|
1430
|
+
"""
|
|
1431
|
+
reason: NotRequired[pulumi.Input[str]]
|
|
1432
|
+
"""
|
|
1433
|
+
The reason for the condition's last transition.
|
|
1434
|
+
"""
|
|
1435
|
+
elif False:
|
|
1436
|
+
StatefulSetConditionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1437
|
+
|
|
1032
1438
|
@pulumi.input_type
|
|
1033
1439
|
class StatefulSetConditionArgs:
|
|
1034
1440
|
def __init__(__self__, *,
|
|
@@ -1115,6 +1521,46 @@ class StatefulSetConditionArgs:
|
|
|
1115
1521
|
pulumi.set(self, "reason", value)
|
|
1116
1522
|
|
|
1117
1523
|
|
|
1524
|
+
if not MYPY:
|
|
1525
|
+
class StatefulSetSpecPatchArgsDict(TypedDict):
|
|
1526
|
+
"""
|
|
1527
|
+
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1528
|
+
"""
|
|
1529
|
+
pod_management_policy: NotRequired[pulumi.Input[str]]
|
|
1530
|
+
"""
|
|
1531
|
+
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
1532
|
+
"""
|
|
1533
|
+
replicas: NotRequired[pulumi.Input[int]]
|
|
1534
|
+
"""
|
|
1535
|
+
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
1536
|
+
"""
|
|
1537
|
+
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
1538
|
+
"""
|
|
1539
|
+
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
1540
|
+
"""
|
|
1541
|
+
selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
|
|
1542
|
+
"""
|
|
1543
|
+
selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
1544
|
+
"""
|
|
1545
|
+
service_name: NotRequired[pulumi.Input[str]]
|
|
1546
|
+
"""
|
|
1547
|
+
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
1548
|
+
"""
|
|
1549
|
+
template: NotRequired[pulumi.Input['_core.v1.PodTemplateSpecPatchArgsDict']]
|
|
1550
|
+
"""
|
|
1551
|
+
template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
1552
|
+
"""
|
|
1553
|
+
update_strategy: NotRequired[pulumi.Input['StatefulSetUpdateStrategyPatchArgsDict']]
|
|
1554
|
+
"""
|
|
1555
|
+
updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
1556
|
+
"""
|
|
1557
|
+
volume_claim_templates: NotRequired[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimPatchArgsDict']]]]
|
|
1558
|
+
"""
|
|
1559
|
+
volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
1560
|
+
"""
|
|
1561
|
+
elif False:
|
|
1562
|
+
StatefulSetSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1563
|
+
|
|
1118
1564
|
@pulumi.input_type
|
|
1119
1565
|
class StatefulSetSpecPatchArgs:
|
|
1120
1566
|
def __init__(__self__, *,
|
|
@@ -1251,6 +1697,46 @@ class StatefulSetSpecPatchArgs:
|
|
|
1251
1697
|
pulumi.set(self, "volume_claim_templates", value)
|
|
1252
1698
|
|
|
1253
1699
|
|
|
1700
|
+
if not MYPY:
|
|
1701
|
+
class StatefulSetSpecArgsDict(TypedDict):
|
|
1702
|
+
"""
|
|
1703
|
+
A StatefulSetSpec is the specification of a StatefulSet.
|
|
1704
|
+
"""
|
|
1705
|
+
service_name: pulumi.Input[str]
|
|
1706
|
+
"""
|
|
1707
|
+
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
|
|
1708
|
+
"""
|
|
1709
|
+
template: pulumi.Input['_core.v1.PodTemplateSpecArgsDict']
|
|
1710
|
+
"""
|
|
1711
|
+
template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.
|
|
1712
|
+
"""
|
|
1713
|
+
pod_management_policy: NotRequired[pulumi.Input[str]]
|
|
1714
|
+
"""
|
|
1715
|
+
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.
|
|
1716
|
+
"""
|
|
1717
|
+
replicas: NotRequired[pulumi.Input[int]]
|
|
1718
|
+
"""
|
|
1719
|
+
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
|
|
1720
|
+
"""
|
|
1721
|
+
revision_history_limit: NotRequired[pulumi.Input[int]]
|
|
1722
|
+
"""
|
|
1723
|
+
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
|
|
1724
|
+
"""
|
|
1725
|
+
selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
|
|
1726
|
+
"""
|
|
1727
|
+
selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
1728
|
+
"""
|
|
1729
|
+
update_strategy: NotRequired[pulumi.Input['StatefulSetUpdateStrategyArgsDict']]
|
|
1730
|
+
"""
|
|
1731
|
+
updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.
|
|
1732
|
+
"""
|
|
1733
|
+
volume_claim_templates: NotRequired[pulumi.Input[Sequence[pulumi.Input['_core.v1.PersistentVolumeClaimArgsDict']]]]
|
|
1734
|
+
"""
|
|
1735
|
+
volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
|
|
1736
|
+
"""
|
|
1737
|
+
elif False:
|
|
1738
|
+
StatefulSetSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
1739
|
+
|
|
1254
1740
|
@pulumi.input_type
|
|
1255
1741
|
class StatefulSetSpecArgs:
|
|
1256
1742
|
def __init__(__self__, *,
|
|
@@ -1385,6 +1871,50 @@ class StatefulSetSpecArgs:
|
|
|
1385
1871
|
pulumi.set(self, "volume_claim_templates", value)
|
|
1386
1872
|
|
|
1387
1873
|
|
|
1874
|
+
if not MYPY:
|
|
1875
|
+
class StatefulSetStatusArgsDict(TypedDict):
|
|
1876
|
+
"""
|
|
1877
|
+
StatefulSetStatus represents the current state of a StatefulSet.
|
|
1878
|
+
"""
|
|
1879
|
+
replicas: pulumi.Input[int]
|
|
1880
|
+
"""
|
|
1881
|
+
replicas is the number of Pods created by the StatefulSet controller.
|
|
1882
|
+
"""
|
|
1883
|
+
collision_count: NotRequired[pulumi.Input[int]]
|
|
1884
|
+
"""
|
|
1885
|
+
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
1886
|
+
"""
|
|
1887
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['StatefulSetConditionArgsDict']]]]
|
|
1888
|
+
"""
|
|
1889
|
+
Represents the latest available observations of a statefulset's current state.
|
|
1890
|
+
"""
|
|
1891
|
+
current_replicas: NotRequired[pulumi.Input[int]]
|
|
1892
|
+
"""
|
|
1893
|
+
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
|
|
1894
|
+
"""
|
|
1895
|
+
current_revision: NotRequired[pulumi.Input[str]]
|
|
1896
|
+
"""
|
|
1897
|
+
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
|
|
1898
|
+
"""
|
|
1899
|
+
observed_generation: NotRequired[pulumi.Input[int]]
|
|
1900
|
+
"""
|
|
1901
|
+
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
|
|
1902
|
+
"""
|
|
1903
|
+
ready_replicas: NotRequired[pulumi.Input[int]]
|
|
1904
|
+
"""
|
|
1905
|
+
readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.
|
|
1906
|
+
"""
|
|
1907
|
+
update_revision: NotRequired[pulumi.Input[str]]
|
|
1908
|
+
"""
|
|
1909
|
+
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
|
|
1910
|
+
"""
|
|
1911
|
+
updated_replicas: NotRequired[pulumi.Input[int]]
|
|
1912
|
+
"""
|
|
1913
|
+
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
|
|
1914
|
+
"""
|
|
1915
|
+
elif False:
|
|
1916
|
+
StatefulSetStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1917
|
+
|
|
1388
1918
|
@pulumi.input_type
|
|
1389
1919
|
class StatefulSetStatusArgs:
|
|
1390
1920
|
def __init__(__self__, *,
|
|
@@ -1536,6 +2066,22 @@ class StatefulSetStatusArgs:
|
|
|
1536
2066
|
pulumi.set(self, "updated_replicas", value)
|
|
1537
2067
|
|
|
1538
2068
|
|
|
2069
|
+
if not MYPY:
|
|
2070
|
+
class StatefulSetUpdateStrategyPatchArgsDict(TypedDict):
|
|
2071
|
+
"""
|
|
2072
|
+
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
|
|
2073
|
+
"""
|
|
2074
|
+
rolling_update: NotRequired[pulumi.Input['RollingUpdateStatefulSetStrategyPatchArgsDict']]
|
|
2075
|
+
"""
|
|
2076
|
+
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2077
|
+
"""
|
|
2078
|
+
type: NotRequired[pulumi.Input[str]]
|
|
2079
|
+
"""
|
|
2080
|
+
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2081
|
+
"""
|
|
2082
|
+
elif False:
|
|
2083
|
+
StatefulSetUpdateStrategyPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2084
|
+
|
|
1539
2085
|
@pulumi.input_type
|
|
1540
2086
|
class StatefulSetUpdateStrategyPatchArgs:
|
|
1541
2087
|
def __init__(__self__, *,
|
|
@@ -1576,6 +2122,22 @@ class StatefulSetUpdateStrategyPatchArgs:
|
|
|
1576
2122
|
pulumi.set(self, "type", value)
|
|
1577
2123
|
|
|
1578
2124
|
|
|
2125
|
+
if not MYPY:
|
|
2126
|
+
class StatefulSetUpdateStrategyArgsDict(TypedDict):
|
|
2127
|
+
"""
|
|
2128
|
+
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
|
|
2129
|
+
"""
|
|
2130
|
+
rolling_update: NotRequired[pulumi.Input['RollingUpdateStatefulSetStrategyArgsDict']]
|
|
2131
|
+
"""
|
|
2132
|
+
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
|
2133
|
+
"""
|
|
2134
|
+
type: NotRequired[pulumi.Input[str]]
|
|
2135
|
+
"""
|
|
2136
|
+
Type indicates the type of the StatefulSetUpdateStrategy.
|
|
2137
|
+
"""
|
|
2138
|
+
elif False:
|
|
2139
|
+
StatefulSetUpdateStrategyArgsDict: TypeAlias = Mapping[str, Any]
|
|
2140
|
+
|
|
1579
2141
|
@pulumi.input_type
|
|
1580
2142
|
class StatefulSetUpdateStrategyArgs:
|
|
1581
2143
|
def __init__(__self__, *,
|
|
@@ -1616,6 +2178,47 @@ class StatefulSetUpdateStrategyArgs:
|
|
|
1616
2178
|
pulumi.set(self, "type", value)
|
|
1617
2179
|
|
|
1618
2180
|
|
|
2181
|
+
if not MYPY:
|
|
2182
|
+
class StatefulSetArgsDict(TypedDict):
|
|
2183
|
+
"""
|
|
2184
|
+
StatefulSet represents a set of pods with consistent identities. Identities are defined as:
|
|
2185
|
+
- Network: A single stable DNS and hostname.
|
|
2186
|
+
- Storage: As many VolumeClaims as requested.
|
|
2187
|
+
The StatefulSet guarantees that a given network identity will always map to the same storage identity.
|
|
2188
|
+
|
|
2189
|
+
This resource waits until its status is ready before registering success
|
|
2190
|
+
for create/update, and populating output properties from the current state of the resource.
|
|
2191
|
+
The following conditions are used to determine whether the resource creation has
|
|
2192
|
+
succeeded or failed:
|
|
2193
|
+
|
|
2194
|
+
1. The value of 'spec.replicas' matches '.status.replicas', '.status.currentReplicas',
|
|
2195
|
+
and '.status.readyReplicas'.
|
|
2196
|
+
2. The value of '.status.updateRevision' matches '.status.currentRevision'.
|
|
2197
|
+
|
|
2198
|
+
If the StatefulSet has not reached a Ready state after 10 minutes, it will
|
|
2199
|
+
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2200
|
+
by setting the 'customTimeouts' option on the resource.
|
|
2201
|
+
"""
|
|
2202
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
2203
|
+
"""
|
|
2204
|
+
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
|
|
2205
|
+
"""
|
|
2206
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
2207
|
+
"""
|
|
2208
|
+
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
|
|
2209
|
+
"""
|
|
2210
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
2211
|
+
spec: NotRequired[pulumi.Input['StatefulSetSpecArgsDict']]
|
|
2212
|
+
"""
|
|
2213
|
+
Spec defines the desired identities of pods in this set.
|
|
2214
|
+
"""
|
|
2215
|
+
status: NotRequired[pulumi.Input['StatefulSetStatusArgsDict']]
|
|
2216
|
+
"""
|
|
2217
|
+
Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.
|
|
2218
|
+
"""
|
|
2219
|
+
elif False:
|
|
2220
|
+
StatefulSetArgsDict: TypeAlias = Mapping[str, Any]
|
|
2221
|
+
|
|
1619
2222
|
@pulumi.input_type
|
|
1620
2223
|
class StatefulSetArgs:
|
|
1621
2224
|
def __init__(__self__, *,
|