pulumi-kubernetes 4.13.1__py3-none-any.whl → 4.14.0__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.
- pulumi_kubernetes/_inputs.py +57 -0
- pulumi_kubernetes/_utilities.py +35 -0
- 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 +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +11 -6
- 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/_inputs.py +1553 -29
- pulumi_kubernetes/admissionregistration/v1/outputs.py +5 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +876 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +5 -0
- 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 +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +11 -6
- 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 +1525 -45
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +5 -0
- 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 +1097 -15
- pulumi_kubernetes/apiextensions/v1/outputs.py +5 -0
- 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 +1049 -0
- pulumi_kubernetes/apps/v1/outputs.py +5 -0
- 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 +805 -0
- pulumi_kubernetes/autoscaling/v2/outputs.py +5 -0
- 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 +773 -3
- pulumi_kubernetes/batch/v1/outputs.py +5 -0
- 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/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 +90 -0
- pulumi_kubernetes/coordination/v1/outputs.py +5 -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 +11 -6
- pulumi_kubernetes/core/v1/BindingPatch.py +11 -6
- 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 +11 -6
- pulumi_kubernetes/core/v1/ServiceAccount.py +14 -9
- pulumi_kubernetes/core/v1/ServiceAccountList.py +11 -6
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +14 -9
- pulumi_kubernetes/core/v1/ServiceList.py +11 -6
- pulumi_kubernetes/core/v1/ServicePatch.py +11 -6
- pulumi_kubernetes/core/v1/_inputs.py +10070 -478
- pulumi_kubernetes/core/v1/outputs.py +5 -0
- 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 +771 -0
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +5 -0
- pulumi_kubernetes/helm/v3/Release.py +8 -3
- pulumi_kubernetes/helm/v3/_inputs.py +40 -0
- pulumi_kubernetes/helm/v3/outputs.py +5 -0
- pulumi_kubernetes/helm/v4/Chart.py +15 -6
- pulumi_kubernetes/helm/v4/_inputs.py +57 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +5 -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 +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +259 -0
- pulumi_kubernetes/networking/v1alpha1/outputs.py +5 -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/_inputs.py +374 -0
- pulumi_kubernetes/networking/v1beta1/outputs.py +5 -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 +11 -6
- pulumi_kubernetes/pulumi-plugin.json +1 -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/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 +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +11 -6
- 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 +11 -6
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +14 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +14 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +14 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -12
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -12
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +14 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +1059 -6
- pulumi_kubernetes/resource/v1alpha2/outputs.py +5 -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 +614 -0
- pulumi_kubernetes/storage/v1/outputs.py +5 -0
- 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 +8 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +8 -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/_inputs.py +566 -0
- pulumi_kubernetes/storage/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +11 -6
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +11 -6
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +11 -6
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +158 -0
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +5 -0
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +5 -0
- {pulumi_kubernetes-4.13.1.dist-info → pulumi_kubernetes-4.14.0.dist-info}/METADATA +2 -1
- pulumi_kubernetes-4.14.0.dist-info/RECORD +619 -0
- {pulumi_kubernetes-4.13.1.dist-info → pulumi_kubernetes-4.14.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.13.1.dist-info/RECORD +0 -619
- {pulumi_kubernetes-4.13.1.dist-info → pulumi_kubernetes-4.14.0.dist-info}/top_level.txt +0 -0
|
@@ -4,9 +4,14 @@
|
|
|
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 outputs
|
|
12
17
|
from ... import core as _core
|
|
@@ -94,8 +99,8 @@ class IngressPatch(pulumi.CustomResource):
|
|
|
94
99
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
95
100
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
96
101
|
kind: Optional[pulumi.Input[str]] = None,
|
|
97
|
-
metadata: Optional[pulumi.Input[
|
|
98
|
-
spec: Optional[pulumi.Input[
|
|
102
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
|
|
103
|
+
spec: Optional[pulumi.Input[Union['IngressSpecPatchArgs', 'IngressSpecPatchArgsDict']]] = None,
|
|
99
104
|
__props__=None):
|
|
100
105
|
"""
|
|
101
106
|
Patch resources are used to modify existing Kubernetes resources by using
|
|
@@ -124,8 +129,8 @@ class IngressPatch(pulumi.CustomResource):
|
|
|
124
129
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
125
130
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
126
131
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
127
|
-
:param pulumi.Input[
|
|
128
|
-
:param pulumi.Input[
|
|
132
|
+
:param pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
133
|
+
:param pulumi.Input[Union['IngressSpecPatchArgs', 'IngressSpecPatchArgsDict']] spec: 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
|
|
129
134
|
"""
|
|
130
135
|
...
|
|
131
136
|
@overload
|
|
@@ -173,8 +178,8 @@ class IngressPatch(pulumi.CustomResource):
|
|
|
173
178
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
174
179
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
175
180
|
kind: Optional[pulumi.Input[str]] = None,
|
|
176
|
-
metadata: Optional[pulumi.Input[
|
|
177
|
-
spec: Optional[pulumi.Input[
|
|
181
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
|
|
182
|
+
spec: Optional[pulumi.Input[Union['IngressSpecPatchArgs', 'IngressSpecPatchArgsDict']]] = None,
|
|
178
183
|
__props__=None):
|
|
179
184
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
180
185
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -4,33 +4,87 @@
|
|
|
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
|
'IngressBackendPatchArgs',
|
|
29
|
+
'IngressBackendPatchArgsDict',
|
|
20
30
|
'IngressBackendArgs',
|
|
31
|
+
'IngressBackendArgsDict',
|
|
21
32
|
'IngressClassSpecPatchArgs',
|
|
33
|
+
'IngressClassSpecPatchArgsDict',
|
|
22
34
|
'IngressClassSpecArgs',
|
|
35
|
+
'IngressClassSpecArgsDict',
|
|
23
36
|
'IngressClassArgs',
|
|
37
|
+
'IngressClassArgsDict',
|
|
24
38
|
'IngressRulePatchArgs',
|
|
39
|
+
'IngressRulePatchArgsDict',
|
|
25
40
|
'IngressRuleArgs',
|
|
41
|
+
'IngressRuleArgsDict',
|
|
26
42
|
'IngressSpecPatchArgs',
|
|
43
|
+
'IngressSpecPatchArgsDict',
|
|
27
44
|
'IngressSpecArgs',
|
|
45
|
+
'IngressSpecArgsDict',
|
|
28
46
|
'IngressStatusArgs',
|
|
47
|
+
'IngressStatusArgsDict',
|
|
29
48
|
'IngressTLSPatchArgs',
|
|
49
|
+
'IngressTLSPatchArgsDict',
|
|
30
50
|
'IngressTLSArgs',
|
|
51
|
+
'IngressTLSArgsDict',
|
|
31
52
|
'IngressArgs',
|
|
53
|
+
'IngressArgsDict',
|
|
32
54
|
]
|
|
33
55
|
|
|
56
|
+
MYPY = False
|
|
57
|
+
|
|
58
|
+
if not MYPY:
|
|
59
|
+
class HTTPIngressPathPatchArgsDict(TypedDict):
|
|
60
|
+
"""
|
|
61
|
+
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
62
|
+
"""
|
|
63
|
+
backend: NotRequired[pulumi.Input['IngressBackendPatchArgsDict']]
|
|
64
|
+
"""
|
|
65
|
+
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
66
|
+
"""
|
|
67
|
+
path: NotRequired[pulumi.Input[str]]
|
|
68
|
+
"""
|
|
69
|
+
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) 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 '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
70
|
+
"""
|
|
71
|
+
path_type: NotRequired[pulumi.Input[str]]
|
|
72
|
+
"""
|
|
73
|
+
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
|
|
74
|
+
done on a path element by element basis. A path element refers is the
|
|
75
|
+
list of labels in the path split by the '/' separator. A request is a
|
|
76
|
+
match for path p if every p is an element-wise prefix of p of the
|
|
77
|
+
request path. Note that if the last element of the path is a substring
|
|
78
|
+
of the last element in request path, it is not a match (e.g. /foo/bar
|
|
79
|
+
matches /foo/bar/baz, but does not match /foo/barbaz).
|
|
80
|
+
* ImplementationSpecific: Interpretation of the Path matching is up to
|
|
81
|
+
the IngressClass. Implementations can treat this as a separate PathType
|
|
82
|
+
or treat it identically to Prefix or Exact path types.
|
|
83
|
+
Implementations are required to support all path types. Defaults to ImplementationSpecific.
|
|
84
|
+
"""
|
|
85
|
+
elif False:
|
|
86
|
+
HTTPIngressPathPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
87
|
+
|
|
34
88
|
@pulumi.input_type
|
|
35
89
|
class HTTPIngressPathPatchArgs:
|
|
36
90
|
def __init__(__self__, *,
|
|
@@ -107,6 +161,36 @@ class HTTPIngressPathPatchArgs:
|
|
|
107
161
|
pulumi.set(self, "path_type", value)
|
|
108
162
|
|
|
109
163
|
|
|
164
|
+
if not MYPY:
|
|
165
|
+
class HTTPIngressPathArgsDict(TypedDict):
|
|
166
|
+
"""
|
|
167
|
+
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
168
|
+
"""
|
|
169
|
+
backend: pulumi.Input['IngressBackendArgsDict']
|
|
170
|
+
"""
|
|
171
|
+
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
172
|
+
"""
|
|
173
|
+
path: NotRequired[pulumi.Input[str]]
|
|
174
|
+
"""
|
|
175
|
+
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) 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 '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
176
|
+
"""
|
|
177
|
+
path_type: NotRequired[pulumi.Input[str]]
|
|
178
|
+
"""
|
|
179
|
+
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
|
|
180
|
+
done on a path element by element basis. A path element refers is the
|
|
181
|
+
list of labels in the path split by the '/' separator. A request is a
|
|
182
|
+
match for path p if every p is an element-wise prefix of p of the
|
|
183
|
+
request path. Note that if the last element of the path is a substring
|
|
184
|
+
of the last element in request path, it is not a match (e.g. /foo/bar
|
|
185
|
+
matches /foo/bar/baz, but does not match /foo/barbaz).
|
|
186
|
+
* ImplementationSpecific: Interpretation of the Path matching is up to
|
|
187
|
+
the IngressClass. Implementations can treat this as a separate PathType
|
|
188
|
+
or treat it identically to Prefix or Exact path types.
|
|
189
|
+
Implementations are required to support all path types. Defaults to ImplementationSpecific.
|
|
190
|
+
"""
|
|
191
|
+
elif False:
|
|
192
|
+
HTTPIngressPathArgsDict: TypeAlias = Mapping[str, Any]
|
|
193
|
+
|
|
110
194
|
@pulumi.input_type
|
|
111
195
|
class HTTPIngressPathArgs:
|
|
112
196
|
def __init__(__self__, *,
|
|
@@ -182,6 +266,18 @@ class HTTPIngressPathArgs:
|
|
|
182
266
|
pulumi.set(self, "path_type", value)
|
|
183
267
|
|
|
184
268
|
|
|
269
|
+
if not MYPY:
|
|
270
|
+
class HTTPIngressRuleValuePatchArgsDict(TypedDict):
|
|
271
|
+
"""
|
|
272
|
+
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 '#'.
|
|
273
|
+
"""
|
|
274
|
+
paths: NotRequired[pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathPatchArgsDict']]]]
|
|
275
|
+
"""
|
|
276
|
+
A collection of paths that map requests to backends.
|
|
277
|
+
"""
|
|
278
|
+
elif False:
|
|
279
|
+
HTTPIngressRuleValuePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
280
|
+
|
|
185
281
|
@pulumi.input_type
|
|
186
282
|
class HTTPIngressRuleValuePatchArgs:
|
|
187
283
|
def __init__(__self__, *,
|
|
@@ -206,6 +302,18 @@ class HTTPIngressRuleValuePatchArgs:
|
|
|
206
302
|
pulumi.set(self, "paths", value)
|
|
207
303
|
|
|
208
304
|
|
|
305
|
+
if not MYPY:
|
|
306
|
+
class HTTPIngressRuleValueArgsDict(TypedDict):
|
|
307
|
+
"""
|
|
308
|
+
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 '#'.
|
|
309
|
+
"""
|
|
310
|
+
paths: pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathArgsDict']]]
|
|
311
|
+
"""
|
|
312
|
+
A collection of paths that map requests to backends.
|
|
313
|
+
"""
|
|
314
|
+
elif False:
|
|
315
|
+
HTTPIngressRuleValueArgsDict: TypeAlias = Mapping[str, Any]
|
|
316
|
+
|
|
209
317
|
@pulumi.input_type
|
|
210
318
|
class HTTPIngressRuleValueArgs:
|
|
211
319
|
def __init__(__self__, *,
|
|
@@ -229,6 +337,26 @@ class HTTPIngressRuleValueArgs:
|
|
|
229
337
|
pulumi.set(self, "paths", value)
|
|
230
338
|
|
|
231
339
|
|
|
340
|
+
if not MYPY:
|
|
341
|
+
class IngressBackendPatchArgsDict(TypedDict):
|
|
342
|
+
"""
|
|
343
|
+
IngressBackend describes all endpoints for a given service and port.
|
|
344
|
+
"""
|
|
345
|
+
resource: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgsDict']]
|
|
346
|
+
"""
|
|
347
|
+
Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
348
|
+
"""
|
|
349
|
+
service_name: NotRequired[pulumi.Input[str]]
|
|
350
|
+
"""
|
|
351
|
+
Specifies the name of the referenced service.
|
|
352
|
+
"""
|
|
353
|
+
service_port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
354
|
+
"""
|
|
355
|
+
Specifies the port of the referenced service.
|
|
356
|
+
"""
|
|
357
|
+
elif False:
|
|
358
|
+
IngressBackendPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
359
|
+
|
|
232
360
|
@pulumi.input_type
|
|
233
361
|
class IngressBackendPatchArgs:
|
|
234
362
|
def __init__(__self__, *,
|
|
@@ -285,6 +413,26 @@ class IngressBackendPatchArgs:
|
|
|
285
413
|
pulumi.set(self, "service_port", value)
|
|
286
414
|
|
|
287
415
|
|
|
416
|
+
if not MYPY:
|
|
417
|
+
class IngressBackendArgsDict(TypedDict):
|
|
418
|
+
"""
|
|
419
|
+
IngressBackend describes all endpoints for a given service and port.
|
|
420
|
+
"""
|
|
421
|
+
service_name: pulumi.Input[str]
|
|
422
|
+
"""
|
|
423
|
+
Specifies the name of the referenced service.
|
|
424
|
+
"""
|
|
425
|
+
service_port: pulumi.Input[Union[int, str]]
|
|
426
|
+
"""
|
|
427
|
+
Specifies the port of the referenced service.
|
|
428
|
+
"""
|
|
429
|
+
resource: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgsDict']]
|
|
430
|
+
"""
|
|
431
|
+
Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
432
|
+
"""
|
|
433
|
+
elif False:
|
|
434
|
+
IngressBackendArgsDict: TypeAlias = Mapping[str, Any]
|
|
435
|
+
|
|
288
436
|
@pulumi.input_type
|
|
289
437
|
class IngressBackendArgs:
|
|
290
438
|
def __init__(__self__, *,
|
|
@@ -339,6 +487,22 @@ class IngressBackendArgs:
|
|
|
339
487
|
pulumi.set(self, "resource", value)
|
|
340
488
|
|
|
341
489
|
|
|
490
|
+
if not MYPY:
|
|
491
|
+
class IngressClassSpecPatchArgsDict(TypedDict):
|
|
492
|
+
"""
|
|
493
|
+
IngressClassSpec provides information about the class of an Ingress.
|
|
494
|
+
"""
|
|
495
|
+
controller: NotRequired[pulumi.Input[str]]
|
|
496
|
+
"""
|
|
497
|
+
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.
|
|
498
|
+
"""
|
|
499
|
+
parameters: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgsDict']]
|
|
500
|
+
"""
|
|
501
|
+
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.
|
|
502
|
+
"""
|
|
503
|
+
elif False:
|
|
504
|
+
IngressClassSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
505
|
+
|
|
342
506
|
@pulumi.input_type
|
|
343
507
|
class IngressClassSpecPatchArgs:
|
|
344
508
|
def __init__(__self__, *,
|
|
@@ -379,6 +543,22 @@ class IngressClassSpecPatchArgs:
|
|
|
379
543
|
pulumi.set(self, "parameters", value)
|
|
380
544
|
|
|
381
545
|
|
|
546
|
+
if not MYPY:
|
|
547
|
+
class IngressClassSpecArgsDict(TypedDict):
|
|
548
|
+
"""
|
|
549
|
+
IngressClassSpec provides information about the class of an Ingress.
|
|
550
|
+
"""
|
|
551
|
+
controller: NotRequired[pulumi.Input[str]]
|
|
552
|
+
"""
|
|
553
|
+
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.
|
|
554
|
+
"""
|
|
555
|
+
parameters: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgsDict']]
|
|
556
|
+
"""
|
|
557
|
+
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.
|
|
558
|
+
"""
|
|
559
|
+
elif False:
|
|
560
|
+
IngressClassSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
561
|
+
|
|
382
562
|
@pulumi.input_type
|
|
383
563
|
class IngressClassSpecArgs:
|
|
384
564
|
def __init__(__self__, *,
|
|
@@ -419,6 +599,30 @@ class IngressClassSpecArgs:
|
|
|
419
599
|
pulumi.set(self, "parameters", value)
|
|
420
600
|
|
|
421
601
|
|
|
602
|
+
if not MYPY:
|
|
603
|
+
class IngressClassArgsDict(TypedDict):
|
|
604
|
+
"""
|
|
605
|
+
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.
|
|
606
|
+
"""
|
|
607
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
608
|
+
"""
|
|
609
|
+
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
|
|
610
|
+
"""
|
|
611
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
612
|
+
"""
|
|
613
|
+
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
|
|
614
|
+
"""
|
|
615
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
616
|
+
"""
|
|
617
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
618
|
+
"""
|
|
619
|
+
spec: NotRequired[pulumi.Input['IngressClassSpecArgsDict']]
|
|
620
|
+
"""
|
|
621
|
+
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
|
|
622
|
+
"""
|
|
623
|
+
elif False:
|
|
624
|
+
IngressClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
625
|
+
|
|
422
626
|
@pulumi.input_type
|
|
423
627
|
class IngressClassArgs:
|
|
424
628
|
def __init__(__self__, *,
|
|
@@ -491,6 +695,24 @@ class IngressClassArgs:
|
|
|
491
695
|
pulumi.set(self, "spec", value)
|
|
492
696
|
|
|
493
697
|
|
|
698
|
+
if not MYPY:
|
|
699
|
+
class IngressRulePatchArgsDict(TypedDict):
|
|
700
|
+
"""
|
|
701
|
+
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.
|
|
702
|
+
"""
|
|
703
|
+
host: NotRequired[pulumi.Input[str]]
|
|
704
|
+
"""
|
|
705
|
+
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 the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
706
|
+
IP in the Spec of the parent Ingress.
|
|
707
|
+
2. The `:` delimiter is not respected because ports are not allowed.
|
|
708
|
+
Currently the port of an Ingress is implicitly :80 for http and
|
|
709
|
+
:443 for https.
|
|
710
|
+
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.
|
|
711
|
+
"""
|
|
712
|
+
http: NotRequired[pulumi.Input['HTTPIngressRuleValuePatchArgsDict']]
|
|
713
|
+
elif False:
|
|
714
|
+
IngressRulePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
715
|
+
|
|
494
716
|
@pulumi.input_type
|
|
495
717
|
class IngressRulePatchArgs:
|
|
496
718
|
def __init__(__self__, *,
|
|
@@ -537,6 +759,24 @@ class IngressRulePatchArgs:
|
|
|
537
759
|
pulumi.set(self, "http", value)
|
|
538
760
|
|
|
539
761
|
|
|
762
|
+
if not MYPY:
|
|
763
|
+
class IngressRuleArgsDict(TypedDict):
|
|
764
|
+
"""
|
|
765
|
+
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.
|
|
766
|
+
"""
|
|
767
|
+
host: NotRequired[pulumi.Input[str]]
|
|
768
|
+
"""
|
|
769
|
+
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 the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
770
|
+
IP in the Spec of the parent Ingress.
|
|
771
|
+
2. The `:` delimiter is not respected because ports are not allowed.
|
|
772
|
+
Currently the port of an Ingress is implicitly :80 for http and
|
|
773
|
+
:443 for https.
|
|
774
|
+
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.
|
|
775
|
+
"""
|
|
776
|
+
http: NotRequired[pulumi.Input['HTTPIngressRuleValueArgsDict']]
|
|
777
|
+
elif False:
|
|
778
|
+
IngressRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
779
|
+
|
|
540
780
|
@pulumi.input_type
|
|
541
781
|
class IngressRuleArgs:
|
|
542
782
|
def __init__(__self__, *,
|
|
@@ -583,6 +823,30 @@ class IngressRuleArgs:
|
|
|
583
823
|
pulumi.set(self, "http", value)
|
|
584
824
|
|
|
585
825
|
|
|
826
|
+
if not MYPY:
|
|
827
|
+
class IngressSpecPatchArgsDict(TypedDict):
|
|
828
|
+
"""
|
|
829
|
+
IngressSpec describes the Ingress the user wishes to exist.
|
|
830
|
+
"""
|
|
831
|
+
backend: NotRequired[pulumi.Input['IngressBackendPatchArgsDict']]
|
|
832
|
+
"""
|
|
833
|
+
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
834
|
+
"""
|
|
835
|
+
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
836
|
+
"""
|
|
837
|
+
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
838
|
+
"""
|
|
839
|
+
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgsDict']]]]
|
|
840
|
+
"""
|
|
841
|
+
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
842
|
+
"""
|
|
843
|
+
tls: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgsDict']]]]
|
|
844
|
+
"""
|
|
845
|
+
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.
|
|
846
|
+
"""
|
|
847
|
+
elif False:
|
|
848
|
+
IngressSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
849
|
+
|
|
586
850
|
@pulumi.input_type
|
|
587
851
|
class IngressSpecPatchArgs:
|
|
588
852
|
def __init__(__self__, *,
|
|
@@ -655,6 +919,30 @@ class IngressSpecPatchArgs:
|
|
|
655
919
|
pulumi.set(self, "tls", value)
|
|
656
920
|
|
|
657
921
|
|
|
922
|
+
if not MYPY:
|
|
923
|
+
class IngressSpecArgsDict(TypedDict):
|
|
924
|
+
"""
|
|
925
|
+
IngressSpec describes the Ingress the user wishes to exist.
|
|
926
|
+
"""
|
|
927
|
+
backend: NotRequired[pulumi.Input['IngressBackendArgsDict']]
|
|
928
|
+
"""
|
|
929
|
+
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
930
|
+
"""
|
|
931
|
+
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
932
|
+
"""
|
|
933
|
+
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
934
|
+
"""
|
|
935
|
+
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgsDict']]]]
|
|
936
|
+
"""
|
|
937
|
+
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
938
|
+
"""
|
|
939
|
+
tls: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgsDict']]]]
|
|
940
|
+
"""
|
|
941
|
+
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.
|
|
942
|
+
"""
|
|
943
|
+
elif False:
|
|
944
|
+
IngressSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
945
|
+
|
|
658
946
|
@pulumi.input_type
|
|
659
947
|
class IngressSpecArgs:
|
|
660
948
|
def __init__(__self__, *,
|
|
@@ -727,6 +1015,18 @@ class IngressSpecArgs:
|
|
|
727
1015
|
pulumi.set(self, "tls", value)
|
|
728
1016
|
|
|
729
1017
|
|
|
1018
|
+
if not MYPY:
|
|
1019
|
+
class IngressStatusArgsDict(TypedDict):
|
|
1020
|
+
"""
|
|
1021
|
+
IngressStatus describe the current state of the Ingress.
|
|
1022
|
+
"""
|
|
1023
|
+
load_balancer: NotRequired[pulumi.Input['_core.v1.LoadBalancerStatusArgsDict']]
|
|
1024
|
+
"""
|
|
1025
|
+
LoadBalancer contains the current status of the load-balancer.
|
|
1026
|
+
"""
|
|
1027
|
+
elif False:
|
|
1028
|
+
IngressStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1029
|
+
|
|
730
1030
|
@pulumi.input_type
|
|
731
1031
|
class IngressStatusArgs:
|
|
732
1032
|
def __init__(__self__, *,
|
|
@@ -751,6 +1051,22 @@ class IngressStatusArgs:
|
|
|
751
1051
|
pulumi.set(self, "load_balancer", value)
|
|
752
1052
|
|
|
753
1053
|
|
|
1054
|
+
if not MYPY:
|
|
1055
|
+
class IngressTLSPatchArgsDict(TypedDict):
|
|
1056
|
+
"""
|
|
1057
|
+
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1058
|
+
"""
|
|
1059
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1060
|
+
"""
|
|
1061
|
+
Hosts are 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.
|
|
1062
|
+
"""
|
|
1063
|
+
secret_name: NotRequired[pulumi.Input[str]]
|
|
1064
|
+
"""
|
|
1065
|
+
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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.
|
|
1066
|
+
"""
|
|
1067
|
+
elif False:
|
|
1068
|
+
IngressTLSPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1069
|
+
|
|
754
1070
|
@pulumi.input_type
|
|
755
1071
|
class IngressTLSPatchArgs:
|
|
756
1072
|
def __init__(__self__, *,
|
|
@@ -791,6 +1107,22 @@ class IngressTLSPatchArgs:
|
|
|
791
1107
|
pulumi.set(self, "secret_name", value)
|
|
792
1108
|
|
|
793
1109
|
|
|
1110
|
+
if not MYPY:
|
|
1111
|
+
class IngressTLSArgsDict(TypedDict):
|
|
1112
|
+
"""
|
|
1113
|
+
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1114
|
+
"""
|
|
1115
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1116
|
+
"""
|
|
1117
|
+
Hosts are 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.
|
|
1118
|
+
"""
|
|
1119
|
+
secret_name: NotRequired[pulumi.Input[str]]
|
|
1120
|
+
"""
|
|
1121
|
+
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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.
|
|
1122
|
+
"""
|
|
1123
|
+
elif False:
|
|
1124
|
+
IngressTLSArgsDict: TypeAlias = Mapping[str, Any]
|
|
1125
|
+
|
|
794
1126
|
@pulumi.input_type
|
|
795
1127
|
class IngressTLSArgs:
|
|
796
1128
|
def __init__(__self__, *,
|
|
@@ -831,6 +1163,48 @@ class IngressTLSArgs:
|
|
|
831
1163
|
pulumi.set(self, "secret_name", value)
|
|
832
1164
|
|
|
833
1165
|
|
|
1166
|
+
if not MYPY:
|
|
1167
|
+
class IngressArgsDict(TypedDict):
|
|
1168
|
+
"""
|
|
1169
|
+
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.
|
|
1170
|
+
|
|
1171
|
+
This resource waits until its status is ready before registering success
|
|
1172
|
+
for create/update, and populating output properties from the current state of the resource.
|
|
1173
|
+
The following conditions are used to determine whether the resource creation has
|
|
1174
|
+
succeeded or failed:
|
|
1175
|
+
|
|
1176
|
+
1. Ingress object exists.
|
|
1177
|
+
2. Endpoint objects exist with matching names for each Ingress path (except when Service
|
|
1178
|
+
type is ExternalName).
|
|
1179
|
+
3. Ingress entry exists for '.status.loadBalancer.ingress'.
|
|
1180
|
+
|
|
1181
|
+
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
1182
|
+
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1183
|
+
by setting the 'customTimeouts' option on the resource.
|
|
1184
|
+
"""
|
|
1185
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1186
|
+
"""
|
|
1187
|
+
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
|
|
1188
|
+
"""
|
|
1189
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1190
|
+
"""
|
|
1191
|
+
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
|
|
1192
|
+
"""
|
|
1193
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1194
|
+
"""
|
|
1195
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1196
|
+
"""
|
|
1197
|
+
spec: NotRequired[pulumi.Input['IngressSpecArgsDict']]
|
|
1198
|
+
"""
|
|
1199
|
+
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
|
|
1200
|
+
"""
|
|
1201
|
+
status: NotRequired[pulumi.Input['IngressStatusArgsDict']]
|
|
1202
|
+
"""
|
|
1203
|
+
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
|
|
1204
|
+
"""
|
|
1205
|
+
elif False:
|
|
1206
|
+
IngressArgsDict: TypeAlias = Mapping[str, Any]
|
|
1207
|
+
|
|
834
1208
|
@pulumi.input_type
|
|
835
1209
|
class IngressArgs:
|
|
836
1210
|
def __init__(__self__, *,
|
|
@@ -4,9 +4,14 @@
|
|
|
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 outputs
|
|
12
17
|
from ... import core as _core
|
|
@@ -4,9 +4,14 @@
|
|
|
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 outputs
|
|
12
17
|
from ... import core as _core
|
|
@@ -128,9 +133,9 @@ class RuntimeClass(pulumi.CustomResource):
|
|
|
128
133
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
129
134
|
handler: Optional[pulumi.Input[str]] = None,
|
|
130
135
|
kind: Optional[pulumi.Input[str]] = None,
|
|
131
|
-
metadata: Optional[pulumi.Input[
|
|
132
|
-
overhead: Optional[pulumi.Input[
|
|
133
|
-
scheduling: Optional[pulumi.Input[
|
|
136
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
|
|
137
|
+
overhead: Optional[pulumi.Input[Union['OverheadArgs', 'OverheadArgsDict']]] = None,
|
|
138
|
+
scheduling: Optional[pulumi.Input[Union['SchedulingArgs', 'SchedulingArgsDict']]] = None,
|
|
134
139
|
__props__=None):
|
|
135
140
|
"""
|
|
136
141
|
RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/
|
|
@@ -140,10 +145,10 @@ class RuntimeClass(pulumi.CustomResource):
|
|
|
140
145
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
141
146
|
:param pulumi.Input[str] handler: handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
|
|
142
147
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
143
|
-
:param pulumi.Input[
|
|
144
|
-
:param pulumi.Input[
|
|
148
|
+
:param pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']] metadata: More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
149
|
+
:param pulumi.Input[Union['OverheadArgs', 'OverheadArgsDict']] overhead: overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see
|
|
145
150
|
https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/
|
|
146
|
-
:param pulumi.Input[
|
|
151
|
+
:param pulumi.Input[Union['SchedulingArgs', 'SchedulingArgsDict']] scheduling: scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
|
|
147
152
|
"""
|
|
148
153
|
...
|
|
149
154
|
@overload
|
|
@@ -172,9 +177,9 @@ class RuntimeClass(pulumi.CustomResource):
|
|
|
172
177
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
173
178
|
handler: Optional[pulumi.Input[str]] = None,
|
|
174
179
|
kind: Optional[pulumi.Input[str]] = None,
|
|
175
|
-
metadata: Optional[pulumi.Input[
|
|
176
|
-
overhead: Optional[pulumi.Input[
|
|
177
|
-
scheduling: Optional[pulumi.Input[
|
|
180
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
|
|
181
|
+
overhead: Optional[pulumi.Input[Union['OverheadArgs', 'OverheadArgsDict']]] = None,
|
|
182
|
+
scheduling: Optional[pulumi.Input[Union['SchedulingArgs', 'SchedulingArgsDict']]] = None,
|
|
178
183
|
__props__=None):
|
|
179
184
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
180
185
|
if not isinstance(opts, pulumi.ResourceOptions):
|