pulumi-kubernetes 4.23.0a1746131759__py3-none-any.whl → 4.23.0a1746153578__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 +36 -2
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +30 -30
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +20 -20
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +1 -3
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +1 -3
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +1 -3
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +1 -3
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +1 -3
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +1 -3
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +1 -3
- pulumi_kubernetes/apiregistration/v1/APIService.py +1 -3
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +1 -3
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +1 -3
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +1 -3
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +1 -3
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +1 -3
- pulumi_kubernetes/apps/v1/ControllerRevision.py +1 -3
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +1 -3
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +1 -3
- pulumi_kubernetes/apps/v1/DaemonSet.py +1 -3
- pulumi_kubernetes/apps/v1/DaemonSetList.py +1 -3
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1/Deployment.py +1 -3
- pulumi_kubernetes/apps/v1/DeploymentList.py +1 -3
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +1 -3
- pulumi_kubernetes/apps/v1/ReplicaSet.py +1 -3
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +5 -7
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1/StatefulSet.py +1 -3
- pulumi_kubernetes/apps/v1/StatefulSetList.py +1 -3
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1/_inputs.py +109 -56
- pulumi_kubernetes/apps/v1/outputs.py +129 -56
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +1 -3
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +1 -3
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta1/Deployment.py +1 -3
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +1 -3
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +1 -3
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +1 -3
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/Deployment.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +1 -3
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +1 -3
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +1 -3
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +1 -3
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +1 -3
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +1 -3
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +1 -3
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +1 -3
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +1 -3
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +1 -3
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +1 -3
- pulumi_kubernetes/autoscaling/v2/_inputs.py +92 -12
- pulumi_kubernetes/autoscaling/v2/outputs.py +66 -10
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +1 -3
- pulumi_kubernetes/batch/v1/CronJob.py +1 -3
- pulumi_kubernetes/batch/v1/CronJobList.py +1 -3
- pulumi_kubernetes/batch/v1/CronJobPatch.py +1 -3
- pulumi_kubernetes/batch/v1/Job.py +1 -3
- pulumi_kubernetes/batch/v1/JobList.py +1 -3
- pulumi_kubernetes/batch/v1/JobPatch.py +1 -3
- pulumi_kubernetes/batch/v1/_inputs.py +12 -42
- pulumi_kubernetes/batch/v1/outputs.py +8 -32
- pulumi_kubernetes/batch/v1beta1/CronJob.py +1 -3
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +1 -3
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +1 -3
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +1 -3
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +1 -3
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +1 -3
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +1 -3
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +1 -3
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +1 -3
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +3 -3
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +1 -3
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +3 -3
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +1 -3
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +1 -3
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +1 -3
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +292 -0
- pulumi_kubernetes/certificates/v1beta1/outputs.py +241 -0
- pulumi_kubernetes/coordination/v1/Lease.py +1 -3
- pulumi_kubernetes/coordination/v1/LeaseList.py +1 -3
- pulumi_kubernetes/coordination/v1/LeasePatch.py +1 -3
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +2 -4
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +1 -3
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +2 -4
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +2 -4
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +1 -3
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +2 -4
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +6 -6
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +4 -4
- pulumi_kubernetes/coordination/v1beta1/Lease.py +1 -3
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +1 -3
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +1 -3
- pulumi_kubernetes/coordination/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +371 -0
- pulumi_kubernetes/coordination/v1beta1/outputs.py +292 -0
- pulumi_kubernetes/core/v1/Binding.py +1 -3
- pulumi_kubernetes/core/v1/BindingPatch.py +1 -3
- pulumi_kubernetes/core/v1/ConfigMap.py +1 -3
- pulumi_kubernetes/core/v1/ConfigMapList.py +1 -3
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +1 -3
- pulumi_kubernetes/core/v1/Endpoints.py +9 -3
- pulumi_kubernetes/core/v1/EndpointsList.py +3 -5
- pulumi_kubernetes/core/v1/EndpointsPatch.py +9 -3
- pulumi_kubernetes/core/v1/Event.py +1 -3
- pulumi_kubernetes/core/v1/EventList.py +1 -3
- pulumi_kubernetes/core/v1/EventPatch.py +1 -3
- pulumi_kubernetes/core/v1/LimitRange.py +1 -3
- pulumi_kubernetes/core/v1/LimitRangeList.py +1 -3
- pulumi_kubernetes/core/v1/LimitRangePatch.py +1 -3
- pulumi_kubernetes/core/v1/Namespace.py +1 -3
- pulumi_kubernetes/core/v1/NamespaceList.py +1 -3
- pulumi_kubernetes/core/v1/NamespacePatch.py +1 -3
- pulumi_kubernetes/core/v1/Node.py +1 -3
- pulumi_kubernetes/core/v1/NodeList.py +1 -3
- pulumi_kubernetes/core/v1/NodePatch.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolume.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +1 -3
- pulumi_kubernetes/core/v1/Pod.py +1 -3
- pulumi_kubernetes/core/v1/PodList.py +1 -3
- pulumi_kubernetes/core/v1/PodPatch.py +1 -3
- pulumi_kubernetes/core/v1/PodTemplate.py +1 -3
- pulumi_kubernetes/core/v1/PodTemplateList.py +1 -3
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +1 -3
- pulumi_kubernetes/core/v1/ReplicationController.py +1 -3
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +1 -3
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +1 -3
- pulumi_kubernetes/core/v1/ResourceQuota.py +1 -3
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +1 -3
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +1 -3
- pulumi_kubernetes/core/v1/Secret.py +1 -3
- pulumi_kubernetes/core/v1/SecretList.py +1 -3
- pulumi_kubernetes/core/v1/SecretPatch.py +1 -3
- pulumi_kubernetes/core/v1/Service.py +1 -3
- pulumi_kubernetes/core/v1/ServiceAccount.py +1 -3
- pulumi_kubernetes/core/v1/ServiceAccountList.py +1 -3
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +1 -3
- pulumi_kubernetes/core/v1/ServiceList.py +1 -3
- pulumi_kubernetes/core/v1/ServicePatch.py +1 -3
- pulumi_kubernetes/core/v1/_enums.py +2 -1
- pulumi_kubernetes/core/v1/_inputs.py +240 -66
- pulumi_kubernetes/core/v1/outputs.py +251 -51
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +11 -13
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +1 -3
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +11 -13
- pulumi_kubernetes/discovery/v1/_inputs.py +159 -44
- pulumi_kubernetes/discovery/v1/outputs.py +107 -32
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +1 -3
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +1 -3
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +1 -3
- pulumi_kubernetes/events/v1/Event.py +1 -3
- pulumi_kubernetes/events/v1/EventList.py +1 -3
- pulumi_kubernetes/events/v1/EventPatch.py +1 -3
- pulumi_kubernetes/events/v1beta1/Event.py +1 -3
- pulumi_kubernetes/events/v1beta1/EventList.py +1 -3
- pulumi_kubernetes/events/v1beta1/EventPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/helm/v3/Release.py +1 -3
- pulumi_kubernetes/helm/v4/Chart.py +1 -3
- pulumi_kubernetes/kustomize/v2/Directory.py +1 -3
- pulumi_kubernetes/meta/v1/Status.py +1 -3
- pulumi_kubernetes/meta/v1/StatusPatch.py +1 -3
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +1 -3
- pulumi_kubernetes/networking/v1/IngressClass.py +1 -3
- pulumi_kubernetes/networking/v1/IngressClassList.py +1 -3
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +1 -3
- pulumi_kubernetes/networking/v1/IngressList.py +1 -3
- pulumi_kubernetes/networking/v1/IngressPatch.py +1 -3
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +1 -3
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +1 -3
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +1 -3
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +6 -0
- pulumi_kubernetes/networking/v1/_inputs.py +599 -0
- pulumi_kubernetes/networking/v1/outputs.py +461 -0
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +2 -4
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +2 -4
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +2 -4
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +2 -4
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +2 -4
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +2 -4
- pulumi_kubernetes/networking/v1beta1/Ingress.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressList.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +1 -3
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +2 -4
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +1 -3
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +2 -4
- pulumi_kubernetes/node/v1/RuntimeClass.py +1 -3
- pulumi_kubernetes/node/v1/RuntimeClassList.py +1 -3
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +1 -3
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +1 -3
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +1 -3
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +1 -3
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +1 -3
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +1 -3
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +1 -3
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +1 -3
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +1 -3
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +1 -3
- pulumi_kubernetes/policy/v1/_inputs.py +0 -12
- pulumi_kubernetes/policy/v1/outputs.py +0 -8
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +1 -3
- pulumi_kubernetes/provider.py +1 -3
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1/Role.py +1 -3
- pulumi_kubernetes/rbac/v1/RoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1/RoleList.py +1 -3
- pulumi_kubernetes/rbac/v1/RolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/Role.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/Role.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +1 -3
- pulumi_kubernetes/resource/__init__.py +3 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +2 -4
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +2 -4
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/__init__.py +3 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2559 -213
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2037 -256
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +2 -4
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +1 -3
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +1 -3
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +1 -3
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +1 -3
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +2 -4
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2044 -176
- pulumi_kubernetes/resource/v1beta1/outputs.py +1536 -134
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +1 -3
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +1 -3
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +1 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +1 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +1 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +1 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +1 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +1 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +1 -3
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +1 -3
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +1 -3
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +1 -3
- pulumi_kubernetes/storage/v1/CSIDriver.py +1 -3
- pulumi_kubernetes/storage/v1/CSIDriverList.py +1 -3
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +1 -3
- pulumi_kubernetes/storage/v1/CSINode.py +1 -3
- pulumi_kubernetes/storage/v1/CSINodeList.py +1 -3
- pulumi_kubernetes/storage/v1/CSINodePatch.py +1 -3
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +1 -3
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +1 -3
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +1 -3
- pulumi_kubernetes/storage/v1/StorageClass.py +1 -3
- pulumi_kubernetes/storage/v1/StorageClassList.py +1 -3
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +1 -3
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +1 -3
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +1 -3
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +1 -3
- pulumi_kubernetes/storage/v1/_inputs.py +90 -0
- pulumi_kubernetes/storage/v1/outputs.py +110 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSINode.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +1 -3
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +1 -3
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +1 -3
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +1 -3
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +1 -3
- pulumi_kubernetes/yaml/v2/ConfigFile.py +1 -3
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +1 -3
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/METADATA +2 -2
- pulumi_kubernetes-4.23.0a1746153578.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.23.0a1746131759.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/top_level.txt +0 -0
|
@@ -91,10 +91,8 @@ class IPAddressListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:IPAddressList")
|
|
94
95
|
class IPAddressList(pulumi.CustomResource):
|
|
95
|
-
|
|
96
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:IPAddressList"
|
|
97
|
-
|
|
98
96
|
@overload
|
|
99
97
|
def __init__(__self__,
|
|
100
98
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class IPAddressPatchArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:IPAddressPatch")
|
|
95
96
|
class IPAddressPatch(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:IPAddressPatch"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -168,7 +166,7 @@ class IPAddressPatch(pulumi.CustomResource):
|
|
|
168
166
|
__props__.__dict__["kind"] = 'IPAddress'
|
|
169
167
|
__props__.__dict__["metadata"] = metadata
|
|
170
168
|
__props__.__dict__["spec"] = spec
|
|
171
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="kubernetes:networking.k8s.io/v1alpha1:IPAddressPatch")])
|
|
169
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="kubernetes:networking.k8s.io/v1:IPAddressPatch"), pulumi.Alias(type_="kubernetes:networking.k8s.io/v1alpha1:IPAddressPatch")])
|
|
172
170
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
173
171
|
super(IPAddressPatch, __self__).__init__(
|
|
174
172
|
'kubernetes:networking.k8s.io/v1beta1:IPAddressPatch',
|
|
@@ -93,10 +93,8 @@ class IngressInitArgs:
|
|
|
93
93
|
pulumi.set(self, "spec", value)
|
|
94
94
|
|
|
95
95
|
|
|
96
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:Ingress")
|
|
96
97
|
class Ingress(pulumi.CustomResource):
|
|
97
|
-
|
|
98
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:Ingress"
|
|
99
|
-
|
|
100
98
|
@overload
|
|
101
99
|
def __init__(__self__,
|
|
102
100
|
resource_name: str,
|
|
@@ -93,10 +93,8 @@ class IngressClassInitArgs:
|
|
|
93
93
|
pulumi.set(self, "spec", value)
|
|
94
94
|
|
|
95
95
|
|
|
96
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:IngressClass")
|
|
96
97
|
class IngressClass(pulumi.CustomResource):
|
|
97
|
-
|
|
98
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:IngressClass"
|
|
99
|
-
|
|
100
98
|
@overload
|
|
101
99
|
def __init__(__self__,
|
|
102
100
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class IngressClassListArgs:
|
|
|
92
92
|
pulumi.set(self, "metadata", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:IngressClassList")
|
|
95
96
|
class IngressClassList(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:IngressClassList"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -93,10 +93,8 @@ class IngressClassPatchArgs:
|
|
|
93
93
|
pulumi.set(self, "spec", value)
|
|
94
94
|
|
|
95
95
|
|
|
96
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:IngressClassPatch")
|
|
96
97
|
class IngressClassPatch(pulumi.CustomResource):
|
|
97
|
-
|
|
98
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:IngressClassPatch"
|
|
99
|
-
|
|
100
98
|
@overload
|
|
101
99
|
def __init__(__self__,
|
|
102
100
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class IngressListArgs:
|
|
|
92
92
|
pulumi.set(self, "metadata", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:IngressList")
|
|
95
96
|
class IngressList(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:IngressList"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -93,10 +93,8 @@ class IngressPatchArgs:
|
|
|
93
93
|
pulumi.set(self, "spec", value)
|
|
94
94
|
|
|
95
95
|
|
|
96
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:IngressPatch")
|
|
96
97
|
class IngressPatch(pulumi.CustomResource):
|
|
97
|
-
|
|
98
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:IngressPatch"
|
|
99
|
-
|
|
100
98
|
@overload
|
|
101
99
|
def __init__(__self__,
|
|
102
100
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class ServiceCIDRInitArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:ServiceCIDR")
|
|
95
96
|
class ServiceCIDR(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:ServiceCIDR"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -157,7 +155,7 @@ class ServiceCIDR(pulumi.CustomResource):
|
|
|
157
155
|
__props__.__dict__["metadata"] = metadata
|
|
158
156
|
__props__.__dict__["spec"] = spec
|
|
159
157
|
__props__.__dict__["status"] = None
|
|
160
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="kubernetes:networking.k8s.io/v1alpha1:ServiceCIDR")])
|
|
158
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="kubernetes:networking.k8s.io/v1:ServiceCIDR"), pulumi.Alias(type_="kubernetes:networking.k8s.io/v1alpha1:ServiceCIDR")])
|
|
161
159
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
162
160
|
super(ServiceCIDR, __self__).__init__(
|
|
163
161
|
'kubernetes:networking.k8s.io/v1beta1:ServiceCIDR',
|
|
@@ -91,10 +91,8 @@ class ServiceCIDRListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:ServiceCIDRList")
|
|
94
95
|
class ServiceCIDRList(pulumi.CustomResource):
|
|
95
|
-
|
|
96
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:ServiceCIDRList"
|
|
97
|
-
|
|
98
96
|
@overload
|
|
99
97
|
def __init__(__self__,
|
|
100
98
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class ServiceCIDRPatchArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:networking.k8s.io/v1beta1:ServiceCIDRPatch")
|
|
95
96
|
class ServiceCIDRPatch(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:networking.k8s.io/v1beta1:ServiceCIDRPatch"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -169,7 +167,7 @@ class ServiceCIDRPatch(pulumi.CustomResource):
|
|
|
169
167
|
__props__.__dict__["metadata"] = metadata
|
|
170
168
|
__props__.__dict__["spec"] = spec
|
|
171
169
|
__props__.__dict__["status"] = None
|
|
172
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="kubernetes:networking.k8s.io/v1alpha1:ServiceCIDRPatch")])
|
|
170
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="kubernetes:networking.k8s.io/v1:ServiceCIDRPatch"), pulumi.Alias(type_="kubernetes:networking.k8s.io/v1alpha1:ServiceCIDRPatch")])
|
|
173
171
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
174
172
|
super(ServiceCIDRPatch, __self__).__init__(
|
|
175
173
|
'kubernetes:networking.k8s.io/v1beta1:ServiceCIDRPatch',
|
|
@@ -126,10 +126,8 @@ class RuntimeClassInitArgs:
|
|
|
126
126
|
pulumi.set(self, "scheduling", value)
|
|
127
127
|
|
|
128
128
|
|
|
129
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1:RuntimeClass")
|
|
129
130
|
class RuntimeClass(pulumi.CustomResource):
|
|
130
|
-
|
|
131
|
-
pulumi_type = "kubernetes:node.k8s.io/v1:RuntimeClass"
|
|
132
|
-
|
|
133
131
|
@overload
|
|
134
132
|
def __init__(__self__,
|
|
135
133
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class RuntimeClassListArgs:
|
|
|
92
92
|
pulumi.set(self, "metadata", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1:RuntimeClassList")
|
|
95
96
|
class RuntimeClassList(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:node.k8s.io/v1:RuntimeClassList"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -127,10 +127,8 @@ class RuntimeClassPatchArgs:
|
|
|
127
127
|
pulumi.set(self, "scheduling", value)
|
|
128
128
|
|
|
129
129
|
|
|
130
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1:RuntimeClassPatch")
|
|
130
131
|
class RuntimeClassPatch(pulumi.CustomResource):
|
|
131
|
-
|
|
132
|
-
pulumi_type = "kubernetes:node.k8s.io/v1:RuntimeClassPatch"
|
|
133
|
-
|
|
134
132
|
@overload
|
|
135
133
|
def __init__(__self__,
|
|
136
134
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class RuntimeClassInitArgs:
|
|
|
92
92
|
pulumi.set(self, "metadata", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1alpha1:RuntimeClass")
|
|
95
96
|
class RuntimeClass(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:node.k8s.io/v1alpha1:RuntimeClass"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class RuntimeClassListArgs:
|
|
|
92
92
|
pulumi.set(self, "metadata", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1alpha1:RuntimeClassList")
|
|
95
96
|
class RuntimeClassList(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:node.k8s.io/v1alpha1:RuntimeClassList"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -93,10 +93,8 @@ class RuntimeClassPatchArgs:
|
|
|
93
93
|
pulumi.set(self, "spec", value)
|
|
94
94
|
|
|
95
95
|
|
|
96
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1alpha1:RuntimeClassPatch")
|
|
96
97
|
class RuntimeClassPatch(pulumi.CustomResource):
|
|
97
|
-
|
|
98
|
-
pulumi_type = "kubernetes:node.k8s.io/v1alpha1:RuntimeClassPatch"
|
|
99
|
-
|
|
100
98
|
@overload
|
|
101
99
|
def __init__(__self__,
|
|
102
100
|
resource_name: str,
|
|
@@ -124,10 +124,8 @@ class RuntimeClassInitArgs:
|
|
|
124
124
|
pulumi.set(self, "scheduling", value)
|
|
125
125
|
|
|
126
126
|
|
|
127
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1beta1:RuntimeClass")
|
|
127
128
|
class RuntimeClass(pulumi.CustomResource):
|
|
128
|
-
|
|
129
|
-
pulumi_type = "kubernetes:node.k8s.io/v1beta1:RuntimeClass"
|
|
130
|
-
|
|
131
129
|
@overload
|
|
132
130
|
def __init__(__self__,
|
|
133
131
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class RuntimeClassListArgs:
|
|
|
92
92
|
pulumi.set(self, "metadata", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1beta1:RuntimeClassList")
|
|
95
96
|
class RuntimeClassList(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:node.k8s.io/v1beta1:RuntimeClassList"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -125,10 +125,8 @@ class RuntimeClassPatchArgs:
|
|
|
125
125
|
pulumi.set(self, "scheduling", value)
|
|
126
126
|
|
|
127
127
|
|
|
128
|
+
@pulumi.type_token("kubernetes:node.k8s.io/v1beta1:RuntimeClassPatch")
|
|
128
129
|
class RuntimeClassPatch(pulumi.CustomResource):
|
|
129
|
-
|
|
130
|
-
pulumi_type = "kubernetes:node.k8s.io/v1beta1:RuntimeClassPatch"
|
|
131
|
-
|
|
132
130
|
@overload
|
|
133
131
|
def __init__(__self__,
|
|
134
132
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class PodDisruptionBudgetInitArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:policy/v1:PodDisruptionBudget")
|
|
95
96
|
class PodDisruptionBudget(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:policy/v1:PodDisruptionBudget"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -91,10 +91,8 @@ class PodDisruptionBudgetListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:policy/v1:PodDisruptionBudgetList")
|
|
94
95
|
class PodDisruptionBudgetList(pulumi.CustomResource):
|
|
95
|
-
|
|
96
|
-
pulumi_type = "kubernetes:policy/v1:PodDisruptionBudgetList"
|
|
97
|
-
|
|
98
96
|
@overload
|
|
99
97
|
def __init__(__self__,
|
|
100
98
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class PodDisruptionBudgetPatchArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:policy/v1:PodDisruptionBudgetPatch")
|
|
95
96
|
class PodDisruptionBudgetPatch(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:policy/v1:PodDisruptionBudgetPatch"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -57,8 +57,6 @@ if not MYPY:
|
|
|
57
57
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
58
58
|
|
|
59
59
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
60
|
-
|
|
61
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
62
60
|
"""
|
|
63
61
|
elif False:
|
|
64
62
|
PodDisruptionBudgetSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -84,8 +82,6 @@ class PodDisruptionBudgetSpecPatchArgs:
|
|
|
84
82
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
85
83
|
|
|
86
84
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
87
|
-
|
|
88
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
89
85
|
"""
|
|
90
86
|
if max_unavailable is not None:
|
|
91
87
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -145,8 +141,6 @@ class PodDisruptionBudgetSpecPatchArgs:
|
|
|
145
141
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
146
142
|
|
|
147
143
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
148
|
-
|
|
149
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
150
144
|
"""
|
|
151
145
|
return pulumi.get(self, "unhealthy_pod_eviction_policy")
|
|
152
146
|
|
|
@@ -183,8 +177,6 @@ if not MYPY:
|
|
|
183
177
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
184
178
|
|
|
185
179
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
186
|
-
|
|
187
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
188
180
|
"""
|
|
189
181
|
elif False:
|
|
190
182
|
PodDisruptionBudgetSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -210,8 +202,6 @@ class PodDisruptionBudgetSpecArgs:
|
|
|
210
202
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
211
203
|
|
|
212
204
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
213
|
-
|
|
214
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
215
205
|
"""
|
|
216
206
|
if max_unavailable is not None:
|
|
217
207
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -271,8 +261,6 @@ class PodDisruptionBudgetSpecArgs:
|
|
|
271
261
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
272
262
|
|
|
273
263
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
274
|
-
|
|
275
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
276
264
|
"""
|
|
277
265
|
return pulumi.get(self, "unhealthy_pod_eviction_policy")
|
|
278
266
|
|
|
@@ -158,8 +158,6 @@ class PodDisruptionBudgetSpec(dict):
|
|
|
158
158
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
159
159
|
|
|
160
160
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
161
|
-
|
|
162
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
163
161
|
"""
|
|
164
162
|
if max_unavailable is not None:
|
|
165
163
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -207,8 +205,6 @@ class PodDisruptionBudgetSpec(dict):
|
|
|
207
205
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
208
206
|
|
|
209
207
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
210
|
-
|
|
211
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
212
208
|
"""
|
|
213
209
|
return pulumi.get(self, "unhealthy_pod_eviction_policy")
|
|
214
210
|
|
|
@@ -258,8 +254,6 @@ class PodDisruptionBudgetSpecPatch(dict):
|
|
|
258
254
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
259
255
|
|
|
260
256
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
261
|
-
|
|
262
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
263
257
|
"""
|
|
264
258
|
if max_unavailable is not None:
|
|
265
259
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -307,8 +301,6 @@ class PodDisruptionBudgetSpecPatch(dict):
|
|
|
307
301
|
AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction.
|
|
308
302
|
|
|
309
303
|
Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field.
|
|
310
|
-
|
|
311
|
-
This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).
|
|
312
304
|
"""
|
|
313
305
|
return pulumi.get(self, "unhealthy_pod_eviction_policy")
|
|
314
306
|
|
|
@@ -88,10 +88,8 @@ class PodDisruptionBudgetInitArgs:
|
|
|
88
88
|
pulumi.set(self, "spec", value)
|
|
89
89
|
|
|
90
90
|
|
|
91
|
+
@pulumi.type_token("kubernetes:policy/v1beta1:PodDisruptionBudget")
|
|
91
92
|
class PodDisruptionBudget(pulumi.CustomResource):
|
|
92
|
-
|
|
93
|
-
pulumi_type = "kubernetes:policy/v1beta1:PodDisruptionBudget"
|
|
94
|
-
|
|
95
93
|
@overload
|
|
96
94
|
def __init__(__self__,
|
|
97
95
|
resource_name: str,
|
|
@@ -83,10 +83,8 @@ class PodDisruptionBudgetListArgs:
|
|
|
83
83
|
pulumi.set(self, "metadata", value)
|
|
84
84
|
|
|
85
85
|
|
|
86
|
+
@pulumi.type_token("kubernetes:policy/v1beta1:PodDisruptionBudgetList")
|
|
86
87
|
class PodDisruptionBudgetList(pulumi.CustomResource):
|
|
87
|
-
|
|
88
|
-
pulumi_type = "kubernetes:policy/v1beta1:PodDisruptionBudgetList"
|
|
89
|
-
|
|
90
88
|
@overload
|
|
91
89
|
def __init__(__self__,
|
|
92
90
|
resource_name: str,
|
|
@@ -88,10 +88,8 @@ class PodDisruptionBudgetPatchArgs:
|
|
|
88
88
|
pulumi.set(self, "spec", value)
|
|
89
89
|
|
|
90
90
|
|
|
91
|
+
@pulumi.type_token("kubernetes:policy/v1beta1:PodDisruptionBudgetPatch")
|
|
91
92
|
class PodDisruptionBudgetPatch(pulumi.CustomResource):
|
|
92
|
-
|
|
93
|
-
pulumi_type = "kubernetes:policy/v1beta1:PodDisruptionBudgetPatch"
|
|
94
|
-
|
|
95
93
|
@overload
|
|
96
94
|
def __init__(__self__,
|
|
97
95
|
resource_name: str,
|
|
@@ -93,10 +93,8 @@ class PodSecurityPolicyInitArgs:
|
|
|
93
93
|
pulumi.set(self, "spec", value)
|
|
94
94
|
|
|
95
95
|
|
|
96
|
+
@pulumi.type_token("kubernetes:policy/v1beta1:PodSecurityPolicy")
|
|
96
97
|
class PodSecurityPolicy(pulumi.CustomResource):
|
|
97
|
-
|
|
98
|
-
pulumi_type = "kubernetes:policy/v1beta1:PodSecurityPolicy"
|
|
99
|
-
|
|
100
98
|
@overload
|
|
101
99
|
def __init__(__self__,
|
|
102
100
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class PodSecurityPolicyListArgs:
|
|
|
92
92
|
pulumi.set(self, "metadata", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:policy/v1beta1:PodSecurityPolicyList")
|
|
95
96
|
class PodSecurityPolicyList(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:policy/v1beta1:PodSecurityPolicyList"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -93,10 +93,8 @@ class PodSecurityPolicyPatchArgs:
|
|
|
93
93
|
pulumi.set(self, "spec", value)
|
|
94
94
|
|
|
95
95
|
|
|
96
|
+
@pulumi.type_token("kubernetes:policy/v1beta1:PodSecurityPolicyPatch")
|
|
96
97
|
class PodSecurityPolicyPatch(pulumi.CustomResource):
|
|
97
|
-
|
|
98
|
-
pulumi_type = "kubernetes:policy/v1beta1:PodSecurityPolicyPatch"
|
|
99
|
-
|
|
100
98
|
@overload
|
|
101
99
|
def __init__(__self__,
|
|
102
100
|
resource_name: str,
|
pulumi_kubernetes/provider.py
CHANGED
|
@@ -336,10 +336,8 @@ class ProviderArgs:
|
|
|
336
336
|
pulumi.set(self, "suppress_helm_hook_warnings", value)
|
|
337
337
|
|
|
338
338
|
|
|
339
|
+
@pulumi.type_token("pulumi:providers:kubernetes")
|
|
339
340
|
class Provider(pulumi.ProviderResource):
|
|
340
|
-
|
|
341
|
-
pulumi_type = "pulumi:providers:kubernetes"
|
|
342
|
-
|
|
343
341
|
@overload
|
|
344
342
|
def __init__(__self__,
|
|
345
343
|
resource_name: str,
|
|
@@ -108,10 +108,8 @@ class ClusterRoleInitArgs:
|
|
|
108
108
|
pulumi.set(self, "rules", value)
|
|
109
109
|
|
|
110
110
|
|
|
111
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:ClusterRole")
|
|
111
112
|
class ClusterRole(pulumi.CustomResource):
|
|
112
|
-
|
|
113
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:ClusterRole"
|
|
114
|
-
|
|
115
113
|
@overload
|
|
116
114
|
def __init__(__self__,
|
|
117
115
|
resource_name: str,
|
|
@@ -107,10 +107,8 @@ class ClusterRoleBindingInitArgs:
|
|
|
107
107
|
pulumi.set(self, "subjects", value)
|
|
108
108
|
|
|
109
109
|
|
|
110
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleBinding")
|
|
110
111
|
class ClusterRoleBinding(pulumi.CustomResource):
|
|
111
|
-
|
|
112
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleBinding"
|
|
113
|
-
|
|
114
112
|
@overload
|
|
115
113
|
def __init__(__self__,
|
|
116
114
|
resource_name: str,
|
|
@@ -91,10 +91,8 @@ class ClusterRoleBindingListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleBindingList")
|
|
94
95
|
class ClusterRoleBindingList(pulumi.CustomResource):
|
|
95
|
-
|
|
96
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleBindingList"
|
|
97
|
-
|
|
98
96
|
@overload
|
|
99
97
|
def __init__(__self__,
|
|
100
98
|
resource_name: str,
|
|
@@ -108,10 +108,8 @@ class ClusterRoleBindingPatchArgs:
|
|
|
108
108
|
pulumi.set(self, "subjects", value)
|
|
109
109
|
|
|
110
110
|
|
|
111
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleBindingPatch")
|
|
111
112
|
class ClusterRoleBindingPatch(pulumi.CustomResource):
|
|
112
|
-
|
|
113
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleBindingPatch"
|
|
114
|
-
|
|
115
113
|
@overload
|
|
116
114
|
def __init__(__self__,
|
|
117
115
|
resource_name: str,
|
|
@@ -91,10 +91,8 @@ class ClusterRoleListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleList")
|
|
94
95
|
class ClusterRoleList(pulumi.CustomResource):
|
|
95
|
-
|
|
96
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleList"
|
|
97
|
-
|
|
98
96
|
@overload
|
|
99
97
|
def __init__(__self__,
|
|
100
98
|
resource_name: str,
|
|
@@ -108,10 +108,8 @@ class ClusterRolePatchArgs:
|
|
|
108
108
|
pulumi.set(self, "rules", value)
|
|
109
109
|
|
|
110
110
|
|
|
111
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:ClusterRolePatch")
|
|
111
112
|
class ClusterRolePatch(pulumi.CustomResource):
|
|
112
|
-
|
|
113
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:ClusterRolePatch"
|
|
114
|
-
|
|
115
113
|
@overload
|
|
116
114
|
def __init__(__self__,
|
|
117
115
|
resource_name: str,
|
|
@@ -92,10 +92,8 @@ class RoleInitArgs:
|
|
|
92
92
|
pulumi.set(self, "rules", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:Role")
|
|
95
96
|
class Role(pulumi.CustomResource):
|
|
96
|
-
|
|
97
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:Role"
|
|
98
|
-
|
|
99
97
|
@overload
|
|
100
98
|
def __init__(__self__,
|
|
101
99
|
resource_name: str,
|
|
@@ -107,10 +107,8 @@ class RoleBindingInitArgs:
|
|
|
107
107
|
pulumi.set(self, "subjects", value)
|
|
108
108
|
|
|
109
109
|
|
|
110
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:RoleBinding")
|
|
110
111
|
class RoleBinding(pulumi.CustomResource):
|
|
111
|
-
|
|
112
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:RoleBinding"
|
|
113
|
-
|
|
114
112
|
@overload
|
|
115
113
|
def __init__(__self__,
|
|
116
114
|
resource_name: str,
|
|
@@ -91,10 +91,8 @@ class RoleBindingListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:rbac.authorization.k8s.io/v1:RoleBindingList")
|
|
94
95
|
class RoleBindingList(pulumi.CustomResource):
|
|
95
|
-
|
|
96
|
-
pulumi_type = "kubernetes:rbac.authorization.k8s.io/v1:RoleBindingList"
|
|
97
|
-
|
|
98
96
|
@overload
|
|
99
97
|
def __init__(__self__,
|
|
100
98
|
resource_name: str,
|