pulumi-kubernetes 4.10.0a1710355461__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.0a1710355461.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.0a1710355461.dist-info → pulumi_kubernetes-4.20.0a1736823142.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.10.0a1710355461.dist-info/RECORD +0 -592
- {pulumi_kubernetes-4.10.0a1710355461.dist-info → pulumi_kubernetes-4.20.0a1736823142.dist-info}/top_level.txt +0 -0
|
@@ -4,56 +4,133 @@
|
|
|
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
|
'HTTPIngressPathPatchArgs',
|
|
21
|
+
'HTTPIngressPathPatchArgsDict',
|
|
16
22
|
'HTTPIngressPathArgs',
|
|
23
|
+
'HTTPIngressPathArgsDict',
|
|
17
24
|
'HTTPIngressRuleValuePatchArgs',
|
|
25
|
+
'HTTPIngressRuleValuePatchArgsDict',
|
|
18
26
|
'HTTPIngressRuleValueArgs',
|
|
27
|
+
'HTTPIngressRuleValueArgsDict',
|
|
19
28
|
'IPBlockPatchArgs',
|
|
29
|
+
'IPBlockPatchArgsDict',
|
|
20
30
|
'IPBlockArgs',
|
|
31
|
+
'IPBlockArgsDict',
|
|
21
32
|
'IngressBackendPatchArgs',
|
|
33
|
+
'IngressBackendPatchArgsDict',
|
|
22
34
|
'IngressBackendArgs',
|
|
35
|
+
'IngressBackendArgsDict',
|
|
23
36
|
'IngressClassParametersReferencePatchArgs',
|
|
37
|
+
'IngressClassParametersReferencePatchArgsDict',
|
|
24
38
|
'IngressClassParametersReferenceArgs',
|
|
39
|
+
'IngressClassParametersReferenceArgsDict',
|
|
25
40
|
'IngressClassSpecPatchArgs',
|
|
41
|
+
'IngressClassSpecPatchArgsDict',
|
|
26
42
|
'IngressClassSpecArgs',
|
|
43
|
+
'IngressClassSpecArgsDict',
|
|
27
44
|
'IngressClassArgs',
|
|
45
|
+
'IngressClassArgsDict',
|
|
28
46
|
'IngressLoadBalancerIngressArgs',
|
|
47
|
+
'IngressLoadBalancerIngressArgsDict',
|
|
29
48
|
'IngressLoadBalancerStatusArgs',
|
|
49
|
+
'IngressLoadBalancerStatusArgsDict',
|
|
30
50
|
'IngressPortStatusArgs',
|
|
51
|
+
'IngressPortStatusArgsDict',
|
|
31
52
|
'IngressRulePatchArgs',
|
|
53
|
+
'IngressRulePatchArgsDict',
|
|
32
54
|
'IngressRuleArgs',
|
|
55
|
+
'IngressRuleArgsDict',
|
|
33
56
|
'IngressServiceBackendPatchArgs',
|
|
57
|
+
'IngressServiceBackendPatchArgsDict',
|
|
34
58
|
'IngressServiceBackendArgs',
|
|
59
|
+
'IngressServiceBackendArgsDict',
|
|
35
60
|
'IngressSpecPatchArgs',
|
|
61
|
+
'IngressSpecPatchArgsDict',
|
|
36
62
|
'IngressSpecArgs',
|
|
63
|
+
'IngressSpecArgsDict',
|
|
37
64
|
'IngressStatusArgs',
|
|
65
|
+
'IngressStatusArgsDict',
|
|
38
66
|
'IngressTLSPatchArgs',
|
|
67
|
+
'IngressTLSPatchArgsDict',
|
|
39
68
|
'IngressTLSArgs',
|
|
69
|
+
'IngressTLSArgsDict',
|
|
40
70
|
'IngressArgs',
|
|
71
|
+
'IngressArgsDict',
|
|
41
72
|
'NetworkPolicyEgressRulePatchArgs',
|
|
73
|
+
'NetworkPolicyEgressRulePatchArgsDict',
|
|
42
74
|
'NetworkPolicyEgressRuleArgs',
|
|
75
|
+
'NetworkPolicyEgressRuleArgsDict',
|
|
43
76
|
'NetworkPolicyIngressRulePatchArgs',
|
|
77
|
+
'NetworkPolicyIngressRulePatchArgsDict',
|
|
44
78
|
'NetworkPolicyIngressRuleArgs',
|
|
79
|
+
'NetworkPolicyIngressRuleArgsDict',
|
|
45
80
|
'NetworkPolicyPeerPatchArgs',
|
|
81
|
+
'NetworkPolicyPeerPatchArgsDict',
|
|
46
82
|
'NetworkPolicyPeerArgs',
|
|
83
|
+
'NetworkPolicyPeerArgsDict',
|
|
47
84
|
'NetworkPolicyPortPatchArgs',
|
|
85
|
+
'NetworkPolicyPortPatchArgsDict',
|
|
48
86
|
'NetworkPolicyPortArgs',
|
|
87
|
+
'NetworkPolicyPortArgsDict',
|
|
49
88
|
'NetworkPolicySpecPatchArgs',
|
|
89
|
+
'NetworkPolicySpecPatchArgsDict',
|
|
50
90
|
'NetworkPolicySpecArgs',
|
|
91
|
+
'NetworkPolicySpecArgsDict',
|
|
51
92
|
'NetworkPolicyStatusArgs',
|
|
93
|
+
'NetworkPolicyStatusArgsDict',
|
|
52
94
|
'NetworkPolicyArgs',
|
|
95
|
+
'NetworkPolicyArgsDict',
|
|
53
96
|
'ServiceBackendPortPatchArgs',
|
|
97
|
+
'ServiceBackendPortPatchArgsDict',
|
|
54
98
|
'ServiceBackendPortArgs',
|
|
99
|
+
'ServiceBackendPortArgsDict',
|
|
55
100
|
]
|
|
56
101
|
|
|
102
|
+
MYPY = False
|
|
103
|
+
|
|
104
|
+
if not MYPY:
|
|
105
|
+
class HTTPIngressPathPatchArgsDict(TypedDict):
|
|
106
|
+
"""
|
|
107
|
+
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
108
|
+
"""
|
|
109
|
+
backend: NotRequired[pulumi.Input['IngressBackendPatchArgsDict']]
|
|
110
|
+
"""
|
|
111
|
+
backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
112
|
+
"""
|
|
113
|
+
path: NotRequired[pulumi.Input[str]]
|
|
114
|
+
"""
|
|
115
|
+
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
116
|
+
"""
|
|
117
|
+
path_type: NotRequired[pulumi.Input[str]]
|
|
118
|
+
"""
|
|
119
|
+
pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
120
|
+
done on a path element by element basis. A path element refers is the
|
|
121
|
+
list of labels in the path split by the '/' separator. A request is a
|
|
122
|
+
match for path p if every p is an element-wise prefix of p of the
|
|
123
|
+
request path. Note that if the last element of the path is a substring
|
|
124
|
+
of the last element in request path, it is not a match (e.g. /foo/bar
|
|
125
|
+
matches /foo/bar/baz, but does not match /foo/barbaz).
|
|
126
|
+
* ImplementationSpecific: Interpretation of the Path matching is up to
|
|
127
|
+
the IngressClass. Implementations can treat this as a separate PathType
|
|
128
|
+
or treat it identically to Prefix or Exact path types.
|
|
129
|
+
Implementations are required to support all path types.
|
|
130
|
+
"""
|
|
131
|
+
elif False:
|
|
132
|
+
HTTPIngressPathPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
133
|
+
|
|
57
134
|
@pulumi.input_type
|
|
58
135
|
class HTTPIngressPathPatchArgs:
|
|
59
136
|
def __init__(__self__, *,
|
|
@@ -130,6 +207,36 @@ class HTTPIngressPathPatchArgs:
|
|
|
130
207
|
pulumi.set(self, "path_type", value)
|
|
131
208
|
|
|
132
209
|
|
|
210
|
+
if not MYPY:
|
|
211
|
+
class HTTPIngressPathArgsDict(TypedDict):
|
|
212
|
+
"""
|
|
213
|
+
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
214
|
+
"""
|
|
215
|
+
backend: pulumi.Input['IngressBackendArgsDict']
|
|
216
|
+
"""
|
|
217
|
+
backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
218
|
+
"""
|
|
219
|
+
path_type: pulumi.Input[str]
|
|
220
|
+
"""
|
|
221
|
+
pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
222
|
+
done on a path element by element basis. A path element refers is the
|
|
223
|
+
list of labels in the path split by the '/' separator. A request is a
|
|
224
|
+
match for path p if every p is an element-wise prefix of p of the
|
|
225
|
+
request path. Note that if the last element of the path is a substring
|
|
226
|
+
of the last element in request path, it is not a match (e.g. /foo/bar
|
|
227
|
+
matches /foo/bar/baz, but does not match /foo/barbaz).
|
|
228
|
+
* ImplementationSpecific: Interpretation of the Path matching is up to
|
|
229
|
+
the IngressClass. Implementations can treat this as a separate PathType
|
|
230
|
+
or treat it identically to Prefix or Exact path types.
|
|
231
|
+
Implementations are required to support all path types.
|
|
232
|
+
"""
|
|
233
|
+
path: NotRequired[pulumi.Input[str]]
|
|
234
|
+
"""
|
|
235
|
+
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
236
|
+
"""
|
|
237
|
+
elif False:
|
|
238
|
+
HTTPIngressPathArgsDict: TypeAlias = Mapping[str, Any]
|
|
239
|
+
|
|
133
240
|
@pulumi.input_type
|
|
134
241
|
class HTTPIngressPathArgs:
|
|
135
242
|
def __init__(__self__, *,
|
|
@@ -204,6 +311,18 @@ class HTTPIngressPathArgs:
|
|
|
204
311
|
pulumi.set(self, "path", value)
|
|
205
312
|
|
|
206
313
|
|
|
314
|
+
if not MYPY:
|
|
315
|
+
class HTTPIngressRuleValuePatchArgsDict(TypedDict):
|
|
316
|
+
"""
|
|
317
|
+
HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.
|
|
318
|
+
"""
|
|
319
|
+
paths: NotRequired[pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathPatchArgsDict']]]]
|
|
320
|
+
"""
|
|
321
|
+
paths is a collection of paths that map requests to backends.
|
|
322
|
+
"""
|
|
323
|
+
elif False:
|
|
324
|
+
HTTPIngressRuleValuePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
325
|
+
|
|
207
326
|
@pulumi.input_type
|
|
208
327
|
class HTTPIngressRuleValuePatchArgs:
|
|
209
328
|
def __init__(__self__, *,
|
|
@@ -228,6 +347,18 @@ class HTTPIngressRuleValuePatchArgs:
|
|
|
228
347
|
pulumi.set(self, "paths", value)
|
|
229
348
|
|
|
230
349
|
|
|
350
|
+
if not MYPY:
|
|
351
|
+
class HTTPIngressRuleValueArgsDict(TypedDict):
|
|
352
|
+
"""
|
|
353
|
+
HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.
|
|
354
|
+
"""
|
|
355
|
+
paths: pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathArgsDict']]]
|
|
356
|
+
"""
|
|
357
|
+
paths is a collection of paths that map requests to backends.
|
|
358
|
+
"""
|
|
359
|
+
elif False:
|
|
360
|
+
HTTPIngressRuleValueArgsDict: TypeAlias = Mapping[str, Any]
|
|
361
|
+
|
|
231
362
|
@pulumi.input_type
|
|
232
363
|
class HTTPIngressRuleValueArgs:
|
|
233
364
|
def __init__(__self__, *,
|
|
@@ -251,6 +382,22 @@ class HTTPIngressRuleValueArgs:
|
|
|
251
382
|
pulumi.set(self, "paths", value)
|
|
252
383
|
|
|
253
384
|
|
|
385
|
+
if not MYPY:
|
|
386
|
+
class IPBlockPatchArgsDict(TypedDict):
|
|
387
|
+
"""
|
|
388
|
+
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
389
|
+
"""
|
|
390
|
+
cidr: NotRequired[pulumi.Input[str]]
|
|
391
|
+
"""
|
|
392
|
+
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
393
|
+
"""
|
|
394
|
+
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
395
|
+
"""
|
|
396
|
+
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
397
|
+
"""
|
|
398
|
+
elif False:
|
|
399
|
+
IPBlockPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
400
|
+
|
|
254
401
|
@pulumi.input_type
|
|
255
402
|
class IPBlockPatchArgs:
|
|
256
403
|
def __init__(__self__, *,
|
|
@@ -291,6 +438,22 @@ class IPBlockPatchArgs:
|
|
|
291
438
|
pulumi.set(self, "except_", value)
|
|
292
439
|
|
|
293
440
|
|
|
441
|
+
if not MYPY:
|
|
442
|
+
class IPBlockArgsDict(TypedDict):
|
|
443
|
+
"""
|
|
444
|
+
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
445
|
+
"""
|
|
446
|
+
cidr: pulumi.Input[str]
|
|
447
|
+
"""
|
|
448
|
+
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
449
|
+
"""
|
|
450
|
+
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
451
|
+
"""
|
|
452
|
+
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
453
|
+
"""
|
|
454
|
+
elif False:
|
|
455
|
+
IPBlockArgsDict: TypeAlias = Mapping[str, Any]
|
|
456
|
+
|
|
294
457
|
@pulumi.input_type
|
|
295
458
|
class IPBlockArgs:
|
|
296
459
|
def __init__(__self__, *,
|
|
@@ -330,6 +493,22 @@ class IPBlockArgs:
|
|
|
330
493
|
pulumi.set(self, "except_", value)
|
|
331
494
|
|
|
332
495
|
|
|
496
|
+
if not MYPY:
|
|
497
|
+
class IngressBackendPatchArgsDict(TypedDict):
|
|
498
|
+
"""
|
|
499
|
+
IngressBackend describes all endpoints for a given service and port.
|
|
500
|
+
"""
|
|
501
|
+
resource: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgsDict']]
|
|
502
|
+
"""
|
|
503
|
+
resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".
|
|
504
|
+
"""
|
|
505
|
+
service: NotRequired[pulumi.Input['IngressServiceBackendPatchArgsDict']]
|
|
506
|
+
"""
|
|
507
|
+
service references a service as a backend. This is a mutually exclusive setting with "Resource".
|
|
508
|
+
"""
|
|
509
|
+
elif False:
|
|
510
|
+
IngressBackendPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
511
|
+
|
|
333
512
|
@pulumi.input_type
|
|
334
513
|
class IngressBackendPatchArgs:
|
|
335
514
|
def __init__(__self__, *,
|
|
@@ -370,6 +549,22 @@ class IngressBackendPatchArgs:
|
|
|
370
549
|
pulumi.set(self, "service", value)
|
|
371
550
|
|
|
372
551
|
|
|
552
|
+
if not MYPY:
|
|
553
|
+
class IngressBackendArgsDict(TypedDict):
|
|
554
|
+
"""
|
|
555
|
+
IngressBackend describes all endpoints for a given service and port.
|
|
556
|
+
"""
|
|
557
|
+
resource: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgsDict']]
|
|
558
|
+
"""
|
|
559
|
+
resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service".
|
|
560
|
+
"""
|
|
561
|
+
service: NotRequired[pulumi.Input['IngressServiceBackendArgsDict']]
|
|
562
|
+
"""
|
|
563
|
+
service references a service as a backend. This is a mutually exclusive setting with "Resource".
|
|
564
|
+
"""
|
|
565
|
+
elif False:
|
|
566
|
+
IngressBackendArgsDict: TypeAlias = Mapping[str, Any]
|
|
567
|
+
|
|
373
568
|
@pulumi.input_type
|
|
374
569
|
class IngressBackendArgs:
|
|
375
570
|
def __init__(__self__, *,
|
|
@@ -410,6 +605,34 @@ class IngressBackendArgs:
|
|
|
410
605
|
pulumi.set(self, "service", value)
|
|
411
606
|
|
|
412
607
|
|
|
608
|
+
if not MYPY:
|
|
609
|
+
class IngressClassParametersReferencePatchArgsDict(TypedDict):
|
|
610
|
+
"""
|
|
611
|
+
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
612
|
+
"""
|
|
613
|
+
api_group: NotRequired[pulumi.Input[str]]
|
|
614
|
+
"""
|
|
615
|
+
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
616
|
+
"""
|
|
617
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
618
|
+
"""
|
|
619
|
+
kind is the type of resource being referenced.
|
|
620
|
+
"""
|
|
621
|
+
name: NotRequired[pulumi.Input[str]]
|
|
622
|
+
"""
|
|
623
|
+
name is the name of resource being referenced.
|
|
624
|
+
"""
|
|
625
|
+
namespace: NotRequired[pulumi.Input[str]]
|
|
626
|
+
"""
|
|
627
|
+
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
628
|
+
"""
|
|
629
|
+
scope: NotRequired[pulumi.Input[str]]
|
|
630
|
+
"""
|
|
631
|
+
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
632
|
+
"""
|
|
633
|
+
elif False:
|
|
634
|
+
IngressClassParametersReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
635
|
+
|
|
413
636
|
@pulumi.input_type
|
|
414
637
|
class IngressClassParametersReferencePatchArgs:
|
|
415
638
|
def __init__(__self__, *,
|
|
@@ -498,6 +721,34 @@ class IngressClassParametersReferencePatchArgs:
|
|
|
498
721
|
pulumi.set(self, "scope", value)
|
|
499
722
|
|
|
500
723
|
|
|
724
|
+
if not MYPY:
|
|
725
|
+
class IngressClassParametersReferenceArgsDict(TypedDict):
|
|
726
|
+
"""
|
|
727
|
+
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
728
|
+
"""
|
|
729
|
+
kind: pulumi.Input[str]
|
|
730
|
+
"""
|
|
731
|
+
kind is the type of resource being referenced.
|
|
732
|
+
"""
|
|
733
|
+
name: pulumi.Input[str]
|
|
734
|
+
"""
|
|
735
|
+
name is the name of resource being referenced.
|
|
736
|
+
"""
|
|
737
|
+
api_group: NotRequired[pulumi.Input[str]]
|
|
738
|
+
"""
|
|
739
|
+
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
740
|
+
"""
|
|
741
|
+
namespace: NotRequired[pulumi.Input[str]]
|
|
742
|
+
"""
|
|
743
|
+
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
744
|
+
"""
|
|
745
|
+
scope: NotRequired[pulumi.Input[str]]
|
|
746
|
+
"""
|
|
747
|
+
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
748
|
+
"""
|
|
749
|
+
elif False:
|
|
750
|
+
IngressClassParametersReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
751
|
+
|
|
501
752
|
@pulumi.input_type
|
|
502
753
|
class IngressClassParametersReferenceArgs:
|
|
503
754
|
def __init__(__self__, *,
|
|
@@ -584,6 +835,22 @@ class IngressClassParametersReferenceArgs:
|
|
|
584
835
|
pulumi.set(self, "scope", value)
|
|
585
836
|
|
|
586
837
|
|
|
838
|
+
if not MYPY:
|
|
839
|
+
class IngressClassSpecPatchArgsDict(TypedDict):
|
|
840
|
+
"""
|
|
841
|
+
IngressClassSpec provides information about the class of an Ingress.
|
|
842
|
+
"""
|
|
843
|
+
controller: NotRequired[pulumi.Input[str]]
|
|
844
|
+
"""
|
|
845
|
+
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
846
|
+
"""
|
|
847
|
+
parameters: NotRequired[pulumi.Input['IngressClassParametersReferencePatchArgsDict']]
|
|
848
|
+
"""
|
|
849
|
+
parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
|
|
850
|
+
"""
|
|
851
|
+
elif False:
|
|
852
|
+
IngressClassSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
853
|
+
|
|
587
854
|
@pulumi.input_type
|
|
588
855
|
class IngressClassSpecPatchArgs:
|
|
589
856
|
def __init__(__self__, *,
|
|
@@ -624,6 +891,22 @@ class IngressClassSpecPatchArgs:
|
|
|
624
891
|
pulumi.set(self, "parameters", value)
|
|
625
892
|
|
|
626
893
|
|
|
894
|
+
if not MYPY:
|
|
895
|
+
class IngressClassSpecArgsDict(TypedDict):
|
|
896
|
+
"""
|
|
897
|
+
IngressClassSpec provides information about the class of an Ingress.
|
|
898
|
+
"""
|
|
899
|
+
controller: NotRequired[pulumi.Input[str]]
|
|
900
|
+
"""
|
|
901
|
+
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
902
|
+
"""
|
|
903
|
+
parameters: NotRequired[pulumi.Input['IngressClassParametersReferenceArgsDict']]
|
|
904
|
+
"""
|
|
905
|
+
parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
|
|
906
|
+
"""
|
|
907
|
+
elif False:
|
|
908
|
+
IngressClassSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
909
|
+
|
|
627
910
|
@pulumi.input_type
|
|
628
911
|
class IngressClassSpecArgs:
|
|
629
912
|
def __init__(__self__, *,
|
|
@@ -664,6 +947,30 @@ class IngressClassSpecArgs:
|
|
|
664
947
|
pulumi.set(self, "parameters", value)
|
|
665
948
|
|
|
666
949
|
|
|
950
|
+
if not MYPY:
|
|
951
|
+
class IngressClassArgsDict(TypedDict):
|
|
952
|
+
"""
|
|
953
|
+
IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.
|
|
954
|
+
"""
|
|
955
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
956
|
+
"""
|
|
957
|
+
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
|
|
958
|
+
"""
|
|
959
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
960
|
+
"""
|
|
961
|
+
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
|
|
962
|
+
"""
|
|
963
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
964
|
+
"""
|
|
965
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
966
|
+
"""
|
|
967
|
+
spec: NotRequired[pulumi.Input['IngressClassSpecArgsDict']]
|
|
968
|
+
"""
|
|
969
|
+
spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
970
|
+
"""
|
|
971
|
+
elif False:
|
|
972
|
+
IngressClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
973
|
+
|
|
667
974
|
@pulumi.input_type
|
|
668
975
|
class IngressClassArgs:
|
|
669
976
|
def __init__(__self__, *,
|
|
@@ -736,6 +1043,26 @@ class IngressClassArgs:
|
|
|
736
1043
|
pulumi.set(self, "spec", value)
|
|
737
1044
|
|
|
738
1045
|
|
|
1046
|
+
if not MYPY:
|
|
1047
|
+
class IngressLoadBalancerIngressArgsDict(TypedDict):
|
|
1048
|
+
"""
|
|
1049
|
+
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1050
|
+
"""
|
|
1051
|
+
hostname: NotRequired[pulumi.Input[str]]
|
|
1052
|
+
"""
|
|
1053
|
+
hostname is set for load-balancer ingress points that are DNS based.
|
|
1054
|
+
"""
|
|
1055
|
+
ip: NotRequired[pulumi.Input[str]]
|
|
1056
|
+
"""
|
|
1057
|
+
ip is set for load-balancer ingress points that are IP based.
|
|
1058
|
+
"""
|
|
1059
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgsDict']]]]
|
|
1060
|
+
"""
|
|
1061
|
+
ports provides information about the ports exposed by this LoadBalancer.
|
|
1062
|
+
"""
|
|
1063
|
+
elif False:
|
|
1064
|
+
IngressLoadBalancerIngressArgsDict: TypeAlias = Mapping[str, Any]
|
|
1065
|
+
|
|
739
1066
|
@pulumi.input_type
|
|
740
1067
|
class IngressLoadBalancerIngressArgs:
|
|
741
1068
|
def __init__(__self__, *,
|
|
@@ -792,6 +1119,18 @@ class IngressLoadBalancerIngressArgs:
|
|
|
792
1119
|
pulumi.set(self, "ports", value)
|
|
793
1120
|
|
|
794
1121
|
|
|
1122
|
+
if not MYPY:
|
|
1123
|
+
class IngressLoadBalancerStatusArgsDict(TypedDict):
|
|
1124
|
+
"""
|
|
1125
|
+
IngressLoadBalancerStatus represents the status of a load-balancer.
|
|
1126
|
+
"""
|
|
1127
|
+
ingress: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressLoadBalancerIngressArgsDict']]]]
|
|
1128
|
+
"""
|
|
1129
|
+
ingress is a list containing ingress points for the load-balancer.
|
|
1130
|
+
"""
|
|
1131
|
+
elif False:
|
|
1132
|
+
IngressLoadBalancerStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1133
|
+
|
|
795
1134
|
@pulumi.input_type
|
|
796
1135
|
class IngressLoadBalancerStatusArgs:
|
|
797
1136
|
def __init__(__self__, *,
|
|
@@ -816,6 +1155,29 @@ class IngressLoadBalancerStatusArgs:
|
|
|
816
1155
|
pulumi.set(self, "ingress", value)
|
|
817
1156
|
|
|
818
1157
|
|
|
1158
|
+
if not MYPY:
|
|
1159
|
+
class IngressPortStatusArgsDict(TypedDict):
|
|
1160
|
+
"""
|
|
1161
|
+
IngressPortStatus represents the error condition of a service port
|
|
1162
|
+
"""
|
|
1163
|
+
port: pulumi.Input[int]
|
|
1164
|
+
"""
|
|
1165
|
+
port is the port number of the ingress port.
|
|
1166
|
+
"""
|
|
1167
|
+
protocol: pulumi.Input[str]
|
|
1168
|
+
"""
|
|
1169
|
+
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1170
|
+
"""
|
|
1171
|
+
error: NotRequired[pulumi.Input[str]]
|
|
1172
|
+
"""
|
|
1173
|
+
error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1174
|
+
CamelCase names
|
|
1175
|
+
- cloud provider specific error values must have names that comply with the
|
|
1176
|
+
format foo.example.com/CamelCase.
|
|
1177
|
+
"""
|
|
1178
|
+
elif False:
|
|
1179
|
+
IngressPortStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1180
|
+
|
|
819
1181
|
@pulumi.input_type
|
|
820
1182
|
class IngressPortStatusArgs:
|
|
821
1183
|
def __init__(__self__, *,
|
|
@@ -876,6 +1238,26 @@ class IngressPortStatusArgs:
|
|
|
876
1238
|
pulumi.set(self, "error", value)
|
|
877
1239
|
|
|
878
1240
|
|
|
1241
|
+
if not MYPY:
|
|
1242
|
+
class IngressRulePatchArgsDict(TypedDict):
|
|
1243
|
+
"""
|
|
1244
|
+
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1245
|
+
"""
|
|
1246
|
+
host: NotRequired[pulumi.Input[str]]
|
|
1247
|
+
"""
|
|
1248
|
+
host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1249
|
+
the IP in the Spec of the parent Ingress.
|
|
1250
|
+
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1251
|
+
Currently the port of an Ingress is implicitly :80 for http and
|
|
1252
|
+
:443 for https.
|
|
1253
|
+
Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.
|
|
1254
|
+
|
|
1255
|
+
host can be "precise" which is a domain name without the terminating dot of a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name prefixed with a single wildcard label (e.g. "*.foo.com"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == "*"). Requests will be matched against the Host field in the following way: 1. If host is precise, the request matches this rule if the http host header is equal to Host. 2. If host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule.
|
|
1256
|
+
"""
|
|
1257
|
+
http: NotRequired[pulumi.Input['HTTPIngressRuleValuePatchArgsDict']]
|
|
1258
|
+
elif False:
|
|
1259
|
+
IngressRulePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1260
|
+
|
|
879
1261
|
@pulumi.input_type
|
|
880
1262
|
class IngressRulePatchArgs:
|
|
881
1263
|
def __init__(__self__, *,
|
|
@@ -926,6 +1308,26 @@ class IngressRulePatchArgs:
|
|
|
926
1308
|
pulumi.set(self, "http", value)
|
|
927
1309
|
|
|
928
1310
|
|
|
1311
|
+
if not MYPY:
|
|
1312
|
+
class IngressRuleArgsDict(TypedDict):
|
|
1313
|
+
"""
|
|
1314
|
+
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1315
|
+
"""
|
|
1316
|
+
host: NotRequired[pulumi.Input[str]]
|
|
1317
|
+
"""
|
|
1318
|
+
host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1319
|
+
the IP in the Spec of the parent Ingress.
|
|
1320
|
+
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1321
|
+
Currently the port of an Ingress is implicitly :80 for http and
|
|
1322
|
+
:443 for https.
|
|
1323
|
+
Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.
|
|
1324
|
+
|
|
1325
|
+
host can be "precise" which is a domain name without the terminating dot of a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name prefixed with a single wildcard label (e.g. "*.foo.com"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == "*"). Requests will be matched against the Host field in the following way: 1. If host is precise, the request matches this rule if the http host header is equal to Host. 2. If host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule.
|
|
1326
|
+
"""
|
|
1327
|
+
http: NotRequired[pulumi.Input['HTTPIngressRuleValueArgsDict']]
|
|
1328
|
+
elif False:
|
|
1329
|
+
IngressRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
1330
|
+
|
|
929
1331
|
@pulumi.input_type
|
|
930
1332
|
class IngressRuleArgs:
|
|
931
1333
|
def __init__(__self__, *,
|
|
@@ -976,6 +1378,22 @@ class IngressRuleArgs:
|
|
|
976
1378
|
pulumi.set(self, "http", value)
|
|
977
1379
|
|
|
978
1380
|
|
|
1381
|
+
if not MYPY:
|
|
1382
|
+
class IngressServiceBackendPatchArgsDict(TypedDict):
|
|
1383
|
+
"""
|
|
1384
|
+
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1385
|
+
"""
|
|
1386
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1387
|
+
"""
|
|
1388
|
+
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1389
|
+
"""
|
|
1390
|
+
port: NotRequired[pulumi.Input['ServiceBackendPortPatchArgsDict']]
|
|
1391
|
+
"""
|
|
1392
|
+
port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1393
|
+
"""
|
|
1394
|
+
elif False:
|
|
1395
|
+
IngressServiceBackendPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1396
|
+
|
|
979
1397
|
@pulumi.input_type
|
|
980
1398
|
class IngressServiceBackendPatchArgs:
|
|
981
1399
|
def __init__(__self__, *,
|
|
@@ -1016,6 +1434,22 @@ class IngressServiceBackendPatchArgs:
|
|
|
1016
1434
|
pulumi.set(self, "port", value)
|
|
1017
1435
|
|
|
1018
1436
|
|
|
1437
|
+
if not MYPY:
|
|
1438
|
+
class IngressServiceBackendArgsDict(TypedDict):
|
|
1439
|
+
"""
|
|
1440
|
+
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1441
|
+
"""
|
|
1442
|
+
name: pulumi.Input[str]
|
|
1443
|
+
"""
|
|
1444
|
+
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1445
|
+
"""
|
|
1446
|
+
port: NotRequired[pulumi.Input['ServiceBackendPortArgsDict']]
|
|
1447
|
+
"""
|
|
1448
|
+
port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1449
|
+
"""
|
|
1450
|
+
elif False:
|
|
1451
|
+
IngressServiceBackendArgsDict: TypeAlias = Mapping[str, Any]
|
|
1452
|
+
|
|
1019
1453
|
@pulumi.input_type
|
|
1020
1454
|
class IngressServiceBackendArgs:
|
|
1021
1455
|
def __init__(__self__, *,
|
|
@@ -1055,6 +1489,30 @@ class IngressServiceBackendArgs:
|
|
|
1055
1489
|
pulumi.set(self, "port", value)
|
|
1056
1490
|
|
|
1057
1491
|
|
|
1492
|
+
if not MYPY:
|
|
1493
|
+
class IngressSpecPatchArgsDict(TypedDict):
|
|
1494
|
+
"""
|
|
1495
|
+
IngressSpec describes the Ingress the user wishes to exist.
|
|
1496
|
+
"""
|
|
1497
|
+
default_backend: NotRequired[pulumi.Input['IngressBackendPatchArgsDict']]
|
|
1498
|
+
"""
|
|
1499
|
+
defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1500
|
+
"""
|
|
1501
|
+
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1502
|
+
"""
|
|
1503
|
+
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1504
|
+
"""
|
|
1505
|
+
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgsDict']]]]
|
|
1506
|
+
"""
|
|
1507
|
+
rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1508
|
+
"""
|
|
1509
|
+
tls: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgsDict']]]]
|
|
1510
|
+
"""
|
|
1511
|
+
tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
1512
|
+
"""
|
|
1513
|
+
elif False:
|
|
1514
|
+
IngressSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1515
|
+
|
|
1058
1516
|
@pulumi.input_type
|
|
1059
1517
|
class IngressSpecPatchArgs:
|
|
1060
1518
|
def __init__(__self__, *,
|
|
@@ -1127,6 +1585,30 @@ class IngressSpecPatchArgs:
|
|
|
1127
1585
|
pulumi.set(self, "tls", value)
|
|
1128
1586
|
|
|
1129
1587
|
|
|
1588
|
+
if not MYPY:
|
|
1589
|
+
class IngressSpecArgsDict(TypedDict):
|
|
1590
|
+
"""
|
|
1591
|
+
IngressSpec describes the Ingress the user wishes to exist.
|
|
1592
|
+
"""
|
|
1593
|
+
default_backend: NotRequired[pulumi.Input['IngressBackendArgsDict']]
|
|
1594
|
+
"""
|
|
1595
|
+
defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1596
|
+
"""
|
|
1597
|
+
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1598
|
+
"""
|
|
1599
|
+
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1600
|
+
"""
|
|
1601
|
+
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgsDict']]]]
|
|
1602
|
+
"""
|
|
1603
|
+
rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1604
|
+
"""
|
|
1605
|
+
tls: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgsDict']]]]
|
|
1606
|
+
"""
|
|
1607
|
+
tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
1608
|
+
"""
|
|
1609
|
+
elif False:
|
|
1610
|
+
IngressSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
1611
|
+
|
|
1130
1612
|
@pulumi.input_type
|
|
1131
1613
|
class IngressSpecArgs:
|
|
1132
1614
|
def __init__(__self__, *,
|
|
@@ -1199,6 +1681,18 @@ class IngressSpecArgs:
|
|
|
1199
1681
|
pulumi.set(self, "tls", value)
|
|
1200
1682
|
|
|
1201
1683
|
|
|
1684
|
+
if not MYPY:
|
|
1685
|
+
class IngressStatusArgsDict(TypedDict):
|
|
1686
|
+
"""
|
|
1687
|
+
IngressStatus describe the current state of the Ingress.
|
|
1688
|
+
"""
|
|
1689
|
+
load_balancer: NotRequired[pulumi.Input['IngressLoadBalancerStatusArgsDict']]
|
|
1690
|
+
"""
|
|
1691
|
+
loadBalancer contains the current status of the load-balancer.
|
|
1692
|
+
"""
|
|
1693
|
+
elif False:
|
|
1694
|
+
IngressStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1695
|
+
|
|
1202
1696
|
@pulumi.input_type
|
|
1203
1697
|
class IngressStatusArgs:
|
|
1204
1698
|
def __init__(__self__, *,
|
|
@@ -1223,6 +1717,22 @@ class IngressStatusArgs:
|
|
|
1223
1717
|
pulumi.set(self, "load_balancer", value)
|
|
1224
1718
|
|
|
1225
1719
|
|
|
1720
|
+
if not MYPY:
|
|
1721
|
+
class IngressTLSPatchArgsDict(TypedDict):
|
|
1722
|
+
"""
|
|
1723
|
+
IngressTLS describes the transport layer security associated with an ingress.
|
|
1724
|
+
"""
|
|
1725
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1726
|
+
"""
|
|
1727
|
+
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1728
|
+
"""
|
|
1729
|
+
secret_name: NotRequired[pulumi.Input[str]]
|
|
1730
|
+
"""
|
|
1731
|
+
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1732
|
+
"""
|
|
1733
|
+
elif False:
|
|
1734
|
+
IngressTLSPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1735
|
+
|
|
1226
1736
|
@pulumi.input_type
|
|
1227
1737
|
class IngressTLSPatchArgs:
|
|
1228
1738
|
def __init__(__self__, *,
|
|
@@ -1263,6 +1773,22 @@ class IngressTLSPatchArgs:
|
|
|
1263
1773
|
pulumi.set(self, "secret_name", value)
|
|
1264
1774
|
|
|
1265
1775
|
|
|
1776
|
+
if not MYPY:
|
|
1777
|
+
class IngressTLSArgsDict(TypedDict):
|
|
1778
|
+
"""
|
|
1779
|
+
IngressTLS describes the transport layer security associated with an ingress.
|
|
1780
|
+
"""
|
|
1781
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1782
|
+
"""
|
|
1783
|
+
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1784
|
+
"""
|
|
1785
|
+
secret_name: NotRequired[pulumi.Input[str]]
|
|
1786
|
+
"""
|
|
1787
|
+
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1788
|
+
"""
|
|
1789
|
+
elif False:
|
|
1790
|
+
IngressTLSArgsDict: TypeAlias = Mapping[str, Any]
|
|
1791
|
+
|
|
1266
1792
|
@pulumi.input_type
|
|
1267
1793
|
class IngressTLSArgs:
|
|
1268
1794
|
def __init__(__self__, *,
|
|
@@ -1303,6 +1829,48 @@ class IngressTLSArgs:
|
|
|
1303
1829
|
pulumi.set(self, "secret_name", value)
|
|
1304
1830
|
|
|
1305
1831
|
|
|
1832
|
+
if not MYPY:
|
|
1833
|
+
class IngressArgsDict(TypedDict):
|
|
1834
|
+
"""
|
|
1835
|
+
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
|
|
1836
|
+
|
|
1837
|
+
This resource waits until its status is ready before registering success
|
|
1838
|
+
for create/update, and populating output properties from the current state of the resource.
|
|
1839
|
+
The following conditions are used to determine whether the resource creation has
|
|
1840
|
+
succeeded or failed:
|
|
1841
|
+
|
|
1842
|
+
1. Ingress object exists.
|
|
1843
|
+
2. Endpoint objects exist with matching names for each Ingress path (except when Service
|
|
1844
|
+
type is ExternalName).
|
|
1845
|
+
3. Ingress entry exists for '.status.loadBalancer.ingress'.
|
|
1846
|
+
|
|
1847
|
+
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
1848
|
+
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1849
|
+
by setting the 'customTimeouts' option on the resource.
|
|
1850
|
+
"""
|
|
1851
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1852
|
+
"""
|
|
1853
|
+
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
|
|
1854
|
+
"""
|
|
1855
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1856
|
+
"""
|
|
1857
|
+
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
|
|
1858
|
+
"""
|
|
1859
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1860
|
+
"""
|
|
1861
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1862
|
+
"""
|
|
1863
|
+
spec: NotRequired[pulumi.Input['IngressSpecArgsDict']]
|
|
1864
|
+
"""
|
|
1865
|
+
spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1866
|
+
"""
|
|
1867
|
+
status: NotRequired[pulumi.Input['IngressStatusArgsDict']]
|
|
1868
|
+
"""
|
|
1869
|
+
status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1870
|
+
"""
|
|
1871
|
+
elif False:
|
|
1872
|
+
IngressArgsDict: TypeAlias = Mapping[str, Any]
|
|
1873
|
+
|
|
1306
1874
|
@pulumi.input_type
|
|
1307
1875
|
class IngressArgs:
|
|
1308
1876
|
def __init__(__self__, *,
|
|
@@ -1405,6 +1973,22 @@ class IngressArgs:
|
|
|
1405
1973
|
pulumi.set(self, "status", value)
|
|
1406
1974
|
|
|
1407
1975
|
|
|
1976
|
+
if not MYPY:
|
|
1977
|
+
class NetworkPolicyEgressRulePatchArgsDict(TypedDict):
|
|
1978
|
+
"""
|
|
1979
|
+
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8
|
|
1980
|
+
"""
|
|
1981
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortPatchArgsDict']]]]
|
|
1982
|
+
"""
|
|
1983
|
+
ports is a list of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
|
|
1984
|
+
"""
|
|
1985
|
+
to: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerPatchArgsDict']]]]
|
|
1986
|
+
"""
|
|
1987
|
+
to is a list of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.
|
|
1988
|
+
"""
|
|
1989
|
+
elif False:
|
|
1990
|
+
NetworkPolicyEgressRulePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1991
|
+
|
|
1408
1992
|
@pulumi.input_type
|
|
1409
1993
|
class NetworkPolicyEgressRulePatchArgs:
|
|
1410
1994
|
def __init__(__self__, *,
|
|
@@ -1445,6 +2029,22 @@ class NetworkPolicyEgressRulePatchArgs:
|
|
|
1445
2029
|
pulumi.set(self, "to", value)
|
|
1446
2030
|
|
|
1447
2031
|
|
|
2032
|
+
if not MYPY:
|
|
2033
|
+
class NetworkPolicyEgressRuleArgsDict(TypedDict):
|
|
2034
|
+
"""
|
|
2035
|
+
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8
|
|
2036
|
+
"""
|
|
2037
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortArgsDict']]]]
|
|
2038
|
+
"""
|
|
2039
|
+
ports is a list of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
|
|
2040
|
+
"""
|
|
2041
|
+
to: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerArgsDict']]]]
|
|
2042
|
+
"""
|
|
2043
|
+
to is a list of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.
|
|
2044
|
+
"""
|
|
2045
|
+
elif False:
|
|
2046
|
+
NetworkPolicyEgressRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
2047
|
+
|
|
1448
2048
|
@pulumi.input_type
|
|
1449
2049
|
class NetworkPolicyEgressRuleArgs:
|
|
1450
2050
|
def __init__(__self__, *,
|
|
@@ -1485,6 +2085,22 @@ class NetworkPolicyEgressRuleArgs:
|
|
|
1485
2085
|
pulumi.set(self, "to", value)
|
|
1486
2086
|
|
|
1487
2087
|
|
|
2088
|
+
if not MYPY:
|
|
2089
|
+
class NetworkPolicyIngressRulePatchArgsDict(TypedDict):
|
|
2090
|
+
"""
|
|
2091
|
+
NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.
|
|
2092
|
+
"""
|
|
2093
|
+
from_: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerPatchArgsDict']]]]
|
|
2094
|
+
"""
|
|
2095
|
+
from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.
|
|
2096
|
+
"""
|
|
2097
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortPatchArgsDict']]]]
|
|
2098
|
+
"""
|
|
2099
|
+
ports is a list of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
|
|
2100
|
+
"""
|
|
2101
|
+
elif False:
|
|
2102
|
+
NetworkPolicyIngressRulePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2103
|
+
|
|
1488
2104
|
@pulumi.input_type
|
|
1489
2105
|
class NetworkPolicyIngressRulePatchArgs:
|
|
1490
2106
|
def __init__(__self__, *,
|
|
@@ -1525,6 +2141,22 @@ class NetworkPolicyIngressRulePatchArgs:
|
|
|
1525
2141
|
pulumi.set(self, "ports", value)
|
|
1526
2142
|
|
|
1527
2143
|
|
|
2144
|
+
if not MYPY:
|
|
2145
|
+
class NetworkPolicyIngressRuleArgsDict(TypedDict):
|
|
2146
|
+
"""
|
|
2147
|
+
NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.
|
|
2148
|
+
"""
|
|
2149
|
+
from_: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerArgsDict']]]]
|
|
2150
|
+
"""
|
|
2151
|
+
from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.
|
|
2152
|
+
"""
|
|
2153
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortArgsDict']]]]
|
|
2154
|
+
"""
|
|
2155
|
+
ports is a list of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
|
|
2156
|
+
"""
|
|
2157
|
+
elif False:
|
|
2158
|
+
NetworkPolicyIngressRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
2159
|
+
|
|
1528
2160
|
@pulumi.input_type
|
|
1529
2161
|
class NetworkPolicyIngressRuleArgs:
|
|
1530
2162
|
def __init__(__self__, *,
|
|
@@ -1565,6 +2197,30 @@ class NetworkPolicyIngressRuleArgs:
|
|
|
1565
2197
|
pulumi.set(self, "ports", value)
|
|
1566
2198
|
|
|
1567
2199
|
|
|
2200
|
+
if not MYPY:
|
|
2201
|
+
class NetworkPolicyPeerPatchArgsDict(TypedDict):
|
|
2202
|
+
"""
|
|
2203
|
+
NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed
|
|
2204
|
+
"""
|
|
2205
|
+
ip_block: NotRequired[pulumi.Input['IPBlockPatchArgsDict']]
|
|
2206
|
+
"""
|
|
2207
|
+
ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be.
|
|
2208
|
+
"""
|
|
2209
|
+
namespace_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
|
|
2210
|
+
"""
|
|
2211
|
+
namespaceSelector selects namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.
|
|
2212
|
+
|
|
2213
|
+
If podSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the namespaces selected by namespaceSelector. Otherwise it selects all pods in the namespaces selected by namespaceSelector.
|
|
2214
|
+
"""
|
|
2215
|
+
pod_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
|
|
2216
|
+
"""
|
|
2217
|
+
podSelector is a label selector which selects pods. This field follows standard label selector semantics; if present but empty, it selects all pods.
|
|
2218
|
+
|
|
2219
|
+
If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the pods matching podSelector in the policy's own namespace.
|
|
2220
|
+
"""
|
|
2221
|
+
elif False:
|
|
2222
|
+
NetworkPolicyPeerPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2223
|
+
|
|
1568
2224
|
@pulumi.input_type
|
|
1569
2225
|
class NetworkPolicyPeerPatchArgs:
|
|
1570
2226
|
def __init__(__self__, *,
|
|
@@ -1629,6 +2285,30 @@ class NetworkPolicyPeerPatchArgs:
|
|
|
1629
2285
|
pulumi.set(self, "pod_selector", value)
|
|
1630
2286
|
|
|
1631
2287
|
|
|
2288
|
+
if not MYPY:
|
|
2289
|
+
class NetworkPolicyPeerArgsDict(TypedDict):
|
|
2290
|
+
"""
|
|
2291
|
+
NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed
|
|
2292
|
+
"""
|
|
2293
|
+
ip_block: NotRequired[pulumi.Input['IPBlockArgsDict']]
|
|
2294
|
+
"""
|
|
2295
|
+
ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be.
|
|
2296
|
+
"""
|
|
2297
|
+
namespace_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
|
|
2298
|
+
"""
|
|
2299
|
+
namespaceSelector selects namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.
|
|
2300
|
+
|
|
2301
|
+
If podSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the namespaces selected by namespaceSelector. Otherwise it selects all pods in the namespaces selected by namespaceSelector.
|
|
2302
|
+
"""
|
|
2303
|
+
pod_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
|
|
2304
|
+
"""
|
|
2305
|
+
podSelector is a label selector which selects pods. This field follows standard label selector semantics; if present but empty, it selects all pods.
|
|
2306
|
+
|
|
2307
|
+
If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the pods matching podSelector in the policy's own namespace.
|
|
2308
|
+
"""
|
|
2309
|
+
elif False:
|
|
2310
|
+
NetworkPolicyPeerArgsDict: TypeAlias = Mapping[str, Any]
|
|
2311
|
+
|
|
1632
2312
|
@pulumi.input_type
|
|
1633
2313
|
class NetworkPolicyPeerArgs:
|
|
1634
2314
|
def __init__(__self__, *,
|
|
@@ -1693,6 +2373,26 @@ class NetworkPolicyPeerArgs:
|
|
|
1693
2373
|
pulumi.set(self, "pod_selector", value)
|
|
1694
2374
|
|
|
1695
2375
|
|
|
2376
|
+
if not MYPY:
|
|
2377
|
+
class NetworkPolicyPortPatchArgsDict(TypedDict):
|
|
2378
|
+
"""
|
|
2379
|
+
NetworkPolicyPort describes a port to allow traffic on
|
|
2380
|
+
"""
|
|
2381
|
+
end_port: NotRequired[pulumi.Input[int]]
|
|
2382
|
+
"""
|
|
2383
|
+
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2384
|
+
"""
|
|
2385
|
+
port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2386
|
+
"""
|
|
2387
|
+
port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2388
|
+
"""
|
|
2389
|
+
protocol: NotRequired[pulumi.Input[str]]
|
|
2390
|
+
"""
|
|
2391
|
+
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2392
|
+
"""
|
|
2393
|
+
elif False:
|
|
2394
|
+
NetworkPolicyPortPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2395
|
+
|
|
1696
2396
|
@pulumi.input_type
|
|
1697
2397
|
class NetworkPolicyPortPatchArgs:
|
|
1698
2398
|
def __init__(__self__, *,
|
|
@@ -1749,6 +2449,26 @@ class NetworkPolicyPortPatchArgs:
|
|
|
1749
2449
|
pulumi.set(self, "protocol", value)
|
|
1750
2450
|
|
|
1751
2451
|
|
|
2452
|
+
if not MYPY:
|
|
2453
|
+
class NetworkPolicyPortArgsDict(TypedDict):
|
|
2454
|
+
"""
|
|
2455
|
+
NetworkPolicyPort describes a port to allow traffic on
|
|
2456
|
+
"""
|
|
2457
|
+
end_port: NotRequired[pulumi.Input[int]]
|
|
2458
|
+
"""
|
|
2459
|
+
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2460
|
+
"""
|
|
2461
|
+
port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2462
|
+
"""
|
|
2463
|
+
port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2464
|
+
"""
|
|
2465
|
+
protocol: NotRequired[pulumi.Input[str]]
|
|
2466
|
+
"""
|
|
2467
|
+
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2468
|
+
"""
|
|
2469
|
+
elif False:
|
|
2470
|
+
NetworkPolicyPortArgsDict: TypeAlias = Mapping[str, Any]
|
|
2471
|
+
|
|
1752
2472
|
@pulumi.input_type
|
|
1753
2473
|
class NetworkPolicyPortArgs:
|
|
1754
2474
|
def __init__(__self__, *,
|
|
@@ -1805,6 +2525,30 @@ class NetworkPolicyPortArgs:
|
|
|
1805
2525
|
pulumi.set(self, "protocol", value)
|
|
1806
2526
|
|
|
1807
2527
|
|
|
2528
|
+
if not MYPY:
|
|
2529
|
+
class NetworkPolicySpecPatchArgsDict(TypedDict):
|
|
2530
|
+
"""
|
|
2531
|
+
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2532
|
+
"""
|
|
2533
|
+
egress: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgsDict']]]]
|
|
2534
|
+
"""
|
|
2535
|
+
egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
2536
|
+
"""
|
|
2537
|
+
ingress: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgsDict']]]]
|
|
2538
|
+
"""
|
|
2539
|
+
ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2540
|
+
"""
|
|
2541
|
+
pod_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
|
|
2542
|
+
"""
|
|
2543
|
+
podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2544
|
+
"""
|
|
2545
|
+
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2546
|
+
"""
|
|
2547
|
+
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2548
|
+
"""
|
|
2549
|
+
elif False:
|
|
2550
|
+
NetworkPolicySpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2551
|
+
|
|
1808
2552
|
@pulumi.input_type
|
|
1809
2553
|
class NetworkPolicySpecPatchArgs:
|
|
1810
2554
|
def __init__(__self__, *,
|
|
@@ -1877,6 +2621,30 @@ class NetworkPolicySpecPatchArgs:
|
|
|
1877
2621
|
pulumi.set(self, "policy_types", value)
|
|
1878
2622
|
|
|
1879
2623
|
|
|
2624
|
+
if not MYPY:
|
|
2625
|
+
class NetworkPolicySpecArgsDict(TypedDict):
|
|
2626
|
+
"""
|
|
2627
|
+
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2628
|
+
"""
|
|
2629
|
+
pod_selector: pulumi.Input['_meta.v1.LabelSelectorArgsDict']
|
|
2630
|
+
"""
|
|
2631
|
+
podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2632
|
+
"""
|
|
2633
|
+
egress: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgsDict']]]]
|
|
2634
|
+
"""
|
|
2635
|
+
egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
2636
|
+
"""
|
|
2637
|
+
ingress: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgsDict']]]]
|
|
2638
|
+
"""
|
|
2639
|
+
ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2640
|
+
"""
|
|
2641
|
+
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2642
|
+
"""
|
|
2643
|
+
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2644
|
+
"""
|
|
2645
|
+
elif False:
|
|
2646
|
+
NetworkPolicySpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
2647
|
+
|
|
1880
2648
|
@pulumi.input_type
|
|
1881
2649
|
class NetworkPolicySpecArgs:
|
|
1882
2650
|
def __init__(__self__, *,
|
|
@@ -1948,6 +2716,18 @@ class NetworkPolicySpecArgs:
|
|
|
1948
2716
|
pulumi.set(self, "policy_types", value)
|
|
1949
2717
|
|
|
1950
2718
|
|
|
2719
|
+
if not MYPY:
|
|
2720
|
+
class NetworkPolicyStatusArgsDict(TypedDict):
|
|
2721
|
+
"""
|
|
2722
|
+
NetworkPolicyStatus describe the current state of the NetworkPolicy.
|
|
2723
|
+
"""
|
|
2724
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgsDict']]]]
|
|
2725
|
+
"""
|
|
2726
|
+
Conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state
|
|
2727
|
+
"""
|
|
2728
|
+
elif False:
|
|
2729
|
+
NetworkPolicyStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
2730
|
+
|
|
1951
2731
|
@pulumi.input_type
|
|
1952
2732
|
class NetworkPolicyStatusArgs:
|
|
1953
2733
|
def __init__(__self__, *,
|
|
@@ -1972,6 +2752,34 @@ class NetworkPolicyStatusArgs:
|
|
|
1972
2752
|
pulumi.set(self, "conditions", value)
|
|
1973
2753
|
|
|
1974
2754
|
|
|
2755
|
+
if not MYPY:
|
|
2756
|
+
class NetworkPolicyArgsDict(TypedDict):
|
|
2757
|
+
"""
|
|
2758
|
+
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
2759
|
+
"""
|
|
2760
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
2761
|
+
"""
|
|
2762
|
+
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
|
|
2763
|
+
"""
|
|
2764
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
2765
|
+
"""
|
|
2766
|
+
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
|
|
2767
|
+
"""
|
|
2768
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
2769
|
+
"""
|
|
2770
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2771
|
+
"""
|
|
2772
|
+
spec: NotRequired[pulumi.Input['NetworkPolicySpecArgsDict']]
|
|
2773
|
+
"""
|
|
2774
|
+
spec represents the specification of the desired behavior for this NetworkPolicy.
|
|
2775
|
+
"""
|
|
2776
|
+
status: NotRequired[pulumi.Input['NetworkPolicyStatusArgsDict']]
|
|
2777
|
+
"""
|
|
2778
|
+
Status is the current state of the NetworkPolicy. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2779
|
+
"""
|
|
2780
|
+
elif False:
|
|
2781
|
+
NetworkPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
2782
|
+
|
|
1975
2783
|
@pulumi.input_type
|
|
1976
2784
|
class NetworkPolicyArgs:
|
|
1977
2785
|
def __init__(__self__, *,
|
|
@@ -2060,6 +2868,22 @@ class NetworkPolicyArgs:
|
|
|
2060
2868
|
pulumi.set(self, "status", value)
|
|
2061
2869
|
|
|
2062
2870
|
|
|
2871
|
+
if not MYPY:
|
|
2872
|
+
class ServiceBackendPortPatchArgsDict(TypedDict):
|
|
2873
|
+
"""
|
|
2874
|
+
ServiceBackendPort is the service port being referenced.
|
|
2875
|
+
"""
|
|
2876
|
+
name: NotRequired[pulumi.Input[str]]
|
|
2877
|
+
"""
|
|
2878
|
+
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2879
|
+
"""
|
|
2880
|
+
number: NotRequired[pulumi.Input[int]]
|
|
2881
|
+
"""
|
|
2882
|
+
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2883
|
+
"""
|
|
2884
|
+
elif False:
|
|
2885
|
+
ServiceBackendPortPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2886
|
+
|
|
2063
2887
|
@pulumi.input_type
|
|
2064
2888
|
class ServiceBackendPortPatchArgs:
|
|
2065
2889
|
def __init__(__self__, *,
|
|
@@ -2100,6 +2924,22 @@ class ServiceBackendPortPatchArgs:
|
|
|
2100
2924
|
pulumi.set(self, "number", value)
|
|
2101
2925
|
|
|
2102
2926
|
|
|
2927
|
+
if not MYPY:
|
|
2928
|
+
class ServiceBackendPortArgsDict(TypedDict):
|
|
2929
|
+
"""
|
|
2930
|
+
ServiceBackendPort is the service port being referenced.
|
|
2931
|
+
"""
|
|
2932
|
+
name: NotRequired[pulumi.Input[str]]
|
|
2933
|
+
"""
|
|
2934
|
+
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2935
|
+
"""
|
|
2936
|
+
number: NotRequired[pulumi.Input[int]]
|
|
2937
|
+
"""
|
|
2938
|
+
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2939
|
+
"""
|
|
2940
|
+
elif False:
|
|
2941
|
+
ServiceBackendPortArgsDict: TypeAlias = Mapping[str, Any]
|
|
2942
|
+
|
|
2103
2943
|
@pulumi.input_type
|
|
2104
2944
|
class ServiceBackendPortArgs:
|
|
2105
2945
|
def __init__(__self__, *,
|