pulumi-kubernetes 4.23.0a1743496684__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.0a1743496684.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.0a1743496684.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743496684.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
|
|
@@ -89,12 +90,12 @@ class HTTPIngressPath(dict):
|
|
|
89
90
|
|
|
90
91
|
def __init__(__self__, *,
|
|
91
92
|
backend: 'outputs.IngressBackend',
|
|
92
|
-
path_type: str,
|
|
93
|
-
path: Optional[str] = None):
|
|
93
|
+
path_type: builtins.str,
|
|
94
|
+
path: Optional[builtins.str] = None):
|
|
94
95
|
"""
|
|
95
96
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
96
97
|
:param 'IngressBackendArgs' backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
97
|
-
:param 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
|
|
98
|
+
:param 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
|
|
98
99
|
done on a path element by element basis. A path element refers is the
|
|
99
100
|
list of labels in the path split by the '/' separator. A request is a
|
|
100
101
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -105,7 +106,7 @@ class HTTPIngressPath(dict):
|
|
|
105
106
|
the IngressClass. Implementations can treat this as a separate PathType
|
|
106
107
|
or treat it identically to Prefix or Exact path types.
|
|
107
108
|
Implementations are required to support all path types.
|
|
108
|
-
:param 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".
|
|
109
|
+
:param 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".
|
|
109
110
|
"""
|
|
110
111
|
pulumi.set(__self__, "backend", backend)
|
|
111
112
|
pulumi.set(__self__, "path_type", path_type)
|
|
@@ -122,7 +123,7 @@ class HTTPIngressPath(dict):
|
|
|
122
123
|
|
|
123
124
|
@property
|
|
124
125
|
@pulumi.getter(name="pathType")
|
|
125
|
-
def path_type(self) -> str:
|
|
126
|
+
def path_type(self) -> builtins.str:
|
|
126
127
|
"""
|
|
127
128
|
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
|
|
128
129
|
done on a path element by element basis. A path element refers is the
|
|
@@ -140,7 +141,7 @@ class HTTPIngressPath(dict):
|
|
|
140
141
|
|
|
141
142
|
@property
|
|
142
143
|
@pulumi.getter
|
|
143
|
-
def path(self) -> Optional[str]:
|
|
144
|
+
def path(self) -> Optional[builtins.str]:
|
|
144
145
|
"""
|
|
145
146
|
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".
|
|
146
147
|
"""
|
|
@@ -171,13 +172,13 @@ class HTTPIngressPathPatch(dict):
|
|
|
171
172
|
|
|
172
173
|
def __init__(__self__, *,
|
|
173
174
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
174
|
-
path: Optional[str] = None,
|
|
175
|
-
path_type: Optional[str] = None):
|
|
175
|
+
path: Optional[builtins.str] = None,
|
|
176
|
+
path_type: Optional[builtins.str] = None):
|
|
176
177
|
"""
|
|
177
178
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
178
179
|
:param 'IngressBackendPatchArgs' backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
179
|
-
:param 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".
|
|
180
|
-
:param 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
|
|
180
|
+
:param 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".
|
|
181
|
+
:param 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
|
|
181
182
|
done on a path element by element basis. A path element refers is the
|
|
182
183
|
list of labels in the path split by the '/' separator. A request is a
|
|
183
184
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -206,7 +207,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
206
207
|
|
|
207
208
|
@property
|
|
208
209
|
@pulumi.getter
|
|
209
|
-
def path(self) -> Optional[str]:
|
|
210
|
+
def path(self) -> Optional[builtins.str]:
|
|
210
211
|
"""
|
|
211
212
|
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".
|
|
212
213
|
"""
|
|
@@ -214,7 +215,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
214
215
|
|
|
215
216
|
@property
|
|
216
217
|
@pulumi.getter(name="pathType")
|
|
217
|
-
def path_type(self) -> Optional[str]:
|
|
218
|
+
def path_type(self) -> Optional[builtins.str]:
|
|
218
219
|
"""
|
|
219
220
|
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
|
|
220
221
|
done on a path element by element basis. A path element refers is the
|
|
@@ -299,12 +300,12 @@ class IPBlock(dict):
|
|
|
299
300
|
return super().get(key, default)
|
|
300
301
|
|
|
301
302
|
def __init__(__self__, *,
|
|
302
|
-
cidr: str,
|
|
303
|
-
except_: Optional[Sequence[str]] = None):
|
|
303
|
+
cidr: builtins.str,
|
|
304
|
+
except_: Optional[Sequence[builtins.str]] = None):
|
|
304
305
|
"""
|
|
305
306
|
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.
|
|
306
|
-
:param str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
307
|
-
:param Sequence[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
|
|
307
|
+
:param builtins.str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
308
|
+
:param Sequence[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
|
|
308
309
|
"""
|
|
309
310
|
pulumi.set(__self__, "cidr", cidr)
|
|
310
311
|
if except_ is not None:
|
|
@@ -312,7 +313,7 @@ class IPBlock(dict):
|
|
|
312
313
|
|
|
313
314
|
@property
|
|
314
315
|
@pulumi.getter
|
|
315
|
-
def cidr(self) -> str:
|
|
316
|
+
def cidr(self) -> builtins.str:
|
|
316
317
|
"""
|
|
317
318
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
318
319
|
"""
|
|
@@ -320,7 +321,7 @@ class IPBlock(dict):
|
|
|
320
321
|
|
|
321
322
|
@property
|
|
322
323
|
@pulumi.getter(name="except")
|
|
323
|
-
def except_(self) -> Optional[Sequence[str]]:
|
|
324
|
+
def except_(self) -> Optional[Sequence[builtins.str]]:
|
|
324
325
|
"""
|
|
325
326
|
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
|
|
326
327
|
"""
|
|
@@ -350,12 +351,12 @@ class IPBlockPatch(dict):
|
|
|
350
351
|
return super().get(key, default)
|
|
351
352
|
|
|
352
353
|
def __init__(__self__, *,
|
|
353
|
-
cidr: Optional[str] = None,
|
|
354
|
-
except_: Optional[Sequence[str]] = None):
|
|
354
|
+
cidr: Optional[builtins.str] = None,
|
|
355
|
+
except_: Optional[Sequence[builtins.str]] = None):
|
|
355
356
|
"""
|
|
356
357
|
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.
|
|
357
|
-
:param str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
358
|
-
:param Sequence[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
|
|
358
|
+
:param builtins.str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
359
|
+
:param Sequence[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
|
|
359
360
|
"""
|
|
360
361
|
if cidr is not None:
|
|
361
362
|
pulumi.set(__self__, "cidr", cidr)
|
|
@@ -364,7 +365,7 @@ class IPBlockPatch(dict):
|
|
|
364
365
|
|
|
365
366
|
@property
|
|
366
367
|
@pulumi.getter
|
|
367
|
-
def cidr(self) -> Optional[str]:
|
|
368
|
+
def cidr(self) -> Optional[builtins.str]:
|
|
368
369
|
"""
|
|
369
370
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
370
371
|
"""
|
|
@@ -372,7 +373,7 @@ class IPBlockPatch(dict):
|
|
|
372
373
|
|
|
373
374
|
@property
|
|
374
375
|
@pulumi.getter(name="except")
|
|
375
|
-
def except_(self) -> Optional[Sequence[str]]:
|
|
376
|
+
def except_(self) -> Optional[Sequence[builtins.str]]:
|
|
376
377
|
"""
|
|
377
378
|
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
|
|
378
379
|
"""
|
|
@@ -416,8 +417,8 @@ class Ingress(dict):
|
|
|
416
417
|
return super().get(key, default)
|
|
417
418
|
|
|
418
419
|
def __init__(__self__, *,
|
|
419
|
-
api_version: Optional[str] = None,
|
|
420
|
-
kind: Optional[str] = None,
|
|
420
|
+
api_version: Optional[builtins.str] = None,
|
|
421
|
+
kind: Optional[builtins.str] = None,
|
|
421
422
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
422
423
|
spec: Optional['outputs.IngressSpec'] = None,
|
|
423
424
|
status: Optional['outputs.IngressStatus'] = None):
|
|
@@ -437,8 +438,8 @@ class Ingress(dict):
|
|
|
437
438
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
438
439
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
439
440
|
by setting the 'customTimeouts' option on the resource.
|
|
440
|
-
:param 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
|
|
441
|
-
:param 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
|
|
441
|
+
:param 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
|
|
442
|
+
:param 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
|
|
442
443
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
443
444
|
:param '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
|
|
444
445
|
:param '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
|
|
@@ -456,7 +457,7 @@ class Ingress(dict):
|
|
|
456
457
|
|
|
457
458
|
@property
|
|
458
459
|
@pulumi.getter(name="apiVersion")
|
|
459
|
-
def api_version(self) -> Optional[str]:
|
|
460
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
460
461
|
"""
|
|
461
462
|
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
|
|
462
463
|
"""
|
|
@@ -464,7 +465,7 @@ class Ingress(dict):
|
|
|
464
465
|
|
|
465
466
|
@property
|
|
466
467
|
@pulumi.getter
|
|
467
|
-
def kind(self) -> Optional[str]:
|
|
468
|
+
def kind(self) -> Optional[builtins.str]:
|
|
468
469
|
"""
|
|
469
470
|
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
|
|
470
471
|
"""
|
|
@@ -588,14 +589,14 @@ class IngressClass(dict):
|
|
|
588
589
|
return super().get(key, default)
|
|
589
590
|
|
|
590
591
|
def __init__(__self__, *,
|
|
591
|
-
api_version: Optional[str] = None,
|
|
592
|
-
kind: Optional[str] = None,
|
|
592
|
+
api_version: Optional[builtins.str] = None,
|
|
593
|
+
kind: Optional[builtins.str] = None,
|
|
593
594
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
594
595
|
spec: Optional['outputs.IngressClassSpec'] = None):
|
|
595
596
|
"""
|
|
596
597
|
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.
|
|
597
|
-
:param 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
|
|
598
|
-
:param 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
|
|
598
|
+
:param 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
|
|
599
|
+
:param 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
|
|
599
600
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
600
601
|
:param '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
|
|
601
602
|
"""
|
|
@@ -610,7 +611,7 @@ class IngressClass(dict):
|
|
|
610
611
|
|
|
611
612
|
@property
|
|
612
613
|
@pulumi.getter(name="apiVersion")
|
|
613
|
-
def api_version(self) -> Optional[str]:
|
|
614
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
614
615
|
"""
|
|
615
616
|
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
|
|
616
617
|
"""
|
|
@@ -618,7 +619,7 @@ class IngressClass(dict):
|
|
|
618
619
|
|
|
619
620
|
@property
|
|
620
621
|
@pulumi.getter
|
|
621
|
-
def kind(self) -> Optional[str]:
|
|
622
|
+
def kind(self) -> Optional[builtins.str]:
|
|
622
623
|
"""
|
|
623
624
|
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
|
|
624
625
|
"""
|
|
@@ -664,18 +665,18 @@ class IngressClassParametersReference(dict):
|
|
|
664
665
|
return super().get(key, default)
|
|
665
666
|
|
|
666
667
|
def __init__(__self__, *,
|
|
667
|
-
kind: str,
|
|
668
|
-
name: str,
|
|
669
|
-
api_group: Optional[str] = None,
|
|
670
|
-
namespace: Optional[str] = None,
|
|
671
|
-
scope: Optional[str] = None):
|
|
668
|
+
kind: builtins.str,
|
|
669
|
+
name: builtins.str,
|
|
670
|
+
api_group: Optional[builtins.str] = None,
|
|
671
|
+
namespace: Optional[builtins.str] = None,
|
|
672
|
+
scope: Optional[builtins.str] = None):
|
|
672
673
|
"""
|
|
673
674
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
674
|
-
:param str kind: kind is the type of resource being referenced.
|
|
675
|
-
:param str name: name is the name of resource being referenced.
|
|
676
|
-
:param 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.
|
|
677
|
-
:param 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".
|
|
678
|
-
:param str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
675
|
+
:param builtins.str kind: kind is the type of resource being referenced.
|
|
676
|
+
:param builtins.str name: name is the name of resource being referenced.
|
|
677
|
+
:param 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.
|
|
678
|
+
:param 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".
|
|
679
|
+
:param builtins.str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
679
680
|
"""
|
|
680
681
|
pulumi.set(__self__, "kind", kind)
|
|
681
682
|
pulumi.set(__self__, "name", name)
|
|
@@ -688,7 +689,7 @@ class IngressClassParametersReference(dict):
|
|
|
688
689
|
|
|
689
690
|
@property
|
|
690
691
|
@pulumi.getter
|
|
691
|
-
def kind(self) -> str:
|
|
692
|
+
def kind(self) -> builtins.str:
|
|
692
693
|
"""
|
|
693
694
|
kind is the type of resource being referenced.
|
|
694
695
|
"""
|
|
@@ -696,7 +697,7 @@ class IngressClassParametersReference(dict):
|
|
|
696
697
|
|
|
697
698
|
@property
|
|
698
699
|
@pulumi.getter
|
|
699
|
-
def name(self) -> str:
|
|
700
|
+
def name(self) -> builtins.str:
|
|
700
701
|
"""
|
|
701
702
|
name is the name of resource being referenced.
|
|
702
703
|
"""
|
|
@@ -704,7 +705,7 @@ class IngressClassParametersReference(dict):
|
|
|
704
705
|
|
|
705
706
|
@property
|
|
706
707
|
@pulumi.getter(name="apiGroup")
|
|
707
|
-
def api_group(self) -> Optional[str]:
|
|
708
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
708
709
|
"""
|
|
709
710
|
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.
|
|
710
711
|
"""
|
|
@@ -712,7 +713,7 @@ class IngressClassParametersReference(dict):
|
|
|
712
713
|
|
|
713
714
|
@property
|
|
714
715
|
@pulumi.getter
|
|
715
|
-
def namespace(self) -> Optional[str]:
|
|
716
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
716
717
|
"""
|
|
717
718
|
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".
|
|
718
719
|
"""
|
|
@@ -720,7 +721,7 @@ class IngressClassParametersReference(dict):
|
|
|
720
721
|
|
|
721
722
|
@property
|
|
722
723
|
@pulumi.getter
|
|
723
|
-
def scope(self) -> Optional[str]:
|
|
724
|
+
def scope(self) -> Optional[builtins.str]:
|
|
724
725
|
"""
|
|
725
726
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
726
727
|
"""
|
|
@@ -750,18 +751,18 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
750
751
|
return super().get(key, default)
|
|
751
752
|
|
|
752
753
|
def __init__(__self__, *,
|
|
753
|
-
api_group: Optional[str] = None,
|
|
754
|
-
kind: Optional[str] = None,
|
|
755
|
-
name: Optional[str] = None,
|
|
756
|
-
namespace: Optional[str] = None,
|
|
757
|
-
scope: Optional[str] = None):
|
|
754
|
+
api_group: Optional[builtins.str] = None,
|
|
755
|
+
kind: Optional[builtins.str] = None,
|
|
756
|
+
name: Optional[builtins.str] = None,
|
|
757
|
+
namespace: Optional[builtins.str] = None,
|
|
758
|
+
scope: Optional[builtins.str] = None):
|
|
758
759
|
"""
|
|
759
760
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
760
|
-
:param 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.
|
|
761
|
-
:param str kind: kind is the type of resource being referenced.
|
|
762
|
-
:param str name: name is the name of resource being referenced.
|
|
763
|
-
:param 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".
|
|
764
|
-
:param str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
761
|
+
:param 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.
|
|
762
|
+
:param builtins.str kind: kind is the type of resource being referenced.
|
|
763
|
+
:param builtins.str name: name is the name of resource being referenced.
|
|
764
|
+
:param 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".
|
|
765
|
+
:param builtins.str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
765
766
|
"""
|
|
766
767
|
if api_group is not None:
|
|
767
768
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -776,7 +777,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
776
777
|
|
|
777
778
|
@property
|
|
778
779
|
@pulumi.getter(name="apiGroup")
|
|
779
|
-
def api_group(self) -> Optional[str]:
|
|
780
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
780
781
|
"""
|
|
781
782
|
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.
|
|
782
783
|
"""
|
|
@@ -784,7 +785,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
784
785
|
|
|
785
786
|
@property
|
|
786
787
|
@pulumi.getter
|
|
787
|
-
def kind(self) -> Optional[str]:
|
|
788
|
+
def kind(self) -> Optional[builtins.str]:
|
|
788
789
|
"""
|
|
789
790
|
kind is the type of resource being referenced.
|
|
790
791
|
"""
|
|
@@ -792,7 +793,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
792
793
|
|
|
793
794
|
@property
|
|
794
795
|
@pulumi.getter
|
|
795
|
-
def name(self) -> Optional[str]:
|
|
796
|
+
def name(self) -> Optional[builtins.str]:
|
|
796
797
|
"""
|
|
797
798
|
name is the name of resource being referenced.
|
|
798
799
|
"""
|
|
@@ -800,7 +801,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
800
801
|
|
|
801
802
|
@property
|
|
802
803
|
@pulumi.getter
|
|
803
|
-
def namespace(self) -> Optional[str]:
|
|
804
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
804
805
|
"""
|
|
805
806
|
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".
|
|
806
807
|
"""
|
|
@@ -808,7 +809,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
808
809
|
|
|
809
810
|
@property
|
|
810
811
|
@pulumi.getter
|
|
811
|
-
def scope(self) -> Optional[str]:
|
|
812
|
+
def scope(self) -> Optional[builtins.str]:
|
|
812
813
|
"""
|
|
813
814
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
814
815
|
"""
|
|
@@ -821,11 +822,11 @@ class IngressClassSpec(dict):
|
|
|
821
822
|
IngressClassSpec provides information about the class of an Ingress.
|
|
822
823
|
"""
|
|
823
824
|
def __init__(__self__, *,
|
|
824
|
-
controller: Optional[str] = None,
|
|
825
|
+
controller: Optional[builtins.str] = None,
|
|
825
826
|
parameters: Optional['outputs.IngressClassParametersReference'] = None):
|
|
826
827
|
"""
|
|
827
828
|
IngressClassSpec provides information about the class of an Ingress.
|
|
828
|
-
:param 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.
|
|
829
|
+
:param 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.
|
|
829
830
|
:param '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.
|
|
830
831
|
"""
|
|
831
832
|
if controller is not None:
|
|
@@ -835,7 +836,7 @@ class IngressClassSpec(dict):
|
|
|
835
836
|
|
|
836
837
|
@property
|
|
837
838
|
@pulumi.getter
|
|
838
|
-
def controller(self) -> Optional[str]:
|
|
839
|
+
def controller(self) -> Optional[builtins.str]:
|
|
839
840
|
"""
|
|
840
841
|
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.
|
|
841
842
|
"""
|
|
@@ -856,11 +857,11 @@ class IngressClassSpecPatch(dict):
|
|
|
856
857
|
IngressClassSpec provides information about the class of an Ingress.
|
|
857
858
|
"""
|
|
858
859
|
def __init__(__self__, *,
|
|
859
|
-
controller: Optional[str] = None,
|
|
860
|
+
controller: Optional[builtins.str] = None,
|
|
860
861
|
parameters: Optional['outputs.IngressClassParametersReferencePatch'] = None):
|
|
861
862
|
"""
|
|
862
863
|
IngressClassSpec provides information about the class of an Ingress.
|
|
863
|
-
:param 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.
|
|
864
|
+
:param 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.
|
|
864
865
|
:param '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.
|
|
865
866
|
"""
|
|
866
867
|
if controller is not None:
|
|
@@ -870,7 +871,7 @@ class IngressClassSpecPatch(dict):
|
|
|
870
871
|
|
|
871
872
|
@property
|
|
872
873
|
@pulumi.getter
|
|
873
|
-
def controller(self) -> Optional[str]:
|
|
874
|
+
def controller(self) -> Optional[builtins.str]:
|
|
874
875
|
"""
|
|
875
876
|
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.
|
|
876
877
|
"""
|
|
@@ -891,13 +892,13 @@ class IngressLoadBalancerIngress(dict):
|
|
|
891
892
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
892
893
|
"""
|
|
893
894
|
def __init__(__self__, *,
|
|
894
|
-
hostname: Optional[str] = None,
|
|
895
|
-
ip: Optional[str] = None,
|
|
895
|
+
hostname: Optional[builtins.str] = None,
|
|
896
|
+
ip: Optional[builtins.str] = None,
|
|
896
897
|
ports: Optional[Sequence['outputs.IngressPortStatus']] = None):
|
|
897
898
|
"""
|
|
898
899
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
899
|
-
:param str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
900
|
-
:param str ip: ip is set for load-balancer ingress points that are IP based.
|
|
900
|
+
:param builtins.str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
901
|
+
:param builtins.str ip: ip is set for load-balancer ingress points that are IP based.
|
|
901
902
|
:param Sequence['IngressPortStatusArgs'] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
902
903
|
"""
|
|
903
904
|
if hostname is not None:
|
|
@@ -909,7 +910,7 @@ class IngressLoadBalancerIngress(dict):
|
|
|
909
910
|
|
|
910
911
|
@property
|
|
911
912
|
@pulumi.getter
|
|
912
|
-
def hostname(self) -> Optional[str]:
|
|
913
|
+
def hostname(self) -> Optional[builtins.str]:
|
|
913
914
|
"""
|
|
914
915
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
915
916
|
"""
|
|
@@ -917,7 +918,7 @@ class IngressLoadBalancerIngress(dict):
|
|
|
917
918
|
|
|
918
919
|
@property
|
|
919
920
|
@pulumi.getter
|
|
920
|
-
def ip(self) -> Optional[str]:
|
|
921
|
+
def ip(self) -> Optional[builtins.str]:
|
|
921
922
|
"""
|
|
922
923
|
ip is set for load-balancer ingress points that are IP based.
|
|
923
924
|
"""
|
|
@@ -938,13 +939,13 @@ class IngressLoadBalancerIngressPatch(dict):
|
|
|
938
939
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
939
940
|
"""
|
|
940
941
|
def __init__(__self__, *,
|
|
941
|
-
hostname: Optional[str] = None,
|
|
942
|
-
ip: Optional[str] = None,
|
|
942
|
+
hostname: Optional[builtins.str] = None,
|
|
943
|
+
ip: Optional[builtins.str] = None,
|
|
943
944
|
ports: Optional[Sequence['outputs.IngressPortStatusPatch']] = None):
|
|
944
945
|
"""
|
|
945
946
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
946
|
-
:param str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
947
|
-
:param str ip: ip is set for load-balancer ingress points that are IP based.
|
|
947
|
+
:param builtins.str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
948
|
+
:param builtins.str ip: ip is set for load-balancer ingress points that are IP based.
|
|
948
949
|
:param Sequence['IngressPortStatusPatchArgs'] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
949
950
|
"""
|
|
950
951
|
if hostname is not None:
|
|
@@ -956,7 +957,7 @@ class IngressLoadBalancerIngressPatch(dict):
|
|
|
956
957
|
|
|
957
958
|
@property
|
|
958
959
|
@pulumi.getter
|
|
959
|
-
def hostname(self) -> Optional[str]:
|
|
960
|
+
def hostname(self) -> Optional[builtins.str]:
|
|
960
961
|
"""
|
|
961
962
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
962
963
|
"""
|
|
@@ -964,7 +965,7 @@ class IngressLoadBalancerIngressPatch(dict):
|
|
|
964
965
|
|
|
965
966
|
@property
|
|
966
967
|
@pulumi.getter
|
|
967
|
-
def ip(self) -> Optional[str]:
|
|
968
|
+
def ip(self) -> Optional[builtins.str]:
|
|
968
969
|
"""
|
|
969
970
|
ip is set for load-balancer ingress points that are IP based.
|
|
970
971
|
"""
|
|
@@ -1031,14 +1032,14 @@ class IngressPortStatus(dict):
|
|
|
1031
1032
|
IngressPortStatus represents the error condition of a service port
|
|
1032
1033
|
"""
|
|
1033
1034
|
def __init__(__self__, *,
|
|
1034
|
-
port: int,
|
|
1035
|
-
protocol: str,
|
|
1036
|
-
error: Optional[str] = None):
|
|
1035
|
+
port: builtins.int,
|
|
1036
|
+
protocol: builtins.str,
|
|
1037
|
+
error: Optional[builtins.str] = None):
|
|
1037
1038
|
"""
|
|
1038
1039
|
IngressPortStatus represents the error condition of a service port
|
|
1039
|
-
:param int port: port is the port number of the ingress port.
|
|
1040
|
-
:param str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1041
|
-
:param 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
|
|
1040
|
+
:param builtins.int port: port is the port number of the ingress port.
|
|
1041
|
+
:param builtins.str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1042
|
+
:param 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
|
|
1042
1043
|
CamelCase names
|
|
1043
1044
|
- cloud provider specific error values must have names that comply with the
|
|
1044
1045
|
format foo.example.com/CamelCase.
|
|
@@ -1050,7 +1051,7 @@ class IngressPortStatus(dict):
|
|
|
1050
1051
|
|
|
1051
1052
|
@property
|
|
1052
1053
|
@pulumi.getter
|
|
1053
|
-
def port(self) -> int:
|
|
1054
|
+
def port(self) -> builtins.int:
|
|
1054
1055
|
"""
|
|
1055
1056
|
port is the port number of the ingress port.
|
|
1056
1057
|
"""
|
|
@@ -1058,7 +1059,7 @@ class IngressPortStatus(dict):
|
|
|
1058
1059
|
|
|
1059
1060
|
@property
|
|
1060
1061
|
@pulumi.getter
|
|
1061
|
-
def protocol(self) -> str:
|
|
1062
|
+
def protocol(self) -> builtins.str:
|
|
1062
1063
|
"""
|
|
1063
1064
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1064
1065
|
"""
|
|
@@ -1066,7 +1067,7 @@ class IngressPortStatus(dict):
|
|
|
1066
1067
|
|
|
1067
1068
|
@property
|
|
1068
1069
|
@pulumi.getter
|
|
1069
|
-
def error(self) -> Optional[str]:
|
|
1070
|
+
def error(self) -> Optional[builtins.str]:
|
|
1070
1071
|
"""
|
|
1071
1072
|
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
|
|
1072
1073
|
CamelCase names
|
|
@@ -1082,17 +1083,17 @@ class IngressPortStatusPatch(dict):
|
|
|
1082
1083
|
IngressPortStatus represents the error condition of a service port
|
|
1083
1084
|
"""
|
|
1084
1085
|
def __init__(__self__, *,
|
|
1085
|
-
error: Optional[str] = None,
|
|
1086
|
-
port: Optional[int] = None,
|
|
1087
|
-
protocol: Optional[str] = None):
|
|
1086
|
+
error: Optional[builtins.str] = None,
|
|
1087
|
+
port: Optional[builtins.int] = None,
|
|
1088
|
+
protocol: Optional[builtins.str] = None):
|
|
1088
1089
|
"""
|
|
1089
1090
|
IngressPortStatus represents the error condition of a service port
|
|
1090
|
-
:param 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
|
|
1091
|
+
:param 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
|
|
1091
1092
|
CamelCase names
|
|
1092
1093
|
- cloud provider specific error values must have names that comply with the
|
|
1093
1094
|
format foo.example.com/CamelCase.
|
|
1094
|
-
:param int port: port is the port number of the ingress port.
|
|
1095
|
-
:param str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1095
|
+
:param builtins.int port: port is the port number of the ingress port.
|
|
1096
|
+
:param builtins.str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1096
1097
|
"""
|
|
1097
1098
|
if error is not None:
|
|
1098
1099
|
pulumi.set(__self__, "error", error)
|
|
@@ -1103,7 +1104,7 @@ class IngressPortStatusPatch(dict):
|
|
|
1103
1104
|
|
|
1104
1105
|
@property
|
|
1105
1106
|
@pulumi.getter
|
|
1106
|
-
def error(self) -> Optional[str]:
|
|
1107
|
+
def error(self) -> Optional[builtins.str]:
|
|
1107
1108
|
"""
|
|
1108
1109
|
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
|
|
1109
1110
|
CamelCase names
|
|
@@ -1114,7 +1115,7 @@ class IngressPortStatusPatch(dict):
|
|
|
1114
1115
|
|
|
1115
1116
|
@property
|
|
1116
1117
|
@pulumi.getter
|
|
1117
|
-
def port(self) -> Optional[int]:
|
|
1118
|
+
def port(self) -> Optional[builtins.int]:
|
|
1118
1119
|
"""
|
|
1119
1120
|
port is the port number of the ingress port.
|
|
1120
1121
|
"""
|
|
@@ -1122,7 +1123,7 @@ class IngressPortStatusPatch(dict):
|
|
|
1122
1123
|
|
|
1123
1124
|
@property
|
|
1124
1125
|
@pulumi.getter
|
|
1125
|
-
def protocol(self) -> Optional[str]:
|
|
1126
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
1126
1127
|
"""
|
|
1127
1128
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1128
1129
|
"""
|
|
@@ -1135,11 +1136,11 @@ class IngressRule(dict):
|
|
|
1135
1136
|
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.
|
|
1136
1137
|
"""
|
|
1137
1138
|
def __init__(__self__, *,
|
|
1138
|
-
host: Optional[str] = None,
|
|
1139
|
+
host: Optional[builtins.str] = None,
|
|
1139
1140
|
http: Optional['outputs.HTTPIngressRuleValue'] = None):
|
|
1140
1141
|
"""
|
|
1141
1142
|
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.
|
|
1142
|
-
:param 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
|
|
1143
|
+
:param 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
|
|
1143
1144
|
the IP in the Spec of the parent Ingress.
|
|
1144
1145
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1145
1146
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1155,7 +1156,7 @@ class IngressRule(dict):
|
|
|
1155
1156
|
|
|
1156
1157
|
@property
|
|
1157
1158
|
@pulumi.getter
|
|
1158
|
-
def host(self) -> Optional[str]:
|
|
1159
|
+
def host(self) -> Optional[builtins.str]:
|
|
1159
1160
|
"""
|
|
1160
1161
|
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
|
|
1161
1162
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1180,11 +1181,11 @@ class IngressRulePatch(dict):
|
|
|
1180
1181
|
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.
|
|
1181
1182
|
"""
|
|
1182
1183
|
def __init__(__self__, *,
|
|
1183
|
-
host: Optional[str] = None,
|
|
1184
|
+
host: Optional[builtins.str] = None,
|
|
1184
1185
|
http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
|
|
1185
1186
|
"""
|
|
1186
1187
|
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.
|
|
1187
|
-
:param 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
|
|
1188
|
+
:param 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
|
|
1188
1189
|
the IP in the Spec of the parent Ingress.
|
|
1189
1190
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1190
1191
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1200,7 +1201,7 @@ class IngressRulePatch(dict):
|
|
|
1200
1201
|
|
|
1201
1202
|
@property
|
|
1202
1203
|
@pulumi.getter
|
|
1203
|
-
def host(self) -> Optional[str]:
|
|
1204
|
+
def host(self) -> Optional[builtins.str]:
|
|
1204
1205
|
"""
|
|
1205
1206
|
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
|
|
1206
1207
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1225,11 +1226,11 @@ class IngressServiceBackend(dict):
|
|
|
1225
1226
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1226
1227
|
"""
|
|
1227
1228
|
def __init__(__self__, *,
|
|
1228
|
-
name: str,
|
|
1229
|
+
name: builtins.str,
|
|
1229
1230
|
port: Optional['outputs.ServiceBackendPort'] = None):
|
|
1230
1231
|
"""
|
|
1231
1232
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1232
|
-
:param str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1233
|
+
:param builtins.str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1233
1234
|
:param 'ServiceBackendPortArgs' port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1234
1235
|
"""
|
|
1235
1236
|
pulumi.set(__self__, "name", name)
|
|
@@ -1238,7 +1239,7 @@ class IngressServiceBackend(dict):
|
|
|
1238
1239
|
|
|
1239
1240
|
@property
|
|
1240
1241
|
@pulumi.getter
|
|
1241
|
-
def name(self) -> str:
|
|
1242
|
+
def name(self) -> builtins.str:
|
|
1242
1243
|
"""
|
|
1243
1244
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1244
1245
|
"""
|
|
@@ -1259,11 +1260,11 @@ class IngressServiceBackendPatch(dict):
|
|
|
1259
1260
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1260
1261
|
"""
|
|
1261
1262
|
def __init__(__self__, *,
|
|
1262
|
-
name: Optional[str] = None,
|
|
1263
|
+
name: Optional[builtins.str] = None,
|
|
1263
1264
|
port: Optional['outputs.ServiceBackendPortPatch'] = None):
|
|
1264
1265
|
"""
|
|
1265
1266
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1266
|
-
:param str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1267
|
+
:param builtins.str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1267
1268
|
:param 'ServiceBackendPortPatchArgs' port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1268
1269
|
"""
|
|
1269
1270
|
if name is not None:
|
|
@@ -1273,7 +1274,7 @@ class IngressServiceBackendPatch(dict):
|
|
|
1273
1274
|
|
|
1274
1275
|
@property
|
|
1275
1276
|
@pulumi.getter
|
|
1276
|
-
def name(self) -> Optional[str]:
|
|
1277
|
+
def name(self) -> Optional[builtins.str]:
|
|
1277
1278
|
"""
|
|
1278
1279
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1279
1280
|
"""
|
|
@@ -1314,13 +1315,13 @@ class IngressSpec(dict):
|
|
|
1314
1315
|
|
|
1315
1316
|
def __init__(__self__, *,
|
|
1316
1317
|
default_backend: Optional['outputs.IngressBackend'] = None,
|
|
1317
|
-
ingress_class_name: Optional[str] = None,
|
|
1318
|
+
ingress_class_name: Optional[builtins.str] = None,
|
|
1318
1319
|
rules: Optional[Sequence['outputs.IngressRule']] = None,
|
|
1319
1320
|
tls: Optional[Sequence['outputs.IngressTLS']] = None):
|
|
1320
1321
|
"""
|
|
1321
1322
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1322
1323
|
:param '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.
|
|
1323
|
-
:param 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.
|
|
1324
|
+
:param 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.
|
|
1324
1325
|
:param Sequence['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.
|
|
1325
1326
|
:param Sequence['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.
|
|
1326
1327
|
"""
|
|
@@ -1343,7 +1344,7 @@ class IngressSpec(dict):
|
|
|
1343
1344
|
|
|
1344
1345
|
@property
|
|
1345
1346
|
@pulumi.getter(name="ingressClassName")
|
|
1346
|
-
def ingress_class_name(self) -> Optional[str]:
|
|
1347
|
+
def ingress_class_name(self) -> Optional[builtins.str]:
|
|
1347
1348
|
"""
|
|
1348
1349
|
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.
|
|
1349
1350
|
"""
|
|
@@ -1392,13 +1393,13 @@ class IngressSpecPatch(dict):
|
|
|
1392
1393
|
|
|
1393
1394
|
def __init__(__self__, *,
|
|
1394
1395
|
default_backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
1395
|
-
ingress_class_name: Optional[str] = None,
|
|
1396
|
+
ingress_class_name: Optional[builtins.str] = None,
|
|
1396
1397
|
rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
|
|
1397
1398
|
tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
|
|
1398
1399
|
"""
|
|
1399
1400
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1400
1401
|
:param '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.
|
|
1401
|
-
:param 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.
|
|
1402
|
+
:param 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.
|
|
1402
1403
|
:param Sequence['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.
|
|
1403
1404
|
:param Sequence['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.
|
|
1404
1405
|
"""
|
|
@@ -1421,7 +1422,7 @@ class IngressSpecPatch(dict):
|
|
|
1421
1422
|
|
|
1422
1423
|
@property
|
|
1423
1424
|
@pulumi.getter(name="ingressClassName")
|
|
1424
|
-
def ingress_class_name(self) -> Optional[str]:
|
|
1425
|
+
def ingress_class_name(self) -> Optional[builtins.str]:
|
|
1425
1426
|
"""
|
|
1426
1427
|
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.
|
|
1427
1428
|
"""
|
|
@@ -1547,12 +1548,12 @@ class IngressTLS(dict):
|
|
|
1547
1548
|
return super().get(key, default)
|
|
1548
1549
|
|
|
1549
1550
|
def __init__(__self__, *,
|
|
1550
|
-
hosts: Optional[Sequence[str]] = None,
|
|
1551
|
-
secret_name: Optional[str] = None):
|
|
1551
|
+
hosts: Optional[Sequence[builtins.str]] = None,
|
|
1552
|
+
secret_name: Optional[builtins.str] = None):
|
|
1552
1553
|
"""
|
|
1553
1554
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1554
|
-
:param Sequence[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.
|
|
1555
|
-
:param 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.
|
|
1555
|
+
:param Sequence[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.
|
|
1556
|
+
:param 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.
|
|
1556
1557
|
"""
|
|
1557
1558
|
if hosts is not None:
|
|
1558
1559
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1561,7 +1562,7 @@ class IngressTLS(dict):
|
|
|
1561
1562
|
|
|
1562
1563
|
@property
|
|
1563
1564
|
@pulumi.getter
|
|
1564
|
-
def hosts(self) -> Optional[Sequence[str]]:
|
|
1565
|
+
def hosts(self) -> Optional[Sequence[builtins.str]]:
|
|
1565
1566
|
"""
|
|
1566
1567
|
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.
|
|
1567
1568
|
"""
|
|
@@ -1569,7 +1570,7 @@ class IngressTLS(dict):
|
|
|
1569
1570
|
|
|
1570
1571
|
@property
|
|
1571
1572
|
@pulumi.getter(name="secretName")
|
|
1572
|
-
def secret_name(self) -> Optional[str]:
|
|
1573
|
+
def secret_name(self) -> Optional[builtins.str]:
|
|
1573
1574
|
"""
|
|
1574
1575
|
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.
|
|
1575
1576
|
"""
|
|
@@ -1599,12 +1600,12 @@ class IngressTLSPatch(dict):
|
|
|
1599
1600
|
return super().get(key, default)
|
|
1600
1601
|
|
|
1601
1602
|
def __init__(__self__, *,
|
|
1602
|
-
hosts: Optional[Sequence[str]] = None,
|
|
1603
|
-
secret_name: Optional[str] = None):
|
|
1603
|
+
hosts: Optional[Sequence[builtins.str]] = None,
|
|
1604
|
+
secret_name: Optional[builtins.str] = None):
|
|
1604
1605
|
"""
|
|
1605
1606
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1606
|
-
:param Sequence[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.
|
|
1607
|
-
:param 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.
|
|
1607
|
+
:param Sequence[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.
|
|
1608
|
+
:param 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.
|
|
1608
1609
|
"""
|
|
1609
1610
|
if hosts is not None:
|
|
1610
1611
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1613,7 +1614,7 @@ class IngressTLSPatch(dict):
|
|
|
1613
1614
|
|
|
1614
1615
|
@property
|
|
1615
1616
|
@pulumi.getter
|
|
1616
|
-
def hosts(self) -> Optional[Sequence[str]]:
|
|
1617
|
+
def hosts(self) -> Optional[Sequence[builtins.str]]:
|
|
1617
1618
|
"""
|
|
1618
1619
|
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.
|
|
1619
1620
|
"""
|
|
@@ -1621,7 +1622,7 @@ class IngressTLSPatch(dict):
|
|
|
1621
1622
|
|
|
1622
1623
|
@property
|
|
1623
1624
|
@pulumi.getter(name="secretName")
|
|
1624
|
-
def secret_name(self) -> Optional[str]:
|
|
1625
|
+
def secret_name(self) -> Optional[builtins.str]:
|
|
1625
1626
|
"""
|
|
1626
1627
|
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.
|
|
1627
1628
|
"""
|
|
@@ -1651,15 +1652,15 @@ class NetworkPolicy(dict):
|
|
|
1651
1652
|
return super().get(key, default)
|
|
1652
1653
|
|
|
1653
1654
|
def __init__(__self__, *,
|
|
1654
|
-
api_version: Optional[str] = None,
|
|
1655
|
-
kind: Optional[str] = None,
|
|
1655
|
+
api_version: Optional[builtins.str] = None,
|
|
1656
|
+
kind: Optional[builtins.str] = None,
|
|
1656
1657
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1657
1658
|
spec: Optional['outputs.NetworkPolicySpec'] = None,
|
|
1658
1659
|
status: Optional['outputs.NetworkPolicyStatus'] = None):
|
|
1659
1660
|
"""
|
|
1660
1661
|
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
1661
|
-
:param 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
|
|
1662
|
-
:param 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
|
|
1662
|
+
:param 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
|
|
1663
|
+
:param 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
|
|
1663
1664
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1664
1665
|
:param 'NetworkPolicySpecArgs' spec: spec represents the specification of the desired behavior for this NetworkPolicy.
|
|
1665
1666
|
:param '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
|
|
@@ -1677,7 +1678,7 @@ class NetworkPolicy(dict):
|
|
|
1677
1678
|
|
|
1678
1679
|
@property
|
|
1679
1680
|
@pulumi.getter(name="apiVersion")
|
|
1680
|
-
def api_version(self) -> Optional[str]:
|
|
1681
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1681
1682
|
"""
|
|
1682
1683
|
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
|
|
1683
1684
|
"""
|
|
@@ -1685,7 +1686,7 @@ class NetworkPolicy(dict):
|
|
|
1685
1686
|
|
|
1686
1687
|
@property
|
|
1687
1688
|
@pulumi.getter
|
|
1688
|
-
def kind(self) -> Optional[str]:
|
|
1689
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1689
1690
|
"""
|
|
1690
1691
|
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
|
|
1691
1692
|
"""
|
|
@@ -2065,14 +2066,14 @@ class NetworkPolicyPort(dict):
|
|
|
2065
2066
|
return super().get(key, default)
|
|
2066
2067
|
|
|
2067
2068
|
def __init__(__self__, *,
|
|
2068
|
-
end_port: Optional[int] = None,
|
|
2069
|
+
end_port: Optional[builtins.int] = None,
|
|
2069
2070
|
port: Optional[Any] = None,
|
|
2070
|
-
protocol: Optional[str] = None):
|
|
2071
|
+
protocol: Optional[builtins.str] = None):
|
|
2071
2072
|
"""
|
|
2072
2073
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2073
|
-
:param 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.
|
|
2074
|
-
:param 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.
|
|
2075
|
-
:param str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2074
|
+
:param 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.
|
|
2075
|
+
:param 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.
|
|
2076
|
+
:param builtins.str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2076
2077
|
"""
|
|
2077
2078
|
if end_port is not None:
|
|
2078
2079
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2083,7 +2084,7 @@ class NetworkPolicyPort(dict):
|
|
|
2083
2084
|
|
|
2084
2085
|
@property
|
|
2085
2086
|
@pulumi.getter(name="endPort")
|
|
2086
|
-
def end_port(self) -> Optional[int]:
|
|
2087
|
+
def end_port(self) -> Optional[builtins.int]:
|
|
2087
2088
|
"""
|
|
2088
2089
|
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.
|
|
2089
2090
|
"""
|
|
@@ -2099,7 +2100,7 @@ class NetworkPolicyPort(dict):
|
|
|
2099
2100
|
|
|
2100
2101
|
@property
|
|
2101
2102
|
@pulumi.getter
|
|
2102
|
-
def protocol(self) -> Optional[str]:
|
|
2103
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
2103
2104
|
"""
|
|
2104
2105
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2105
2106
|
"""
|
|
@@ -2129,14 +2130,14 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2129
2130
|
return super().get(key, default)
|
|
2130
2131
|
|
|
2131
2132
|
def __init__(__self__, *,
|
|
2132
|
-
end_port: Optional[int] = None,
|
|
2133
|
+
end_port: Optional[builtins.int] = None,
|
|
2133
2134
|
port: Optional[Any] = None,
|
|
2134
|
-
protocol: Optional[str] = None):
|
|
2135
|
+
protocol: Optional[builtins.str] = None):
|
|
2135
2136
|
"""
|
|
2136
2137
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2137
|
-
:param 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.
|
|
2138
|
-
:param 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.
|
|
2139
|
-
:param str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2138
|
+
:param 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.
|
|
2139
|
+
:param 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.
|
|
2140
|
+
:param builtins.str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2140
2141
|
"""
|
|
2141
2142
|
if end_port is not None:
|
|
2142
2143
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2147,7 +2148,7 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2147
2148
|
|
|
2148
2149
|
@property
|
|
2149
2150
|
@pulumi.getter(name="endPort")
|
|
2150
|
-
def end_port(self) -> Optional[int]:
|
|
2151
|
+
def end_port(self) -> Optional[builtins.int]:
|
|
2151
2152
|
"""
|
|
2152
2153
|
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.
|
|
2153
2154
|
"""
|
|
@@ -2163,7 +2164,7 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2163
2164
|
|
|
2164
2165
|
@property
|
|
2165
2166
|
@pulumi.getter
|
|
2166
|
-
def protocol(self) -> Optional[str]:
|
|
2167
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
2167
2168
|
"""
|
|
2168
2169
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2169
2170
|
"""
|
|
@@ -2198,13 +2199,13 @@ class NetworkPolicySpec(dict):
|
|
|
2198
2199
|
pod_selector: '_meta.v1.outputs.LabelSelector',
|
|
2199
2200
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRule']] = None,
|
|
2200
2201
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRule']] = None,
|
|
2201
|
-
policy_types: Optional[Sequence[str]] = None):
|
|
2202
|
+
policy_types: Optional[Sequence[builtins.str]] = None):
|
|
2202
2203
|
"""
|
|
2203
2204
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2204
2205
|
:param '_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.
|
|
2205
2206
|
:param Sequence['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
|
|
2206
2207
|
:param Sequence['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)
|
|
2207
|
-
:param Sequence[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
|
|
2208
|
+
:param Sequence[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
|
|
2208
2209
|
"""
|
|
2209
2210
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2210
2211
|
if egress is not None:
|
|
@@ -2240,7 +2241,7 @@ class NetworkPolicySpec(dict):
|
|
|
2240
2241
|
|
|
2241
2242
|
@property
|
|
2242
2243
|
@pulumi.getter(name="policyTypes")
|
|
2243
|
-
def policy_types(self) -> Optional[Sequence[str]]:
|
|
2244
|
+
def policy_types(self) -> Optional[Sequence[builtins.str]]:
|
|
2244
2245
|
"""
|
|
2245
2246
|
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
|
|
2246
2247
|
"""
|
|
@@ -2275,13 +2276,13 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2275
2276
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']] = None,
|
|
2276
2277
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']] = None,
|
|
2277
2278
|
pod_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2278
|
-
policy_types: Optional[Sequence[str]] = None):
|
|
2279
|
+
policy_types: Optional[Sequence[builtins.str]] = None):
|
|
2279
2280
|
"""
|
|
2280
2281
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2281
2282
|
:param Sequence['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
|
|
2282
2283
|
:param Sequence['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)
|
|
2283
2284
|
:param '_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.
|
|
2284
|
-
:param Sequence[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
|
|
2285
|
+
:param Sequence[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
|
|
2285
2286
|
"""
|
|
2286
2287
|
if egress is not None:
|
|
2287
2288
|
pulumi.set(__self__, "egress", egress)
|
|
@@ -2318,7 +2319,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2318
2319
|
|
|
2319
2320
|
@property
|
|
2320
2321
|
@pulumi.getter(name="policyTypes")
|
|
2321
|
-
def policy_types(self) -> Optional[Sequence[str]]:
|
|
2322
|
+
def policy_types(self) -> Optional[Sequence[builtins.str]]:
|
|
2322
2323
|
"""
|
|
2323
2324
|
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
|
|
2324
2325
|
"""
|
|
@@ -2377,12 +2378,12 @@ class ServiceBackendPort(dict):
|
|
|
2377
2378
|
ServiceBackendPort is the service port being referenced.
|
|
2378
2379
|
"""
|
|
2379
2380
|
def __init__(__self__, *,
|
|
2380
|
-
name: Optional[str] = None,
|
|
2381
|
-
number: Optional[int] = None):
|
|
2381
|
+
name: Optional[builtins.str] = None,
|
|
2382
|
+
number: Optional[builtins.int] = None):
|
|
2382
2383
|
"""
|
|
2383
2384
|
ServiceBackendPort is the service port being referenced.
|
|
2384
|
-
:param str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2385
|
-
:param int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2385
|
+
:param builtins.str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2386
|
+
:param builtins.int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2386
2387
|
"""
|
|
2387
2388
|
if name is not None:
|
|
2388
2389
|
pulumi.set(__self__, "name", name)
|
|
@@ -2391,7 +2392,7 @@ class ServiceBackendPort(dict):
|
|
|
2391
2392
|
|
|
2392
2393
|
@property
|
|
2393
2394
|
@pulumi.getter
|
|
2394
|
-
def name(self) -> Optional[str]:
|
|
2395
|
+
def name(self) -> Optional[builtins.str]:
|
|
2395
2396
|
"""
|
|
2396
2397
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2397
2398
|
"""
|
|
@@ -2399,7 +2400,7 @@ class ServiceBackendPort(dict):
|
|
|
2399
2400
|
|
|
2400
2401
|
@property
|
|
2401
2402
|
@pulumi.getter
|
|
2402
|
-
def number(self) -> Optional[int]:
|
|
2403
|
+
def number(self) -> Optional[builtins.int]:
|
|
2403
2404
|
"""
|
|
2404
2405
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2405
2406
|
"""
|
|
@@ -2412,12 +2413,12 @@ class ServiceBackendPortPatch(dict):
|
|
|
2412
2413
|
ServiceBackendPort is the service port being referenced.
|
|
2413
2414
|
"""
|
|
2414
2415
|
def __init__(__self__, *,
|
|
2415
|
-
name: Optional[str] = None,
|
|
2416
|
-
number: Optional[int] = None):
|
|
2416
|
+
name: Optional[builtins.str] = None,
|
|
2417
|
+
number: Optional[builtins.int] = None):
|
|
2417
2418
|
"""
|
|
2418
2419
|
ServiceBackendPort is the service port being referenced.
|
|
2419
|
-
:param str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2420
|
-
:param int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2420
|
+
:param builtins.str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2421
|
+
:param builtins.int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2421
2422
|
"""
|
|
2422
2423
|
if name is not None:
|
|
2423
2424
|
pulumi.set(__self__, "name", name)
|
|
@@ -2426,7 +2427,7 @@ class ServiceBackendPortPatch(dict):
|
|
|
2426
2427
|
|
|
2427
2428
|
@property
|
|
2428
2429
|
@pulumi.getter
|
|
2429
|
-
def name(self) -> Optional[str]:
|
|
2430
|
+
def name(self) -> Optional[builtins.str]:
|
|
2430
2431
|
"""
|
|
2431
2432
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2432
2433
|
"""
|
|
@@ -2434,7 +2435,7 @@ class ServiceBackendPortPatch(dict):
|
|
|
2434
2435
|
|
|
2435
2436
|
@property
|
|
2436
2437
|
@pulumi.getter
|
|
2437
|
-
def number(self) -> Optional[int]:
|
|
2438
|
+
def number(self) -> Optional[builtins.int]:
|
|
2438
2439
|
"""
|
|
2439
2440
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2440
2441
|
"""
|