pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.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 +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -25,6 +26,12 @@ __all__ = [
|
|
|
25
26
|
'HTTPIngressRuleValuePatchArgsDict',
|
|
26
27
|
'HTTPIngressRuleValueArgs',
|
|
27
28
|
'HTTPIngressRuleValueArgsDict',
|
|
29
|
+
'IPAddressSpecPatchArgs',
|
|
30
|
+
'IPAddressSpecPatchArgsDict',
|
|
31
|
+
'IPAddressSpecArgs',
|
|
32
|
+
'IPAddressSpecArgsDict',
|
|
33
|
+
'IPAddressArgs',
|
|
34
|
+
'IPAddressArgsDict',
|
|
28
35
|
'IPBlockPatchArgs',
|
|
29
36
|
'IPBlockPatchArgsDict',
|
|
30
37
|
'IPBlockArgs',
|
|
@@ -93,10 +100,22 @@ __all__ = [
|
|
|
93
100
|
'NetworkPolicyStatusArgsDict',
|
|
94
101
|
'NetworkPolicyArgs',
|
|
95
102
|
'NetworkPolicyArgsDict',
|
|
103
|
+
'ParentReferencePatchArgs',
|
|
104
|
+
'ParentReferencePatchArgsDict',
|
|
105
|
+
'ParentReferenceArgs',
|
|
106
|
+
'ParentReferenceArgsDict',
|
|
96
107
|
'ServiceBackendPortPatchArgs',
|
|
97
108
|
'ServiceBackendPortPatchArgsDict',
|
|
98
109
|
'ServiceBackendPortArgs',
|
|
99
110
|
'ServiceBackendPortArgsDict',
|
|
111
|
+
'ServiceCIDRSpecPatchArgs',
|
|
112
|
+
'ServiceCIDRSpecPatchArgsDict',
|
|
113
|
+
'ServiceCIDRSpecArgs',
|
|
114
|
+
'ServiceCIDRSpecArgsDict',
|
|
115
|
+
'ServiceCIDRStatusArgs',
|
|
116
|
+
'ServiceCIDRStatusArgsDict',
|
|
117
|
+
'ServiceCIDRArgs',
|
|
118
|
+
'ServiceCIDRArgsDict',
|
|
100
119
|
]
|
|
101
120
|
|
|
102
121
|
MYPY = False
|
|
@@ -110,11 +129,11 @@ if not MYPY:
|
|
|
110
129
|
"""
|
|
111
130
|
backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
112
131
|
"""
|
|
113
|
-
path: NotRequired[pulumi.Input[str]]
|
|
132
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
114
133
|
"""
|
|
115
134
|
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
116
135
|
"""
|
|
117
|
-
path_type: NotRequired[pulumi.Input[str]]
|
|
136
|
+
path_type: NotRequired[pulumi.Input[builtins.str]]
|
|
118
137
|
"""
|
|
119
138
|
pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
120
139
|
done on a path element by element basis. A path element refers is the
|
|
@@ -135,13 +154,13 @@ elif False:
|
|
|
135
154
|
class HTTPIngressPathPatchArgs:
|
|
136
155
|
def __init__(__self__, *,
|
|
137
156
|
backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
138
|
-
path: Optional[pulumi.Input[str]] = None,
|
|
139
|
-
path_type: Optional[pulumi.Input[str]] = None):
|
|
157
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
|
158
|
+
path_type: Optional[pulumi.Input[builtins.str]] = None):
|
|
140
159
|
"""
|
|
141
160
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
142
161
|
:param pulumi.Input['IngressBackendPatchArgs'] backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
143
|
-
:param pulumi.Input[str] path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
144
|
-
:param pulumi.Input[str] path_type: 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
|
|
162
|
+
:param pulumi.Input[builtins.str] path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
163
|
+
:param pulumi.Input[builtins.str] path_type: 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
|
|
145
164
|
done on a path element by element basis. A path element refers is the
|
|
146
165
|
list of labels in the path split by the '/' separator. A request is a
|
|
147
166
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -174,19 +193,19 @@ class HTTPIngressPathPatchArgs:
|
|
|
174
193
|
|
|
175
194
|
@property
|
|
176
195
|
@pulumi.getter
|
|
177
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
196
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
178
197
|
"""
|
|
179
198
|
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
180
199
|
"""
|
|
181
200
|
return pulumi.get(self, "path")
|
|
182
201
|
|
|
183
202
|
@path.setter
|
|
184
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
203
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
185
204
|
pulumi.set(self, "path", value)
|
|
186
205
|
|
|
187
206
|
@property
|
|
188
207
|
@pulumi.getter(name="pathType")
|
|
189
|
-
def path_type(self) -> Optional[pulumi.Input[str]]:
|
|
208
|
+
def path_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
190
209
|
"""
|
|
191
210
|
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
|
|
192
211
|
done on a path element by element basis. A path element refers is the
|
|
@@ -203,7 +222,7 @@ class HTTPIngressPathPatchArgs:
|
|
|
203
222
|
return pulumi.get(self, "path_type")
|
|
204
223
|
|
|
205
224
|
@path_type.setter
|
|
206
|
-
def path_type(self, value: Optional[pulumi.Input[str]]):
|
|
225
|
+
def path_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
207
226
|
pulumi.set(self, "path_type", value)
|
|
208
227
|
|
|
209
228
|
|
|
@@ -216,7 +235,7 @@ if not MYPY:
|
|
|
216
235
|
"""
|
|
217
236
|
backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
218
237
|
"""
|
|
219
|
-
path_type: pulumi.Input[str]
|
|
238
|
+
path_type: pulumi.Input[builtins.str]
|
|
220
239
|
"""
|
|
221
240
|
pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
222
241
|
done on a path element by element basis. A path element refers is the
|
|
@@ -230,7 +249,7 @@ if not MYPY:
|
|
|
230
249
|
or treat it identically to Prefix or Exact path types.
|
|
231
250
|
Implementations are required to support all path types.
|
|
232
251
|
"""
|
|
233
|
-
path: NotRequired[pulumi.Input[str]]
|
|
252
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
234
253
|
"""
|
|
235
254
|
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
236
255
|
"""
|
|
@@ -241,12 +260,12 @@ elif False:
|
|
|
241
260
|
class HTTPIngressPathArgs:
|
|
242
261
|
def __init__(__self__, *,
|
|
243
262
|
backend: pulumi.Input['IngressBackendArgs'],
|
|
244
|
-
path_type: pulumi.Input[str],
|
|
245
|
-
path: Optional[pulumi.Input[str]] = None):
|
|
263
|
+
path_type: pulumi.Input[builtins.str],
|
|
264
|
+
path: Optional[pulumi.Input[builtins.str]] = None):
|
|
246
265
|
"""
|
|
247
266
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
248
267
|
:param pulumi.Input['IngressBackendArgs'] backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
249
|
-
:param pulumi.Input[str] path_type: 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
|
|
268
|
+
:param pulumi.Input[builtins.str] path_type: 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
|
|
250
269
|
done on a path element by element basis. A path element refers is the
|
|
251
270
|
list of labels in the path split by the '/' separator. A request is a
|
|
252
271
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -257,7 +276,7 @@ class HTTPIngressPathArgs:
|
|
|
257
276
|
the IngressClass. Implementations can treat this as a separate PathType
|
|
258
277
|
or treat it identically to Prefix or Exact path types.
|
|
259
278
|
Implementations are required to support all path types.
|
|
260
|
-
:param pulumi.Input[str] path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
279
|
+
:param pulumi.Input[builtins.str] path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
261
280
|
"""
|
|
262
281
|
pulumi.set(__self__, "backend", backend)
|
|
263
282
|
pulumi.set(__self__, "path_type", path_type)
|
|
@@ -278,7 +297,7 @@ class HTTPIngressPathArgs:
|
|
|
278
297
|
|
|
279
298
|
@property
|
|
280
299
|
@pulumi.getter(name="pathType")
|
|
281
|
-
def path_type(self) -> pulumi.Input[str]:
|
|
300
|
+
def path_type(self) -> pulumi.Input[builtins.str]:
|
|
282
301
|
"""
|
|
283
302
|
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
|
|
284
303
|
done on a path element by element basis. A path element refers is the
|
|
@@ -295,19 +314,19 @@ class HTTPIngressPathArgs:
|
|
|
295
314
|
return pulumi.get(self, "path_type")
|
|
296
315
|
|
|
297
316
|
@path_type.setter
|
|
298
|
-
def path_type(self, value: pulumi.Input[str]):
|
|
317
|
+
def path_type(self, value: pulumi.Input[builtins.str]):
|
|
299
318
|
pulumi.set(self, "path_type", value)
|
|
300
319
|
|
|
301
320
|
@property
|
|
302
321
|
@pulumi.getter
|
|
303
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
322
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
304
323
|
"""
|
|
305
324
|
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
306
325
|
"""
|
|
307
326
|
return pulumi.get(self, "path")
|
|
308
327
|
|
|
309
328
|
@path.setter
|
|
310
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
329
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
311
330
|
pulumi.set(self, "path", value)
|
|
312
331
|
|
|
313
332
|
|
|
@@ -382,16 +401,183 @@ class HTTPIngressRuleValueArgs:
|
|
|
382
401
|
pulumi.set(self, "paths", value)
|
|
383
402
|
|
|
384
403
|
|
|
404
|
+
if not MYPY:
|
|
405
|
+
class IPAddressSpecPatchArgsDict(TypedDict):
|
|
406
|
+
"""
|
|
407
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
408
|
+
"""
|
|
409
|
+
parent_ref: NotRequired[pulumi.Input['ParentReferencePatchArgsDict']]
|
|
410
|
+
"""
|
|
411
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
412
|
+
"""
|
|
413
|
+
elif False:
|
|
414
|
+
IPAddressSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
415
|
+
|
|
416
|
+
@pulumi.input_type
|
|
417
|
+
class IPAddressSpecPatchArgs:
|
|
418
|
+
def __init__(__self__, *,
|
|
419
|
+
parent_ref: Optional[pulumi.Input['ParentReferencePatchArgs']] = None):
|
|
420
|
+
"""
|
|
421
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
422
|
+
:param pulumi.Input['ParentReferencePatchArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
423
|
+
"""
|
|
424
|
+
if parent_ref is not None:
|
|
425
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter(name="parentRef")
|
|
429
|
+
def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
|
|
430
|
+
"""
|
|
431
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "parent_ref")
|
|
434
|
+
|
|
435
|
+
@parent_ref.setter
|
|
436
|
+
def parent_ref(self, value: Optional[pulumi.Input['ParentReferencePatchArgs']]):
|
|
437
|
+
pulumi.set(self, "parent_ref", value)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
if not MYPY:
|
|
441
|
+
class IPAddressSpecArgsDict(TypedDict):
|
|
442
|
+
"""
|
|
443
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
444
|
+
"""
|
|
445
|
+
parent_ref: pulumi.Input['ParentReferenceArgsDict']
|
|
446
|
+
"""
|
|
447
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
448
|
+
"""
|
|
449
|
+
elif False:
|
|
450
|
+
IPAddressSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
451
|
+
|
|
452
|
+
@pulumi.input_type
|
|
453
|
+
class IPAddressSpecArgs:
|
|
454
|
+
def __init__(__self__, *,
|
|
455
|
+
parent_ref: pulumi.Input['ParentReferenceArgs']):
|
|
456
|
+
"""
|
|
457
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
458
|
+
:param pulumi.Input['ParentReferenceArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
459
|
+
"""
|
|
460
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter(name="parentRef")
|
|
464
|
+
def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
|
|
465
|
+
"""
|
|
466
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "parent_ref")
|
|
469
|
+
|
|
470
|
+
@parent_ref.setter
|
|
471
|
+
def parent_ref(self, value: pulumi.Input['ParentReferenceArgs']):
|
|
472
|
+
pulumi.set(self, "parent_ref", value)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
if not MYPY:
|
|
476
|
+
class IPAddressArgsDict(TypedDict):
|
|
477
|
+
"""
|
|
478
|
+
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
|
|
479
|
+
"""
|
|
480
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
481
|
+
"""
|
|
482
|
+
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
|
|
483
|
+
"""
|
|
484
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
485
|
+
"""
|
|
486
|
+
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
|
|
487
|
+
"""
|
|
488
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
489
|
+
"""
|
|
490
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
491
|
+
"""
|
|
492
|
+
spec: NotRequired[pulumi.Input['IPAddressSpecArgsDict']]
|
|
493
|
+
"""
|
|
494
|
+
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
|
|
495
|
+
"""
|
|
496
|
+
elif False:
|
|
497
|
+
IPAddressArgsDict: TypeAlias = Mapping[str, Any]
|
|
498
|
+
|
|
499
|
+
@pulumi.input_type
|
|
500
|
+
class IPAddressArgs:
|
|
501
|
+
def __init__(__self__, *,
|
|
502
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
503
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
504
|
+
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
505
|
+
spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
|
|
506
|
+
"""
|
|
507
|
+
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
|
|
508
|
+
:param pulumi.Input[builtins.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
|
|
509
|
+
:param pulumi.Input[builtins.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
|
|
510
|
+
: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
|
|
511
|
+
: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
|
|
512
|
+
"""
|
|
513
|
+
if api_version is not None:
|
|
514
|
+
pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
|
|
515
|
+
if kind is not None:
|
|
516
|
+
pulumi.set(__self__, "kind", 'IPAddress')
|
|
517
|
+
if metadata is not None:
|
|
518
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
519
|
+
if spec is not None:
|
|
520
|
+
pulumi.set(__self__, "spec", spec)
|
|
521
|
+
|
|
522
|
+
@property
|
|
523
|
+
@pulumi.getter(name="apiVersion")
|
|
524
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
525
|
+
"""
|
|
526
|
+
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
|
|
527
|
+
"""
|
|
528
|
+
return pulumi.get(self, "api_version")
|
|
529
|
+
|
|
530
|
+
@api_version.setter
|
|
531
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
532
|
+
pulumi.set(self, "api_version", value)
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter
|
|
536
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
537
|
+
"""
|
|
538
|
+
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
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "kind")
|
|
541
|
+
|
|
542
|
+
@kind.setter
|
|
543
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
544
|
+
pulumi.set(self, "kind", value)
|
|
545
|
+
|
|
546
|
+
@property
|
|
547
|
+
@pulumi.getter
|
|
548
|
+
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
549
|
+
"""
|
|
550
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
551
|
+
"""
|
|
552
|
+
return pulumi.get(self, "metadata")
|
|
553
|
+
|
|
554
|
+
@metadata.setter
|
|
555
|
+
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
556
|
+
pulumi.set(self, "metadata", value)
|
|
557
|
+
|
|
558
|
+
@property
|
|
559
|
+
@pulumi.getter
|
|
560
|
+
def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
|
|
561
|
+
"""
|
|
562
|
+
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
|
|
563
|
+
"""
|
|
564
|
+
return pulumi.get(self, "spec")
|
|
565
|
+
|
|
566
|
+
@spec.setter
|
|
567
|
+
def spec(self, value: Optional[pulumi.Input['IPAddressSpecArgs']]):
|
|
568
|
+
pulumi.set(self, "spec", value)
|
|
569
|
+
|
|
570
|
+
|
|
385
571
|
if not MYPY:
|
|
386
572
|
class IPBlockPatchArgsDict(TypedDict):
|
|
387
573
|
"""
|
|
388
574
|
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
389
575
|
"""
|
|
390
|
-
cidr: NotRequired[pulumi.Input[str]]
|
|
576
|
+
cidr: NotRequired[pulumi.Input[builtins.str]]
|
|
391
577
|
"""
|
|
392
578
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
393
579
|
"""
|
|
394
|
-
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
580
|
+
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
395
581
|
"""
|
|
396
582
|
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
397
583
|
"""
|
|
@@ -401,12 +587,12 @@ elif False:
|
|
|
401
587
|
@pulumi.input_type
|
|
402
588
|
class IPBlockPatchArgs:
|
|
403
589
|
def __init__(__self__, *,
|
|
404
|
-
cidr: Optional[pulumi.Input[str]] = None,
|
|
405
|
-
except_: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
590
|
+
cidr: Optional[pulumi.Input[builtins.str]] = None,
|
|
591
|
+
except_: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
406
592
|
"""
|
|
407
593
|
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
408
|
-
:param pulumi.Input[str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
409
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
594
|
+
:param pulumi.Input[builtins.str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
595
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
410
596
|
"""
|
|
411
597
|
if cidr is not None:
|
|
412
598
|
pulumi.set(__self__, "cidr", cidr)
|
|
@@ -415,26 +601,26 @@ class IPBlockPatchArgs:
|
|
|
415
601
|
|
|
416
602
|
@property
|
|
417
603
|
@pulumi.getter
|
|
418
|
-
def cidr(self) -> Optional[pulumi.Input[str]]:
|
|
604
|
+
def cidr(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
419
605
|
"""
|
|
420
606
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
421
607
|
"""
|
|
422
608
|
return pulumi.get(self, "cidr")
|
|
423
609
|
|
|
424
610
|
@cidr.setter
|
|
425
|
-
def cidr(self, value: Optional[pulumi.Input[str]]):
|
|
611
|
+
def cidr(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
426
612
|
pulumi.set(self, "cidr", value)
|
|
427
613
|
|
|
428
614
|
@property
|
|
429
615
|
@pulumi.getter(name="except")
|
|
430
|
-
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
616
|
+
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
431
617
|
"""
|
|
432
618
|
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
433
619
|
"""
|
|
434
620
|
return pulumi.get(self, "except_")
|
|
435
621
|
|
|
436
622
|
@except_.setter
|
|
437
|
-
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
623
|
+
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
438
624
|
pulumi.set(self, "except_", value)
|
|
439
625
|
|
|
440
626
|
|
|
@@ -443,11 +629,11 @@ if not MYPY:
|
|
|
443
629
|
"""
|
|
444
630
|
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
445
631
|
"""
|
|
446
|
-
cidr: pulumi.Input[str]
|
|
632
|
+
cidr: pulumi.Input[builtins.str]
|
|
447
633
|
"""
|
|
448
634
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
449
635
|
"""
|
|
450
|
-
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
636
|
+
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
451
637
|
"""
|
|
452
638
|
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
453
639
|
"""
|
|
@@ -457,12 +643,12 @@ elif False:
|
|
|
457
643
|
@pulumi.input_type
|
|
458
644
|
class IPBlockArgs:
|
|
459
645
|
def __init__(__self__, *,
|
|
460
|
-
cidr: pulumi.Input[str],
|
|
461
|
-
except_: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
646
|
+
cidr: pulumi.Input[builtins.str],
|
|
647
|
+
except_: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
462
648
|
"""
|
|
463
649
|
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
464
|
-
:param pulumi.Input[str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
465
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
650
|
+
:param pulumi.Input[builtins.str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
651
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
466
652
|
"""
|
|
467
653
|
pulumi.set(__self__, "cidr", cidr)
|
|
468
654
|
if except_ is not None:
|
|
@@ -470,26 +656,26 @@ class IPBlockArgs:
|
|
|
470
656
|
|
|
471
657
|
@property
|
|
472
658
|
@pulumi.getter
|
|
473
|
-
def cidr(self) -> pulumi.Input[str]:
|
|
659
|
+
def cidr(self) -> pulumi.Input[builtins.str]:
|
|
474
660
|
"""
|
|
475
661
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
476
662
|
"""
|
|
477
663
|
return pulumi.get(self, "cidr")
|
|
478
664
|
|
|
479
665
|
@cidr.setter
|
|
480
|
-
def cidr(self, value: pulumi.Input[str]):
|
|
666
|
+
def cidr(self, value: pulumi.Input[builtins.str]):
|
|
481
667
|
pulumi.set(self, "cidr", value)
|
|
482
668
|
|
|
483
669
|
@property
|
|
484
670
|
@pulumi.getter(name="except")
|
|
485
|
-
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
671
|
+
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
486
672
|
"""
|
|
487
673
|
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
488
674
|
"""
|
|
489
675
|
return pulumi.get(self, "except_")
|
|
490
676
|
|
|
491
677
|
@except_.setter
|
|
492
|
-
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
678
|
+
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
493
679
|
pulumi.set(self, "except_", value)
|
|
494
680
|
|
|
495
681
|
|
|
@@ -610,23 +796,23 @@ if not MYPY:
|
|
|
610
796
|
"""
|
|
611
797
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
612
798
|
"""
|
|
613
|
-
api_group: NotRequired[pulumi.Input[str]]
|
|
799
|
+
api_group: NotRequired[pulumi.Input[builtins.str]]
|
|
614
800
|
"""
|
|
615
801
|
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
616
802
|
"""
|
|
617
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
803
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
618
804
|
"""
|
|
619
805
|
kind is the type of resource being referenced.
|
|
620
806
|
"""
|
|
621
|
-
name: NotRequired[pulumi.Input[str]]
|
|
807
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
622
808
|
"""
|
|
623
809
|
name is the name of resource being referenced.
|
|
624
810
|
"""
|
|
625
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
811
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
626
812
|
"""
|
|
627
813
|
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
628
814
|
"""
|
|
629
|
-
scope: NotRequired[pulumi.Input[str]]
|
|
815
|
+
scope: NotRequired[pulumi.Input[builtins.str]]
|
|
630
816
|
"""
|
|
631
817
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
632
818
|
"""
|
|
@@ -636,18 +822,18 @@ elif False:
|
|
|
636
822
|
@pulumi.input_type
|
|
637
823
|
class IngressClassParametersReferencePatchArgs:
|
|
638
824
|
def __init__(__self__, *,
|
|
639
|
-
api_group: Optional[pulumi.Input[str]] = None,
|
|
640
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
641
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
642
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
643
|
-
scope: Optional[pulumi.Input[str]] = None):
|
|
825
|
+
api_group: Optional[pulumi.Input[builtins.str]] = None,
|
|
826
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
827
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
828
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
829
|
+
scope: Optional[pulumi.Input[builtins.str]] = None):
|
|
644
830
|
"""
|
|
645
831
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
646
|
-
:param pulumi.Input[str] api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
647
|
-
:param pulumi.Input[str] kind: kind is the type of resource being referenced.
|
|
648
|
-
:param pulumi.Input[str] name: name is the name of resource being referenced.
|
|
649
|
-
:param pulumi.Input[str] namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
650
|
-
:param pulumi.Input[str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
832
|
+
:param pulumi.Input[builtins.str] api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
833
|
+
:param pulumi.Input[builtins.str] kind: kind is the type of resource being referenced.
|
|
834
|
+
:param pulumi.Input[builtins.str] name: name is the name of resource being referenced.
|
|
835
|
+
:param pulumi.Input[builtins.str] namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
836
|
+
:param pulumi.Input[builtins.str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
651
837
|
"""
|
|
652
838
|
if api_group is not None:
|
|
653
839
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -662,62 +848,62 @@ class IngressClassParametersReferencePatchArgs:
|
|
|
662
848
|
|
|
663
849
|
@property
|
|
664
850
|
@pulumi.getter(name="apiGroup")
|
|
665
|
-
def api_group(self) -> Optional[pulumi.Input[str]]:
|
|
851
|
+
def api_group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
666
852
|
"""
|
|
667
853
|
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
668
854
|
"""
|
|
669
855
|
return pulumi.get(self, "api_group")
|
|
670
856
|
|
|
671
857
|
@api_group.setter
|
|
672
|
-
def api_group(self, value: Optional[pulumi.Input[str]]):
|
|
858
|
+
def api_group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
673
859
|
pulumi.set(self, "api_group", value)
|
|
674
860
|
|
|
675
861
|
@property
|
|
676
862
|
@pulumi.getter
|
|
677
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
863
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
678
864
|
"""
|
|
679
865
|
kind is the type of resource being referenced.
|
|
680
866
|
"""
|
|
681
867
|
return pulumi.get(self, "kind")
|
|
682
868
|
|
|
683
869
|
@kind.setter
|
|
684
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
870
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
685
871
|
pulumi.set(self, "kind", value)
|
|
686
872
|
|
|
687
873
|
@property
|
|
688
874
|
@pulumi.getter
|
|
689
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
875
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
690
876
|
"""
|
|
691
877
|
name is the name of resource being referenced.
|
|
692
878
|
"""
|
|
693
879
|
return pulumi.get(self, "name")
|
|
694
880
|
|
|
695
881
|
@name.setter
|
|
696
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
882
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
697
883
|
pulumi.set(self, "name", value)
|
|
698
884
|
|
|
699
885
|
@property
|
|
700
886
|
@pulumi.getter
|
|
701
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
887
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
702
888
|
"""
|
|
703
889
|
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
704
890
|
"""
|
|
705
891
|
return pulumi.get(self, "namespace")
|
|
706
892
|
|
|
707
893
|
@namespace.setter
|
|
708
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
894
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
709
895
|
pulumi.set(self, "namespace", value)
|
|
710
896
|
|
|
711
897
|
@property
|
|
712
898
|
@pulumi.getter
|
|
713
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
899
|
+
def scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
714
900
|
"""
|
|
715
901
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
716
902
|
"""
|
|
717
903
|
return pulumi.get(self, "scope")
|
|
718
904
|
|
|
719
905
|
@scope.setter
|
|
720
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
906
|
+
def scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
721
907
|
pulumi.set(self, "scope", value)
|
|
722
908
|
|
|
723
909
|
|
|
@@ -726,23 +912,23 @@ if not MYPY:
|
|
|
726
912
|
"""
|
|
727
913
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
728
914
|
"""
|
|
729
|
-
kind: pulumi.Input[str]
|
|
915
|
+
kind: pulumi.Input[builtins.str]
|
|
730
916
|
"""
|
|
731
917
|
kind is the type of resource being referenced.
|
|
732
918
|
"""
|
|
733
|
-
name: pulumi.Input[str]
|
|
919
|
+
name: pulumi.Input[builtins.str]
|
|
734
920
|
"""
|
|
735
921
|
name is the name of resource being referenced.
|
|
736
922
|
"""
|
|
737
|
-
api_group: NotRequired[pulumi.Input[str]]
|
|
923
|
+
api_group: NotRequired[pulumi.Input[builtins.str]]
|
|
738
924
|
"""
|
|
739
925
|
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
740
926
|
"""
|
|
741
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
927
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
742
928
|
"""
|
|
743
929
|
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
744
930
|
"""
|
|
745
|
-
scope: NotRequired[pulumi.Input[str]]
|
|
931
|
+
scope: NotRequired[pulumi.Input[builtins.str]]
|
|
746
932
|
"""
|
|
747
933
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
748
934
|
"""
|
|
@@ -752,18 +938,18 @@ elif False:
|
|
|
752
938
|
@pulumi.input_type
|
|
753
939
|
class IngressClassParametersReferenceArgs:
|
|
754
940
|
def __init__(__self__, *,
|
|
755
|
-
kind: pulumi.Input[str],
|
|
756
|
-
name: pulumi.Input[str],
|
|
757
|
-
api_group: Optional[pulumi.Input[str]] = None,
|
|
758
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
759
|
-
scope: Optional[pulumi.Input[str]] = None):
|
|
941
|
+
kind: pulumi.Input[builtins.str],
|
|
942
|
+
name: pulumi.Input[builtins.str],
|
|
943
|
+
api_group: Optional[pulumi.Input[builtins.str]] = None,
|
|
944
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
945
|
+
scope: Optional[pulumi.Input[builtins.str]] = None):
|
|
760
946
|
"""
|
|
761
947
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
762
|
-
:param pulumi.Input[str] kind: kind is the type of resource being referenced.
|
|
763
|
-
:param pulumi.Input[str] name: name is the name of resource being referenced.
|
|
764
|
-
:param pulumi.Input[str] api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
765
|
-
:param pulumi.Input[str] namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
766
|
-
:param pulumi.Input[str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
948
|
+
:param pulumi.Input[builtins.str] kind: kind is the type of resource being referenced.
|
|
949
|
+
:param pulumi.Input[builtins.str] name: name is the name of resource being referenced.
|
|
950
|
+
:param pulumi.Input[builtins.str] api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
951
|
+
:param pulumi.Input[builtins.str] namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
952
|
+
:param pulumi.Input[builtins.str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
767
953
|
"""
|
|
768
954
|
pulumi.set(__self__, "kind", kind)
|
|
769
955
|
pulumi.set(__self__, "name", name)
|
|
@@ -776,62 +962,62 @@ class IngressClassParametersReferenceArgs:
|
|
|
776
962
|
|
|
777
963
|
@property
|
|
778
964
|
@pulumi.getter
|
|
779
|
-
def kind(self) -> pulumi.Input[str]:
|
|
965
|
+
def kind(self) -> pulumi.Input[builtins.str]:
|
|
780
966
|
"""
|
|
781
967
|
kind is the type of resource being referenced.
|
|
782
968
|
"""
|
|
783
969
|
return pulumi.get(self, "kind")
|
|
784
970
|
|
|
785
971
|
@kind.setter
|
|
786
|
-
def kind(self, value: pulumi.Input[str]):
|
|
972
|
+
def kind(self, value: pulumi.Input[builtins.str]):
|
|
787
973
|
pulumi.set(self, "kind", value)
|
|
788
974
|
|
|
789
975
|
@property
|
|
790
976
|
@pulumi.getter
|
|
791
|
-
def name(self) -> pulumi.Input[str]:
|
|
977
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
792
978
|
"""
|
|
793
979
|
name is the name of resource being referenced.
|
|
794
980
|
"""
|
|
795
981
|
return pulumi.get(self, "name")
|
|
796
982
|
|
|
797
983
|
@name.setter
|
|
798
|
-
def name(self, value: pulumi.Input[str]):
|
|
984
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
799
985
|
pulumi.set(self, "name", value)
|
|
800
986
|
|
|
801
987
|
@property
|
|
802
988
|
@pulumi.getter(name="apiGroup")
|
|
803
|
-
def api_group(self) -> Optional[pulumi.Input[str]]:
|
|
989
|
+
def api_group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
804
990
|
"""
|
|
805
991
|
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
806
992
|
"""
|
|
807
993
|
return pulumi.get(self, "api_group")
|
|
808
994
|
|
|
809
995
|
@api_group.setter
|
|
810
|
-
def api_group(self, value: Optional[pulumi.Input[str]]):
|
|
996
|
+
def api_group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
811
997
|
pulumi.set(self, "api_group", value)
|
|
812
998
|
|
|
813
999
|
@property
|
|
814
1000
|
@pulumi.getter
|
|
815
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
1001
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
816
1002
|
"""
|
|
817
1003
|
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
818
1004
|
"""
|
|
819
1005
|
return pulumi.get(self, "namespace")
|
|
820
1006
|
|
|
821
1007
|
@namespace.setter
|
|
822
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
1008
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
823
1009
|
pulumi.set(self, "namespace", value)
|
|
824
1010
|
|
|
825
1011
|
@property
|
|
826
1012
|
@pulumi.getter
|
|
827
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
1013
|
+
def scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
828
1014
|
"""
|
|
829
1015
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
830
1016
|
"""
|
|
831
1017
|
return pulumi.get(self, "scope")
|
|
832
1018
|
|
|
833
1019
|
@scope.setter
|
|
834
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
1020
|
+
def scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
835
1021
|
pulumi.set(self, "scope", value)
|
|
836
1022
|
|
|
837
1023
|
|
|
@@ -840,7 +1026,7 @@ if not MYPY:
|
|
|
840
1026
|
"""
|
|
841
1027
|
IngressClassSpec provides information about the class of an Ingress.
|
|
842
1028
|
"""
|
|
843
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
1029
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
844
1030
|
"""
|
|
845
1031
|
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
846
1032
|
"""
|
|
@@ -854,11 +1040,11 @@ elif False:
|
|
|
854
1040
|
@pulumi.input_type
|
|
855
1041
|
class IngressClassSpecPatchArgs:
|
|
856
1042
|
def __init__(__self__, *,
|
|
857
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
1043
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
858
1044
|
parameters: Optional[pulumi.Input['IngressClassParametersReferencePatchArgs']] = None):
|
|
859
1045
|
"""
|
|
860
1046
|
IngressClassSpec provides information about the class of an Ingress.
|
|
861
|
-
:param pulumi.Input[str] controller: 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.
|
|
1047
|
+
:param pulumi.Input[builtins.str] controller: 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.
|
|
862
1048
|
:param pulumi.Input['IngressClassParametersReferencePatchArgs'] parameters: 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.
|
|
863
1049
|
"""
|
|
864
1050
|
if controller is not None:
|
|
@@ -868,14 +1054,14 @@ class IngressClassSpecPatchArgs:
|
|
|
868
1054
|
|
|
869
1055
|
@property
|
|
870
1056
|
@pulumi.getter
|
|
871
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
1057
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
872
1058
|
"""
|
|
873
1059
|
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.
|
|
874
1060
|
"""
|
|
875
1061
|
return pulumi.get(self, "controller")
|
|
876
1062
|
|
|
877
1063
|
@controller.setter
|
|
878
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
1064
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
879
1065
|
pulumi.set(self, "controller", value)
|
|
880
1066
|
|
|
881
1067
|
@property
|
|
@@ -896,7 +1082,7 @@ if not MYPY:
|
|
|
896
1082
|
"""
|
|
897
1083
|
IngressClassSpec provides information about the class of an Ingress.
|
|
898
1084
|
"""
|
|
899
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
1085
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
900
1086
|
"""
|
|
901
1087
|
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
902
1088
|
"""
|
|
@@ -910,11 +1096,11 @@ elif False:
|
|
|
910
1096
|
@pulumi.input_type
|
|
911
1097
|
class IngressClassSpecArgs:
|
|
912
1098
|
def __init__(__self__, *,
|
|
913
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
1099
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
914
1100
|
parameters: Optional[pulumi.Input['IngressClassParametersReferenceArgs']] = None):
|
|
915
1101
|
"""
|
|
916
1102
|
IngressClassSpec provides information about the class of an Ingress.
|
|
917
|
-
:param pulumi.Input[str] controller: 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.
|
|
1103
|
+
:param pulumi.Input[builtins.str] controller: 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.
|
|
918
1104
|
:param pulumi.Input['IngressClassParametersReferenceArgs'] parameters: 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.
|
|
919
1105
|
"""
|
|
920
1106
|
if controller is not None:
|
|
@@ -924,14 +1110,14 @@ class IngressClassSpecArgs:
|
|
|
924
1110
|
|
|
925
1111
|
@property
|
|
926
1112
|
@pulumi.getter
|
|
927
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
1113
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
928
1114
|
"""
|
|
929
1115
|
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.
|
|
930
1116
|
"""
|
|
931
1117
|
return pulumi.get(self, "controller")
|
|
932
1118
|
|
|
933
1119
|
@controller.setter
|
|
934
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
1120
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
935
1121
|
pulumi.set(self, "controller", value)
|
|
936
1122
|
|
|
937
1123
|
@property
|
|
@@ -952,11 +1138,11 @@ if not MYPY:
|
|
|
952
1138
|
"""
|
|
953
1139
|
IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.
|
|
954
1140
|
"""
|
|
955
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1141
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
956
1142
|
"""
|
|
957
1143
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
958
1144
|
"""
|
|
959
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1145
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
960
1146
|
"""
|
|
961
1147
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
962
1148
|
"""
|
|
@@ -974,14 +1160,14 @@ elif False:
|
|
|
974
1160
|
@pulumi.input_type
|
|
975
1161
|
class IngressClassArgs:
|
|
976
1162
|
def __init__(__self__, *,
|
|
977
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
978
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1163
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1164
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
979
1165
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
980
1166
|
spec: Optional[pulumi.Input['IngressClassSpecArgs']] = None):
|
|
981
1167
|
"""
|
|
982
1168
|
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.
|
|
983
|
-
: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
|
|
984
|
-
: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
|
|
1169
|
+
:param pulumi.Input[builtins.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
|
|
1170
|
+
:param pulumi.Input[builtins.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
|
|
985
1171
|
: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
|
|
986
1172
|
:param pulumi.Input['IngressClassSpecArgs'] spec: 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
|
|
987
1173
|
"""
|
|
@@ -996,26 +1182,26 @@ class IngressClassArgs:
|
|
|
996
1182
|
|
|
997
1183
|
@property
|
|
998
1184
|
@pulumi.getter(name="apiVersion")
|
|
999
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1185
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1000
1186
|
"""
|
|
1001
1187
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1002
1188
|
"""
|
|
1003
1189
|
return pulumi.get(self, "api_version")
|
|
1004
1190
|
|
|
1005
1191
|
@api_version.setter
|
|
1006
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1192
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1007
1193
|
pulumi.set(self, "api_version", value)
|
|
1008
1194
|
|
|
1009
1195
|
@property
|
|
1010
1196
|
@pulumi.getter
|
|
1011
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1197
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1012
1198
|
"""
|
|
1013
1199
|
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
|
|
1014
1200
|
"""
|
|
1015
1201
|
return pulumi.get(self, "kind")
|
|
1016
1202
|
|
|
1017
1203
|
@kind.setter
|
|
1018
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1204
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1019
1205
|
pulumi.set(self, "kind", value)
|
|
1020
1206
|
|
|
1021
1207
|
@property
|
|
@@ -1048,11 +1234,11 @@ if not MYPY:
|
|
|
1048
1234
|
"""
|
|
1049
1235
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1050
1236
|
"""
|
|
1051
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
1237
|
+
hostname: NotRequired[pulumi.Input[builtins.str]]
|
|
1052
1238
|
"""
|
|
1053
1239
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
1054
1240
|
"""
|
|
1055
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
1241
|
+
ip: NotRequired[pulumi.Input[builtins.str]]
|
|
1056
1242
|
"""
|
|
1057
1243
|
ip is set for load-balancer ingress points that are IP based.
|
|
1058
1244
|
"""
|
|
@@ -1066,13 +1252,13 @@ elif False:
|
|
|
1066
1252
|
@pulumi.input_type
|
|
1067
1253
|
class IngressLoadBalancerIngressArgs:
|
|
1068
1254
|
def __init__(__self__, *,
|
|
1069
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
1070
|
-
ip: Optional[pulumi.Input[str]] = None,
|
|
1255
|
+
hostname: Optional[pulumi.Input[builtins.str]] = None,
|
|
1256
|
+
ip: Optional[pulumi.Input[builtins.str]] = None,
|
|
1071
1257
|
ports: Optional[pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]]] = None):
|
|
1072
1258
|
"""
|
|
1073
1259
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1074
|
-
:param pulumi.Input[str] hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
1075
|
-
:param pulumi.Input[str] ip: ip is set for load-balancer ingress points that are IP based.
|
|
1260
|
+
:param pulumi.Input[builtins.str] hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
1261
|
+
:param pulumi.Input[builtins.str] ip: ip is set for load-balancer ingress points that are IP based.
|
|
1076
1262
|
:param pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
1077
1263
|
"""
|
|
1078
1264
|
if hostname is not None:
|
|
@@ -1084,26 +1270,26 @@ class IngressLoadBalancerIngressArgs:
|
|
|
1084
1270
|
|
|
1085
1271
|
@property
|
|
1086
1272
|
@pulumi.getter
|
|
1087
|
-
def hostname(self) -> Optional[pulumi.Input[str]]:
|
|
1273
|
+
def hostname(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1088
1274
|
"""
|
|
1089
1275
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
1090
1276
|
"""
|
|
1091
1277
|
return pulumi.get(self, "hostname")
|
|
1092
1278
|
|
|
1093
1279
|
@hostname.setter
|
|
1094
|
-
def hostname(self, value: Optional[pulumi.Input[str]]):
|
|
1280
|
+
def hostname(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1095
1281
|
pulumi.set(self, "hostname", value)
|
|
1096
1282
|
|
|
1097
1283
|
@property
|
|
1098
1284
|
@pulumi.getter
|
|
1099
|
-
def ip(self) -> Optional[pulumi.Input[str]]:
|
|
1285
|
+
def ip(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1100
1286
|
"""
|
|
1101
1287
|
ip is set for load-balancer ingress points that are IP based.
|
|
1102
1288
|
"""
|
|
1103
1289
|
return pulumi.get(self, "ip")
|
|
1104
1290
|
|
|
1105
1291
|
@ip.setter
|
|
1106
|
-
def ip(self, value: Optional[pulumi.Input[str]]):
|
|
1292
|
+
def ip(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1107
1293
|
pulumi.set(self, "ip", value)
|
|
1108
1294
|
|
|
1109
1295
|
@property
|
|
@@ -1160,15 +1346,15 @@ if not MYPY:
|
|
|
1160
1346
|
"""
|
|
1161
1347
|
IngressPortStatus represents the error condition of a service port
|
|
1162
1348
|
"""
|
|
1163
|
-
port: pulumi.Input[int]
|
|
1349
|
+
port: pulumi.Input[builtins.int]
|
|
1164
1350
|
"""
|
|
1165
1351
|
port is the port number of the ingress port.
|
|
1166
1352
|
"""
|
|
1167
|
-
protocol: pulumi.Input[str]
|
|
1353
|
+
protocol: pulumi.Input[builtins.str]
|
|
1168
1354
|
"""
|
|
1169
1355
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1170
1356
|
"""
|
|
1171
|
-
error: NotRequired[pulumi.Input[str]]
|
|
1357
|
+
error: NotRequired[pulumi.Input[builtins.str]]
|
|
1172
1358
|
"""
|
|
1173
1359
|
error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1174
1360
|
CamelCase names
|
|
@@ -1181,14 +1367,14 @@ elif False:
|
|
|
1181
1367
|
@pulumi.input_type
|
|
1182
1368
|
class IngressPortStatusArgs:
|
|
1183
1369
|
def __init__(__self__, *,
|
|
1184
|
-
port: pulumi.Input[int],
|
|
1185
|
-
protocol: pulumi.Input[str],
|
|
1186
|
-
error: Optional[pulumi.Input[str]] = None):
|
|
1370
|
+
port: pulumi.Input[builtins.int],
|
|
1371
|
+
protocol: pulumi.Input[builtins.str],
|
|
1372
|
+
error: Optional[pulumi.Input[builtins.str]] = None):
|
|
1187
1373
|
"""
|
|
1188
1374
|
IngressPortStatus represents the error condition of a service port
|
|
1189
|
-
:param pulumi.Input[int] port: port is the port number of the ingress port.
|
|
1190
|
-
:param pulumi.Input[str] protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1191
|
-
:param pulumi.Input[str] error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1375
|
+
:param pulumi.Input[builtins.int] port: port is the port number of the ingress port.
|
|
1376
|
+
:param pulumi.Input[builtins.str] protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1377
|
+
:param pulumi.Input[builtins.str] error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1192
1378
|
CamelCase names
|
|
1193
1379
|
- cloud provider specific error values must have names that comply with the
|
|
1194
1380
|
format foo.example.com/CamelCase.
|
|
@@ -1200,31 +1386,31 @@ class IngressPortStatusArgs:
|
|
|
1200
1386
|
|
|
1201
1387
|
@property
|
|
1202
1388
|
@pulumi.getter
|
|
1203
|
-
def port(self) -> pulumi.Input[int]:
|
|
1389
|
+
def port(self) -> pulumi.Input[builtins.int]:
|
|
1204
1390
|
"""
|
|
1205
1391
|
port is the port number of the ingress port.
|
|
1206
1392
|
"""
|
|
1207
1393
|
return pulumi.get(self, "port")
|
|
1208
1394
|
|
|
1209
1395
|
@port.setter
|
|
1210
|
-
def port(self, value: pulumi.Input[int]):
|
|
1396
|
+
def port(self, value: pulumi.Input[builtins.int]):
|
|
1211
1397
|
pulumi.set(self, "port", value)
|
|
1212
1398
|
|
|
1213
1399
|
@property
|
|
1214
1400
|
@pulumi.getter
|
|
1215
|
-
def protocol(self) -> pulumi.Input[str]:
|
|
1401
|
+
def protocol(self) -> pulumi.Input[builtins.str]:
|
|
1216
1402
|
"""
|
|
1217
1403
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1218
1404
|
"""
|
|
1219
1405
|
return pulumi.get(self, "protocol")
|
|
1220
1406
|
|
|
1221
1407
|
@protocol.setter
|
|
1222
|
-
def protocol(self, value: pulumi.Input[str]):
|
|
1408
|
+
def protocol(self, value: pulumi.Input[builtins.str]):
|
|
1223
1409
|
pulumi.set(self, "protocol", value)
|
|
1224
1410
|
|
|
1225
1411
|
@property
|
|
1226
1412
|
@pulumi.getter
|
|
1227
|
-
def error(self) -> Optional[pulumi.Input[str]]:
|
|
1413
|
+
def error(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1228
1414
|
"""
|
|
1229
1415
|
error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1230
1416
|
CamelCase names
|
|
@@ -1234,7 +1420,7 @@ class IngressPortStatusArgs:
|
|
|
1234
1420
|
return pulumi.get(self, "error")
|
|
1235
1421
|
|
|
1236
1422
|
@error.setter
|
|
1237
|
-
def error(self, value: Optional[pulumi.Input[str]]):
|
|
1423
|
+
def error(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1238
1424
|
pulumi.set(self, "error", value)
|
|
1239
1425
|
|
|
1240
1426
|
|
|
@@ -1243,7 +1429,7 @@ if not MYPY:
|
|
|
1243
1429
|
"""
|
|
1244
1430
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1245
1431
|
"""
|
|
1246
|
-
host: NotRequired[pulumi.Input[str]]
|
|
1432
|
+
host: NotRequired[pulumi.Input[builtins.str]]
|
|
1247
1433
|
"""
|
|
1248
1434
|
host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1249
1435
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1261,11 +1447,11 @@ elif False:
|
|
|
1261
1447
|
@pulumi.input_type
|
|
1262
1448
|
class IngressRulePatchArgs:
|
|
1263
1449
|
def __init__(__self__, *,
|
|
1264
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
1450
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
1265
1451
|
http: Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']] = None):
|
|
1266
1452
|
"""
|
|
1267
1453
|
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.
|
|
1268
|
-
: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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1454
|
+
:param pulumi.Input[builtins.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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1269
1455
|
the IP in the Spec of the parent Ingress.
|
|
1270
1456
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1271
1457
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1281,7 +1467,7 @@ class IngressRulePatchArgs:
|
|
|
1281
1467
|
|
|
1282
1468
|
@property
|
|
1283
1469
|
@pulumi.getter
|
|
1284
|
-
def host(self) -> Optional[pulumi.Input[str]]:
|
|
1470
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1285
1471
|
"""
|
|
1286
1472
|
host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1287
1473
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1295,7 +1481,7 @@ class IngressRulePatchArgs:
|
|
|
1295
1481
|
return pulumi.get(self, "host")
|
|
1296
1482
|
|
|
1297
1483
|
@host.setter
|
|
1298
|
-
def host(self, value: Optional[pulumi.Input[str]]):
|
|
1484
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1299
1485
|
pulumi.set(self, "host", value)
|
|
1300
1486
|
|
|
1301
1487
|
@property
|
|
@@ -1313,7 +1499,7 @@ if not MYPY:
|
|
|
1313
1499
|
"""
|
|
1314
1500
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1315
1501
|
"""
|
|
1316
|
-
host: NotRequired[pulumi.Input[str]]
|
|
1502
|
+
host: NotRequired[pulumi.Input[builtins.str]]
|
|
1317
1503
|
"""
|
|
1318
1504
|
host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1319
1505
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1331,11 +1517,11 @@ elif False:
|
|
|
1331
1517
|
@pulumi.input_type
|
|
1332
1518
|
class IngressRuleArgs:
|
|
1333
1519
|
def __init__(__self__, *,
|
|
1334
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
1520
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
1335
1521
|
http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
|
|
1336
1522
|
"""
|
|
1337
1523
|
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.
|
|
1338
|
-
: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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1524
|
+
:param pulumi.Input[builtins.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 RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1339
1525
|
the IP in the Spec of the parent Ingress.
|
|
1340
1526
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1341
1527
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1351,7 +1537,7 @@ class IngressRuleArgs:
|
|
|
1351
1537
|
|
|
1352
1538
|
@property
|
|
1353
1539
|
@pulumi.getter
|
|
1354
|
-
def host(self) -> Optional[pulumi.Input[str]]:
|
|
1540
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1355
1541
|
"""
|
|
1356
1542
|
host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1357
1543
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1365,7 +1551,7 @@ class IngressRuleArgs:
|
|
|
1365
1551
|
return pulumi.get(self, "host")
|
|
1366
1552
|
|
|
1367
1553
|
@host.setter
|
|
1368
|
-
def host(self, value: Optional[pulumi.Input[str]]):
|
|
1554
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1369
1555
|
pulumi.set(self, "host", value)
|
|
1370
1556
|
|
|
1371
1557
|
@property
|
|
@@ -1383,7 +1569,7 @@ if not MYPY:
|
|
|
1383
1569
|
"""
|
|
1384
1570
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1385
1571
|
"""
|
|
1386
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1572
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1387
1573
|
"""
|
|
1388
1574
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1389
1575
|
"""
|
|
@@ -1397,11 +1583,11 @@ elif False:
|
|
|
1397
1583
|
@pulumi.input_type
|
|
1398
1584
|
class IngressServiceBackendPatchArgs:
|
|
1399
1585
|
def __init__(__self__, *,
|
|
1400
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1586
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1401
1587
|
port: Optional[pulumi.Input['ServiceBackendPortPatchArgs']] = None):
|
|
1402
1588
|
"""
|
|
1403
1589
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1404
|
-
:param pulumi.Input[str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1590
|
+
:param pulumi.Input[builtins.str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1405
1591
|
:param pulumi.Input['ServiceBackendPortPatchArgs'] port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1406
1592
|
"""
|
|
1407
1593
|
if name is not None:
|
|
@@ -1411,14 +1597,14 @@ class IngressServiceBackendPatchArgs:
|
|
|
1411
1597
|
|
|
1412
1598
|
@property
|
|
1413
1599
|
@pulumi.getter
|
|
1414
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1600
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1415
1601
|
"""
|
|
1416
1602
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1417
1603
|
"""
|
|
1418
1604
|
return pulumi.get(self, "name")
|
|
1419
1605
|
|
|
1420
1606
|
@name.setter
|
|
1421
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1607
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1422
1608
|
pulumi.set(self, "name", value)
|
|
1423
1609
|
|
|
1424
1610
|
@property
|
|
@@ -1439,7 +1625,7 @@ if not MYPY:
|
|
|
1439
1625
|
"""
|
|
1440
1626
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1441
1627
|
"""
|
|
1442
|
-
name: pulumi.Input[str]
|
|
1628
|
+
name: pulumi.Input[builtins.str]
|
|
1443
1629
|
"""
|
|
1444
1630
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1445
1631
|
"""
|
|
@@ -1453,11 +1639,11 @@ elif False:
|
|
|
1453
1639
|
@pulumi.input_type
|
|
1454
1640
|
class IngressServiceBackendArgs:
|
|
1455
1641
|
def __init__(__self__, *,
|
|
1456
|
-
name: pulumi.Input[str],
|
|
1642
|
+
name: pulumi.Input[builtins.str],
|
|
1457
1643
|
port: Optional[pulumi.Input['ServiceBackendPortArgs']] = None):
|
|
1458
1644
|
"""
|
|
1459
1645
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1460
|
-
:param pulumi.Input[str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1646
|
+
:param pulumi.Input[builtins.str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1461
1647
|
:param pulumi.Input['ServiceBackendPortArgs'] port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1462
1648
|
"""
|
|
1463
1649
|
pulumi.set(__self__, "name", name)
|
|
@@ -1466,14 +1652,14 @@ class IngressServiceBackendArgs:
|
|
|
1466
1652
|
|
|
1467
1653
|
@property
|
|
1468
1654
|
@pulumi.getter
|
|
1469
|
-
def name(self) -> pulumi.Input[str]:
|
|
1655
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1470
1656
|
"""
|
|
1471
1657
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1472
1658
|
"""
|
|
1473
1659
|
return pulumi.get(self, "name")
|
|
1474
1660
|
|
|
1475
1661
|
@name.setter
|
|
1476
|
-
def name(self, value: pulumi.Input[str]):
|
|
1662
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1477
1663
|
pulumi.set(self, "name", value)
|
|
1478
1664
|
|
|
1479
1665
|
@property
|
|
@@ -1498,7 +1684,7 @@ if not MYPY:
|
|
|
1498
1684
|
"""
|
|
1499
1685
|
defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1500
1686
|
"""
|
|
1501
|
-
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1687
|
+
ingress_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1502
1688
|
"""
|
|
1503
1689
|
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1504
1690
|
"""
|
|
@@ -1517,13 +1703,13 @@ elif False:
|
|
|
1517
1703
|
class IngressSpecPatchArgs:
|
|
1518
1704
|
def __init__(__self__, *,
|
|
1519
1705
|
default_backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
1520
|
-
ingress_class_name: Optional[pulumi.Input[str]] = None,
|
|
1706
|
+
ingress_class_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1521
1707
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]] = None,
|
|
1522
1708
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]] = None):
|
|
1523
1709
|
"""
|
|
1524
1710
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1525
1711
|
:param pulumi.Input['IngressBackendPatchArgs'] default_backend: defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1526
|
-
:param pulumi.Input[str] ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1712
|
+
:param pulumi.Input[builtins.str] ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1527
1713
|
:param pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]] rules: rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1528
1714
|
:param pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]] tls: tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
1529
1715
|
"""
|
|
@@ -1550,14 +1736,14 @@ class IngressSpecPatchArgs:
|
|
|
1550
1736
|
|
|
1551
1737
|
@property
|
|
1552
1738
|
@pulumi.getter(name="ingressClassName")
|
|
1553
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
1739
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1554
1740
|
"""
|
|
1555
1741
|
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1556
1742
|
"""
|
|
1557
1743
|
return pulumi.get(self, "ingress_class_name")
|
|
1558
1744
|
|
|
1559
1745
|
@ingress_class_name.setter
|
|
1560
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
1746
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1561
1747
|
pulumi.set(self, "ingress_class_name", value)
|
|
1562
1748
|
|
|
1563
1749
|
@property
|
|
@@ -1594,7 +1780,7 @@ if not MYPY:
|
|
|
1594
1780
|
"""
|
|
1595
1781
|
defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1596
1782
|
"""
|
|
1597
|
-
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1783
|
+
ingress_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1598
1784
|
"""
|
|
1599
1785
|
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1600
1786
|
"""
|
|
@@ -1613,13 +1799,13 @@ elif False:
|
|
|
1613
1799
|
class IngressSpecArgs:
|
|
1614
1800
|
def __init__(__self__, *,
|
|
1615
1801
|
default_backend: Optional[pulumi.Input['IngressBackendArgs']] = None,
|
|
1616
|
-
ingress_class_name: Optional[pulumi.Input[str]] = None,
|
|
1802
|
+
ingress_class_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1617
1803
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]] = None,
|
|
1618
1804
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]] = None):
|
|
1619
1805
|
"""
|
|
1620
1806
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1621
1807
|
:param pulumi.Input['IngressBackendArgs'] default_backend: defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1622
|
-
:param pulumi.Input[str] ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1808
|
+
:param pulumi.Input[builtins.str] ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1623
1809
|
:param pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]] rules: rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1624
1810
|
:param pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]] tls: tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
1625
1811
|
"""
|
|
@@ -1646,14 +1832,14 @@ class IngressSpecArgs:
|
|
|
1646
1832
|
|
|
1647
1833
|
@property
|
|
1648
1834
|
@pulumi.getter(name="ingressClassName")
|
|
1649
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
1835
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1650
1836
|
"""
|
|
1651
1837
|
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1652
1838
|
"""
|
|
1653
1839
|
return pulumi.get(self, "ingress_class_name")
|
|
1654
1840
|
|
|
1655
1841
|
@ingress_class_name.setter
|
|
1656
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
1842
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1657
1843
|
pulumi.set(self, "ingress_class_name", value)
|
|
1658
1844
|
|
|
1659
1845
|
@property
|
|
@@ -1722,11 +1908,11 @@ if not MYPY:
|
|
|
1722
1908
|
"""
|
|
1723
1909
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1724
1910
|
"""
|
|
1725
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1911
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1726
1912
|
"""
|
|
1727
1913
|
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1728
1914
|
"""
|
|
1729
|
-
secret_name: NotRequired[pulumi.Input[str]]
|
|
1915
|
+
secret_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1730
1916
|
"""
|
|
1731
1917
|
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1732
1918
|
"""
|
|
@@ -1736,12 +1922,12 @@ elif False:
|
|
|
1736
1922
|
@pulumi.input_type
|
|
1737
1923
|
class IngressTLSPatchArgs:
|
|
1738
1924
|
def __init__(__self__, *,
|
|
1739
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1740
|
-
secret_name: Optional[pulumi.Input[str]] = None):
|
|
1925
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1926
|
+
secret_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1741
1927
|
"""
|
|
1742
1928
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1743
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1744
|
-
:param pulumi.Input[str] secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1929
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1930
|
+
:param pulumi.Input[builtins.str] secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1745
1931
|
"""
|
|
1746
1932
|
if hosts is not None:
|
|
1747
1933
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1750,26 +1936,26 @@ class IngressTLSPatchArgs:
|
|
|
1750
1936
|
|
|
1751
1937
|
@property
|
|
1752
1938
|
@pulumi.getter
|
|
1753
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1939
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1754
1940
|
"""
|
|
1755
1941
|
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1756
1942
|
"""
|
|
1757
1943
|
return pulumi.get(self, "hosts")
|
|
1758
1944
|
|
|
1759
1945
|
@hosts.setter
|
|
1760
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1946
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1761
1947
|
pulumi.set(self, "hosts", value)
|
|
1762
1948
|
|
|
1763
1949
|
@property
|
|
1764
1950
|
@pulumi.getter(name="secretName")
|
|
1765
|
-
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
1951
|
+
def secret_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1766
1952
|
"""
|
|
1767
1953
|
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1768
1954
|
"""
|
|
1769
1955
|
return pulumi.get(self, "secret_name")
|
|
1770
1956
|
|
|
1771
1957
|
@secret_name.setter
|
|
1772
|
-
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
1958
|
+
def secret_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1773
1959
|
pulumi.set(self, "secret_name", value)
|
|
1774
1960
|
|
|
1775
1961
|
|
|
@@ -1778,11 +1964,11 @@ if not MYPY:
|
|
|
1778
1964
|
"""
|
|
1779
1965
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1780
1966
|
"""
|
|
1781
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1967
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1782
1968
|
"""
|
|
1783
1969
|
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1784
1970
|
"""
|
|
1785
|
-
secret_name: NotRequired[pulumi.Input[str]]
|
|
1971
|
+
secret_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1786
1972
|
"""
|
|
1787
1973
|
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1788
1974
|
"""
|
|
@@ -1792,12 +1978,12 @@ elif False:
|
|
|
1792
1978
|
@pulumi.input_type
|
|
1793
1979
|
class IngressTLSArgs:
|
|
1794
1980
|
def __init__(__self__, *,
|
|
1795
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1796
|
-
secret_name: Optional[pulumi.Input[str]] = None):
|
|
1981
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1982
|
+
secret_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1797
1983
|
"""
|
|
1798
1984
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1799
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1800
|
-
:param pulumi.Input[str] secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1985
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1986
|
+
:param pulumi.Input[builtins.str] secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1801
1987
|
"""
|
|
1802
1988
|
if hosts is not None:
|
|
1803
1989
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1806,26 +1992,26 @@ class IngressTLSArgs:
|
|
|
1806
1992
|
|
|
1807
1993
|
@property
|
|
1808
1994
|
@pulumi.getter
|
|
1809
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1995
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1810
1996
|
"""
|
|
1811
1997
|
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1812
1998
|
"""
|
|
1813
1999
|
return pulumi.get(self, "hosts")
|
|
1814
2000
|
|
|
1815
2001
|
@hosts.setter
|
|
1816
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2002
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1817
2003
|
pulumi.set(self, "hosts", value)
|
|
1818
2004
|
|
|
1819
2005
|
@property
|
|
1820
2006
|
@pulumi.getter(name="secretName")
|
|
1821
|
-
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
2007
|
+
def secret_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1822
2008
|
"""
|
|
1823
2009
|
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1824
2010
|
"""
|
|
1825
2011
|
return pulumi.get(self, "secret_name")
|
|
1826
2012
|
|
|
1827
2013
|
@secret_name.setter
|
|
1828
|
-
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
2014
|
+
def secret_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1829
2015
|
pulumi.set(self, "secret_name", value)
|
|
1830
2016
|
|
|
1831
2017
|
|
|
@@ -1848,11 +2034,11 @@ if not MYPY:
|
|
|
1848
2034
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1849
2035
|
by setting the 'customTimeouts' option on the resource.
|
|
1850
2036
|
"""
|
|
1851
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2037
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1852
2038
|
"""
|
|
1853
2039
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1854
2040
|
"""
|
|
1855
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2041
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1856
2042
|
"""
|
|
1857
2043
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1858
2044
|
"""
|
|
@@ -1874,8 +2060,8 @@ elif False:
|
|
|
1874
2060
|
@pulumi.input_type
|
|
1875
2061
|
class IngressArgs:
|
|
1876
2062
|
def __init__(__self__, *,
|
|
1877
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1878
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2063
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2064
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1879
2065
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1880
2066
|
spec: Optional[pulumi.Input['IngressSpecArgs']] = None,
|
|
1881
2067
|
status: Optional[pulumi.Input['IngressStatusArgs']] = None):
|
|
@@ -1895,8 +2081,8 @@ class IngressArgs:
|
|
|
1895
2081
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
1896
2082
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1897
2083
|
by setting the 'customTimeouts' option on the resource.
|
|
1898
|
-
: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
|
|
1899
|
-
: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
|
|
2084
|
+
:param pulumi.Input[builtins.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
|
|
2085
|
+
:param pulumi.Input[builtins.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
|
|
1900
2086
|
: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
|
|
1901
2087
|
:param pulumi.Input['IngressSpecArgs'] spec: spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1902
2088
|
:param pulumi.Input['IngressStatusArgs'] status: 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
|
|
@@ -1914,26 +2100,26 @@ class IngressArgs:
|
|
|
1914
2100
|
|
|
1915
2101
|
@property
|
|
1916
2102
|
@pulumi.getter(name="apiVersion")
|
|
1917
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2103
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1918
2104
|
"""
|
|
1919
2105
|
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
|
|
1920
2106
|
"""
|
|
1921
2107
|
return pulumi.get(self, "api_version")
|
|
1922
2108
|
|
|
1923
2109
|
@api_version.setter
|
|
1924
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2110
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1925
2111
|
pulumi.set(self, "api_version", value)
|
|
1926
2112
|
|
|
1927
2113
|
@property
|
|
1928
2114
|
@pulumi.getter
|
|
1929
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2115
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1930
2116
|
"""
|
|
1931
2117
|
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
|
|
1932
2118
|
"""
|
|
1933
2119
|
return pulumi.get(self, "kind")
|
|
1934
2120
|
|
|
1935
2121
|
@kind.setter
|
|
1936
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2122
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1937
2123
|
pulumi.set(self, "kind", value)
|
|
1938
2124
|
|
|
1939
2125
|
@property
|
|
@@ -2378,15 +2564,15 @@ if not MYPY:
|
|
|
2378
2564
|
"""
|
|
2379
2565
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2380
2566
|
"""
|
|
2381
|
-
end_port: NotRequired[pulumi.Input[int]]
|
|
2567
|
+
end_port: NotRequired[pulumi.Input[builtins.int]]
|
|
2382
2568
|
"""
|
|
2383
2569
|
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2384
2570
|
"""
|
|
2385
|
-
port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2571
|
+
port: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2386
2572
|
"""
|
|
2387
2573
|
port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2388
2574
|
"""
|
|
2389
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
2575
|
+
protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
2390
2576
|
"""
|
|
2391
2577
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2392
2578
|
"""
|
|
@@ -2396,14 +2582,14 @@ elif False:
|
|
|
2396
2582
|
@pulumi.input_type
|
|
2397
2583
|
class NetworkPolicyPortPatchArgs:
|
|
2398
2584
|
def __init__(__self__, *,
|
|
2399
|
-
end_port: Optional[pulumi.Input[int]] = None,
|
|
2400
|
-
port: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2401
|
-
protocol: Optional[pulumi.Input[str]] = None):
|
|
2585
|
+
end_port: Optional[pulumi.Input[builtins.int]] = None,
|
|
2586
|
+
port: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2587
|
+
protocol: Optional[pulumi.Input[builtins.str]] = None):
|
|
2402
2588
|
"""
|
|
2403
2589
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2404
|
-
:param pulumi.Input[int] end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2405
|
-
:param pulumi.Input[Union[int, str]] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2406
|
-
:param pulumi.Input[str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2590
|
+
:param pulumi.Input[builtins.int] end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2591
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2592
|
+
:param pulumi.Input[builtins.str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2407
2593
|
"""
|
|
2408
2594
|
if end_port is not None:
|
|
2409
2595
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2414,38 +2600,38 @@ class NetworkPolicyPortPatchArgs:
|
|
|
2414
2600
|
|
|
2415
2601
|
@property
|
|
2416
2602
|
@pulumi.getter(name="endPort")
|
|
2417
|
-
def end_port(self) -> Optional[pulumi.Input[int]]:
|
|
2603
|
+
def end_port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2418
2604
|
"""
|
|
2419
2605
|
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2420
2606
|
"""
|
|
2421
2607
|
return pulumi.get(self, "end_port")
|
|
2422
2608
|
|
|
2423
2609
|
@end_port.setter
|
|
2424
|
-
def end_port(self, value: Optional[pulumi.Input[int]]):
|
|
2610
|
+
def end_port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2425
2611
|
pulumi.set(self, "end_port", value)
|
|
2426
2612
|
|
|
2427
2613
|
@property
|
|
2428
2614
|
@pulumi.getter
|
|
2429
|
-
def port(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2615
|
+
def port(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2430
2616
|
"""
|
|
2431
2617
|
port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2432
2618
|
"""
|
|
2433
2619
|
return pulumi.get(self, "port")
|
|
2434
2620
|
|
|
2435
2621
|
@port.setter
|
|
2436
|
-
def port(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2622
|
+
def port(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2437
2623
|
pulumi.set(self, "port", value)
|
|
2438
2624
|
|
|
2439
2625
|
@property
|
|
2440
2626
|
@pulumi.getter
|
|
2441
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
2627
|
+
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2442
2628
|
"""
|
|
2443
2629
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2444
2630
|
"""
|
|
2445
2631
|
return pulumi.get(self, "protocol")
|
|
2446
2632
|
|
|
2447
2633
|
@protocol.setter
|
|
2448
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
2634
|
+
def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2449
2635
|
pulumi.set(self, "protocol", value)
|
|
2450
2636
|
|
|
2451
2637
|
|
|
@@ -2454,15 +2640,15 @@ if not MYPY:
|
|
|
2454
2640
|
"""
|
|
2455
2641
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2456
2642
|
"""
|
|
2457
|
-
end_port: NotRequired[pulumi.Input[int]]
|
|
2643
|
+
end_port: NotRequired[pulumi.Input[builtins.int]]
|
|
2458
2644
|
"""
|
|
2459
2645
|
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2460
2646
|
"""
|
|
2461
|
-
port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2647
|
+
port: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2462
2648
|
"""
|
|
2463
2649
|
port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2464
2650
|
"""
|
|
2465
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
2651
|
+
protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
2466
2652
|
"""
|
|
2467
2653
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2468
2654
|
"""
|
|
@@ -2472,14 +2658,14 @@ elif False:
|
|
|
2472
2658
|
@pulumi.input_type
|
|
2473
2659
|
class NetworkPolicyPortArgs:
|
|
2474
2660
|
def __init__(__self__, *,
|
|
2475
|
-
end_port: Optional[pulumi.Input[int]] = None,
|
|
2476
|
-
port: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
2477
|
-
protocol: Optional[pulumi.Input[str]] = None):
|
|
2661
|
+
end_port: Optional[pulumi.Input[builtins.int]] = None,
|
|
2662
|
+
port: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2663
|
+
protocol: Optional[pulumi.Input[builtins.str]] = None):
|
|
2478
2664
|
"""
|
|
2479
2665
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2480
|
-
:param pulumi.Input[int] end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2481
|
-
:param pulumi.Input[Union[int, str]] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2482
|
-
:param pulumi.Input[str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2666
|
+
:param pulumi.Input[builtins.int] end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2667
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2668
|
+
:param pulumi.Input[builtins.str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2483
2669
|
"""
|
|
2484
2670
|
if end_port is not None:
|
|
2485
2671
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2490,38 +2676,38 @@ class NetworkPolicyPortArgs:
|
|
|
2490
2676
|
|
|
2491
2677
|
@property
|
|
2492
2678
|
@pulumi.getter(name="endPort")
|
|
2493
|
-
def end_port(self) -> Optional[pulumi.Input[int]]:
|
|
2679
|
+
def end_port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2494
2680
|
"""
|
|
2495
2681
|
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2496
2682
|
"""
|
|
2497
2683
|
return pulumi.get(self, "end_port")
|
|
2498
2684
|
|
|
2499
2685
|
@end_port.setter
|
|
2500
|
-
def end_port(self, value: Optional[pulumi.Input[int]]):
|
|
2686
|
+
def end_port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2501
2687
|
pulumi.set(self, "end_port", value)
|
|
2502
2688
|
|
|
2503
2689
|
@property
|
|
2504
2690
|
@pulumi.getter
|
|
2505
|
-
def port(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2691
|
+
def port(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2506
2692
|
"""
|
|
2507
2693
|
port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2508
2694
|
"""
|
|
2509
2695
|
return pulumi.get(self, "port")
|
|
2510
2696
|
|
|
2511
2697
|
@port.setter
|
|
2512
|
-
def port(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2698
|
+
def port(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2513
2699
|
pulumi.set(self, "port", value)
|
|
2514
2700
|
|
|
2515
2701
|
@property
|
|
2516
2702
|
@pulumi.getter
|
|
2517
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
2703
|
+
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2518
2704
|
"""
|
|
2519
2705
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2520
2706
|
"""
|
|
2521
2707
|
return pulumi.get(self, "protocol")
|
|
2522
2708
|
|
|
2523
2709
|
@protocol.setter
|
|
2524
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
2710
|
+
def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2525
2711
|
pulumi.set(self, "protocol", value)
|
|
2526
2712
|
|
|
2527
2713
|
|
|
@@ -2542,7 +2728,7 @@ if not MYPY:
|
|
|
2542
2728
|
"""
|
|
2543
2729
|
podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2544
2730
|
"""
|
|
2545
|
-
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2731
|
+
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2546
2732
|
"""
|
|
2547
2733
|
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2548
2734
|
"""
|
|
@@ -2555,13 +2741,13 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2555
2741
|
egress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]]] = None,
|
|
2556
2742
|
ingress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]]] = None,
|
|
2557
2743
|
pod_selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2558
|
-
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2744
|
+
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2559
2745
|
"""
|
|
2560
2746
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2561
2747
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]] egress: egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
2562
2748
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]] ingress: ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2563
2749
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] pod_selector: podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2564
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2750
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2565
2751
|
"""
|
|
2566
2752
|
if egress is not None:
|
|
2567
2753
|
pulumi.set(__self__, "egress", egress)
|
|
@@ -2610,14 +2796,14 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2610
2796
|
|
|
2611
2797
|
@property
|
|
2612
2798
|
@pulumi.getter(name="policyTypes")
|
|
2613
|
-
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2799
|
+
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2614
2800
|
"""
|
|
2615
2801
|
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2616
2802
|
"""
|
|
2617
2803
|
return pulumi.get(self, "policy_types")
|
|
2618
2804
|
|
|
2619
2805
|
@policy_types.setter
|
|
2620
|
-
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2806
|
+
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2621
2807
|
pulumi.set(self, "policy_types", value)
|
|
2622
2808
|
|
|
2623
2809
|
|
|
@@ -2638,7 +2824,7 @@ if not MYPY:
|
|
|
2638
2824
|
"""
|
|
2639
2825
|
ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2640
2826
|
"""
|
|
2641
|
-
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2827
|
+
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2642
2828
|
"""
|
|
2643
2829
|
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2644
2830
|
"""
|
|
@@ -2651,13 +2837,13 @@ class NetworkPolicySpecArgs:
|
|
|
2651
2837
|
pod_selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
2652
2838
|
egress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]]] = None,
|
|
2653
2839
|
ingress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]]] = None,
|
|
2654
|
-
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2840
|
+
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2655
2841
|
"""
|
|
2656
2842
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2657
2843
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] pod_selector: podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2658
2844
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]] egress: egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
2659
2845
|
:param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]] ingress: ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2660
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2846
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2661
2847
|
"""
|
|
2662
2848
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2663
2849
|
if egress is not None:
|
|
@@ -2705,14 +2891,14 @@ class NetworkPolicySpecArgs:
|
|
|
2705
2891
|
|
|
2706
2892
|
@property
|
|
2707
2893
|
@pulumi.getter(name="policyTypes")
|
|
2708
|
-
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2894
|
+
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2709
2895
|
"""
|
|
2710
2896
|
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2711
2897
|
"""
|
|
2712
2898
|
return pulumi.get(self, "policy_types")
|
|
2713
2899
|
|
|
2714
2900
|
@policy_types.setter
|
|
2715
|
-
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2901
|
+
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2716
2902
|
pulumi.set(self, "policy_types", value)
|
|
2717
2903
|
|
|
2718
2904
|
|
|
@@ -2757,11 +2943,11 @@ if not MYPY:
|
|
|
2757
2943
|
"""
|
|
2758
2944
|
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
2759
2945
|
"""
|
|
2760
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2946
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
2761
2947
|
"""
|
|
2762
2948
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2763
2949
|
"""
|
|
2764
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2950
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2765
2951
|
"""
|
|
2766
2952
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2767
2953
|
"""
|
|
@@ -2783,15 +2969,15 @@ elif False:
|
|
|
2783
2969
|
@pulumi.input_type
|
|
2784
2970
|
class NetworkPolicyArgs:
|
|
2785
2971
|
def __init__(__self__, *,
|
|
2786
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2787
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2972
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2973
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2788
2974
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2789
2975
|
spec: Optional[pulumi.Input['NetworkPolicySpecArgs']] = None,
|
|
2790
2976
|
status: Optional[pulumi.Input['NetworkPolicyStatusArgs']] = None):
|
|
2791
2977
|
"""
|
|
2792
2978
|
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
2793
|
-
: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
|
|
2794
|
-
: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
|
|
2979
|
+
:param pulumi.Input[builtins.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
|
|
2980
|
+
:param pulumi.Input[builtins.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
|
|
2795
2981
|
: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
|
|
2796
2982
|
:param pulumi.Input['NetworkPolicySpecArgs'] spec: spec represents the specification of the desired behavior for this NetworkPolicy.
|
|
2797
2983
|
:param pulumi.Input['NetworkPolicyStatusArgs'] status: Status is the current state of the NetworkPolicy. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -2809,26 +2995,26 @@ class NetworkPolicyArgs:
|
|
|
2809
2995
|
|
|
2810
2996
|
@property
|
|
2811
2997
|
@pulumi.getter(name="apiVersion")
|
|
2812
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2998
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2813
2999
|
"""
|
|
2814
3000
|
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
|
|
2815
3001
|
"""
|
|
2816
3002
|
return pulumi.get(self, "api_version")
|
|
2817
3003
|
|
|
2818
3004
|
@api_version.setter
|
|
2819
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
3005
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2820
3006
|
pulumi.set(self, "api_version", value)
|
|
2821
3007
|
|
|
2822
3008
|
@property
|
|
2823
3009
|
@pulumi.getter
|
|
2824
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
3010
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2825
3011
|
"""
|
|
2826
3012
|
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
|
|
2827
3013
|
"""
|
|
2828
3014
|
return pulumi.get(self, "kind")
|
|
2829
3015
|
|
|
2830
3016
|
@kind.setter
|
|
2831
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
3017
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2832
3018
|
pulumi.set(self, "kind", value)
|
|
2833
3019
|
|
|
2834
3020
|
@property
|
|
@@ -2868,16 +3054,206 @@ class NetworkPolicyArgs:
|
|
|
2868
3054
|
pulumi.set(self, "status", value)
|
|
2869
3055
|
|
|
2870
3056
|
|
|
3057
|
+
if not MYPY:
|
|
3058
|
+
class ParentReferencePatchArgsDict(TypedDict):
|
|
3059
|
+
"""
|
|
3060
|
+
ParentReference describes a reference to a parent object.
|
|
3061
|
+
"""
|
|
3062
|
+
group: NotRequired[pulumi.Input[builtins.str]]
|
|
3063
|
+
"""
|
|
3064
|
+
Group is the group of the object being referenced.
|
|
3065
|
+
"""
|
|
3066
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
3067
|
+
"""
|
|
3068
|
+
Name is the name of the object being referenced.
|
|
3069
|
+
"""
|
|
3070
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
3071
|
+
"""
|
|
3072
|
+
Namespace is the namespace of the object being referenced.
|
|
3073
|
+
"""
|
|
3074
|
+
resource: NotRequired[pulumi.Input[builtins.str]]
|
|
3075
|
+
"""
|
|
3076
|
+
Resource is the resource of the object being referenced.
|
|
3077
|
+
"""
|
|
3078
|
+
elif False:
|
|
3079
|
+
ParentReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
3080
|
+
|
|
3081
|
+
@pulumi.input_type
|
|
3082
|
+
class ParentReferencePatchArgs:
|
|
3083
|
+
def __init__(__self__, *,
|
|
3084
|
+
group: Optional[pulumi.Input[builtins.str]] = None,
|
|
3085
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3086
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
3087
|
+
resource: Optional[pulumi.Input[builtins.str]] = None):
|
|
3088
|
+
"""
|
|
3089
|
+
ParentReference describes a reference to a parent object.
|
|
3090
|
+
:param pulumi.Input[builtins.str] group: Group is the group of the object being referenced.
|
|
3091
|
+
:param pulumi.Input[builtins.str] name: Name is the name of the object being referenced.
|
|
3092
|
+
:param pulumi.Input[builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
3093
|
+
:param pulumi.Input[builtins.str] resource: Resource is the resource of the object being referenced.
|
|
3094
|
+
"""
|
|
3095
|
+
if group is not None:
|
|
3096
|
+
pulumi.set(__self__, "group", group)
|
|
3097
|
+
if name is not None:
|
|
3098
|
+
pulumi.set(__self__, "name", name)
|
|
3099
|
+
if namespace is not None:
|
|
3100
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
3101
|
+
if resource is not None:
|
|
3102
|
+
pulumi.set(__self__, "resource", resource)
|
|
3103
|
+
|
|
3104
|
+
@property
|
|
3105
|
+
@pulumi.getter
|
|
3106
|
+
def group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3107
|
+
"""
|
|
3108
|
+
Group is the group of the object being referenced.
|
|
3109
|
+
"""
|
|
3110
|
+
return pulumi.get(self, "group")
|
|
3111
|
+
|
|
3112
|
+
@group.setter
|
|
3113
|
+
def group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3114
|
+
pulumi.set(self, "group", value)
|
|
3115
|
+
|
|
3116
|
+
@property
|
|
3117
|
+
@pulumi.getter
|
|
3118
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3119
|
+
"""
|
|
3120
|
+
Name is the name of the object being referenced.
|
|
3121
|
+
"""
|
|
3122
|
+
return pulumi.get(self, "name")
|
|
3123
|
+
|
|
3124
|
+
@name.setter
|
|
3125
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3126
|
+
pulumi.set(self, "name", value)
|
|
3127
|
+
|
|
3128
|
+
@property
|
|
3129
|
+
@pulumi.getter
|
|
3130
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3131
|
+
"""
|
|
3132
|
+
Namespace is the namespace of the object being referenced.
|
|
3133
|
+
"""
|
|
3134
|
+
return pulumi.get(self, "namespace")
|
|
3135
|
+
|
|
3136
|
+
@namespace.setter
|
|
3137
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3138
|
+
pulumi.set(self, "namespace", value)
|
|
3139
|
+
|
|
3140
|
+
@property
|
|
3141
|
+
@pulumi.getter
|
|
3142
|
+
def resource(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3143
|
+
"""
|
|
3144
|
+
Resource is the resource of the object being referenced.
|
|
3145
|
+
"""
|
|
3146
|
+
return pulumi.get(self, "resource")
|
|
3147
|
+
|
|
3148
|
+
@resource.setter
|
|
3149
|
+
def resource(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3150
|
+
pulumi.set(self, "resource", value)
|
|
3151
|
+
|
|
3152
|
+
|
|
3153
|
+
if not MYPY:
|
|
3154
|
+
class ParentReferenceArgsDict(TypedDict):
|
|
3155
|
+
"""
|
|
3156
|
+
ParentReference describes a reference to a parent object.
|
|
3157
|
+
"""
|
|
3158
|
+
name: pulumi.Input[builtins.str]
|
|
3159
|
+
"""
|
|
3160
|
+
Name is the name of the object being referenced.
|
|
3161
|
+
"""
|
|
3162
|
+
resource: pulumi.Input[builtins.str]
|
|
3163
|
+
"""
|
|
3164
|
+
Resource is the resource of the object being referenced.
|
|
3165
|
+
"""
|
|
3166
|
+
group: NotRequired[pulumi.Input[builtins.str]]
|
|
3167
|
+
"""
|
|
3168
|
+
Group is the group of the object being referenced.
|
|
3169
|
+
"""
|
|
3170
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
3171
|
+
"""
|
|
3172
|
+
Namespace is the namespace of the object being referenced.
|
|
3173
|
+
"""
|
|
3174
|
+
elif False:
|
|
3175
|
+
ParentReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
3176
|
+
|
|
3177
|
+
@pulumi.input_type
|
|
3178
|
+
class ParentReferenceArgs:
|
|
3179
|
+
def __init__(__self__, *,
|
|
3180
|
+
name: pulumi.Input[builtins.str],
|
|
3181
|
+
resource: pulumi.Input[builtins.str],
|
|
3182
|
+
group: Optional[pulumi.Input[builtins.str]] = None,
|
|
3183
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None):
|
|
3184
|
+
"""
|
|
3185
|
+
ParentReference describes a reference to a parent object.
|
|
3186
|
+
:param pulumi.Input[builtins.str] name: Name is the name of the object being referenced.
|
|
3187
|
+
:param pulumi.Input[builtins.str] resource: Resource is the resource of the object being referenced.
|
|
3188
|
+
:param pulumi.Input[builtins.str] group: Group is the group of the object being referenced.
|
|
3189
|
+
:param pulumi.Input[builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
3190
|
+
"""
|
|
3191
|
+
pulumi.set(__self__, "name", name)
|
|
3192
|
+
pulumi.set(__self__, "resource", resource)
|
|
3193
|
+
if group is not None:
|
|
3194
|
+
pulumi.set(__self__, "group", group)
|
|
3195
|
+
if namespace is not None:
|
|
3196
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
3197
|
+
|
|
3198
|
+
@property
|
|
3199
|
+
@pulumi.getter
|
|
3200
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
3201
|
+
"""
|
|
3202
|
+
Name is the name of the object being referenced.
|
|
3203
|
+
"""
|
|
3204
|
+
return pulumi.get(self, "name")
|
|
3205
|
+
|
|
3206
|
+
@name.setter
|
|
3207
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
3208
|
+
pulumi.set(self, "name", value)
|
|
3209
|
+
|
|
3210
|
+
@property
|
|
3211
|
+
@pulumi.getter
|
|
3212
|
+
def resource(self) -> pulumi.Input[builtins.str]:
|
|
3213
|
+
"""
|
|
3214
|
+
Resource is the resource of the object being referenced.
|
|
3215
|
+
"""
|
|
3216
|
+
return pulumi.get(self, "resource")
|
|
3217
|
+
|
|
3218
|
+
@resource.setter
|
|
3219
|
+
def resource(self, value: pulumi.Input[builtins.str]):
|
|
3220
|
+
pulumi.set(self, "resource", value)
|
|
3221
|
+
|
|
3222
|
+
@property
|
|
3223
|
+
@pulumi.getter
|
|
3224
|
+
def group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3225
|
+
"""
|
|
3226
|
+
Group is the group of the object being referenced.
|
|
3227
|
+
"""
|
|
3228
|
+
return pulumi.get(self, "group")
|
|
3229
|
+
|
|
3230
|
+
@group.setter
|
|
3231
|
+
def group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3232
|
+
pulumi.set(self, "group", value)
|
|
3233
|
+
|
|
3234
|
+
@property
|
|
3235
|
+
@pulumi.getter
|
|
3236
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3237
|
+
"""
|
|
3238
|
+
Namespace is the namespace of the object being referenced.
|
|
3239
|
+
"""
|
|
3240
|
+
return pulumi.get(self, "namespace")
|
|
3241
|
+
|
|
3242
|
+
@namespace.setter
|
|
3243
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3244
|
+
pulumi.set(self, "namespace", value)
|
|
3245
|
+
|
|
3246
|
+
|
|
2871
3247
|
if not MYPY:
|
|
2872
3248
|
class ServiceBackendPortPatchArgsDict(TypedDict):
|
|
2873
3249
|
"""
|
|
2874
3250
|
ServiceBackendPort is the service port being referenced.
|
|
2875
3251
|
"""
|
|
2876
|
-
name: NotRequired[pulumi.Input[str]]
|
|
3252
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2877
3253
|
"""
|
|
2878
3254
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2879
3255
|
"""
|
|
2880
|
-
number: NotRequired[pulumi.Input[int]]
|
|
3256
|
+
number: NotRequired[pulumi.Input[builtins.int]]
|
|
2881
3257
|
"""
|
|
2882
3258
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2883
3259
|
"""
|
|
@@ -2887,12 +3263,12 @@ elif False:
|
|
|
2887
3263
|
@pulumi.input_type
|
|
2888
3264
|
class ServiceBackendPortPatchArgs:
|
|
2889
3265
|
def __init__(__self__, *,
|
|
2890
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2891
|
-
number: Optional[pulumi.Input[int]] = None):
|
|
3266
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3267
|
+
number: Optional[pulumi.Input[builtins.int]] = None):
|
|
2892
3268
|
"""
|
|
2893
3269
|
ServiceBackendPort is the service port being referenced.
|
|
2894
|
-
:param pulumi.Input[str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2895
|
-
:param pulumi.Input[int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
3270
|
+
:param pulumi.Input[builtins.str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
3271
|
+
:param pulumi.Input[builtins.int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2896
3272
|
"""
|
|
2897
3273
|
if name is not None:
|
|
2898
3274
|
pulumi.set(__self__, "name", name)
|
|
@@ -2901,26 +3277,26 @@ class ServiceBackendPortPatchArgs:
|
|
|
2901
3277
|
|
|
2902
3278
|
@property
|
|
2903
3279
|
@pulumi.getter
|
|
2904
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
3280
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2905
3281
|
"""
|
|
2906
3282
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2907
3283
|
"""
|
|
2908
3284
|
return pulumi.get(self, "name")
|
|
2909
3285
|
|
|
2910
3286
|
@name.setter
|
|
2911
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
3287
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2912
3288
|
pulumi.set(self, "name", value)
|
|
2913
3289
|
|
|
2914
3290
|
@property
|
|
2915
3291
|
@pulumi.getter
|
|
2916
|
-
def number(self) -> Optional[pulumi.Input[int]]:
|
|
3292
|
+
def number(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2917
3293
|
"""
|
|
2918
3294
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2919
3295
|
"""
|
|
2920
3296
|
return pulumi.get(self, "number")
|
|
2921
3297
|
|
|
2922
3298
|
@number.setter
|
|
2923
|
-
def number(self, value: Optional[pulumi.Input[int]]):
|
|
3299
|
+
def number(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2924
3300
|
pulumi.set(self, "number", value)
|
|
2925
3301
|
|
|
2926
3302
|
|
|
@@ -2929,11 +3305,11 @@ if not MYPY:
|
|
|
2929
3305
|
"""
|
|
2930
3306
|
ServiceBackendPort is the service port being referenced.
|
|
2931
3307
|
"""
|
|
2932
|
-
name: NotRequired[pulumi.Input[str]]
|
|
3308
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2933
3309
|
"""
|
|
2934
3310
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2935
3311
|
"""
|
|
2936
|
-
number: NotRequired[pulumi.Input[int]]
|
|
3312
|
+
number: NotRequired[pulumi.Input[builtins.int]]
|
|
2937
3313
|
"""
|
|
2938
3314
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2939
3315
|
"""
|
|
@@ -2943,12 +3319,12 @@ elif False:
|
|
|
2943
3319
|
@pulumi.input_type
|
|
2944
3320
|
class ServiceBackendPortArgs:
|
|
2945
3321
|
def __init__(__self__, *,
|
|
2946
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2947
|
-
number: Optional[pulumi.Input[int]] = None):
|
|
3322
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3323
|
+
number: Optional[pulumi.Input[builtins.int]] = None):
|
|
2948
3324
|
"""
|
|
2949
3325
|
ServiceBackendPort is the service port being referenced.
|
|
2950
|
-
:param pulumi.Input[str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2951
|
-
:param pulumi.Input[int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
3326
|
+
:param pulumi.Input[builtins.str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
3327
|
+
:param pulumi.Input[builtins.int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2952
3328
|
"""
|
|
2953
3329
|
if name is not None:
|
|
2954
3330
|
pulumi.set(__self__, "name", name)
|
|
@@ -2957,26 +3333,250 @@ class ServiceBackendPortArgs:
|
|
|
2957
3333
|
|
|
2958
3334
|
@property
|
|
2959
3335
|
@pulumi.getter
|
|
2960
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
3336
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2961
3337
|
"""
|
|
2962
3338
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2963
3339
|
"""
|
|
2964
3340
|
return pulumi.get(self, "name")
|
|
2965
3341
|
|
|
2966
3342
|
@name.setter
|
|
2967
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
3343
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2968
3344
|
pulumi.set(self, "name", value)
|
|
2969
3345
|
|
|
2970
3346
|
@property
|
|
2971
3347
|
@pulumi.getter
|
|
2972
|
-
def number(self) -> Optional[pulumi.Input[int]]:
|
|
3348
|
+
def number(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2973
3349
|
"""
|
|
2974
3350
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2975
3351
|
"""
|
|
2976
3352
|
return pulumi.get(self, "number")
|
|
2977
3353
|
|
|
2978
3354
|
@number.setter
|
|
2979
|
-
def number(self, value: Optional[pulumi.Input[int]]):
|
|
3355
|
+
def number(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2980
3356
|
pulumi.set(self, "number", value)
|
|
2981
3357
|
|
|
2982
3358
|
|
|
3359
|
+
if not MYPY:
|
|
3360
|
+
class ServiceCIDRSpecPatchArgsDict(TypedDict):
|
|
3361
|
+
"""
|
|
3362
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3363
|
+
"""
|
|
3364
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
3365
|
+
"""
|
|
3366
|
+
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.
|
|
3367
|
+
"""
|
|
3368
|
+
elif False:
|
|
3369
|
+
ServiceCIDRSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
3370
|
+
|
|
3371
|
+
@pulumi.input_type
|
|
3372
|
+
class ServiceCIDRSpecPatchArgs:
|
|
3373
|
+
def __init__(__self__, *,
|
|
3374
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
3375
|
+
"""
|
|
3376
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3377
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.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.
|
|
3378
|
+
"""
|
|
3379
|
+
if cidrs is not None:
|
|
3380
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
3381
|
+
|
|
3382
|
+
@property
|
|
3383
|
+
@pulumi.getter
|
|
3384
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3385
|
+
"""
|
|
3386
|
+
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.
|
|
3387
|
+
"""
|
|
3388
|
+
return pulumi.get(self, "cidrs")
|
|
3389
|
+
|
|
3390
|
+
@cidrs.setter
|
|
3391
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3392
|
+
pulumi.set(self, "cidrs", value)
|
|
3393
|
+
|
|
3394
|
+
|
|
3395
|
+
if not MYPY:
|
|
3396
|
+
class ServiceCIDRSpecArgsDict(TypedDict):
|
|
3397
|
+
"""
|
|
3398
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3399
|
+
"""
|
|
3400
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
3401
|
+
"""
|
|
3402
|
+
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.
|
|
3403
|
+
"""
|
|
3404
|
+
elif False:
|
|
3405
|
+
ServiceCIDRSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
3406
|
+
|
|
3407
|
+
@pulumi.input_type
|
|
3408
|
+
class ServiceCIDRSpecArgs:
|
|
3409
|
+
def __init__(__self__, *,
|
|
3410
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
3411
|
+
"""
|
|
3412
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3413
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.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.
|
|
3414
|
+
"""
|
|
3415
|
+
if cidrs is not None:
|
|
3416
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
3417
|
+
|
|
3418
|
+
@property
|
|
3419
|
+
@pulumi.getter
|
|
3420
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3421
|
+
"""
|
|
3422
|
+
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.
|
|
3423
|
+
"""
|
|
3424
|
+
return pulumi.get(self, "cidrs")
|
|
3425
|
+
|
|
3426
|
+
@cidrs.setter
|
|
3427
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3428
|
+
pulumi.set(self, "cidrs", value)
|
|
3429
|
+
|
|
3430
|
+
|
|
3431
|
+
if not MYPY:
|
|
3432
|
+
class ServiceCIDRStatusArgsDict(TypedDict):
|
|
3433
|
+
"""
|
|
3434
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
3435
|
+
"""
|
|
3436
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgsDict']]]]
|
|
3437
|
+
"""
|
|
3438
|
+
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
3439
|
+
"""
|
|
3440
|
+
elif False:
|
|
3441
|
+
ServiceCIDRStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
3442
|
+
|
|
3443
|
+
@pulumi.input_type
|
|
3444
|
+
class ServiceCIDRStatusArgs:
|
|
3445
|
+
def __init__(__self__, *,
|
|
3446
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]] = None):
|
|
3447
|
+
"""
|
|
3448
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
3449
|
+
: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
|
|
3450
|
+
"""
|
|
3451
|
+
if conditions is not None:
|
|
3452
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
3453
|
+
|
|
3454
|
+
@property
|
|
3455
|
+
@pulumi.getter
|
|
3456
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
|
|
3457
|
+
"""
|
|
3458
|
+
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
3459
|
+
"""
|
|
3460
|
+
return pulumi.get(self, "conditions")
|
|
3461
|
+
|
|
3462
|
+
@conditions.setter
|
|
3463
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]):
|
|
3464
|
+
pulumi.set(self, "conditions", value)
|
|
3465
|
+
|
|
3466
|
+
|
|
3467
|
+
if not MYPY:
|
|
3468
|
+
class ServiceCIDRArgsDict(TypedDict):
|
|
3469
|
+
"""
|
|
3470
|
+
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.
|
|
3471
|
+
"""
|
|
3472
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
3473
|
+
"""
|
|
3474
|
+
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
|
|
3475
|
+
"""
|
|
3476
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3477
|
+
"""
|
|
3478
|
+
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
|
|
3479
|
+
"""
|
|
3480
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
3481
|
+
"""
|
|
3482
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3483
|
+
"""
|
|
3484
|
+
spec: NotRequired[pulumi.Input['ServiceCIDRSpecArgsDict']]
|
|
3485
|
+
"""
|
|
3486
|
+
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
|
|
3487
|
+
"""
|
|
3488
|
+
status: NotRequired[pulumi.Input['ServiceCIDRStatusArgsDict']]
|
|
3489
|
+
"""
|
|
3490
|
+
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
|
|
3491
|
+
"""
|
|
3492
|
+
elif False:
|
|
3493
|
+
ServiceCIDRArgsDict: TypeAlias = Mapping[str, Any]
|
|
3494
|
+
|
|
3495
|
+
@pulumi.input_type
|
|
3496
|
+
class ServiceCIDRArgs:
|
|
3497
|
+
def __init__(__self__, *,
|
|
3498
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3499
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3500
|
+
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
3501
|
+
spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
|
|
3502
|
+
status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
|
|
3503
|
+
"""
|
|
3504
|
+
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.
|
|
3505
|
+
:param pulumi.Input[builtins.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
|
|
3506
|
+
:param pulumi.Input[builtins.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
|
|
3507
|
+
: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
|
|
3508
|
+
: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
|
|
3509
|
+
: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
|
|
3510
|
+
"""
|
|
3511
|
+
if api_version is not None:
|
|
3512
|
+
pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
|
|
3513
|
+
if kind is not None:
|
|
3514
|
+
pulumi.set(__self__, "kind", 'ServiceCIDR')
|
|
3515
|
+
if metadata is not None:
|
|
3516
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
3517
|
+
if spec is not None:
|
|
3518
|
+
pulumi.set(__self__, "spec", spec)
|
|
3519
|
+
if status is not None:
|
|
3520
|
+
pulumi.set(__self__, "status", status)
|
|
3521
|
+
|
|
3522
|
+
@property
|
|
3523
|
+
@pulumi.getter(name="apiVersion")
|
|
3524
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3525
|
+
"""
|
|
3526
|
+
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
|
|
3527
|
+
"""
|
|
3528
|
+
return pulumi.get(self, "api_version")
|
|
3529
|
+
|
|
3530
|
+
@api_version.setter
|
|
3531
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3532
|
+
pulumi.set(self, "api_version", value)
|
|
3533
|
+
|
|
3534
|
+
@property
|
|
3535
|
+
@pulumi.getter
|
|
3536
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3537
|
+
"""
|
|
3538
|
+
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
|
|
3539
|
+
"""
|
|
3540
|
+
return pulumi.get(self, "kind")
|
|
3541
|
+
|
|
3542
|
+
@kind.setter
|
|
3543
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3544
|
+
pulumi.set(self, "kind", value)
|
|
3545
|
+
|
|
3546
|
+
@property
|
|
3547
|
+
@pulumi.getter
|
|
3548
|
+
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
3549
|
+
"""
|
|
3550
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3551
|
+
"""
|
|
3552
|
+
return pulumi.get(self, "metadata")
|
|
3553
|
+
|
|
3554
|
+
@metadata.setter
|
|
3555
|
+
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
3556
|
+
pulumi.set(self, "metadata", value)
|
|
3557
|
+
|
|
3558
|
+
@property
|
|
3559
|
+
@pulumi.getter
|
|
3560
|
+
def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
|
|
3561
|
+
"""
|
|
3562
|
+
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
|
|
3563
|
+
"""
|
|
3564
|
+
return pulumi.get(self, "spec")
|
|
3565
|
+
|
|
3566
|
+
@spec.setter
|
|
3567
|
+
def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
|
|
3568
|
+
pulumi.set(self, "spec", value)
|
|
3569
|
+
|
|
3570
|
+
@property
|
|
3571
|
+
@pulumi.getter
|
|
3572
|
+
def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
|
|
3573
|
+
"""
|
|
3574
|
+
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
|
|
3575
|
+
"""
|
|
3576
|
+
return pulumi.get(self, "status")
|
|
3577
|
+
|
|
3578
|
+
@status.setter
|
|
3579
|
+
def status(self, value: Optional[pulumi.Input['ServiceCIDRStatusArgs']]):
|
|
3580
|
+
pulumi.set(self, "status", value)
|
|
3581
|
+
|
|
3582
|
+
|