pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743595894__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 +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -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 +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -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 +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -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 +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -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 +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -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 +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -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 +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -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 +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -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 +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -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 +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -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 +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -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 +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -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 +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -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 +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -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 +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -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 +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -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 +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -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 +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- 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 +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -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 +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -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 +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -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 +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -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 +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -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 +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -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 +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -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 +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -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 +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -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 +246 -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 +71 -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 +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -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/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- 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 +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- 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 +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -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 +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -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 +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -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 +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -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 +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -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 +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -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 +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -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 +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -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 +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- 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 +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -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 +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -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 +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -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 +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -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 +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -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 +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -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 +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -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 +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.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
|
|
@@ -110,11 +111,11 @@ if not MYPY:
|
|
|
110
111
|
"""
|
|
111
112
|
backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
112
113
|
"""
|
|
113
|
-
path: NotRequired[pulumi.Input[str]]
|
|
114
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
114
115
|
"""
|
|
115
116
|
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
116
117
|
"""
|
|
117
|
-
path_type: NotRequired[pulumi.Input[str]]
|
|
118
|
+
path_type: NotRequired[pulumi.Input[builtins.str]]
|
|
118
119
|
"""
|
|
119
120
|
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
121
|
done on a path element by element basis. A path element refers is the
|
|
@@ -135,13 +136,13 @@ elif False:
|
|
|
135
136
|
class HTTPIngressPathPatchArgs:
|
|
136
137
|
def __init__(__self__, *,
|
|
137
138
|
backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
138
|
-
path: Optional[pulumi.Input[str]] = None,
|
|
139
|
-
path_type: Optional[pulumi.Input[str]] = None):
|
|
139
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
|
140
|
+
path_type: Optional[pulumi.Input[builtins.str]] = None):
|
|
140
141
|
"""
|
|
141
142
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
142
143
|
: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
|
|
144
|
+
: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".
|
|
145
|
+
: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
146
|
done on a path element by element basis. A path element refers is the
|
|
146
147
|
list of labels in the path split by the '/' separator. A request is a
|
|
147
148
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -174,19 +175,19 @@ class HTTPIngressPathPatchArgs:
|
|
|
174
175
|
|
|
175
176
|
@property
|
|
176
177
|
@pulumi.getter
|
|
177
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
178
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
178
179
|
"""
|
|
179
180
|
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
181
|
"""
|
|
181
182
|
return pulumi.get(self, "path")
|
|
182
183
|
|
|
183
184
|
@path.setter
|
|
184
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
185
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
185
186
|
pulumi.set(self, "path", value)
|
|
186
187
|
|
|
187
188
|
@property
|
|
188
189
|
@pulumi.getter(name="pathType")
|
|
189
|
-
def path_type(self) -> Optional[pulumi.Input[str]]:
|
|
190
|
+
def path_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
190
191
|
"""
|
|
191
192
|
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
193
|
done on a path element by element basis. A path element refers is the
|
|
@@ -203,7 +204,7 @@ class HTTPIngressPathPatchArgs:
|
|
|
203
204
|
return pulumi.get(self, "path_type")
|
|
204
205
|
|
|
205
206
|
@path_type.setter
|
|
206
|
-
def path_type(self, value: Optional[pulumi.Input[str]]):
|
|
207
|
+
def path_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
207
208
|
pulumi.set(self, "path_type", value)
|
|
208
209
|
|
|
209
210
|
|
|
@@ -216,7 +217,7 @@ if not MYPY:
|
|
|
216
217
|
"""
|
|
217
218
|
backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
218
219
|
"""
|
|
219
|
-
path_type: pulumi.Input[str]
|
|
220
|
+
path_type: pulumi.Input[builtins.str]
|
|
220
221
|
"""
|
|
221
222
|
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
223
|
done on a path element by element basis. A path element refers is the
|
|
@@ -230,7 +231,7 @@ if not MYPY:
|
|
|
230
231
|
or treat it identically to Prefix or Exact path types.
|
|
231
232
|
Implementations are required to support all path types.
|
|
232
233
|
"""
|
|
233
|
-
path: NotRequired[pulumi.Input[str]]
|
|
234
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
234
235
|
"""
|
|
235
236
|
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
236
237
|
"""
|
|
@@ -241,12 +242,12 @@ elif False:
|
|
|
241
242
|
class HTTPIngressPathArgs:
|
|
242
243
|
def __init__(__self__, *,
|
|
243
244
|
backend: pulumi.Input['IngressBackendArgs'],
|
|
244
|
-
path_type: pulumi.Input[str],
|
|
245
|
-
path: Optional[pulumi.Input[str]] = None):
|
|
245
|
+
path_type: pulumi.Input[builtins.str],
|
|
246
|
+
path: Optional[pulumi.Input[builtins.str]] = None):
|
|
246
247
|
"""
|
|
247
248
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
248
249
|
: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
|
|
250
|
+
: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
251
|
done on a path element by element basis. A path element refers is the
|
|
251
252
|
list of labels in the path split by the '/' separator. A request is a
|
|
252
253
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -257,7 +258,7 @@ class HTTPIngressPathArgs:
|
|
|
257
258
|
the IngressClass. Implementations can treat this as a separate PathType
|
|
258
259
|
or treat it identically to Prefix or Exact path types.
|
|
259
260
|
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".
|
|
261
|
+
: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
262
|
"""
|
|
262
263
|
pulumi.set(__self__, "backend", backend)
|
|
263
264
|
pulumi.set(__self__, "path_type", path_type)
|
|
@@ -278,7 +279,7 @@ class HTTPIngressPathArgs:
|
|
|
278
279
|
|
|
279
280
|
@property
|
|
280
281
|
@pulumi.getter(name="pathType")
|
|
281
|
-
def path_type(self) -> pulumi.Input[str]:
|
|
282
|
+
def path_type(self) -> pulumi.Input[builtins.str]:
|
|
282
283
|
"""
|
|
283
284
|
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
285
|
done on a path element by element basis. A path element refers is the
|
|
@@ -295,19 +296,19 @@ class HTTPIngressPathArgs:
|
|
|
295
296
|
return pulumi.get(self, "path_type")
|
|
296
297
|
|
|
297
298
|
@path_type.setter
|
|
298
|
-
def path_type(self, value: pulumi.Input[str]):
|
|
299
|
+
def path_type(self, value: pulumi.Input[builtins.str]):
|
|
299
300
|
pulumi.set(self, "path_type", value)
|
|
300
301
|
|
|
301
302
|
@property
|
|
302
303
|
@pulumi.getter
|
|
303
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
304
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
304
305
|
"""
|
|
305
306
|
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
307
|
"""
|
|
307
308
|
return pulumi.get(self, "path")
|
|
308
309
|
|
|
309
310
|
@path.setter
|
|
310
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
311
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
311
312
|
pulumi.set(self, "path", value)
|
|
312
313
|
|
|
313
314
|
|
|
@@ -387,11 +388,11 @@ if not MYPY:
|
|
|
387
388
|
"""
|
|
388
389
|
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
389
390
|
"""
|
|
390
|
-
cidr: NotRequired[pulumi.Input[str]]
|
|
391
|
+
cidr: NotRequired[pulumi.Input[builtins.str]]
|
|
391
392
|
"""
|
|
392
393
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
393
394
|
"""
|
|
394
|
-
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
395
|
+
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
395
396
|
"""
|
|
396
397
|
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
397
398
|
"""
|
|
@@ -401,12 +402,12 @@ elif False:
|
|
|
401
402
|
@pulumi.input_type
|
|
402
403
|
class IPBlockPatchArgs:
|
|
403
404
|
def __init__(__self__, *,
|
|
404
|
-
cidr: Optional[pulumi.Input[str]] = None,
|
|
405
|
-
except_: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
405
|
+
cidr: Optional[pulumi.Input[builtins.str]] = None,
|
|
406
|
+
except_: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
406
407
|
"""
|
|
407
408
|
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
|
|
409
|
+
: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"
|
|
410
|
+
: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
411
|
"""
|
|
411
412
|
if cidr is not None:
|
|
412
413
|
pulumi.set(__self__, "cidr", cidr)
|
|
@@ -415,26 +416,26 @@ class IPBlockPatchArgs:
|
|
|
415
416
|
|
|
416
417
|
@property
|
|
417
418
|
@pulumi.getter
|
|
418
|
-
def cidr(self) -> Optional[pulumi.Input[str]]:
|
|
419
|
+
def cidr(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
419
420
|
"""
|
|
420
421
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
421
422
|
"""
|
|
422
423
|
return pulumi.get(self, "cidr")
|
|
423
424
|
|
|
424
425
|
@cidr.setter
|
|
425
|
-
def cidr(self, value: Optional[pulumi.Input[str]]):
|
|
426
|
+
def cidr(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
426
427
|
pulumi.set(self, "cidr", value)
|
|
427
428
|
|
|
428
429
|
@property
|
|
429
430
|
@pulumi.getter(name="except")
|
|
430
|
-
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
431
|
+
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
431
432
|
"""
|
|
432
433
|
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
434
|
"""
|
|
434
435
|
return pulumi.get(self, "except_")
|
|
435
436
|
|
|
436
437
|
@except_.setter
|
|
437
|
-
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
438
|
+
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
438
439
|
pulumi.set(self, "except_", value)
|
|
439
440
|
|
|
440
441
|
|
|
@@ -443,11 +444,11 @@ if not MYPY:
|
|
|
443
444
|
"""
|
|
444
445
|
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
445
446
|
"""
|
|
446
|
-
cidr: pulumi.Input[str]
|
|
447
|
+
cidr: pulumi.Input[builtins.str]
|
|
447
448
|
"""
|
|
448
449
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
449
450
|
"""
|
|
450
|
-
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
451
|
+
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
451
452
|
"""
|
|
452
453
|
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
453
454
|
"""
|
|
@@ -457,12 +458,12 @@ elif False:
|
|
|
457
458
|
@pulumi.input_type
|
|
458
459
|
class IPBlockArgs:
|
|
459
460
|
def __init__(__self__, *,
|
|
460
|
-
cidr: pulumi.Input[str],
|
|
461
|
-
except_: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
461
|
+
cidr: pulumi.Input[builtins.str],
|
|
462
|
+
except_: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
462
463
|
"""
|
|
463
464
|
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
|
|
465
|
+
: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"
|
|
466
|
+
: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
467
|
"""
|
|
467
468
|
pulumi.set(__self__, "cidr", cidr)
|
|
468
469
|
if except_ is not None:
|
|
@@ -470,26 +471,26 @@ class IPBlockArgs:
|
|
|
470
471
|
|
|
471
472
|
@property
|
|
472
473
|
@pulumi.getter
|
|
473
|
-
def cidr(self) -> pulumi.Input[str]:
|
|
474
|
+
def cidr(self) -> pulumi.Input[builtins.str]:
|
|
474
475
|
"""
|
|
475
476
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
476
477
|
"""
|
|
477
478
|
return pulumi.get(self, "cidr")
|
|
478
479
|
|
|
479
480
|
@cidr.setter
|
|
480
|
-
def cidr(self, value: pulumi.Input[str]):
|
|
481
|
+
def cidr(self, value: pulumi.Input[builtins.str]):
|
|
481
482
|
pulumi.set(self, "cidr", value)
|
|
482
483
|
|
|
483
484
|
@property
|
|
484
485
|
@pulumi.getter(name="except")
|
|
485
|
-
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
486
|
+
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
486
487
|
"""
|
|
487
488
|
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
489
|
"""
|
|
489
490
|
return pulumi.get(self, "except_")
|
|
490
491
|
|
|
491
492
|
@except_.setter
|
|
492
|
-
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
493
|
+
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
493
494
|
pulumi.set(self, "except_", value)
|
|
494
495
|
|
|
495
496
|
|
|
@@ -610,23 +611,23 @@ if not MYPY:
|
|
|
610
611
|
"""
|
|
611
612
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
612
613
|
"""
|
|
613
|
-
api_group: NotRequired[pulumi.Input[str]]
|
|
614
|
+
api_group: NotRequired[pulumi.Input[builtins.str]]
|
|
614
615
|
"""
|
|
615
616
|
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
616
617
|
"""
|
|
617
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
618
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
618
619
|
"""
|
|
619
620
|
kind is the type of resource being referenced.
|
|
620
621
|
"""
|
|
621
|
-
name: NotRequired[pulumi.Input[str]]
|
|
622
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
622
623
|
"""
|
|
623
624
|
name is the name of resource being referenced.
|
|
624
625
|
"""
|
|
625
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
626
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
626
627
|
"""
|
|
627
628
|
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
628
629
|
"""
|
|
629
|
-
scope: NotRequired[pulumi.Input[str]]
|
|
630
|
+
scope: NotRequired[pulumi.Input[builtins.str]]
|
|
630
631
|
"""
|
|
631
632
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
632
633
|
"""
|
|
@@ -636,18 +637,18 @@ elif False:
|
|
|
636
637
|
@pulumi.input_type
|
|
637
638
|
class IngressClassParametersReferencePatchArgs:
|
|
638
639
|
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):
|
|
640
|
+
api_group: Optional[pulumi.Input[builtins.str]] = None,
|
|
641
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
642
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
643
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
644
|
+
scope: Optional[pulumi.Input[builtins.str]] = None):
|
|
644
645
|
"""
|
|
645
646
|
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".
|
|
647
|
+
: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.
|
|
648
|
+
:param pulumi.Input[builtins.str] kind: kind is the type of resource being referenced.
|
|
649
|
+
:param pulumi.Input[builtins.str] name: name is the name of resource being referenced.
|
|
650
|
+
: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".
|
|
651
|
+
: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
652
|
"""
|
|
652
653
|
if api_group is not None:
|
|
653
654
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -662,62 +663,62 @@ class IngressClassParametersReferencePatchArgs:
|
|
|
662
663
|
|
|
663
664
|
@property
|
|
664
665
|
@pulumi.getter(name="apiGroup")
|
|
665
|
-
def api_group(self) -> Optional[pulumi.Input[str]]:
|
|
666
|
+
def api_group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
666
667
|
"""
|
|
667
668
|
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
669
|
"""
|
|
669
670
|
return pulumi.get(self, "api_group")
|
|
670
671
|
|
|
671
672
|
@api_group.setter
|
|
672
|
-
def api_group(self, value: Optional[pulumi.Input[str]]):
|
|
673
|
+
def api_group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
673
674
|
pulumi.set(self, "api_group", value)
|
|
674
675
|
|
|
675
676
|
@property
|
|
676
677
|
@pulumi.getter
|
|
677
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
678
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
678
679
|
"""
|
|
679
680
|
kind is the type of resource being referenced.
|
|
680
681
|
"""
|
|
681
682
|
return pulumi.get(self, "kind")
|
|
682
683
|
|
|
683
684
|
@kind.setter
|
|
684
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
685
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
685
686
|
pulumi.set(self, "kind", value)
|
|
686
687
|
|
|
687
688
|
@property
|
|
688
689
|
@pulumi.getter
|
|
689
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
690
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
690
691
|
"""
|
|
691
692
|
name is the name of resource being referenced.
|
|
692
693
|
"""
|
|
693
694
|
return pulumi.get(self, "name")
|
|
694
695
|
|
|
695
696
|
@name.setter
|
|
696
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
697
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
697
698
|
pulumi.set(self, "name", value)
|
|
698
699
|
|
|
699
700
|
@property
|
|
700
701
|
@pulumi.getter
|
|
701
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
702
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
702
703
|
"""
|
|
703
704
|
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
705
|
"""
|
|
705
706
|
return pulumi.get(self, "namespace")
|
|
706
707
|
|
|
707
708
|
@namespace.setter
|
|
708
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
709
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
709
710
|
pulumi.set(self, "namespace", value)
|
|
710
711
|
|
|
711
712
|
@property
|
|
712
713
|
@pulumi.getter
|
|
713
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
714
|
+
def scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
714
715
|
"""
|
|
715
716
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
716
717
|
"""
|
|
717
718
|
return pulumi.get(self, "scope")
|
|
718
719
|
|
|
719
720
|
@scope.setter
|
|
720
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
721
|
+
def scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
721
722
|
pulumi.set(self, "scope", value)
|
|
722
723
|
|
|
723
724
|
|
|
@@ -726,23 +727,23 @@ if not MYPY:
|
|
|
726
727
|
"""
|
|
727
728
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
728
729
|
"""
|
|
729
|
-
kind: pulumi.Input[str]
|
|
730
|
+
kind: pulumi.Input[builtins.str]
|
|
730
731
|
"""
|
|
731
732
|
kind is the type of resource being referenced.
|
|
732
733
|
"""
|
|
733
|
-
name: pulumi.Input[str]
|
|
734
|
+
name: pulumi.Input[builtins.str]
|
|
734
735
|
"""
|
|
735
736
|
name is the name of resource being referenced.
|
|
736
737
|
"""
|
|
737
|
-
api_group: NotRequired[pulumi.Input[str]]
|
|
738
|
+
api_group: NotRequired[pulumi.Input[builtins.str]]
|
|
738
739
|
"""
|
|
739
740
|
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
740
741
|
"""
|
|
741
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
742
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
742
743
|
"""
|
|
743
744
|
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
744
745
|
"""
|
|
745
|
-
scope: NotRequired[pulumi.Input[str]]
|
|
746
|
+
scope: NotRequired[pulumi.Input[builtins.str]]
|
|
746
747
|
"""
|
|
747
748
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
748
749
|
"""
|
|
@@ -752,18 +753,18 @@ elif False:
|
|
|
752
753
|
@pulumi.input_type
|
|
753
754
|
class IngressClassParametersReferenceArgs:
|
|
754
755
|
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):
|
|
756
|
+
kind: pulumi.Input[builtins.str],
|
|
757
|
+
name: pulumi.Input[builtins.str],
|
|
758
|
+
api_group: Optional[pulumi.Input[builtins.str]] = None,
|
|
759
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
760
|
+
scope: Optional[pulumi.Input[builtins.str]] = None):
|
|
760
761
|
"""
|
|
761
762
|
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".
|
|
763
|
+
:param pulumi.Input[builtins.str] kind: kind is the type of resource being referenced.
|
|
764
|
+
:param pulumi.Input[builtins.str] name: name is the name of resource being referenced.
|
|
765
|
+
: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.
|
|
766
|
+
: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".
|
|
767
|
+
: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
768
|
"""
|
|
768
769
|
pulumi.set(__self__, "kind", kind)
|
|
769
770
|
pulumi.set(__self__, "name", name)
|
|
@@ -776,62 +777,62 @@ class IngressClassParametersReferenceArgs:
|
|
|
776
777
|
|
|
777
778
|
@property
|
|
778
779
|
@pulumi.getter
|
|
779
|
-
def kind(self) -> pulumi.Input[str]:
|
|
780
|
+
def kind(self) -> pulumi.Input[builtins.str]:
|
|
780
781
|
"""
|
|
781
782
|
kind is the type of resource being referenced.
|
|
782
783
|
"""
|
|
783
784
|
return pulumi.get(self, "kind")
|
|
784
785
|
|
|
785
786
|
@kind.setter
|
|
786
|
-
def kind(self, value: pulumi.Input[str]):
|
|
787
|
+
def kind(self, value: pulumi.Input[builtins.str]):
|
|
787
788
|
pulumi.set(self, "kind", value)
|
|
788
789
|
|
|
789
790
|
@property
|
|
790
791
|
@pulumi.getter
|
|
791
|
-
def name(self) -> pulumi.Input[str]:
|
|
792
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
792
793
|
"""
|
|
793
794
|
name is the name of resource being referenced.
|
|
794
795
|
"""
|
|
795
796
|
return pulumi.get(self, "name")
|
|
796
797
|
|
|
797
798
|
@name.setter
|
|
798
|
-
def name(self, value: pulumi.Input[str]):
|
|
799
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
799
800
|
pulumi.set(self, "name", value)
|
|
800
801
|
|
|
801
802
|
@property
|
|
802
803
|
@pulumi.getter(name="apiGroup")
|
|
803
|
-
def api_group(self) -> Optional[pulumi.Input[str]]:
|
|
804
|
+
def api_group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
804
805
|
"""
|
|
805
806
|
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
807
|
"""
|
|
807
808
|
return pulumi.get(self, "api_group")
|
|
808
809
|
|
|
809
810
|
@api_group.setter
|
|
810
|
-
def api_group(self, value: Optional[pulumi.Input[str]]):
|
|
811
|
+
def api_group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
811
812
|
pulumi.set(self, "api_group", value)
|
|
812
813
|
|
|
813
814
|
@property
|
|
814
815
|
@pulumi.getter
|
|
815
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
816
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
816
817
|
"""
|
|
817
818
|
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
819
|
"""
|
|
819
820
|
return pulumi.get(self, "namespace")
|
|
820
821
|
|
|
821
822
|
@namespace.setter
|
|
822
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
823
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
823
824
|
pulumi.set(self, "namespace", value)
|
|
824
825
|
|
|
825
826
|
@property
|
|
826
827
|
@pulumi.getter
|
|
827
|
-
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
828
|
+
def scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
828
829
|
"""
|
|
829
830
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
830
831
|
"""
|
|
831
832
|
return pulumi.get(self, "scope")
|
|
832
833
|
|
|
833
834
|
@scope.setter
|
|
834
|
-
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
835
|
+
def scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
835
836
|
pulumi.set(self, "scope", value)
|
|
836
837
|
|
|
837
838
|
|
|
@@ -840,7 +841,7 @@ if not MYPY:
|
|
|
840
841
|
"""
|
|
841
842
|
IngressClassSpec provides information about the class of an Ingress.
|
|
842
843
|
"""
|
|
843
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
844
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
844
845
|
"""
|
|
845
846
|
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
846
847
|
"""
|
|
@@ -854,11 +855,11 @@ elif False:
|
|
|
854
855
|
@pulumi.input_type
|
|
855
856
|
class IngressClassSpecPatchArgs:
|
|
856
857
|
def __init__(__self__, *,
|
|
857
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
858
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
858
859
|
parameters: Optional[pulumi.Input['IngressClassParametersReferencePatchArgs']] = None):
|
|
859
860
|
"""
|
|
860
861
|
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.
|
|
862
|
+
: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
863
|
: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
864
|
"""
|
|
864
865
|
if controller is not None:
|
|
@@ -868,14 +869,14 @@ class IngressClassSpecPatchArgs:
|
|
|
868
869
|
|
|
869
870
|
@property
|
|
870
871
|
@pulumi.getter
|
|
871
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
872
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
872
873
|
"""
|
|
873
874
|
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
875
|
"""
|
|
875
876
|
return pulumi.get(self, "controller")
|
|
876
877
|
|
|
877
878
|
@controller.setter
|
|
878
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
879
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
879
880
|
pulumi.set(self, "controller", value)
|
|
880
881
|
|
|
881
882
|
@property
|
|
@@ -896,7 +897,7 @@ if not MYPY:
|
|
|
896
897
|
"""
|
|
897
898
|
IngressClassSpec provides information about the class of an Ingress.
|
|
898
899
|
"""
|
|
899
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
900
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
900
901
|
"""
|
|
901
902
|
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
902
903
|
"""
|
|
@@ -910,11 +911,11 @@ elif False:
|
|
|
910
911
|
@pulumi.input_type
|
|
911
912
|
class IngressClassSpecArgs:
|
|
912
913
|
def __init__(__self__, *,
|
|
913
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
914
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
914
915
|
parameters: Optional[pulumi.Input['IngressClassParametersReferenceArgs']] = None):
|
|
915
916
|
"""
|
|
916
917
|
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.
|
|
918
|
+
: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
919
|
: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
920
|
"""
|
|
920
921
|
if controller is not None:
|
|
@@ -924,14 +925,14 @@ class IngressClassSpecArgs:
|
|
|
924
925
|
|
|
925
926
|
@property
|
|
926
927
|
@pulumi.getter
|
|
927
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
928
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
928
929
|
"""
|
|
929
930
|
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
931
|
"""
|
|
931
932
|
return pulumi.get(self, "controller")
|
|
932
933
|
|
|
933
934
|
@controller.setter
|
|
934
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
935
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
935
936
|
pulumi.set(self, "controller", value)
|
|
936
937
|
|
|
937
938
|
@property
|
|
@@ -952,11 +953,11 @@ if not MYPY:
|
|
|
952
953
|
"""
|
|
953
954
|
IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.
|
|
954
955
|
"""
|
|
955
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
956
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
956
957
|
"""
|
|
957
958
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
958
959
|
"""
|
|
959
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
960
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
960
961
|
"""
|
|
961
962
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
962
963
|
"""
|
|
@@ -974,14 +975,14 @@ elif False:
|
|
|
974
975
|
@pulumi.input_type
|
|
975
976
|
class IngressClassArgs:
|
|
976
977
|
def __init__(__self__, *,
|
|
977
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
978
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
978
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
979
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
979
980
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
980
981
|
spec: Optional[pulumi.Input['IngressClassSpecArgs']] = None):
|
|
981
982
|
"""
|
|
982
983
|
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
|
|
984
|
+
: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
|
|
985
|
+
: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
986
|
: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
987
|
: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
988
|
"""
|
|
@@ -996,26 +997,26 @@ class IngressClassArgs:
|
|
|
996
997
|
|
|
997
998
|
@property
|
|
998
999
|
@pulumi.getter(name="apiVersion")
|
|
999
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1000
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1000
1001
|
"""
|
|
1001
1002
|
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
1003
|
"""
|
|
1003
1004
|
return pulumi.get(self, "api_version")
|
|
1004
1005
|
|
|
1005
1006
|
@api_version.setter
|
|
1006
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1007
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1007
1008
|
pulumi.set(self, "api_version", value)
|
|
1008
1009
|
|
|
1009
1010
|
@property
|
|
1010
1011
|
@pulumi.getter
|
|
1011
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1012
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1012
1013
|
"""
|
|
1013
1014
|
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
1015
|
"""
|
|
1015
1016
|
return pulumi.get(self, "kind")
|
|
1016
1017
|
|
|
1017
1018
|
@kind.setter
|
|
1018
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1019
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1019
1020
|
pulumi.set(self, "kind", value)
|
|
1020
1021
|
|
|
1021
1022
|
@property
|
|
@@ -1048,11 +1049,11 @@ if not MYPY:
|
|
|
1048
1049
|
"""
|
|
1049
1050
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1050
1051
|
"""
|
|
1051
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
1052
|
+
hostname: NotRequired[pulumi.Input[builtins.str]]
|
|
1052
1053
|
"""
|
|
1053
1054
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
1054
1055
|
"""
|
|
1055
|
-
ip: NotRequired[pulumi.Input[str]]
|
|
1056
|
+
ip: NotRequired[pulumi.Input[builtins.str]]
|
|
1056
1057
|
"""
|
|
1057
1058
|
ip is set for load-balancer ingress points that are IP based.
|
|
1058
1059
|
"""
|
|
@@ -1066,13 +1067,13 @@ elif False:
|
|
|
1066
1067
|
@pulumi.input_type
|
|
1067
1068
|
class IngressLoadBalancerIngressArgs:
|
|
1068
1069
|
def __init__(__self__, *,
|
|
1069
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
1070
|
-
ip: Optional[pulumi.Input[str]] = None,
|
|
1070
|
+
hostname: Optional[pulumi.Input[builtins.str]] = None,
|
|
1071
|
+
ip: Optional[pulumi.Input[builtins.str]] = None,
|
|
1071
1072
|
ports: Optional[pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]]] = None):
|
|
1072
1073
|
"""
|
|
1073
1074
|
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.
|
|
1075
|
+
:param pulumi.Input[builtins.str] hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
1076
|
+
:param pulumi.Input[builtins.str] ip: ip is set for load-balancer ingress points that are IP based.
|
|
1076
1077
|
:param pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
1077
1078
|
"""
|
|
1078
1079
|
if hostname is not None:
|
|
@@ -1084,26 +1085,26 @@ class IngressLoadBalancerIngressArgs:
|
|
|
1084
1085
|
|
|
1085
1086
|
@property
|
|
1086
1087
|
@pulumi.getter
|
|
1087
|
-
def hostname(self) -> Optional[pulumi.Input[str]]:
|
|
1088
|
+
def hostname(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1088
1089
|
"""
|
|
1089
1090
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
1090
1091
|
"""
|
|
1091
1092
|
return pulumi.get(self, "hostname")
|
|
1092
1093
|
|
|
1093
1094
|
@hostname.setter
|
|
1094
|
-
def hostname(self, value: Optional[pulumi.Input[str]]):
|
|
1095
|
+
def hostname(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1095
1096
|
pulumi.set(self, "hostname", value)
|
|
1096
1097
|
|
|
1097
1098
|
@property
|
|
1098
1099
|
@pulumi.getter
|
|
1099
|
-
def ip(self) -> Optional[pulumi.Input[str]]:
|
|
1100
|
+
def ip(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1100
1101
|
"""
|
|
1101
1102
|
ip is set for load-balancer ingress points that are IP based.
|
|
1102
1103
|
"""
|
|
1103
1104
|
return pulumi.get(self, "ip")
|
|
1104
1105
|
|
|
1105
1106
|
@ip.setter
|
|
1106
|
-
def ip(self, value: Optional[pulumi.Input[str]]):
|
|
1107
|
+
def ip(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1107
1108
|
pulumi.set(self, "ip", value)
|
|
1108
1109
|
|
|
1109
1110
|
@property
|
|
@@ -1160,15 +1161,15 @@ if not MYPY:
|
|
|
1160
1161
|
"""
|
|
1161
1162
|
IngressPortStatus represents the error condition of a service port
|
|
1162
1163
|
"""
|
|
1163
|
-
port: pulumi.Input[int]
|
|
1164
|
+
port: pulumi.Input[builtins.int]
|
|
1164
1165
|
"""
|
|
1165
1166
|
port is the port number of the ingress port.
|
|
1166
1167
|
"""
|
|
1167
|
-
protocol: pulumi.Input[str]
|
|
1168
|
+
protocol: pulumi.Input[builtins.str]
|
|
1168
1169
|
"""
|
|
1169
1170
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1170
1171
|
"""
|
|
1171
|
-
error: NotRequired[pulumi.Input[str]]
|
|
1172
|
+
error: NotRequired[pulumi.Input[builtins.str]]
|
|
1172
1173
|
"""
|
|
1173
1174
|
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
1175
|
CamelCase names
|
|
@@ -1181,14 +1182,14 @@ elif False:
|
|
|
1181
1182
|
@pulumi.input_type
|
|
1182
1183
|
class IngressPortStatusArgs:
|
|
1183
1184
|
def __init__(__self__, *,
|
|
1184
|
-
port: pulumi.Input[int],
|
|
1185
|
-
protocol: pulumi.Input[str],
|
|
1186
|
-
error: Optional[pulumi.Input[str]] = None):
|
|
1185
|
+
port: pulumi.Input[builtins.int],
|
|
1186
|
+
protocol: pulumi.Input[builtins.str],
|
|
1187
|
+
error: Optional[pulumi.Input[builtins.str]] = None):
|
|
1187
1188
|
"""
|
|
1188
1189
|
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
|
|
1190
|
+
:param pulumi.Input[builtins.int] port: port is the port number of the ingress port.
|
|
1191
|
+
:param pulumi.Input[builtins.str] protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1192
|
+
: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
1193
|
CamelCase names
|
|
1193
1194
|
- cloud provider specific error values must have names that comply with the
|
|
1194
1195
|
format foo.example.com/CamelCase.
|
|
@@ -1200,31 +1201,31 @@ class IngressPortStatusArgs:
|
|
|
1200
1201
|
|
|
1201
1202
|
@property
|
|
1202
1203
|
@pulumi.getter
|
|
1203
|
-
def port(self) -> pulumi.Input[int]:
|
|
1204
|
+
def port(self) -> pulumi.Input[builtins.int]:
|
|
1204
1205
|
"""
|
|
1205
1206
|
port is the port number of the ingress port.
|
|
1206
1207
|
"""
|
|
1207
1208
|
return pulumi.get(self, "port")
|
|
1208
1209
|
|
|
1209
1210
|
@port.setter
|
|
1210
|
-
def port(self, value: pulumi.Input[int]):
|
|
1211
|
+
def port(self, value: pulumi.Input[builtins.int]):
|
|
1211
1212
|
pulumi.set(self, "port", value)
|
|
1212
1213
|
|
|
1213
1214
|
@property
|
|
1214
1215
|
@pulumi.getter
|
|
1215
|
-
def protocol(self) -> pulumi.Input[str]:
|
|
1216
|
+
def protocol(self) -> pulumi.Input[builtins.str]:
|
|
1216
1217
|
"""
|
|
1217
1218
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1218
1219
|
"""
|
|
1219
1220
|
return pulumi.get(self, "protocol")
|
|
1220
1221
|
|
|
1221
1222
|
@protocol.setter
|
|
1222
|
-
def protocol(self, value: pulumi.Input[str]):
|
|
1223
|
+
def protocol(self, value: pulumi.Input[builtins.str]):
|
|
1223
1224
|
pulumi.set(self, "protocol", value)
|
|
1224
1225
|
|
|
1225
1226
|
@property
|
|
1226
1227
|
@pulumi.getter
|
|
1227
|
-
def error(self) -> Optional[pulumi.Input[str]]:
|
|
1228
|
+
def error(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1228
1229
|
"""
|
|
1229
1230
|
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
1231
|
CamelCase names
|
|
@@ -1234,7 +1235,7 @@ class IngressPortStatusArgs:
|
|
|
1234
1235
|
return pulumi.get(self, "error")
|
|
1235
1236
|
|
|
1236
1237
|
@error.setter
|
|
1237
|
-
def error(self, value: Optional[pulumi.Input[str]]):
|
|
1238
|
+
def error(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1238
1239
|
pulumi.set(self, "error", value)
|
|
1239
1240
|
|
|
1240
1241
|
|
|
@@ -1243,7 +1244,7 @@ if not MYPY:
|
|
|
1243
1244
|
"""
|
|
1244
1245
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1245
1246
|
"""
|
|
1246
|
-
host: NotRequired[pulumi.Input[str]]
|
|
1247
|
+
host: NotRequired[pulumi.Input[builtins.str]]
|
|
1247
1248
|
"""
|
|
1248
1249
|
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
1250
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1261,11 +1262,11 @@ elif False:
|
|
|
1261
1262
|
@pulumi.input_type
|
|
1262
1263
|
class IngressRulePatchArgs:
|
|
1263
1264
|
def __init__(__self__, *,
|
|
1264
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
1265
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
1265
1266
|
http: Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']] = None):
|
|
1266
1267
|
"""
|
|
1267
1268
|
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
|
|
1269
|
+
: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
1270
|
the IP in the Spec of the parent Ingress.
|
|
1270
1271
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1271
1272
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1281,7 +1282,7 @@ class IngressRulePatchArgs:
|
|
|
1281
1282
|
|
|
1282
1283
|
@property
|
|
1283
1284
|
@pulumi.getter
|
|
1284
|
-
def host(self) -> Optional[pulumi.Input[str]]:
|
|
1285
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1285
1286
|
"""
|
|
1286
1287
|
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
1288
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1295,7 +1296,7 @@ class IngressRulePatchArgs:
|
|
|
1295
1296
|
return pulumi.get(self, "host")
|
|
1296
1297
|
|
|
1297
1298
|
@host.setter
|
|
1298
|
-
def host(self, value: Optional[pulumi.Input[str]]):
|
|
1299
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1299
1300
|
pulumi.set(self, "host", value)
|
|
1300
1301
|
|
|
1301
1302
|
@property
|
|
@@ -1313,7 +1314,7 @@ if not MYPY:
|
|
|
1313
1314
|
"""
|
|
1314
1315
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1315
1316
|
"""
|
|
1316
|
-
host: NotRequired[pulumi.Input[str]]
|
|
1317
|
+
host: NotRequired[pulumi.Input[builtins.str]]
|
|
1317
1318
|
"""
|
|
1318
1319
|
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
1320
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1331,11 +1332,11 @@ elif False:
|
|
|
1331
1332
|
@pulumi.input_type
|
|
1332
1333
|
class IngressRuleArgs:
|
|
1333
1334
|
def __init__(__self__, *,
|
|
1334
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
1335
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
1335
1336
|
http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
|
|
1336
1337
|
"""
|
|
1337
1338
|
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
|
|
1339
|
+
: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
1340
|
the IP in the Spec of the parent Ingress.
|
|
1340
1341
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1341
1342
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1351,7 +1352,7 @@ class IngressRuleArgs:
|
|
|
1351
1352
|
|
|
1352
1353
|
@property
|
|
1353
1354
|
@pulumi.getter
|
|
1354
|
-
def host(self) -> Optional[pulumi.Input[str]]:
|
|
1355
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1355
1356
|
"""
|
|
1356
1357
|
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
1358
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1365,7 +1366,7 @@ class IngressRuleArgs:
|
|
|
1365
1366
|
return pulumi.get(self, "host")
|
|
1366
1367
|
|
|
1367
1368
|
@host.setter
|
|
1368
|
-
def host(self, value: Optional[pulumi.Input[str]]):
|
|
1369
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1369
1370
|
pulumi.set(self, "host", value)
|
|
1370
1371
|
|
|
1371
1372
|
@property
|
|
@@ -1383,7 +1384,7 @@ if not MYPY:
|
|
|
1383
1384
|
"""
|
|
1384
1385
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1385
1386
|
"""
|
|
1386
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1387
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1387
1388
|
"""
|
|
1388
1389
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1389
1390
|
"""
|
|
@@ -1397,11 +1398,11 @@ elif False:
|
|
|
1397
1398
|
@pulumi.input_type
|
|
1398
1399
|
class IngressServiceBackendPatchArgs:
|
|
1399
1400
|
def __init__(__self__, *,
|
|
1400
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1401
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1401
1402
|
port: Optional[pulumi.Input['ServiceBackendPortPatchArgs']] = None):
|
|
1402
1403
|
"""
|
|
1403
1404
|
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.
|
|
1405
|
+
:param pulumi.Input[builtins.str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1405
1406
|
:param pulumi.Input['ServiceBackendPortPatchArgs'] port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1406
1407
|
"""
|
|
1407
1408
|
if name is not None:
|
|
@@ -1411,14 +1412,14 @@ class IngressServiceBackendPatchArgs:
|
|
|
1411
1412
|
|
|
1412
1413
|
@property
|
|
1413
1414
|
@pulumi.getter
|
|
1414
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1415
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1415
1416
|
"""
|
|
1416
1417
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1417
1418
|
"""
|
|
1418
1419
|
return pulumi.get(self, "name")
|
|
1419
1420
|
|
|
1420
1421
|
@name.setter
|
|
1421
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1422
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1422
1423
|
pulumi.set(self, "name", value)
|
|
1423
1424
|
|
|
1424
1425
|
@property
|
|
@@ -1439,7 +1440,7 @@ if not MYPY:
|
|
|
1439
1440
|
"""
|
|
1440
1441
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1441
1442
|
"""
|
|
1442
|
-
name: pulumi.Input[str]
|
|
1443
|
+
name: pulumi.Input[builtins.str]
|
|
1443
1444
|
"""
|
|
1444
1445
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1445
1446
|
"""
|
|
@@ -1453,11 +1454,11 @@ elif False:
|
|
|
1453
1454
|
@pulumi.input_type
|
|
1454
1455
|
class IngressServiceBackendArgs:
|
|
1455
1456
|
def __init__(__self__, *,
|
|
1456
|
-
name: pulumi.Input[str],
|
|
1457
|
+
name: pulumi.Input[builtins.str],
|
|
1457
1458
|
port: Optional[pulumi.Input['ServiceBackendPortArgs']] = None):
|
|
1458
1459
|
"""
|
|
1459
1460
|
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.
|
|
1461
|
+
:param pulumi.Input[builtins.str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1461
1462
|
:param pulumi.Input['ServiceBackendPortArgs'] port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1462
1463
|
"""
|
|
1463
1464
|
pulumi.set(__self__, "name", name)
|
|
@@ -1466,14 +1467,14 @@ class IngressServiceBackendArgs:
|
|
|
1466
1467
|
|
|
1467
1468
|
@property
|
|
1468
1469
|
@pulumi.getter
|
|
1469
|
-
def name(self) -> pulumi.Input[str]:
|
|
1470
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1470
1471
|
"""
|
|
1471
1472
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1472
1473
|
"""
|
|
1473
1474
|
return pulumi.get(self, "name")
|
|
1474
1475
|
|
|
1475
1476
|
@name.setter
|
|
1476
|
-
def name(self, value: pulumi.Input[str]):
|
|
1477
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1477
1478
|
pulumi.set(self, "name", value)
|
|
1478
1479
|
|
|
1479
1480
|
@property
|
|
@@ -1498,7 +1499,7 @@ if not MYPY:
|
|
|
1498
1499
|
"""
|
|
1499
1500
|
defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1500
1501
|
"""
|
|
1501
|
-
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1502
|
+
ingress_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1502
1503
|
"""
|
|
1503
1504
|
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1504
1505
|
"""
|
|
@@ -1517,13 +1518,13 @@ elif False:
|
|
|
1517
1518
|
class IngressSpecPatchArgs:
|
|
1518
1519
|
def __init__(__self__, *,
|
|
1519
1520
|
default_backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
1520
|
-
ingress_class_name: Optional[pulumi.Input[str]] = None,
|
|
1521
|
+
ingress_class_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1521
1522
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]] = None,
|
|
1522
1523
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]] = None):
|
|
1523
1524
|
"""
|
|
1524
1525
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1525
1526
|
: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.
|
|
1527
|
+
: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
1528
|
: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
1529
|
: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
1530
|
"""
|
|
@@ -1550,14 +1551,14 @@ class IngressSpecPatchArgs:
|
|
|
1550
1551
|
|
|
1551
1552
|
@property
|
|
1552
1553
|
@pulumi.getter(name="ingressClassName")
|
|
1553
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
1554
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1554
1555
|
"""
|
|
1555
1556
|
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
1557
|
"""
|
|
1557
1558
|
return pulumi.get(self, "ingress_class_name")
|
|
1558
1559
|
|
|
1559
1560
|
@ingress_class_name.setter
|
|
1560
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
1561
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1561
1562
|
pulumi.set(self, "ingress_class_name", value)
|
|
1562
1563
|
|
|
1563
1564
|
@property
|
|
@@ -1594,7 +1595,7 @@ if not MYPY:
|
|
|
1594
1595
|
"""
|
|
1595
1596
|
defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1596
1597
|
"""
|
|
1597
|
-
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1598
|
+
ingress_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1598
1599
|
"""
|
|
1599
1600
|
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1600
1601
|
"""
|
|
@@ -1613,13 +1614,13 @@ elif False:
|
|
|
1613
1614
|
class IngressSpecArgs:
|
|
1614
1615
|
def __init__(__self__, *,
|
|
1615
1616
|
default_backend: Optional[pulumi.Input['IngressBackendArgs']] = None,
|
|
1616
|
-
ingress_class_name: Optional[pulumi.Input[str]] = None,
|
|
1617
|
+
ingress_class_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1617
1618
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]] = None,
|
|
1618
1619
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]] = None):
|
|
1619
1620
|
"""
|
|
1620
1621
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1621
1622
|
: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.
|
|
1623
|
+
: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
1624
|
: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
1625
|
: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
1626
|
"""
|
|
@@ -1646,14 +1647,14 @@ class IngressSpecArgs:
|
|
|
1646
1647
|
|
|
1647
1648
|
@property
|
|
1648
1649
|
@pulumi.getter(name="ingressClassName")
|
|
1649
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
1650
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1650
1651
|
"""
|
|
1651
1652
|
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
1653
|
"""
|
|
1653
1654
|
return pulumi.get(self, "ingress_class_name")
|
|
1654
1655
|
|
|
1655
1656
|
@ingress_class_name.setter
|
|
1656
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
1657
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1657
1658
|
pulumi.set(self, "ingress_class_name", value)
|
|
1658
1659
|
|
|
1659
1660
|
@property
|
|
@@ -1722,11 +1723,11 @@ if not MYPY:
|
|
|
1722
1723
|
"""
|
|
1723
1724
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1724
1725
|
"""
|
|
1725
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1726
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1726
1727
|
"""
|
|
1727
1728
|
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1728
1729
|
"""
|
|
1729
|
-
secret_name: NotRequired[pulumi.Input[str]]
|
|
1730
|
+
secret_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1730
1731
|
"""
|
|
1731
1732
|
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1732
1733
|
"""
|
|
@@ -1736,12 +1737,12 @@ elif False:
|
|
|
1736
1737
|
@pulumi.input_type
|
|
1737
1738
|
class IngressTLSPatchArgs:
|
|
1738
1739
|
def __init__(__self__, *,
|
|
1739
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1740
|
-
secret_name: Optional[pulumi.Input[str]] = None):
|
|
1740
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1741
|
+
secret_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1741
1742
|
"""
|
|
1742
1743
|
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.
|
|
1744
|
+
: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.
|
|
1745
|
+
: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
1746
|
"""
|
|
1746
1747
|
if hosts is not None:
|
|
1747
1748
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1750,26 +1751,26 @@ class IngressTLSPatchArgs:
|
|
|
1750
1751
|
|
|
1751
1752
|
@property
|
|
1752
1753
|
@pulumi.getter
|
|
1753
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1754
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1754
1755
|
"""
|
|
1755
1756
|
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
1757
|
"""
|
|
1757
1758
|
return pulumi.get(self, "hosts")
|
|
1758
1759
|
|
|
1759
1760
|
@hosts.setter
|
|
1760
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1761
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1761
1762
|
pulumi.set(self, "hosts", value)
|
|
1762
1763
|
|
|
1763
1764
|
@property
|
|
1764
1765
|
@pulumi.getter(name="secretName")
|
|
1765
|
-
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
1766
|
+
def secret_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1766
1767
|
"""
|
|
1767
1768
|
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
1769
|
"""
|
|
1769
1770
|
return pulumi.get(self, "secret_name")
|
|
1770
1771
|
|
|
1771
1772
|
@secret_name.setter
|
|
1772
|
-
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
1773
|
+
def secret_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1773
1774
|
pulumi.set(self, "secret_name", value)
|
|
1774
1775
|
|
|
1775
1776
|
|
|
@@ -1778,11 +1779,11 @@ if not MYPY:
|
|
|
1778
1779
|
"""
|
|
1779
1780
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1780
1781
|
"""
|
|
1781
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1782
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1782
1783
|
"""
|
|
1783
1784
|
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1784
1785
|
"""
|
|
1785
|
-
secret_name: NotRequired[pulumi.Input[str]]
|
|
1786
|
+
secret_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1786
1787
|
"""
|
|
1787
1788
|
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1788
1789
|
"""
|
|
@@ -1792,12 +1793,12 @@ elif False:
|
|
|
1792
1793
|
@pulumi.input_type
|
|
1793
1794
|
class IngressTLSArgs:
|
|
1794
1795
|
def __init__(__self__, *,
|
|
1795
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1796
|
-
secret_name: Optional[pulumi.Input[str]] = None):
|
|
1796
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1797
|
+
secret_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1797
1798
|
"""
|
|
1798
1799
|
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.
|
|
1800
|
+
: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.
|
|
1801
|
+
: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
1802
|
"""
|
|
1802
1803
|
if hosts is not None:
|
|
1803
1804
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1806,26 +1807,26 @@ class IngressTLSArgs:
|
|
|
1806
1807
|
|
|
1807
1808
|
@property
|
|
1808
1809
|
@pulumi.getter
|
|
1809
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1810
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1810
1811
|
"""
|
|
1811
1812
|
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
1813
|
"""
|
|
1813
1814
|
return pulumi.get(self, "hosts")
|
|
1814
1815
|
|
|
1815
1816
|
@hosts.setter
|
|
1816
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1817
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1817
1818
|
pulumi.set(self, "hosts", value)
|
|
1818
1819
|
|
|
1819
1820
|
@property
|
|
1820
1821
|
@pulumi.getter(name="secretName")
|
|
1821
|
-
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
1822
|
+
def secret_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1822
1823
|
"""
|
|
1823
1824
|
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
1825
|
"""
|
|
1825
1826
|
return pulumi.get(self, "secret_name")
|
|
1826
1827
|
|
|
1827
1828
|
@secret_name.setter
|
|
1828
|
-
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
1829
|
+
def secret_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1829
1830
|
pulumi.set(self, "secret_name", value)
|
|
1830
1831
|
|
|
1831
1832
|
|
|
@@ -1848,11 +1849,11 @@ if not MYPY:
|
|
|
1848
1849
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1849
1850
|
by setting the 'customTimeouts' option on the resource.
|
|
1850
1851
|
"""
|
|
1851
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1852
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1852
1853
|
"""
|
|
1853
1854
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1854
1855
|
"""
|
|
1855
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1856
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1856
1857
|
"""
|
|
1857
1858
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1858
1859
|
"""
|
|
@@ -1874,8 +1875,8 @@ elif False:
|
|
|
1874
1875
|
@pulumi.input_type
|
|
1875
1876
|
class IngressArgs:
|
|
1876
1877
|
def __init__(__self__, *,
|
|
1877
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1878
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1878
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1879
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1879
1880
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1880
1881
|
spec: Optional[pulumi.Input['IngressSpecArgs']] = None,
|
|
1881
1882
|
status: Optional[pulumi.Input['IngressStatusArgs']] = None):
|
|
@@ -1895,8 +1896,8 @@ class IngressArgs:
|
|
|
1895
1896
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
1896
1897
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1897
1898
|
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
|
|
1899
|
+
: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
|
|
1900
|
+
: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
1901
|
: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
1902
|
: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
1903
|
: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 +1915,26 @@ class IngressArgs:
|
|
|
1914
1915
|
|
|
1915
1916
|
@property
|
|
1916
1917
|
@pulumi.getter(name="apiVersion")
|
|
1917
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1918
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1918
1919
|
"""
|
|
1919
1920
|
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
1921
|
"""
|
|
1921
1922
|
return pulumi.get(self, "api_version")
|
|
1922
1923
|
|
|
1923
1924
|
@api_version.setter
|
|
1924
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1925
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1925
1926
|
pulumi.set(self, "api_version", value)
|
|
1926
1927
|
|
|
1927
1928
|
@property
|
|
1928
1929
|
@pulumi.getter
|
|
1929
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1930
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1930
1931
|
"""
|
|
1931
1932
|
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
1933
|
"""
|
|
1933
1934
|
return pulumi.get(self, "kind")
|
|
1934
1935
|
|
|
1935
1936
|
@kind.setter
|
|
1936
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1937
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1937
1938
|
pulumi.set(self, "kind", value)
|
|
1938
1939
|
|
|
1939
1940
|
@property
|
|
@@ -2378,15 +2379,15 @@ if not MYPY:
|
|
|
2378
2379
|
"""
|
|
2379
2380
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2380
2381
|
"""
|
|
2381
|
-
end_port: NotRequired[pulumi.Input[int]]
|
|
2382
|
+
end_port: NotRequired[pulumi.Input[builtins.int]]
|
|
2382
2383
|
"""
|
|
2383
2384
|
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2384
2385
|
"""
|
|
2385
|
-
port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2386
|
+
port: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2386
2387
|
"""
|
|
2387
2388
|
port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2388
2389
|
"""
|
|
2389
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
2390
|
+
protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
2390
2391
|
"""
|
|
2391
2392
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2392
2393
|
"""
|
|
@@ -2396,14 +2397,14 @@ elif False:
|
|
|
2396
2397
|
@pulumi.input_type
|
|
2397
2398
|
class NetworkPolicyPortPatchArgs:
|
|
2398
2399
|
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):
|
|
2400
|
+
end_port: Optional[pulumi.Input[builtins.int]] = None,
|
|
2401
|
+
port: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2402
|
+
protocol: Optional[pulumi.Input[builtins.str]] = None):
|
|
2402
2403
|
"""
|
|
2403
2404
|
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.
|
|
2405
|
+
: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.
|
|
2406
|
+
: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.
|
|
2407
|
+
: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
2408
|
"""
|
|
2408
2409
|
if end_port is not None:
|
|
2409
2410
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2414,38 +2415,38 @@ class NetworkPolicyPortPatchArgs:
|
|
|
2414
2415
|
|
|
2415
2416
|
@property
|
|
2416
2417
|
@pulumi.getter(name="endPort")
|
|
2417
|
-
def end_port(self) -> Optional[pulumi.Input[int]]:
|
|
2418
|
+
def end_port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2418
2419
|
"""
|
|
2419
2420
|
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
2421
|
"""
|
|
2421
2422
|
return pulumi.get(self, "end_port")
|
|
2422
2423
|
|
|
2423
2424
|
@end_port.setter
|
|
2424
|
-
def end_port(self, value: Optional[pulumi.Input[int]]):
|
|
2425
|
+
def end_port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2425
2426
|
pulumi.set(self, "end_port", value)
|
|
2426
2427
|
|
|
2427
2428
|
@property
|
|
2428
2429
|
@pulumi.getter
|
|
2429
|
-
def port(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2430
|
+
def port(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2430
2431
|
"""
|
|
2431
2432
|
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
2433
|
"""
|
|
2433
2434
|
return pulumi.get(self, "port")
|
|
2434
2435
|
|
|
2435
2436
|
@port.setter
|
|
2436
|
-
def port(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2437
|
+
def port(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2437
2438
|
pulumi.set(self, "port", value)
|
|
2438
2439
|
|
|
2439
2440
|
@property
|
|
2440
2441
|
@pulumi.getter
|
|
2441
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
2442
|
+
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2442
2443
|
"""
|
|
2443
2444
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2444
2445
|
"""
|
|
2445
2446
|
return pulumi.get(self, "protocol")
|
|
2446
2447
|
|
|
2447
2448
|
@protocol.setter
|
|
2448
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
2449
|
+
def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2449
2450
|
pulumi.set(self, "protocol", value)
|
|
2450
2451
|
|
|
2451
2452
|
|
|
@@ -2454,15 +2455,15 @@ if not MYPY:
|
|
|
2454
2455
|
"""
|
|
2455
2456
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2456
2457
|
"""
|
|
2457
|
-
end_port: NotRequired[pulumi.Input[int]]
|
|
2458
|
+
end_port: NotRequired[pulumi.Input[builtins.int]]
|
|
2458
2459
|
"""
|
|
2459
2460
|
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2460
2461
|
"""
|
|
2461
|
-
port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
2462
|
+
port: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
2462
2463
|
"""
|
|
2463
2464
|
port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2464
2465
|
"""
|
|
2465
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
2466
|
+
protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
2466
2467
|
"""
|
|
2467
2468
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2468
2469
|
"""
|
|
@@ -2472,14 +2473,14 @@ elif False:
|
|
|
2472
2473
|
@pulumi.input_type
|
|
2473
2474
|
class NetworkPolicyPortArgs:
|
|
2474
2475
|
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):
|
|
2476
|
+
end_port: Optional[pulumi.Input[builtins.int]] = None,
|
|
2477
|
+
port: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
2478
|
+
protocol: Optional[pulumi.Input[builtins.str]] = None):
|
|
2478
2479
|
"""
|
|
2479
2480
|
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.
|
|
2481
|
+
: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.
|
|
2482
|
+
: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.
|
|
2483
|
+
: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
2484
|
"""
|
|
2484
2485
|
if end_port is not None:
|
|
2485
2486
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2490,38 +2491,38 @@ class NetworkPolicyPortArgs:
|
|
|
2490
2491
|
|
|
2491
2492
|
@property
|
|
2492
2493
|
@pulumi.getter(name="endPort")
|
|
2493
|
-
def end_port(self) -> Optional[pulumi.Input[int]]:
|
|
2494
|
+
def end_port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2494
2495
|
"""
|
|
2495
2496
|
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
2497
|
"""
|
|
2497
2498
|
return pulumi.get(self, "end_port")
|
|
2498
2499
|
|
|
2499
2500
|
@end_port.setter
|
|
2500
|
-
def end_port(self, value: Optional[pulumi.Input[int]]):
|
|
2501
|
+
def end_port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2501
2502
|
pulumi.set(self, "end_port", value)
|
|
2502
2503
|
|
|
2503
2504
|
@property
|
|
2504
2505
|
@pulumi.getter
|
|
2505
|
-
def port(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
2506
|
+
def port(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
2506
2507
|
"""
|
|
2507
2508
|
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
2509
|
"""
|
|
2509
2510
|
return pulumi.get(self, "port")
|
|
2510
2511
|
|
|
2511
2512
|
@port.setter
|
|
2512
|
-
def port(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
2513
|
+
def port(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
2513
2514
|
pulumi.set(self, "port", value)
|
|
2514
2515
|
|
|
2515
2516
|
@property
|
|
2516
2517
|
@pulumi.getter
|
|
2517
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
2518
|
+
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2518
2519
|
"""
|
|
2519
2520
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2520
2521
|
"""
|
|
2521
2522
|
return pulumi.get(self, "protocol")
|
|
2522
2523
|
|
|
2523
2524
|
@protocol.setter
|
|
2524
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
2525
|
+
def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2525
2526
|
pulumi.set(self, "protocol", value)
|
|
2526
2527
|
|
|
2527
2528
|
|
|
@@ -2542,7 +2543,7 @@ if not MYPY:
|
|
|
2542
2543
|
"""
|
|
2543
2544
|
podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2544
2545
|
"""
|
|
2545
|
-
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2546
|
+
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2546
2547
|
"""
|
|
2547
2548
|
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2548
2549
|
"""
|
|
@@ -2555,13 +2556,13 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2555
2556
|
egress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]]] = None,
|
|
2556
2557
|
ingress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]]] = None,
|
|
2557
2558
|
pod_selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2558
|
-
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2559
|
+
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2559
2560
|
"""
|
|
2560
2561
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2561
2562
|
: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
2563
|
: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
2564
|
: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
|
|
2565
|
+
: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
2566
|
"""
|
|
2566
2567
|
if egress is not None:
|
|
2567
2568
|
pulumi.set(__self__, "egress", egress)
|
|
@@ -2610,14 +2611,14 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2610
2611
|
|
|
2611
2612
|
@property
|
|
2612
2613
|
@pulumi.getter(name="policyTypes")
|
|
2613
|
-
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2614
|
+
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2614
2615
|
"""
|
|
2615
2616
|
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
2617
|
"""
|
|
2617
2618
|
return pulumi.get(self, "policy_types")
|
|
2618
2619
|
|
|
2619
2620
|
@policy_types.setter
|
|
2620
|
-
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2621
|
+
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2621
2622
|
pulumi.set(self, "policy_types", value)
|
|
2622
2623
|
|
|
2623
2624
|
|
|
@@ -2638,7 +2639,7 @@ if not MYPY:
|
|
|
2638
2639
|
"""
|
|
2639
2640
|
ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2640
2641
|
"""
|
|
2641
|
-
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2642
|
+
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2642
2643
|
"""
|
|
2643
2644
|
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2644
2645
|
"""
|
|
@@ -2651,13 +2652,13 @@ class NetworkPolicySpecArgs:
|
|
|
2651
2652
|
pod_selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
2652
2653
|
egress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]]] = None,
|
|
2653
2654
|
ingress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]]] = None,
|
|
2654
|
-
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2655
|
+
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2655
2656
|
"""
|
|
2656
2657
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2657
2658
|
: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
2659
|
: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
2660
|
: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
|
|
2661
|
+
: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
2662
|
"""
|
|
2662
2663
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2663
2664
|
if egress is not None:
|
|
@@ -2705,14 +2706,14 @@ class NetworkPolicySpecArgs:
|
|
|
2705
2706
|
|
|
2706
2707
|
@property
|
|
2707
2708
|
@pulumi.getter(name="policyTypes")
|
|
2708
|
-
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2709
|
+
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2709
2710
|
"""
|
|
2710
2711
|
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
2712
|
"""
|
|
2712
2713
|
return pulumi.get(self, "policy_types")
|
|
2713
2714
|
|
|
2714
2715
|
@policy_types.setter
|
|
2715
|
-
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2716
|
+
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2716
2717
|
pulumi.set(self, "policy_types", value)
|
|
2717
2718
|
|
|
2718
2719
|
|
|
@@ -2757,11 +2758,11 @@ if not MYPY:
|
|
|
2757
2758
|
"""
|
|
2758
2759
|
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
2759
2760
|
"""
|
|
2760
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2761
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
2761
2762
|
"""
|
|
2762
2763
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2763
2764
|
"""
|
|
2764
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2765
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2765
2766
|
"""
|
|
2766
2767
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2767
2768
|
"""
|
|
@@ -2783,15 +2784,15 @@ elif False:
|
|
|
2783
2784
|
@pulumi.input_type
|
|
2784
2785
|
class NetworkPolicyArgs:
|
|
2785
2786
|
def __init__(__self__, *,
|
|
2786
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2787
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2787
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2788
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2788
2789
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2789
2790
|
spec: Optional[pulumi.Input['NetworkPolicySpecArgs']] = None,
|
|
2790
2791
|
status: Optional[pulumi.Input['NetworkPolicyStatusArgs']] = None):
|
|
2791
2792
|
"""
|
|
2792
2793
|
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
|
|
2794
|
+
: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
|
|
2795
|
+
: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
2796
|
: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
2797
|
:param pulumi.Input['NetworkPolicySpecArgs'] spec: spec represents the specification of the desired behavior for this NetworkPolicy.
|
|
2797
2798
|
: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 +2810,26 @@ class NetworkPolicyArgs:
|
|
|
2809
2810
|
|
|
2810
2811
|
@property
|
|
2811
2812
|
@pulumi.getter(name="apiVersion")
|
|
2812
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2813
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2813
2814
|
"""
|
|
2814
2815
|
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
2816
|
"""
|
|
2816
2817
|
return pulumi.get(self, "api_version")
|
|
2817
2818
|
|
|
2818
2819
|
@api_version.setter
|
|
2819
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2820
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2820
2821
|
pulumi.set(self, "api_version", value)
|
|
2821
2822
|
|
|
2822
2823
|
@property
|
|
2823
2824
|
@pulumi.getter
|
|
2824
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2825
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2825
2826
|
"""
|
|
2826
2827
|
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
2828
|
"""
|
|
2828
2829
|
return pulumi.get(self, "kind")
|
|
2829
2830
|
|
|
2830
2831
|
@kind.setter
|
|
2831
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2832
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2832
2833
|
pulumi.set(self, "kind", value)
|
|
2833
2834
|
|
|
2834
2835
|
@property
|
|
@@ -2873,11 +2874,11 @@ if not MYPY:
|
|
|
2873
2874
|
"""
|
|
2874
2875
|
ServiceBackendPort is the service port being referenced.
|
|
2875
2876
|
"""
|
|
2876
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2877
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2877
2878
|
"""
|
|
2878
2879
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2879
2880
|
"""
|
|
2880
|
-
number: NotRequired[pulumi.Input[int]]
|
|
2881
|
+
number: NotRequired[pulumi.Input[builtins.int]]
|
|
2881
2882
|
"""
|
|
2882
2883
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2883
2884
|
"""
|
|
@@ -2887,12 +2888,12 @@ elif False:
|
|
|
2887
2888
|
@pulumi.input_type
|
|
2888
2889
|
class ServiceBackendPortPatchArgs:
|
|
2889
2890
|
def __init__(__self__, *,
|
|
2890
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2891
|
-
number: Optional[pulumi.Input[int]] = None):
|
|
2891
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2892
|
+
number: Optional[pulumi.Input[builtins.int]] = None):
|
|
2892
2893
|
"""
|
|
2893
2894
|
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".
|
|
2895
|
+
:param pulumi.Input[builtins.str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2896
|
+
: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
2897
|
"""
|
|
2897
2898
|
if name is not None:
|
|
2898
2899
|
pulumi.set(__self__, "name", name)
|
|
@@ -2901,26 +2902,26 @@ class ServiceBackendPortPatchArgs:
|
|
|
2901
2902
|
|
|
2902
2903
|
@property
|
|
2903
2904
|
@pulumi.getter
|
|
2904
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2905
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2905
2906
|
"""
|
|
2906
2907
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2907
2908
|
"""
|
|
2908
2909
|
return pulumi.get(self, "name")
|
|
2909
2910
|
|
|
2910
2911
|
@name.setter
|
|
2911
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2912
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2912
2913
|
pulumi.set(self, "name", value)
|
|
2913
2914
|
|
|
2914
2915
|
@property
|
|
2915
2916
|
@pulumi.getter
|
|
2916
|
-
def number(self) -> Optional[pulumi.Input[int]]:
|
|
2917
|
+
def number(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2917
2918
|
"""
|
|
2918
2919
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2919
2920
|
"""
|
|
2920
2921
|
return pulumi.get(self, "number")
|
|
2921
2922
|
|
|
2922
2923
|
@number.setter
|
|
2923
|
-
def number(self, value: Optional[pulumi.Input[int]]):
|
|
2924
|
+
def number(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2924
2925
|
pulumi.set(self, "number", value)
|
|
2925
2926
|
|
|
2926
2927
|
|
|
@@ -2929,11 +2930,11 @@ if not MYPY:
|
|
|
2929
2930
|
"""
|
|
2930
2931
|
ServiceBackendPort is the service port being referenced.
|
|
2931
2932
|
"""
|
|
2932
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2933
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2933
2934
|
"""
|
|
2934
2935
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2935
2936
|
"""
|
|
2936
|
-
number: NotRequired[pulumi.Input[int]]
|
|
2937
|
+
number: NotRequired[pulumi.Input[builtins.int]]
|
|
2937
2938
|
"""
|
|
2938
2939
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2939
2940
|
"""
|
|
@@ -2943,12 +2944,12 @@ elif False:
|
|
|
2943
2944
|
@pulumi.input_type
|
|
2944
2945
|
class ServiceBackendPortArgs:
|
|
2945
2946
|
def __init__(__self__, *,
|
|
2946
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2947
|
-
number: Optional[pulumi.Input[int]] = None):
|
|
2947
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2948
|
+
number: Optional[pulumi.Input[builtins.int]] = None):
|
|
2948
2949
|
"""
|
|
2949
2950
|
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".
|
|
2951
|
+
:param pulumi.Input[builtins.str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2952
|
+
: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
2953
|
"""
|
|
2953
2954
|
if name is not None:
|
|
2954
2955
|
pulumi.set(__self__, "name", name)
|
|
@@ -2957,26 +2958,26 @@ class ServiceBackendPortArgs:
|
|
|
2957
2958
|
|
|
2958
2959
|
@property
|
|
2959
2960
|
@pulumi.getter
|
|
2960
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2961
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2961
2962
|
"""
|
|
2962
2963
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2963
2964
|
"""
|
|
2964
2965
|
return pulumi.get(self, "name")
|
|
2965
2966
|
|
|
2966
2967
|
@name.setter
|
|
2967
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2968
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2968
2969
|
pulumi.set(self, "name", value)
|
|
2969
2970
|
|
|
2970
2971
|
@property
|
|
2971
2972
|
@pulumi.getter
|
|
2972
|
-
def number(self) -> Optional[pulumi.Input[int]]:
|
|
2973
|
+
def number(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2973
2974
|
"""
|
|
2974
2975
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2975
2976
|
"""
|
|
2976
2977
|
return pulumi.get(self, "number")
|
|
2977
2978
|
|
|
2978
2979
|
@number.setter
|
|
2979
|
-
def number(self, value: Optional[pulumi.Input[int]]):
|
|
2980
|
+
def number(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2980
2981
|
pulumi.set(self, "number", value)
|
|
2981
2982
|
|
|
2982
2983
|
|