pulumi-kubernetes 4.10.0a1710355461__py3-none-any.whl → 4.20.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.
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.0.dist-info}/METADATA +8 -7
- pulumi_kubernetes-4.20.0.dist-info/RECORD +679 -0
- {pulumi_kubernetes-4.10.0a1710355461.dist-info → pulumi_kubernetes-4.20.0.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.0.dist-info}/top_level.txt +0 -0
|
@@ -4,33 +4,105 @@
|
|
|
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',
|
|
28
|
+
'IPAddressSpecPatchArgs',
|
|
29
|
+
'IPAddressSpecPatchArgsDict',
|
|
30
|
+
'IPAddressSpecArgs',
|
|
31
|
+
'IPAddressSpecArgsDict',
|
|
32
|
+
'IPAddressArgs',
|
|
33
|
+
'IPAddressArgsDict',
|
|
19
34
|
'IngressBackendPatchArgs',
|
|
35
|
+
'IngressBackendPatchArgsDict',
|
|
20
36
|
'IngressBackendArgs',
|
|
37
|
+
'IngressBackendArgsDict',
|
|
21
38
|
'IngressClassSpecPatchArgs',
|
|
39
|
+
'IngressClassSpecPatchArgsDict',
|
|
22
40
|
'IngressClassSpecArgs',
|
|
41
|
+
'IngressClassSpecArgsDict',
|
|
23
42
|
'IngressClassArgs',
|
|
43
|
+
'IngressClassArgsDict',
|
|
24
44
|
'IngressRulePatchArgs',
|
|
45
|
+
'IngressRulePatchArgsDict',
|
|
25
46
|
'IngressRuleArgs',
|
|
47
|
+
'IngressRuleArgsDict',
|
|
26
48
|
'IngressSpecPatchArgs',
|
|
49
|
+
'IngressSpecPatchArgsDict',
|
|
27
50
|
'IngressSpecArgs',
|
|
51
|
+
'IngressSpecArgsDict',
|
|
28
52
|
'IngressStatusArgs',
|
|
53
|
+
'IngressStatusArgsDict',
|
|
29
54
|
'IngressTLSPatchArgs',
|
|
55
|
+
'IngressTLSPatchArgsDict',
|
|
30
56
|
'IngressTLSArgs',
|
|
57
|
+
'IngressTLSArgsDict',
|
|
31
58
|
'IngressArgs',
|
|
59
|
+
'IngressArgsDict',
|
|
60
|
+
'ParentReferencePatchArgs',
|
|
61
|
+
'ParentReferencePatchArgsDict',
|
|
62
|
+
'ParentReferenceArgs',
|
|
63
|
+
'ParentReferenceArgsDict',
|
|
64
|
+
'ServiceCIDRSpecPatchArgs',
|
|
65
|
+
'ServiceCIDRSpecPatchArgsDict',
|
|
66
|
+
'ServiceCIDRSpecArgs',
|
|
67
|
+
'ServiceCIDRSpecArgsDict',
|
|
68
|
+
'ServiceCIDRStatusArgs',
|
|
69
|
+
'ServiceCIDRStatusArgsDict',
|
|
70
|
+
'ServiceCIDRArgs',
|
|
71
|
+
'ServiceCIDRArgsDict',
|
|
32
72
|
]
|
|
33
73
|
|
|
74
|
+
MYPY = False
|
|
75
|
+
|
|
76
|
+
if not MYPY:
|
|
77
|
+
class HTTPIngressPathPatchArgsDict(TypedDict):
|
|
78
|
+
"""
|
|
79
|
+
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
80
|
+
"""
|
|
81
|
+
backend: NotRequired[pulumi.Input['IngressBackendPatchArgsDict']]
|
|
82
|
+
"""
|
|
83
|
+
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
84
|
+
"""
|
|
85
|
+
path: NotRequired[pulumi.Input[str]]
|
|
86
|
+
"""
|
|
87
|
+
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.
|
|
88
|
+
"""
|
|
89
|
+
path_type: NotRequired[pulumi.Input[str]]
|
|
90
|
+
"""
|
|
91
|
+
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
|
|
92
|
+
done on a path element by element basis. A path element refers is the
|
|
93
|
+
list of labels in the path split by the '/' separator. A request is a
|
|
94
|
+
match for path p if every p is an element-wise prefix of p of the
|
|
95
|
+
request path. Note that if the last element of the path is a substring
|
|
96
|
+
of the last element in request path, it is not a match (e.g. /foo/bar
|
|
97
|
+
matches /foo/bar/baz, but does not match /foo/barbaz).
|
|
98
|
+
* ImplementationSpecific: Interpretation of the Path matching is up to
|
|
99
|
+
the IngressClass. Implementations can treat this as a separate PathType
|
|
100
|
+
or treat it identically to Prefix or Exact path types.
|
|
101
|
+
Implementations are required to support all path types. Defaults to ImplementationSpecific.
|
|
102
|
+
"""
|
|
103
|
+
elif False:
|
|
104
|
+
HTTPIngressPathPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
105
|
+
|
|
34
106
|
@pulumi.input_type
|
|
35
107
|
class HTTPIngressPathPatchArgs:
|
|
36
108
|
def __init__(__self__, *,
|
|
@@ -107,6 +179,36 @@ class HTTPIngressPathPatchArgs:
|
|
|
107
179
|
pulumi.set(self, "path_type", value)
|
|
108
180
|
|
|
109
181
|
|
|
182
|
+
if not MYPY:
|
|
183
|
+
class HTTPIngressPathArgsDict(TypedDict):
|
|
184
|
+
"""
|
|
185
|
+
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
186
|
+
"""
|
|
187
|
+
backend: pulumi.Input['IngressBackendArgsDict']
|
|
188
|
+
"""
|
|
189
|
+
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
190
|
+
"""
|
|
191
|
+
path: NotRequired[pulumi.Input[str]]
|
|
192
|
+
"""
|
|
193
|
+
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.
|
|
194
|
+
"""
|
|
195
|
+
path_type: NotRequired[pulumi.Input[str]]
|
|
196
|
+
"""
|
|
197
|
+
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
|
|
198
|
+
done on a path element by element basis. A path element refers is the
|
|
199
|
+
list of labels in the path split by the '/' separator. A request is a
|
|
200
|
+
match for path p if every p is an element-wise prefix of p of the
|
|
201
|
+
request path. Note that if the last element of the path is a substring
|
|
202
|
+
of the last element in request path, it is not a match (e.g. /foo/bar
|
|
203
|
+
matches /foo/bar/baz, but does not match /foo/barbaz).
|
|
204
|
+
* ImplementationSpecific: Interpretation of the Path matching is up to
|
|
205
|
+
the IngressClass. Implementations can treat this as a separate PathType
|
|
206
|
+
or treat it identically to Prefix or Exact path types.
|
|
207
|
+
Implementations are required to support all path types. Defaults to ImplementationSpecific.
|
|
208
|
+
"""
|
|
209
|
+
elif False:
|
|
210
|
+
HTTPIngressPathArgsDict: TypeAlias = Mapping[str, Any]
|
|
211
|
+
|
|
110
212
|
@pulumi.input_type
|
|
111
213
|
class HTTPIngressPathArgs:
|
|
112
214
|
def __init__(__self__, *,
|
|
@@ -182,6 +284,18 @@ class HTTPIngressPathArgs:
|
|
|
182
284
|
pulumi.set(self, "path_type", value)
|
|
183
285
|
|
|
184
286
|
|
|
287
|
+
if not MYPY:
|
|
288
|
+
class HTTPIngressRuleValuePatchArgsDict(TypedDict):
|
|
289
|
+
"""
|
|
290
|
+
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 '#'.
|
|
291
|
+
"""
|
|
292
|
+
paths: NotRequired[pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathPatchArgsDict']]]]
|
|
293
|
+
"""
|
|
294
|
+
A collection of paths that map requests to backends.
|
|
295
|
+
"""
|
|
296
|
+
elif False:
|
|
297
|
+
HTTPIngressRuleValuePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
298
|
+
|
|
185
299
|
@pulumi.input_type
|
|
186
300
|
class HTTPIngressRuleValuePatchArgs:
|
|
187
301
|
def __init__(__self__, *,
|
|
@@ -206,6 +320,18 @@ class HTTPIngressRuleValuePatchArgs:
|
|
|
206
320
|
pulumi.set(self, "paths", value)
|
|
207
321
|
|
|
208
322
|
|
|
323
|
+
if not MYPY:
|
|
324
|
+
class HTTPIngressRuleValueArgsDict(TypedDict):
|
|
325
|
+
"""
|
|
326
|
+
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 '#'.
|
|
327
|
+
"""
|
|
328
|
+
paths: pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathArgsDict']]]
|
|
329
|
+
"""
|
|
330
|
+
A collection of paths that map requests to backends.
|
|
331
|
+
"""
|
|
332
|
+
elif False:
|
|
333
|
+
HTTPIngressRuleValueArgsDict: TypeAlias = Mapping[str, Any]
|
|
334
|
+
|
|
209
335
|
@pulumi.input_type
|
|
210
336
|
class HTTPIngressRuleValueArgs:
|
|
211
337
|
def __init__(__self__, *,
|
|
@@ -229,6 +355,193 @@ class HTTPIngressRuleValueArgs:
|
|
|
229
355
|
pulumi.set(self, "paths", value)
|
|
230
356
|
|
|
231
357
|
|
|
358
|
+
if not MYPY:
|
|
359
|
+
class IPAddressSpecPatchArgsDict(TypedDict):
|
|
360
|
+
"""
|
|
361
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
362
|
+
"""
|
|
363
|
+
parent_ref: NotRequired[pulumi.Input['ParentReferencePatchArgsDict']]
|
|
364
|
+
"""
|
|
365
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
366
|
+
"""
|
|
367
|
+
elif False:
|
|
368
|
+
IPAddressSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
369
|
+
|
|
370
|
+
@pulumi.input_type
|
|
371
|
+
class IPAddressSpecPatchArgs:
|
|
372
|
+
def __init__(__self__, *,
|
|
373
|
+
parent_ref: Optional[pulumi.Input['ParentReferencePatchArgs']] = None):
|
|
374
|
+
"""
|
|
375
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
376
|
+
:param pulumi.Input['ParentReferencePatchArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
377
|
+
"""
|
|
378
|
+
if parent_ref is not None:
|
|
379
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
@pulumi.getter(name="parentRef")
|
|
383
|
+
def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
|
|
384
|
+
"""
|
|
385
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "parent_ref")
|
|
388
|
+
|
|
389
|
+
@parent_ref.setter
|
|
390
|
+
def parent_ref(self, value: Optional[pulumi.Input['ParentReferencePatchArgs']]):
|
|
391
|
+
pulumi.set(self, "parent_ref", value)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
if not MYPY:
|
|
395
|
+
class IPAddressSpecArgsDict(TypedDict):
|
|
396
|
+
"""
|
|
397
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
398
|
+
"""
|
|
399
|
+
parent_ref: pulumi.Input['ParentReferenceArgsDict']
|
|
400
|
+
"""
|
|
401
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
402
|
+
"""
|
|
403
|
+
elif False:
|
|
404
|
+
IPAddressSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
405
|
+
|
|
406
|
+
@pulumi.input_type
|
|
407
|
+
class IPAddressSpecArgs:
|
|
408
|
+
def __init__(__self__, *,
|
|
409
|
+
parent_ref: pulumi.Input['ParentReferenceArgs']):
|
|
410
|
+
"""
|
|
411
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
412
|
+
:param pulumi.Input['ParentReferenceArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
413
|
+
"""
|
|
414
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
@pulumi.getter(name="parentRef")
|
|
418
|
+
def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
|
|
419
|
+
"""
|
|
420
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
421
|
+
"""
|
|
422
|
+
return pulumi.get(self, "parent_ref")
|
|
423
|
+
|
|
424
|
+
@parent_ref.setter
|
|
425
|
+
def parent_ref(self, value: pulumi.Input['ParentReferenceArgs']):
|
|
426
|
+
pulumi.set(self, "parent_ref", value)
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
if not MYPY:
|
|
430
|
+
class IPAddressArgsDict(TypedDict):
|
|
431
|
+
"""
|
|
432
|
+
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
433
|
+
"""
|
|
434
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
435
|
+
"""
|
|
436
|
+
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
|
|
437
|
+
"""
|
|
438
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
439
|
+
"""
|
|
440
|
+
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
|
|
441
|
+
"""
|
|
442
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
443
|
+
"""
|
|
444
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
445
|
+
"""
|
|
446
|
+
spec: NotRequired[pulumi.Input['IPAddressSpecArgsDict']]
|
|
447
|
+
"""
|
|
448
|
+
spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
449
|
+
"""
|
|
450
|
+
elif False:
|
|
451
|
+
IPAddressArgsDict: TypeAlias = Mapping[str, Any]
|
|
452
|
+
|
|
453
|
+
@pulumi.input_type
|
|
454
|
+
class IPAddressArgs:
|
|
455
|
+
def __init__(__self__, *,
|
|
456
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
457
|
+
kind: Optional[pulumi.Input[str]] = None,
|
|
458
|
+
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
459
|
+
spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
|
|
460
|
+
"""
|
|
461
|
+
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
462
|
+
: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
|
|
463
|
+
: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
|
|
464
|
+
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
465
|
+
:param pulumi.Input['IPAddressSpecArgs'] spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
466
|
+
"""
|
|
467
|
+
if api_version is not None:
|
|
468
|
+
pulumi.set(__self__, "api_version", 'networking.k8s.io/v1beta1')
|
|
469
|
+
if kind is not None:
|
|
470
|
+
pulumi.set(__self__, "kind", 'IPAddress')
|
|
471
|
+
if metadata is not None:
|
|
472
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
473
|
+
if spec is not None:
|
|
474
|
+
pulumi.set(__self__, "spec", spec)
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
@pulumi.getter(name="apiVersion")
|
|
478
|
+
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
479
|
+
"""
|
|
480
|
+
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
|
|
481
|
+
"""
|
|
482
|
+
return pulumi.get(self, "api_version")
|
|
483
|
+
|
|
484
|
+
@api_version.setter
|
|
485
|
+
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
486
|
+
pulumi.set(self, "api_version", value)
|
|
487
|
+
|
|
488
|
+
@property
|
|
489
|
+
@pulumi.getter
|
|
490
|
+
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
491
|
+
"""
|
|
492
|
+
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
|
|
493
|
+
"""
|
|
494
|
+
return pulumi.get(self, "kind")
|
|
495
|
+
|
|
496
|
+
@kind.setter
|
|
497
|
+
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
498
|
+
pulumi.set(self, "kind", value)
|
|
499
|
+
|
|
500
|
+
@property
|
|
501
|
+
@pulumi.getter
|
|
502
|
+
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
503
|
+
"""
|
|
504
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
505
|
+
"""
|
|
506
|
+
return pulumi.get(self, "metadata")
|
|
507
|
+
|
|
508
|
+
@metadata.setter
|
|
509
|
+
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
510
|
+
pulumi.set(self, "metadata", value)
|
|
511
|
+
|
|
512
|
+
@property
|
|
513
|
+
@pulumi.getter
|
|
514
|
+
def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
|
|
515
|
+
"""
|
|
516
|
+
spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
517
|
+
"""
|
|
518
|
+
return pulumi.get(self, "spec")
|
|
519
|
+
|
|
520
|
+
@spec.setter
|
|
521
|
+
def spec(self, value: Optional[pulumi.Input['IPAddressSpecArgs']]):
|
|
522
|
+
pulumi.set(self, "spec", value)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
if not MYPY:
|
|
526
|
+
class IngressBackendPatchArgsDict(TypedDict):
|
|
527
|
+
"""
|
|
528
|
+
IngressBackend describes all endpoints for a given service and port.
|
|
529
|
+
"""
|
|
530
|
+
resource: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgsDict']]
|
|
531
|
+
"""
|
|
532
|
+
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.
|
|
533
|
+
"""
|
|
534
|
+
service_name: NotRequired[pulumi.Input[str]]
|
|
535
|
+
"""
|
|
536
|
+
Specifies the name of the referenced service.
|
|
537
|
+
"""
|
|
538
|
+
service_port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
539
|
+
"""
|
|
540
|
+
Specifies the port of the referenced service.
|
|
541
|
+
"""
|
|
542
|
+
elif False:
|
|
543
|
+
IngressBackendPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
544
|
+
|
|
232
545
|
@pulumi.input_type
|
|
233
546
|
class IngressBackendPatchArgs:
|
|
234
547
|
def __init__(__self__, *,
|
|
@@ -285,6 +598,26 @@ class IngressBackendPatchArgs:
|
|
|
285
598
|
pulumi.set(self, "service_port", value)
|
|
286
599
|
|
|
287
600
|
|
|
601
|
+
if not MYPY:
|
|
602
|
+
class IngressBackendArgsDict(TypedDict):
|
|
603
|
+
"""
|
|
604
|
+
IngressBackend describes all endpoints for a given service and port.
|
|
605
|
+
"""
|
|
606
|
+
service_name: pulumi.Input[str]
|
|
607
|
+
"""
|
|
608
|
+
Specifies the name of the referenced service.
|
|
609
|
+
"""
|
|
610
|
+
service_port: pulumi.Input[Union[int, str]]
|
|
611
|
+
"""
|
|
612
|
+
Specifies the port of the referenced service.
|
|
613
|
+
"""
|
|
614
|
+
resource: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgsDict']]
|
|
615
|
+
"""
|
|
616
|
+
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.
|
|
617
|
+
"""
|
|
618
|
+
elif False:
|
|
619
|
+
IngressBackendArgsDict: TypeAlias = Mapping[str, Any]
|
|
620
|
+
|
|
288
621
|
@pulumi.input_type
|
|
289
622
|
class IngressBackendArgs:
|
|
290
623
|
def __init__(__self__, *,
|
|
@@ -339,6 +672,22 @@ class IngressBackendArgs:
|
|
|
339
672
|
pulumi.set(self, "resource", value)
|
|
340
673
|
|
|
341
674
|
|
|
675
|
+
if not MYPY:
|
|
676
|
+
class IngressClassSpecPatchArgsDict(TypedDict):
|
|
677
|
+
"""
|
|
678
|
+
IngressClassSpec provides information about the class of an Ingress.
|
|
679
|
+
"""
|
|
680
|
+
controller: NotRequired[pulumi.Input[str]]
|
|
681
|
+
"""
|
|
682
|
+
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.
|
|
683
|
+
"""
|
|
684
|
+
parameters: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgsDict']]
|
|
685
|
+
"""
|
|
686
|
+
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.
|
|
687
|
+
"""
|
|
688
|
+
elif False:
|
|
689
|
+
IngressClassSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
690
|
+
|
|
342
691
|
@pulumi.input_type
|
|
343
692
|
class IngressClassSpecPatchArgs:
|
|
344
693
|
def __init__(__self__, *,
|
|
@@ -379,6 +728,22 @@ class IngressClassSpecPatchArgs:
|
|
|
379
728
|
pulumi.set(self, "parameters", value)
|
|
380
729
|
|
|
381
730
|
|
|
731
|
+
if not MYPY:
|
|
732
|
+
class IngressClassSpecArgsDict(TypedDict):
|
|
733
|
+
"""
|
|
734
|
+
IngressClassSpec provides information about the class of an Ingress.
|
|
735
|
+
"""
|
|
736
|
+
controller: NotRequired[pulumi.Input[str]]
|
|
737
|
+
"""
|
|
738
|
+
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.
|
|
739
|
+
"""
|
|
740
|
+
parameters: NotRequired[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgsDict']]
|
|
741
|
+
"""
|
|
742
|
+
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.
|
|
743
|
+
"""
|
|
744
|
+
elif False:
|
|
745
|
+
IngressClassSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
746
|
+
|
|
382
747
|
@pulumi.input_type
|
|
383
748
|
class IngressClassSpecArgs:
|
|
384
749
|
def __init__(__self__, *,
|
|
@@ -419,6 +784,30 @@ class IngressClassSpecArgs:
|
|
|
419
784
|
pulumi.set(self, "parameters", value)
|
|
420
785
|
|
|
421
786
|
|
|
787
|
+
if not MYPY:
|
|
788
|
+
class IngressClassArgsDict(TypedDict):
|
|
789
|
+
"""
|
|
790
|
+
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.
|
|
791
|
+
"""
|
|
792
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
793
|
+
"""
|
|
794
|
+
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
|
|
795
|
+
"""
|
|
796
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
797
|
+
"""
|
|
798
|
+
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
|
|
799
|
+
"""
|
|
800
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
801
|
+
"""
|
|
802
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
803
|
+
"""
|
|
804
|
+
spec: NotRequired[pulumi.Input['IngressClassSpecArgsDict']]
|
|
805
|
+
"""
|
|
806
|
+
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
|
|
807
|
+
"""
|
|
808
|
+
elif False:
|
|
809
|
+
IngressClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
810
|
+
|
|
422
811
|
@pulumi.input_type
|
|
423
812
|
class IngressClassArgs:
|
|
424
813
|
def __init__(__self__, *,
|
|
@@ -491,6 +880,24 @@ class IngressClassArgs:
|
|
|
491
880
|
pulumi.set(self, "spec", value)
|
|
492
881
|
|
|
493
882
|
|
|
883
|
+
if not MYPY:
|
|
884
|
+
class IngressRulePatchArgsDict(TypedDict):
|
|
885
|
+
"""
|
|
886
|
+
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.
|
|
887
|
+
"""
|
|
888
|
+
host: NotRequired[pulumi.Input[str]]
|
|
889
|
+
"""
|
|
890
|
+
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
|
|
891
|
+
IP in the Spec of the parent Ingress.
|
|
892
|
+
2. The `:` delimiter is not respected because ports are not allowed.
|
|
893
|
+
Currently the port of an Ingress is implicitly :80 for http and
|
|
894
|
+
:443 for https.
|
|
895
|
+
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.
|
|
896
|
+
"""
|
|
897
|
+
http: NotRequired[pulumi.Input['HTTPIngressRuleValuePatchArgsDict']]
|
|
898
|
+
elif False:
|
|
899
|
+
IngressRulePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
900
|
+
|
|
494
901
|
@pulumi.input_type
|
|
495
902
|
class IngressRulePatchArgs:
|
|
496
903
|
def __init__(__self__, *,
|
|
@@ -537,19 +944,37 @@ class IngressRulePatchArgs:
|
|
|
537
944
|
pulumi.set(self, "http", value)
|
|
538
945
|
|
|
539
946
|
|
|
540
|
-
|
|
541
|
-
class
|
|
542
|
-
def __init__(__self__, *,
|
|
543
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
544
|
-
http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
|
|
947
|
+
if not MYPY:
|
|
948
|
+
class IngressRuleArgsDict(TypedDict):
|
|
545
949
|
"""
|
|
546
950
|
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.
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
951
|
+
"""
|
|
952
|
+
host: NotRequired[pulumi.Input[str]]
|
|
953
|
+
"""
|
|
954
|
+
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
|
|
955
|
+
IP in the Spec of the parent Ingress.
|
|
956
|
+
2. The `:` delimiter is not respected because ports are not allowed.
|
|
957
|
+
Currently the port of an Ingress is implicitly :80 for http and
|
|
958
|
+
:443 for https.
|
|
959
|
+
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.
|
|
960
|
+
"""
|
|
961
|
+
http: NotRequired[pulumi.Input['HTTPIngressRuleValueArgsDict']]
|
|
962
|
+
elif False:
|
|
963
|
+
IngressRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
964
|
+
|
|
965
|
+
@pulumi.input_type
|
|
966
|
+
class IngressRuleArgs:
|
|
967
|
+
def __init__(__self__, *,
|
|
968
|
+
host: Optional[pulumi.Input[str]] = None,
|
|
969
|
+
http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
|
|
970
|
+
"""
|
|
971
|
+
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.
|
|
972
|
+
:param pulumi.Input[str] host: 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
|
|
973
|
+
IP in the Spec of the parent Ingress.
|
|
974
|
+
2. The `:` delimiter is not respected because ports are not allowed.
|
|
975
|
+
Currently the port of an Ingress is implicitly :80 for http and
|
|
976
|
+
:443 for https.
|
|
977
|
+
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.
|
|
553
978
|
"""
|
|
554
979
|
if host is not None:
|
|
555
980
|
pulumi.set(__self__, "host", host)
|
|
@@ -583,6 +1008,30 @@ class IngressRuleArgs:
|
|
|
583
1008
|
pulumi.set(self, "http", value)
|
|
584
1009
|
|
|
585
1010
|
|
|
1011
|
+
if not MYPY:
|
|
1012
|
+
class IngressSpecPatchArgsDict(TypedDict):
|
|
1013
|
+
"""
|
|
1014
|
+
IngressSpec describes the Ingress the user wishes to exist.
|
|
1015
|
+
"""
|
|
1016
|
+
backend: NotRequired[pulumi.Input['IngressBackendPatchArgsDict']]
|
|
1017
|
+
"""
|
|
1018
|
+
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.
|
|
1019
|
+
"""
|
|
1020
|
+
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1021
|
+
"""
|
|
1022
|
+
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.
|
|
1023
|
+
"""
|
|
1024
|
+
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgsDict']]]]
|
|
1025
|
+
"""
|
|
1026
|
+
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1027
|
+
"""
|
|
1028
|
+
tls: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgsDict']]]]
|
|
1029
|
+
"""
|
|
1030
|
+
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.
|
|
1031
|
+
"""
|
|
1032
|
+
elif False:
|
|
1033
|
+
IngressSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1034
|
+
|
|
586
1035
|
@pulumi.input_type
|
|
587
1036
|
class IngressSpecPatchArgs:
|
|
588
1037
|
def __init__(__self__, *,
|
|
@@ -655,6 +1104,30 @@ class IngressSpecPatchArgs:
|
|
|
655
1104
|
pulumi.set(self, "tls", value)
|
|
656
1105
|
|
|
657
1106
|
|
|
1107
|
+
if not MYPY:
|
|
1108
|
+
class IngressSpecArgsDict(TypedDict):
|
|
1109
|
+
"""
|
|
1110
|
+
IngressSpec describes the Ingress the user wishes to exist.
|
|
1111
|
+
"""
|
|
1112
|
+
backend: NotRequired[pulumi.Input['IngressBackendArgsDict']]
|
|
1113
|
+
"""
|
|
1114
|
+
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.
|
|
1115
|
+
"""
|
|
1116
|
+
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1117
|
+
"""
|
|
1118
|
+
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.
|
|
1119
|
+
"""
|
|
1120
|
+
rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgsDict']]]]
|
|
1121
|
+
"""
|
|
1122
|
+
A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1123
|
+
"""
|
|
1124
|
+
tls: NotRequired[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgsDict']]]]
|
|
1125
|
+
"""
|
|
1126
|
+
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.
|
|
1127
|
+
"""
|
|
1128
|
+
elif False:
|
|
1129
|
+
IngressSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
1130
|
+
|
|
658
1131
|
@pulumi.input_type
|
|
659
1132
|
class IngressSpecArgs:
|
|
660
1133
|
def __init__(__self__, *,
|
|
@@ -727,6 +1200,18 @@ class IngressSpecArgs:
|
|
|
727
1200
|
pulumi.set(self, "tls", value)
|
|
728
1201
|
|
|
729
1202
|
|
|
1203
|
+
if not MYPY:
|
|
1204
|
+
class IngressStatusArgsDict(TypedDict):
|
|
1205
|
+
"""
|
|
1206
|
+
IngressStatus describe the current state of the Ingress.
|
|
1207
|
+
"""
|
|
1208
|
+
load_balancer: NotRequired[pulumi.Input['_core.v1.LoadBalancerStatusArgsDict']]
|
|
1209
|
+
"""
|
|
1210
|
+
LoadBalancer contains the current status of the load-balancer.
|
|
1211
|
+
"""
|
|
1212
|
+
elif False:
|
|
1213
|
+
IngressStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1214
|
+
|
|
730
1215
|
@pulumi.input_type
|
|
731
1216
|
class IngressStatusArgs:
|
|
732
1217
|
def __init__(__self__, *,
|
|
@@ -751,6 +1236,22 @@ class IngressStatusArgs:
|
|
|
751
1236
|
pulumi.set(self, "load_balancer", value)
|
|
752
1237
|
|
|
753
1238
|
|
|
1239
|
+
if not MYPY:
|
|
1240
|
+
class IngressTLSPatchArgsDict(TypedDict):
|
|
1241
|
+
"""
|
|
1242
|
+
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1243
|
+
"""
|
|
1244
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1245
|
+
"""
|
|
1246
|
+
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.
|
|
1247
|
+
"""
|
|
1248
|
+
secret_name: NotRequired[pulumi.Input[str]]
|
|
1249
|
+
"""
|
|
1250
|
+
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.
|
|
1251
|
+
"""
|
|
1252
|
+
elif False:
|
|
1253
|
+
IngressTLSPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1254
|
+
|
|
754
1255
|
@pulumi.input_type
|
|
755
1256
|
class IngressTLSPatchArgs:
|
|
756
1257
|
def __init__(__self__, *,
|
|
@@ -791,6 +1292,22 @@ class IngressTLSPatchArgs:
|
|
|
791
1292
|
pulumi.set(self, "secret_name", value)
|
|
792
1293
|
|
|
793
1294
|
|
|
1295
|
+
if not MYPY:
|
|
1296
|
+
class IngressTLSArgsDict(TypedDict):
|
|
1297
|
+
"""
|
|
1298
|
+
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1299
|
+
"""
|
|
1300
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1301
|
+
"""
|
|
1302
|
+
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.
|
|
1303
|
+
"""
|
|
1304
|
+
secret_name: NotRequired[pulumi.Input[str]]
|
|
1305
|
+
"""
|
|
1306
|
+
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.
|
|
1307
|
+
"""
|
|
1308
|
+
elif False:
|
|
1309
|
+
IngressTLSArgsDict: TypeAlias = Mapping[str, Any]
|
|
1310
|
+
|
|
794
1311
|
@pulumi.input_type
|
|
795
1312
|
class IngressTLSArgs:
|
|
796
1313
|
def __init__(__self__, *,
|
|
@@ -831,6 +1348,48 @@ class IngressTLSArgs:
|
|
|
831
1348
|
pulumi.set(self, "secret_name", value)
|
|
832
1349
|
|
|
833
1350
|
|
|
1351
|
+
if not MYPY:
|
|
1352
|
+
class IngressArgsDict(TypedDict):
|
|
1353
|
+
"""
|
|
1354
|
+
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.
|
|
1355
|
+
|
|
1356
|
+
This resource waits until its status is ready before registering success
|
|
1357
|
+
for create/update, and populating output properties from the current state of the resource.
|
|
1358
|
+
The following conditions are used to determine whether the resource creation has
|
|
1359
|
+
succeeded or failed:
|
|
1360
|
+
|
|
1361
|
+
1. Ingress object exists.
|
|
1362
|
+
2. Endpoint objects exist with matching names for each Ingress path (except when Service
|
|
1363
|
+
type is ExternalName).
|
|
1364
|
+
3. Ingress entry exists for '.status.loadBalancer.ingress'.
|
|
1365
|
+
|
|
1366
|
+
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
1367
|
+
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1368
|
+
by setting the 'customTimeouts' option on the resource.
|
|
1369
|
+
"""
|
|
1370
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1371
|
+
"""
|
|
1372
|
+
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
|
|
1373
|
+
"""
|
|
1374
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1375
|
+
"""
|
|
1376
|
+
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
|
|
1377
|
+
"""
|
|
1378
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1379
|
+
"""
|
|
1380
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1381
|
+
"""
|
|
1382
|
+
spec: NotRequired[pulumi.Input['IngressSpecArgsDict']]
|
|
1383
|
+
"""
|
|
1384
|
+
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
|
|
1385
|
+
"""
|
|
1386
|
+
status: NotRequired[pulumi.Input['IngressStatusArgsDict']]
|
|
1387
|
+
"""
|
|
1388
|
+
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
|
|
1389
|
+
"""
|
|
1390
|
+
elif False:
|
|
1391
|
+
IngressArgsDict: TypeAlias = Mapping[str, Any]
|
|
1392
|
+
|
|
834
1393
|
@pulumi.input_type
|
|
835
1394
|
class IngressArgs:
|
|
836
1395
|
def __init__(__self__, *,
|
|
@@ -933,3 +1492,417 @@ class IngressArgs:
|
|
|
933
1492
|
pulumi.set(self, "status", value)
|
|
934
1493
|
|
|
935
1494
|
|
|
1495
|
+
if not MYPY:
|
|
1496
|
+
class ParentReferencePatchArgsDict(TypedDict):
|
|
1497
|
+
"""
|
|
1498
|
+
ParentReference describes a reference to a parent object.
|
|
1499
|
+
"""
|
|
1500
|
+
group: NotRequired[pulumi.Input[str]]
|
|
1501
|
+
"""
|
|
1502
|
+
Group is the group of the object being referenced.
|
|
1503
|
+
"""
|
|
1504
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1505
|
+
"""
|
|
1506
|
+
Name is the name of the object being referenced.
|
|
1507
|
+
"""
|
|
1508
|
+
namespace: NotRequired[pulumi.Input[str]]
|
|
1509
|
+
"""
|
|
1510
|
+
Namespace is the namespace of the object being referenced.
|
|
1511
|
+
"""
|
|
1512
|
+
resource: NotRequired[pulumi.Input[str]]
|
|
1513
|
+
"""
|
|
1514
|
+
Resource is the resource of the object being referenced.
|
|
1515
|
+
"""
|
|
1516
|
+
elif False:
|
|
1517
|
+
ParentReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1518
|
+
|
|
1519
|
+
@pulumi.input_type
|
|
1520
|
+
class ParentReferencePatchArgs:
|
|
1521
|
+
def __init__(__self__, *,
|
|
1522
|
+
group: Optional[pulumi.Input[str]] = None,
|
|
1523
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1524
|
+
namespace: Optional[pulumi.Input[str]] = None,
|
|
1525
|
+
resource: Optional[pulumi.Input[str]] = None):
|
|
1526
|
+
"""
|
|
1527
|
+
ParentReference describes a reference to a parent object.
|
|
1528
|
+
:param pulumi.Input[str] group: Group is the group of the object being referenced.
|
|
1529
|
+
:param pulumi.Input[str] name: Name is the name of the object being referenced.
|
|
1530
|
+
:param pulumi.Input[str] namespace: Namespace is the namespace of the object being referenced.
|
|
1531
|
+
:param pulumi.Input[str] resource: Resource is the resource of the object being referenced.
|
|
1532
|
+
"""
|
|
1533
|
+
if group is not None:
|
|
1534
|
+
pulumi.set(__self__, "group", group)
|
|
1535
|
+
if name is not None:
|
|
1536
|
+
pulumi.set(__self__, "name", name)
|
|
1537
|
+
if namespace is not None:
|
|
1538
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
1539
|
+
if resource is not None:
|
|
1540
|
+
pulumi.set(__self__, "resource", resource)
|
|
1541
|
+
|
|
1542
|
+
@property
|
|
1543
|
+
@pulumi.getter
|
|
1544
|
+
def group(self) -> Optional[pulumi.Input[str]]:
|
|
1545
|
+
"""
|
|
1546
|
+
Group is the group of the object being referenced.
|
|
1547
|
+
"""
|
|
1548
|
+
return pulumi.get(self, "group")
|
|
1549
|
+
|
|
1550
|
+
@group.setter
|
|
1551
|
+
def group(self, value: Optional[pulumi.Input[str]]):
|
|
1552
|
+
pulumi.set(self, "group", value)
|
|
1553
|
+
|
|
1554
|
+
@property
|
|
1555
|
+
@pulumi.getter
|
|
1556
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1557
|
+
"""
|
|
1558
|
+
Name is the name of the object being referenced.
|
|
1559
|
+
"""
|
|
1560
|
+
return pulumi.get(self, "name")
|
|
1561
|
+
|
|
1562
|
+
@name.setter
|
|
1563
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1564
|
+
pulumi.set(self, "name", value)
|
|
1565
|
+
|
|
1566
|
+
@property
|
|
1567
|
+
@pulumi.getter
|
|
1568
|
+
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
1569
|
+
"""
|
|
1570
|
+
Namespace is the namespace of the object being referenced.
|
|
1571
|
+
"""
|
|
1572
|
+
return pulumi.get(self, "namespace")
|
|
1573
|
+
|
|
1574
|
+
@namespace.setter
|
|
1575
|
+
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
1576
|
+
pulumi.set(self, "namespace", value)
|
|
1577
|
+
|
|
1578
|
+
@property
|
|
1579
|
+
@pulumi.getter
|
|
1580
|
+
def resource(self) -> Optional[pulumi.Input[str]]:
|
|
1581
|
+
"""
|
|
1582
|
+
Resource is the resource of the object being referenced.
|
|
1583
|
+
"""
|
|
1584
|
+
return pulumi.get(self, "resource")
|
|
1585
|
+
|
|
1586
|
+
@resource.setter
|
|
1587
|
+
def resource(self, value: Optional[pulumi.Input[str]]):
|
|
1588
|
+
pulumi.set(self, "resource", value)
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
if not MYPY:
|
|
1592
|
+
class ParentReferenceArgsDict(TypedDict):
|
|
1593
|
+
"""
|
|
1594
|
+
ParentReference describes a reference to a parent object.
|
|
1595
|
+
"""
|
|
1596
|
+
name: pulumi.Input[str]
|
|
1597
|
+
"""
|
|
1598
|
+
Name is the name of the object being referenced.
|
|
1599
|
+
"""
|
|
1600
|
+
resource: pulumi.Input[str]
|
|
1601
|
+
"""
|
|
1602
|
+
Resource is the resource of the object being referenced.
|
|
1603
|
+
"""
|
|
1604
|
+
group: NotRequired[pulumi.Input[str]]
|
|
1605
|
+
"""
|
|
1606
|
+
Group is the group of the object being referenced.
|
|
1607
|
+
"""
|
|
1608
|
+
namespace: NotRequired[pulumi.Input[str]]
|
|
1609
|
+
"""
|
|
1610
|
+
Namespace is the namespace of the object being referenced.
|
|
1611
|
+
"""
|
|
1612
|
+
elif False:
|
|
1613
|
+
ParentReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1614
|
+
|
|
1615
|
+
@pulumi.input_type
|
|
1616
|
+
class ParentReferenceArgs:
|
|
1617
|
+
def __init__(__self__, *,
|
|
1618
|
+
name: pulumi.Input[str],
|
|
1619
|
+
resource: pulumi.Input[str],
|
|
1620
|
+
group: Optional[pulumi.Input[str]] = None,
|
|
1621
|
+
namespace: Optional[pulumi.Input[str]] = None):
|
|
1622
|
+
"""
|
|
1623
|
+
ParentReference describes a reference to a parent object.
|
|
1624
|
+
:param pulumi.Input[str] name: Name is the name of the object being referenced.
|
|
1625
|
+
:param pulumi.Input[str] resource: Resource is the resource of the object being referenced.
|
|
1626
|
+
:param pulumi.Input[str] group: Group is the group of the object being referenced.
|
|
1627
|
+
:param pulumi.Input[str] namespace: Namespace is the namespace of the object being referenced.
|
|
1628
|
+
"""
|
|
1629
|
+
pulumi.set(__self__, "name", name)
|
|
1630
|
+
pulumi.set(__self__, "resource", resource)
|
|
1631
|
+
if group is not None:
|
|
1632
|
+
pulumi.set(__self__, "group", group)
|
|
1633
|
+
if namespace is not None:
|
|
1634
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
1635
|
+
|
|
1636
|
+
@property
|
|
1637
|
+
@pulumi.getter
|
|
1638
|
+
def name(self) -> pulumi.Input[str]:
|
|
1639
|
+
"""
|
|
1640
|
+
Name is the name of the object being referenced.
|
|
1641
|
+
"""
|
|
1642
|
+
return pulumi.get(self, "name")
|
|
1643
|
+
|
|
1644
|
+
@name.setter
|
|
1645
|
+
def name(self, value: pulumi.Input[str]):
|
|
1646
|
+
pulumi.set(self, "name", value)
|
|
1647
|
+
|
|
1648
|
+
@property
|
|
1649
|
+
@pulumi.getter
|
|
1650
|
+
def resource(self) -> pulumi.Input[str]:
|
|
1651
|
+
"""
|
|
1652
|
+
Resource is the resource of the object being referenced.
|
|
1653
|
+
"""
|
|
1654
|
+
return pulumi.get(self, "resource")
|
|
1655
|
+
|
|
1656
|
+
@resource.setter
|
|
1657
|
+
def resource(self, value: pulumi.Input[str]):
|
|
1658
|
+
pulumi.set(self, "resource", value)
|
|
1659
|
+
|
|
1660
|
+
@property
|
|
1661
|
+
@pulumi.getter
|
|
1662
|
+
def group(self) -> Optional[pulumi.Input[str]]:
|
|
1663
|
+
"""
|
|
1664
|
+
Group is the group of the object being referenced.
|
|
1665
|
+
"""
|
|
1666
|
+
return pulumi.get(self, "group")
|
|
1667
|
+
|
|
1668
|
+
@group.setter
|
|
1669
|
+
def group(self, value: Optional[pulumi.Input[str]]):
|
|
1670
|
+
pulumi.set(self, "group", value)
|
|
1671
|
+
|
|
1672
|
+
@property
|
|
1673
|
+
@pulumi.getter
|
|
1674
|
+
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
1675
|
+
"""
|
|
1676
|
+
Namespace is the namespace of the object being referenced.
|
|
1677
|
+
"""
|
|
1678
|
+
return pulumi.get(self, "namespace")
|
|
1679
|
+
|
|
1680
|
+
@namespace.setter
|
|
1681
|
+
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
1682
|
+
pulumi.set(self, "namespace", value)
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
if not MYPY:
|
|
1686
|
+
class ServiceCIDRSpecPatchArgsDict(TypedDict):
|
|
1687
|
+
"""
|
|
1688
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1689
|
+
"""
|
|
1690
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1691
|
+
"""
|
|
1692
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1693
|
+
"""
|
|
1694
|
+
elif False:
|
|
1695
|
+
ServiceCIDRSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1696
|
+
|
|
1697
|
+
@pulumi.input_type
|
|
1698
|
+
class ServiceCIDRSpecPatchArgs:
|
|
1699
|
+
def __init__(__self__, *,
|
|
1700
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1701
|
+
"""
|
|
1702
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1703
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1704
|
+
"""
|
|
1705
|
+
if cidrs is not None:
|
|
1706
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
1707
|
+
|
|
1708
|
+
@property
|
|
1709
|
+
@pulumi.getter
|
|
1710
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1711
|
+
"""
|
|
1712
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1713
|
+
"""
|
|
1714
|
+
return pulumi.get(self, "cidrs")
|
|
1715
|
+
|
|
1716
|
+
@cidrs.setter
|
|
1717
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1718
|
+
pulumi.set(self, "cidrs", value)
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
if not MYPY:
|
|
1722
|
+
class ServiceCIDRSpecArgsDict(TypedDict):
|
|
1723
|
+
"""
|
|
1724
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1725
|
+
"""
|
|
1726
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1727
|
+
"""
|
|
1728
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1729
|
+
"""
|
|
1730
|
+
elif False:
|
|
1731
|
+
ServiceCIDRSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
1732
|
+
|
|
1733
|
+
@pulumi.input_type
|
|
1734
|
+
class ServiceCIDRSpecArgs:
|
|
1735
|
+
def __init__(__self__, *,
|
|
1736
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1737
|
+
"""
|
|
1738
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1739
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1740
|
+
"""
|
|
1741
|
+
if cidrs is not None:
|
|
1742
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
1743
|
+
|
|
1744
|
+
@property
|
|
1745
|
+
@pulumi.getter
|
|
1746
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1747
|
+
"""
|
|
1748
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1749
|
+
"""
|
|
1750
|
+
return pulumi.get(self, "cidrs")
|
|
1751
|
+
|
|
1752
|
+
@cidrs.setter
|
|
1753
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1754
|
+
pulumi.set(self, "cidrs", value)
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
if not MYPY:
|
|
1758
|
+
class ServiceCIDRStatusArgsDict(TypedDict):
|
|
1759
|
+
"""
|
|
1760
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
1761
|
+
"""
|
|
1762
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgsDict']]]]
|
|
1763
|
+
"""
|
|
1764
|
+
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
1765
|
+
"""
|
|
1766
|
+
elif False:
|
|
1767
|
+
ServiceCIDRStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1768
|
+
|
|
1769
|
+
@pulumi.input_type
|
|
1770
|
+
class ServiceCIDRStatusArgs:
|
|
1771
|
+
def __init__(__self__, *,
|
|
1772
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]] = None):
|
|
1773
|
+
"""
|
|
1774
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
1775
|
+
:param pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]] conditions: conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
1776
|
+
"""
|
|
1777
|
+
if conditions is not None:
|
|
1778
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
1779
|
+
|
|
1780
|
+
@property
|
|
1781
|
+
@pulumi.getter
|
|
1782
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
|
|
1783
|
+
"""
|
|
1784
|
+
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
1785
|
+
"""
|
|
1786
|
+
return pulumi.get(self, "conditions")
|
|
1787
|
+
|
|
1788
|
+
@conditions.setter
|
|
1789
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]):
|
|
1790
|
+
pulumi.set(self, "conditions", value)
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
if not MYPY:
|
|
1794
|
+
class ServiceCIDRArgsDict(TypedDict):
|
|
1795
|
+
"""
|
|
1796
|
+
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
1797
|
+
"""
|
|
1798
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1799
|
+
"""
|
|
1800
|
+
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
|
|
1801
|
+
"""
|
|
1802
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1803
|
+
"""
|
|
1804
|
+
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
|
|
1805
|
+
"""
|
|
1806
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1807
|
+
"""
|
|
1808
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1809
|
+
"""
|
|
1810
|
+
spec: NotRequired[pulumi.Input['ServiceCIDRSpecArgsDict']]
|
|
1811
|
+
"""
|
|
1812
|
+
spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1813
|
+
"""
|
|
1814
|
+
status: NotRequired[pulumi.Input['ServiceCIDRStatusArgsDict']]
|
|
1815
|
+
"""
|
|
1816
|
+
status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1817
|
+
"""
|
|
1818
|
+
elif False:
|
|
1819
|
+
ServiceCIDRArgsDict: TypeAlias = Mapping[str, Any]
|
|
1820
|
+
|
|
1821
|
+
@pulumi.input_type
|
|
1822
|
+
class ServiceCIDRArgs:
|
|
1823
|
+
def __init__(__self__, *,
|
|
1824
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
1825
|
+
kind: Optional[pulumi.Input[str]] = None,
|
|
1826
|
+
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1827
|
+
spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
|
|
1828
|
+
status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
|
|
1829
|
+
"""
|
|
1830
|
+
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
1831
|
+
: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
|
|
1832
|
+
: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
|
|
1833
|
+
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1834
|
+
:param pulumi.Input['ServiceCIDRSpecArgs'] spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1835
|
+
:param pulumi.Input['ServiceCIDRStatusArgs'] status: status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1836
|
+
"""
|
|
1837
|
+
if api_version is not None:
|
|
1838
|
+
pulumi.set(__self__, "api_version", 'networking.k8s.io/v1beta1')
|
|
1839
|
+
if kind is not None:
|
|
1840
|
+
pulumi.set(__self__, "kind", 'ServiceCIDR')
|
|
1841
|
+
if metadata is not None:
|
|
1842
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
1843
|
+
if spec is not None:
|
|
1844
|
+
pulumi.set(__self__, "spec", spec)
|
|
1845
|
+
if status is not None:
|
|
1846
|
+
pulumi.set(__self__, "status", status)
|
|
1847
|
+
|
|
1848
|
+
@property
|
|
1849
|
+
@pulumi.getter(name="apiVersion")
|
|
1850
|
+
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1851
|
+
"""
|
|
1852
|
+
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
|
|
1853
|
+
"""
|
|
1854
|
+
return pulumi.get(self, "api_version")
|
|
1855
|
+
|
|
1856
|
+
@api_version.setter
|
|
1857
|
+
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1858
|
+
pulumi.set(self, "api_version", value)
|
|
1859
|
+
|
|
1860
|
+
@property
|
|
1861
|
+
@pulumi.getter
|
|
1862
|
+
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1863
|
+
"""
|
|
1864
|
+
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
|
|
1865
|
+
"""
|
|
1866
|
+
return pulumi.get(self, "kind")
|
|
1867
|
+
|
|
1868
|
+
@kind.setter
|
|
1869
|
+
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1870
|
+
pulumi.set(self, "kind", value)
|
|
1871
|
+
|
|
1872
|
+
@property
|
|
1873
|
+
@pulumi.getter
|
|
1874
|
+
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1875
|
+
"""
|
|
1876
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1877
|
+
"""
|
|
1878
|
+
return pulumi.get(self, "metadata")
|
|
1879
|
+
|
|
1880
|
+
@metadata.setter
|
|
1881
|
+
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1882
|
+
pulumi.set(self, "metadata", value)
|
|
1883
|
+
|
|
1884
|
+
@property
|
|
1885
|
+
@pulumi.getter
|
|
1886
|
+
def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
|
|
1887
|
+
"""
|
|
1888
|
+
spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1889
|
+
"""
|
|
1890
|
+
return pulumi.get(self, "spec")
|
|
1891
|
+
|
|
1892
|
+
@spec.setter
|
|
1893
|
+
def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
|
|
1894
|
+
pulumi.set(self, "spec", value)
|
|
1895
|
+
|
|
1896
|
+
@property
|
|
1897
|
+
@pulumi.getter
|
|
1898
|
+
def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
|
|
1899
|
+
"""
|
|
1900
|
+
status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1901
|
+
"""
|
|
1902
|
+
return pulumi.get(self, "status")
|
|
1903
|
+
|
|
1904
|
+
@status.setter
|
|
1905
|
+
def status(self, value: Optional[pulumi.Input['ServiceCIDRStatusArgs']]):
|
|
1906
|
+
pulumi.set(self, "status", value)
|
|
1907
|
+
|
|
1908
|
+
|