pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743595894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -82,11 +83,11 @@ if not MYPY:
|
|
|
82
83
|
"""
|
|
83
84
|
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
84
85
|
"""
|
|
85
|
-
path: NotRequired[pulumi.Input[str]]
|
|
86
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
86
87
|
"""
|
|
87
88
|
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
88
89
|
"""
|
|
89
|
-
path_type: NotRequired[pulumi.Input[str]]
|
|
90
|
+
path_type: NotRequired[pulumi.Input[builtins.str]]
|
|
90
91
|
"""
|
|
91
92
|
PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
92
93
|
done on a path element by element basis. A path element refers is the
|
|
@@ -107,13 +108,13 @@ elif False:
|
|
|
107
108
|
class HTTPIngressPathPatchArgs:
|
|
108
109
|
def __init__(__self__, *,
|
|
109
110
|
backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
110
|
-
path: Optional[pulumi.Input[str]] = None,
|
|
111
|
-
path_type: Optional[pulumi.Input[str]] = None):
|
|
111
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
|
112
|
+
path_type: Optional[pulumi.Input[builtins.str]] = None):
|
|
112
113
|
"""
|
|
113
114
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
114
115
|
:param pulumi.Input['IngressBackendPatchArgs'] backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
115
|
-
:param pulumi.Input[str] path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
116
|
-
:param pulumi.Input[str] path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
116
|
+
:param pulumi.Input[builtins.str] path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
117
|
+
:param pulumi.Input[builtins.str] path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
117
118
|
done on a path element by element basis. A path element refers is the
|
|
118
119
|
list of labels in the path split by the '/' separator. A request is a
|
|
119
120
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -146,19 +147,19 @@ class HTTPIngressPathPatchArgs:
|
|
|
146
147
|
|
|
147
148
|
@property
|
|
148
149
|
@pulumi.getter
|
|
149
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
150
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
150
151
|
"""
|
|
151
152
|
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
152
153
|
"""
|
|
153
154
|
return pulumi.get(self, "path")
|
|
154
155
|
|
|
155
156
|
@path.setter
|
|
156
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
157
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
157
158
|
pulumi.set(self, "path", value)
|
|
158
159
|
|
|
159
160
|
@property
|
|
160
161
|
@pulumi.getter(name="pathType")
|
|
161
|
-
def path_type(self) -> Optional[pulumi.Input[str]]:
|
|
162
|
+
def path_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
162
163
|
"""
|
|
163
164
|
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
|
|
164
165
|
done on a path element by element basis. A path element refers is the
|
|
@@ -175,7 +176,7 @@ class HTTPIngressPathPatchArgs:
|
|
|
175
176
|
return pulumi.get(self, "path_type")
|
|
176
177
|
|
|
177
178
|
@path_type.setter
|
|
178
|
-
def path_type(self, value: Optional[pulumi.Input[str]]):
|
|
179
|
+
def path_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
179
180
|
pulumi.set(self, "path_type", value)
|
|
180
181
|
|
|
181
182
|
|
|
@@ -188,11 +189,11 @@ if not MYPY:
|
|
|
188
189
|
"""
|
|
189
190
|
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
190
191
|
"""
|
|
191
|
-
path: NotRequired[pulumi.Input[str]]
|
|
192
|
+
path: NotRequired[pulumi.Input[builtins.str]]
|
|
192
193
|
"""
|
|
193
194
|
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
194
195
|
"""
|
|
195
|
-
path_type: NotRequired[pulumi.Input[str]]
|
|
196
|
+
path_type: NotRequired[pulumi.Input[builtins.str]]
|
|
196
197
|
"""
|
|
197
198
|
PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
198
199
|
done on a path element by element basis. A path element refers is the
|
|
@@ -213,13 +214,13 @@ elif False:
|
|
|
213
214
|
class HTTPIngressPathArgs:
|
|
214
215
|
def __init__(__self__, *,
|
|
215
216
|
backend: pulumi.Input['IngressBackendArgs'],
|
|
216
|
-
path: Optional[pulumi.Input[str]] = None,
|
|
217
|
-
path_type: Optional[pulumi.Input[str]] = None):
|
|
217
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
|
218
|
+
path_type: Optional[pulumi.Input[builtins.str]] = None):
|
|
218
219
|
"""
|
|
219
220
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
220
221
|
:param pulumi.Input['IngressBackendArgs'] backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
221
|
-
:param pulumi.Input[str] path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
222
|
-
:param pulumi.Input[str] path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
222
|
+
:param pulumi.Input[builtins.str] path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
223
|
+
:param pulumi.Input[builtins.str] path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
223
224
|
done on a path element by element basis. A path element refers is the
|
|
224
225
|
list of labels in the path split by the '/' separator. A request is a
|
|
225
226
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -251,19 +252,19 @@ class HTTPIngressPathArgs:
|
|
|
251
252
|
|
|
252
253
|
@property
|
|
253
254
|
@pulumi.getter
|
|
254
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
|
255
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
255
256
|
"""
|
|
256
257
|
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
257
258
|
"""
|
|
258
259
|
return pulumi.get(self, "path")
|
|
259
260
|
|
|
260
261
|
@path.setter
|
|
261
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
|
262
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
262
263
|
pulumi.set(self, "path", value)
|
|
263
264
|
|
|
264
265
|
@property
|
|
265
266
|
@pulumi.getter(name="pathType")
|
|
266
|
-
def path_type(self) -> Optional[pulumi.Input[str]]:
|
|
267
|
+
def path_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
267
268
|
"""
|
|
268
269
|
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
|
|
269
270
|
done on a path element by element basis. A path element refers is the
|
|
@@ -280,7 +281,7 @@ class HTTPIngressPathArgs:
|
|
|
280
281
|
return pulumi.get(self, "path_type")
|
|
281
282
|
|
|
282
283
|
@path_type.setter
|
|
283
|
-
def path_type(self, value: Optional[pulumi.Input[str]]):
|
|
284
|
+
def path_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
284
285
|
pulumi.set(self, "path_type", value)
|
|
285
286
|
|
|
286
287
|
|
|
@@ -431,11 +432,11 @@ if not MYPY:
|
|
|
431
432
|
"""
|
|
432
433
|
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
433
434
|
"""
|
|
434
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
435
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
435
436
|
"""
|
|
436
437
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
437
438
|
"""
|
|
438
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
439
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
439
440
|
"""
|
|
440
441
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
441
442
|
"""
|
|
@@ -453,14 +454,14 @@ elif False:
|
|
|
453
454
|
@pulumi.input_type
|
|
454
455
|
class IPAddressArgs:
|
|
455
456
|
def __init__(__self__, *,
|
|
456
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
457
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
457
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
458
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
458
459
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
459
460
|
spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
|
|
460
461
|
"""
|
|
461
462
|
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
462
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
463
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
463
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
464
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
464
465
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
465
466
|
:param pulumi.Input['IPAddressSpecArgs'] spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
466
467
|
"""
|
|
@@ -475,26 +476,26 @@ class IPAddressArgs:
|
|
|
475
476
|
|
|
476
477
|
@property
|
|
477
478
|
@pulumi.getter(name="apiVersion")
|
|
478
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
479
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
479
480
|
"""
|
|
480
481
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
481
482
|
"""
|
|
482
483
|
return pulumi.get(self, "api_version")
|
|
483
484
|
|
|
484
485
|
@api_version.setter
|
|
485
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
486
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
486
487
|
pulumi.set(self, "api_version", value)
|
|
487
488
|
|
|
488
489
|
@property
|
|
489
490
|
@pulumi.getter
|
|
490
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
491
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
491
492
|
"""
|
|
492
493
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
493
494
|
"""
|
|
494
495
|
return pulumi.get(self, "kind")
|
|
495
496
|
|
|
496
497
|
@kind.setter
|
|
497
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
498
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
498
499
|
pulumi.set(self, "kind", value)
|
|
499
500
|
|
|
500
501
|
@property
|
|
@@ -531,11 +532,11 @@ if not MYPY:
|
|
|
531
532
|
"""
|
|
532
533
|
Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
533
534
|
"""
|
|
534
|
-
service_name: NotRequired[pulumi.Input[str]]
|
|
535
|
+
service_name: NotRequired[pulumi.Input[builtins.str]]
|
|
535
536
|
"""
|
|
536
537
|
Specifies the name of the referenced service.
|
|
537
538
|
"""
|
|
538
|
-
service_port: NotRequired[pulumi.Input[Union[int, str]]]
|
|
539
|
+
service_port: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
539
540
|
"""
|
|
540
541
|
Specifies the port of the referenced service.
|
|
541
542
|
"""
|
|
@@ -546,13 +547,13 @@ elif False:
|
|
|
546
547
|
class IngressBackendPatchArgs:
|
|
547
548
|
def __init__(__self__, *,
|
|
548
549
|
resource: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']] = None,
|
|
549
|
-
service_name: Optional[pulumi.Input[str]] = None,
|
|
550
|
-
service_port: Optional[pulumi.Input[Union[int, str]]] = None):
|
|
550
|
+
service_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
551
|
+
service_port: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None):
|
|
551
552
|
"""
|
|
552
553
|
IngressBackend describes all endpoints for a given service and port.
|
|
553
554
|
:param pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs'] resource: Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
554
|
-
:param pulumi.Input[str] service_name: Specifies the name of the referenced service.
|
|
555
|
-
:param pulumi.Input[Union[int, str]] service_port: Specifies the port of the referenced service.
|
|
555
|
+
:param pulumi.Input[builtins.str] service_name: Specifies the name of the referenced service.
|
|
556
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] service_port: Specifies the port of the referenced service.
|
|
556
557
|
"""
|
|
557
558
|
if resource is not None:
|
|
558
559
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -575,26 +576,26 @@ class IngressBackendPatchArgs:
|
|
|
575
576
|
|
|
576
577
|
@property
|
|
577
578
|
@pulumi.getter(name="serviceName")
|
|
578
|
-
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
579
|
+
def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
579
580
|
"""
|
|
580
581
|
Specifies the name of the referenced service.
|
|
581
582
|
"""
|
|
582
583
|
return pulumi.get(self, "service_name")
|
|
583
584
|
|
|
584
585
|
@service_name.setter
|
|
585
|
-
def service_name(self, value: Optional[pulumi.Input[str]]):
|
|
586
|
+
def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
586
587
|
pulumi.set(self, "service_name", value)
|
|
587
588
|
|
|
588
589
|
@property
|
|
589
590
|
@pulumi.getter(name="servicePort")
|
|
590
|
-
def service_port(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
591
|
+
def service_port(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
591
592
|
"""
|
|
592
593
|
Specifies the port of the referenced service.
|
|
593
594
|
"""
|
|
594
595
|
return pulumi.get(self, "service_port")
|
|
595
596
|
|
|
596
597
|
@service_port.setter
|
|
597
|
-
def service_port(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
598
|
+
def service_port(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
598
599
|
pulumi.set(self, "service_port", value)
|
|
599
600
|
|
|
600
601
|
|
|
@@ -603,11 +604,11 @@ if not MYPY:
|
|
|
603
604
|
"""
|
|
604
605
|
IngressBackend describes all endpoints for a given service and port.
|
|
605
606
|
"""
|
|
606
|
-
service_name: pulumi.Input[str]
|
|
607
|
+
service_name: pulumi.Input[builtins.str]
|
|
607
608
|
"""
|
|
608
609
|
Specifies the name of the referenced service.
|
|
609
610
|
"""
|
|
610
|
-
service_port: pulumi.Input[Union[int, str]]
|
|
611
|
+
service_port: pulumi.Input[Union[builtins.int, builtins.str]]
|
|
611
612
|
"""
|
|
612
613
|
Specifies the port of the referenced service.
|
|
613
614
|
"""
|
|
@@ -621,13 +622,13 @@ elif False:
|
|
|
621
622
|
@pulumi.input_type
|
|
622
623
|
class IngressBackendArgs:
|
|
623
624
|
def __init__(__self__, *,
|
|
624
|
-
service_name: pulumi.Input[str],
|
|
625
|
-
service_port: pulumi.Input[Union[int, str]],
|
|
625
|
+
service_name: pulumi.Input[builtins.str],
|
|
626
|
+
service_port: pulumi.Input[Union[builtins.int, builtins.str]],
|
|
626
627
|
resource: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']] = None):
|
|
627
628
|
"""
|
|
628
629
|
IngressBackend describes all endpoints for a given service and port.
|
|
629
|
-
:param pulumi.Input[str] service_name: Specifies the name of the referenced service.
|
|
630
|
-
:param pulumi.Input[Union[int, str]] service_port: Specifies the port of the referenced service.
|
|
630
|
+
:param pulumi.Input[builtins.str] service_name: Specifies the name of the referenced service.
|
|
631
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] service_port: Specifies the port of the referenced service.
|
|
631
632
|
:param pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs'] resource: Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
632
633
|
"""
|
|
633
634
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -637,26 +638,26 @@ class IngressBackendArgs:
|
|
|
637
638
|
|
|
638
639
|
@property
|
|
639
640
|
@pulumi.getter(name="serviceName")
|
|
640
|
-
def service_name(self) -> pulumi.Input[str]:
|
|
641
|
+
def service_name(self) -> pulumi.Input[builtins.str]:
|
|
641
642
|
"""
|
|
642
643
|
Specifies the name of the referenced service.
|
|
643
644
|
"""
|
|
644
645
|
return pulumi.get(self, "service_name")
|
|
645
646
|
|
|
646
647
|
@service_name.setter
|
|
647
|
-
def service_name(self, value: pulumi.Input[str]):
|
|
648
|
+
def service_name(self, value: pulumi.Input[builtins.str]):
|
|
648
649
|
pulumi.set(self, "service_name", value)
|
|
649
650
|
|
|
650
651
|
@property
|
|
651
652
|
@pulumi.getter(name="servicePort")
|
|
652
|
-
def service_port(self) -> pulumi.Input[Union[int, str]]:
|
|
653
|
+
def service_port(self) -> pulumi.Input[Union[builtins.int, builtins.str]]:
|
|
653
654
|
"""
|
|
654
655
|
Specifies the port of the referenced service.
|
|
655
656
|
"""
|
|
656
657
|
return pulumi.get(self, "service_port")
|
|
657
658
|
|
|
658
659
|
@service_port.setter
|
|
659
|
-
def service_port(self, value: pulumi.Input[Union[int, str]]):
|
|
660
|
+
def service_port(self, value: pulumi.Input[Union[builtins.int, builtins.str]]):
|
|
660
661
|
pulumi.set(self, "service_port", value)
|
|
661
662
|
|
|
662
663
|
@property
|
|
@@ -677,7 +678,7 @@ if not MYPY:
|
|
|
677
678
|
"""
|
|
678
679
|
IngressClassSpec provides information about the class of an Ingress.
|
|
679
680
|
"""
|
|
680
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
681
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
681
682
|
"""
|
|
682
683
|
Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
683
684
|
"""
|
|
@@ -691,11 +692,11 @@ elif False:
|
|
|
691
692
|
@pulumi.input_type
|
|
692
693
|
class IngressClassSpecPatchArgs:
|
|
693
694
|
def __init__(__self__, *,
|
|
694
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
695
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
695
696
|
parameters: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']] = None):
|
|
696
697
|
"""
|
|
697
698
|
IngressClassSpec provides information about the class of an Ingress.
|
|
698
|
-
:param pulumi.Input[str] controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
699
|
+
:param pulumi.Input[builtins.str] controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
699
700
|
:param pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs'] 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.
|
|
700
701
|
"""
|
|
701
702
|
if controller is not None:
|
|
@@ -705,14 +706,14 @@ class IngressClassSpecPatchArgs:
|
|
|
705
706
|
|
|
706
707
|
@property
|
|
707
708
|
@pulumi.getter
|
|
708
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
709
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
709
710
|
"""
|
|
710
711
|
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.
|
|
711
712
|
"""
|
|
712
713
|
return pulumi.get(self, "controller")
|
|
713
714
|
|
|
714
715
|
@controller.setter
|
|
715
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
716
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
716
717
|
pulumi.set(self, "controller", value)
|
|
717
718
|
|
|
718
719
|
@property
|
|
@@ -733,7 +734,7 @@ if not MYPY:
|
|
|
733
734
|
"""
|
|
734
735
|
IngressClassSpec provides information about the class of an Ingress.
|
|
735
736
|
"""
|
|
736
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
737
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
737
738
|
"""
|
|
738
739
|
Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
739
740
|
"""
|
|
@@ -747,11 +748,11 @@ elif False:
|
|
|
747
748
|
@pulumi.input_type
|
|
748
749
|
class IngressClassSpecArgs:
|
|
749
750
|
def __init__(__self__, *,
|
|
750
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
751
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
751
752
|
parameters: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']] = None):
|
|
752
753
|
"""
|
|
753
754
|
IngressClassSpec provides information about the class of an Ingress.
|
|
754
|
-
:param pulumi.Input[str] controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
755
|
+
:param pulumi.Input[builtins.str] controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
755
756
|
:param pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs'] 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.
|
|
756
757
|
"""
|
|
757
758
|
if controller is not None:
|
|
@@ -761,14 +762,14 @@ class IngressClassSpecArgs:
|
|
|
761
762
|
|
|
762
763
|
@property
|
|
763
764
|
@pulumi.getter
|
|
764
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
765
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
765
766
|
"""
|
|
766
767
|
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.
|
|
767
768
|
"""
|
|
768
769
|
return pulumi.get(self, "controller")
|
|
769
770
|
|
|
770
771
|
@controller.setter
|
|
771
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
772
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
772
773
|
pulumi.set(self, "controller", value)
|
|
773
774
|
|
|
774
775
|
@property
|
|
@@ -789,11 +790,11 @@ if not MYPY:
|
|
|
789
790
|
"""
|
|
790
791
|
IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.
|
|
791
792
|
"""
|
|
792
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
793
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
793
794
|
"""
|
|
794
795
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
795
796
|
"""
|
|
796
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
797
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
797
798
|
"""
|
|
798
799
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
799
800
|
"""
|
|
@@ -811,14 +812,14 @@ elif False:
|
|
|
811
812
|
@pulumi.input_type
|
|
812
813
|
class IngressClassArgs:
|
|
813
814
|
def __init__(__self__, *,
|
|
814
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
815
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
815
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
816
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
816
817
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
817
818
|
spec: Optional[pulumi.Input['IngressClassSpecArgs']] = None):
|
|
818
819
|
"""
|
|
819
820
|
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.
|
|
820
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
821
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
821
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
822
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
822
823
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
823
824
|
:param pulumi.Input['IngressClassSpecArgs'] spec: Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
824
825
|
"""
|
|
@@ -833,26 +834,26 @@ class IngressClassArgs:
|
|
|
833
834
|
|
|
834
835
|
@property
|
|
835
836
|
@pulumi.getter(name="apiVersion")
|
|
836
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
837
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
837
838
|
"""
|
|
838
839
|
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
|
|
839
840
|
"""
|
|
840
841
|
return pulumi.get(self, "api_version")
|
|
841
842
|
|
|
842
843
|
@api_version.setter
|
|
843
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
844
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
844
845
|
pulumi.set(self, "api_version", value)
|
|
845
846
|
|
|
846
847
|
@property
|
|
847
848
|
@pulumi.getter
|
|
848
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
849
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
849
850
|
"""
|
|
850
851
|
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
|
|
851
852
|
"""
|
|
852
853
|
return pulumi.get(self, "kind")
|
|
853
854
|
|
|
854
855
|
@kind.setter
|
|
855
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
856
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
856
857
|
pulumi.set(self, "kind", value)
|
|
857
858
|
|
|
858
859
|
@property
|
|
@@ -885,7 +886,7 @@ if not MYPY:
|
|
|
885
886
|
"""
|
|
886
887
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
887
888
|
"""
|
|
888
|
-
host: NotRequired[pulumi.Input[str]]
|
|
889
|
+
host: NotRequired[pulumi.Input[builtins.str]]
|
|
889
890
|
"""
|
|
890
891
|
Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
891
892
|
IP in the Spec of the parent Ingress.
|
|
@@ -901,11 +902,11 @@ elif False:
|
|
|
901
902
|
@pulumi.input_type
|
|
902
903
|
class IngressRulePatchArgs:
|
|
903
904
|
def __init__(__self__, *,
|
|
904
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
905
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
905
906
|
http: Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']] = None):
|
|
906
907
|
"""
|
|
907
908
|
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.
|
|
908
|
-
:param pulumi.Input[str] host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
909
|
+
:param pulumi.Input[builtins.str] host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
909
910
|
IP in the Spec of the parent Ingress.
|
|
910
911
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
911
912
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -919,7 +920,7 @@ class IngressRulePatchArgs:
|
|
|
919
920
|
|
|
920
921
|
@property
|
|
921
922
|
@pulumi.getter
|
|
922
|
-
def host(self) -> Optional[pulumi.Input[str]]:
|
|
923
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
923
924
|
"""
|
|
924
925
|
Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
925
926
|
IP in the Spec of the parent Ingress.
|
|
@@ -931,7 +932,7 @@ class IngressRulePatchArgs:
|
|
|
931
932
|
return pulumi.get(self, "host")
|
|
932
933
|
|
|
933
934
|
@host.setter
|
|
934
|
-
def host(self, value: Optional[pulumi.Input[str]]):
|
|
935
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
935
936
|
pulumi.set(self, "host", value)
|
|
936
937
|
|
|
937
938
|
@property
|
|
@@ -949,7 +950,7 @@ if not MYPY:
|
|
|
949
950
|
"""
|
|
950
951
|
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.
|
|
951
952
|
"""
|
|
952
|
-
host: NotRequired[pulumi.Input[str]]
|
|
953
|
+
host: NotRequired[pulumi.Input[builtins.str]]
|
|
953
954
|
"""
|
|
954
955
|
Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
955
956
|
IP in the Spec of the parent Ingress.
|
|
@@ -965,11 +966,11 @@ elif False:
|
|
|
965
966
|
@pulumi.input_type
|
|
966
967
|
class IngressRuleArgs:
|
|
967
968
|
def __init__(__self__, *,
|
|
968
|
-
host: Optional[pulumi.Input[str]] = None,
|
|
969
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
969
970
|
http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
|
|
970
971
|
"""
|
|
971
972
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
972
|
-
:param pulumi.Input[str] host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
973
|
+
:param pulumi.Input[builtins.str] host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
973
974
|
IP in the Spec of the parent Ingress.
|
|
974
975
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
975
976
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -983,7 +984,7 @@ class IngressRuleArgs:
|
|
|
983
984
|
|
|
984
985
|
@property
|
|
985
986
|
@pulumi.getter
|
|
986
|
-
def host(self) -> Optional[pulumi.Input[str]]:
|
|
987
|
+
def host(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
987
988
|
"""
|
|
988
989
|
Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
989
990
|
IP in the Spec of the parent Ingress.
|
|
@@ -995,7 +996,7 @@ class IngressRuleArgs:
|
|
|
995
996
|
return pulumi.get(self, "host")
|
|
996
997
|
|
|
997
998
|
@host.setter
|
|
998
|
-
def host(self, value: Optional[pulumi.Input[str]]):
|
|
999
|
+
def host(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
999
1000
|
pulumi.set(self, "host", value)
|
|
1000
1001
|
|
|
1001
1002
|
@property
|
|
@@ -1017,7 +1018,7 @@ if not MYPY:
|
|
|
1017
1018
|
"""
|
|
1018
1019
|
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
1019
1020
|
"""
|
|
1020
|
-
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1021
|
+
ingress_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1021
1022
|
"""
|
|
1022
1023
|
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1023
1024
|
"""
|
|
@@ -1036,13 +1037,13 @@ elif False:
|
|
|
1036
1037
|
class IngressSpecPatchArgs:
|
|
1037
1038
|
def __init__(__self__, *,
|
|
1038
1039
|
backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
1039
|
-
ingress_class_name: Optional[pulumi.Input[str]] = None,
|
|
1040
|
+
ingress_class_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1040
1041
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]] = None,
|
|
1041
1042
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]] = None):
|
|
1042
1043
|
"""
|
|
1043
1044
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1044
1045
|
:param pulumi.Input['IngressBackendPatchArgs'] backend: A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
1045
|
-
:param pulumi.Input[str] ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1046
|
+
:param pulumi.Input[builtins.str] ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1046
1047
|
:param pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]] rules: A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1047
1048
|
:param pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]] tls: 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.
|
|
1048
1049
|
"""
|
|
@@ -1069,14 +1070,14 @@ class IngressSpecPatchArgs:
|
|
|
1069
1070
|
|
|
1070
1071
|
@property
|
|
1071
1072
|
@pulumi.getter(name="ingressClassName")
|
|
1072
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
1073
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1073
1074
|
"""
|
|
1074
1075
|
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1075
1076
|
"""
|
|
1076
1077
|
return pulumi.get(self, "ingress_class_name")
|
|
1077
1078
|
|
|
1078
1079
|
@ingress_class_name.setter
|
|
1079
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
1080
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1080
1081
|
pulumi.set(self, "ingress_class_name", value)
|
|
1081
1082
|
|
|
1082
1083
|
@property
|
|
@@ -1113,7 +1114,7 @@ if not MYPY:
|
|
|
1113
1114
|
"""
|
|
1114
1115
|
A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
1115
1116
|
"""
|
|
1116
|
-
ingress_class_name: NotRequired[pulumi.Input[str]]
|
|
1117
|
+
ingress_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1117
1118
|
"""
|
|
1118
1119
|
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1119
1120
|
"""
|
|
@@ -1132,13 +1133,13 @@ elif False:
|
|
|
1132
1133
|
class IngressSpecArgs:
|
|
1133
1134
|
def __init__(__self__, *,
|
|
1134
1135
|
backend: Optional[pulumi.Input['IngressBackendArgs']] = None,
|
|
1135
|
-
ingress_class_name: Optional[pulumi.Input[str]] = None,
|
|
1136
|
+
ingress_class_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1136
1137
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]] = None,
|
|
1137
1138
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]] = None):
|
|
1138
1139
|
"""
|
|
1139
1140
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1140
1141
|
:param pulumi.Input['IngressBackendArgs'] backend: A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
1141
|
-
:param pulumi.Input[str] ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1142
|
+
:param pulumi.Input[builtins.str] ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1142
1143
|
:param pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]] rules: A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1143
1144
|
:param pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]] tls: 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.
|
|
1144
1145
|
"""
|
|
@@ -1165,14 +1166,14 @@ class IngressSpecArgs:
|
|
|
1165
1166
|
|
|
1166
1167
|
@property
|
|
1167
1168
|
@pulumi.getter(name="ingressClassName")
|
|
1168
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
1169
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1169
1170
|
"""
|
|
1170
1171
|
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1171
1172
|
"""
|
|
1172
1173
|
return pulumi.get(self, "ingress_class_name")
|
|
1173
1174
|
|
|
1174
1175
|
@ingress_class_name.setter
|
|
1175
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
1176
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1176
1177
|
pulumi.set(self, "ingress_class_name", value)
|
|
1177
1178
|
|
|
1178
1179
|
@property
|
|
@@ -1241,11 +1242,11 @@ if not MYPY:
|
|
|
1241
1242
|
"""
|
|
1242
1243
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1243
1244
|
"""
|
|
1244
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1245
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1245
1246
|
"""
|
|
1246
1247
|
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1247
1248
|
"""
|
|
1248
|
-
secret_name: NotRequired[pulumi.Input[str]]
|
|
1249
|
+
secret_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1249
1250
|
"""
|
|
1250
1251
|
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
1251
1252
|
"""
|
|
@@ -1255,12 +1256,12 @@ elif False:
|
|
|
1255
1256
|
@pulumi.input_type
|
|
1256
1257
|
class IngressTLSPatchArgs:
|
|
1257
1258
|
def __init__(__self__, *,
|
|
1258
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1259
|
-
secret_name: Optional[pulumi.Input[str]] = None):
|
|
1259
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1260
|
+
secret_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1260
1261
|
"""
|
|
1261
1262
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1262
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1263
|
-
:param pulumi.Input[str] secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
1263
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1264
|
+
:param pulumi.Input[builtins.str] secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
1264
1265
|
"""
|
|
1265
1266
|
if hosts is not None:
|
|
1266
1267
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1269,26 +1270,26 @@ class IngressTLSPatchArgs:
|
|
|
1269
1270
|
|
|
1270
1271
|
@property
|
|
1271
1272
|
@pulumi.getter
|
|
1272
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1273
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1273
1274
|
"""
|
|
1274
1275
|
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1275
1276
|
"""
|
|
1276
1277
|
return pulumi.get(self, "hosts")
|
|
1277
1278
|
|
|
1278
1279
|
@hosts.setter
|
|
1279
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1280
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1280
1281
|
pulumi.set(self, "hosts", value)
|
|
1281
1282
|
|
|
1282
1283
|
@property
|
|
1283
1284
|
@pulumi.getter(name="secretName")
|
|
1284
|
-
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
1285
|
+
def secret_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1285
1286
|
"""
|
|
1286
1287
|
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
1287
1288
|
"""
|
|
1288
1289
|
return pulumi.get(self, "secret_name")
|
|
1289
1290
|
|
|
1290
1291
|
@secret_name.setter
|
|
1291
|
-
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
1292
|
+
def secret_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1292
1293
|
pulumi.set(self, "secret_name", value)
|
|
1293
1294
|
|
|
1294
1295
|
|
|
@@ -1297,11 +1298,11 @@ if not MYPY:
|
|
|
1297
1298
|
"""
|
|
1298
1299
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1299
1300
|
"""
|
|
1300
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1301
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1301
1302
|
"""
|
|
1302
1303
|
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1303
1304
|
"""
|
|
1304
|
-
secret_name: NotRequired[pulumi.Input[str]]
|
|
1305
|
+
secret_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1305
1306
|
"""
|
|
1306
1307
|
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
1307
1308
|
"""
|
|
@@ -1311,12 +1312,12 @@ elif False:
|
|
|
1311
1312
|
@pulumi.input_type
|
|
1312
1313
|
class IngressTLSArgs:
|
|
1313
1314
|
def __init__(__self__, *,
|
|
1314
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1315
|
-
secret_name: Optional[pulumi.Input[str]] = None):
|
|
1315
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1316
|
+
secret_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1316
1317
|
"""
|
|
1317
1318
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1318
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1319
|
-
:param pulumi.Input[str] secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
1319
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1320
|
+
:param pulumi.Input[builtins.str] secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
1320
1321
|
"""
|
|
1321
1322
|
if hosts is not None:
|
|
1322
1323
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1325,26 +1326,26 @@ class IngressTLSArgs:
|
|
|
1325
1326
|
|
|
1326
1327
|
@property
|
|
1327
1328
|
@pulumi.getter
|
|
1328
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1329
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1329
1330
|
"""
|
|
1330
1331
|
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1331
1332
|
"""
|
|
1332
1333
|
return pulumi.get(self, "hosts")
|
|
1333
1334
|
|
|
1334
1335
|
@hosts.setter
|
|
1335
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1336
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1336
1337
|
pulumi.set(self, "hosts", value)
|
|
1337
1338
|
|
|
1338
1339
|
@property
|
|
1339
1340
|
@pulumi.getter(name="secretName")
|
|
1340
|
-
def secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
1341
|
+
def secret_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1341
1342
|
"""
|
|
1342
1343
|
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
1343
1344
|
"""
|
|
1344
1345
|
return pulumi.get(self, "secret_name")
|
|
1345
1346
|
|
|
1346
1347
|
@secret_name.setter
|
|
1347
|
-
def secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
1348
|
+
def secret_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1348
1349
|
pulumi.set(self, "secret_name", value)
|
|
1349
1350
|
|
|
1350
1351
|
|
|
@@ -1367,11 +1368,11 @@ if not MYPY:
|
|
|
1367
1368
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1368
1369
|
by setting the 'customTimeouts' option on the resource.
|
|
1369
1370
|
"""
|
|
1370
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1371
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1371
1372
|
"""
|
|
1372
1373
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1373
1374
|
"""
|
|
1374
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1375
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1375
1376
|
"""
|
|
1376
1377
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1377
1378
|
"""
|
|
@@ -1393,8 +1394,8 @@ elif False:
|
|
|
1393
1394
|
@pulumi.input_type
|
|
1394
1395
|
class IngressArgs:
|
|
1395
1396
|
def __init__(__self__, *,
|
|
1396
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1397
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1397
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1398
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1398
1399
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1399
1400
|
spec: Optional[pulumi.Input['IngressSpecArgs']] = None,
|
|
1400
1401
|
status: Optional[pulumi.Input['IngressStatusArgs']] = None):
|
|
@@ -1414,8 +1415,8 @@ class IngressArgs:
|
|
|
1414
1415
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
1415
1416
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1416
1417
|
by setting the 'customTimeouts' option on the resource.
|
|
1417
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1418
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1418
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1419
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1419
1420
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1420
1421
|
:param pulumi.Input['IngressSpecArgs'] spec: Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1421
1422
|
:param pulumi.Input['IngressStatusArgs'] status: Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1433,26 +1434,26 @@ class IngressArgs:
|
|
|
1433
1434
|
|
|
1434
1435
|
@property
|
|
1435
1436
|
@pulumi.getter(name="apiVersion")
|
|
1436
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1437
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1437
1438
|
"""
|
|
1438
1439
|
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
|
|
1439
1440
|
"""
|
|
1440
1441
|
return pulumi.get(self, "api_version")
|
|
1441
1442
|
|
|
1442
1443
|
@api_version.setter
|
|
1443
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1444
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1444
1445
|
pulumi.set(self, "api_version", value)
|
|
1445
1446
|
|
|
1446
1447
|
@property
|
|
1447
1448
|
@pulumi.getter
|
|
1448
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1449
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1449
1450
|
"""
|
|
1450
1451
|
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
|
|
1451
1452
|
"""
|
|
1452
1453
|
return pulumi.get(self, "kind")
|
|
1453
1454
|
|
|
1454
1455
|
@kind.setter
|
|
1455
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1456
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1456
1457
|
pulumi.set(self, "kind", value)
|
|
1457
1458
|
|
|
1458
1459
|
@property
|
|
@@ -1497,19 +1498,19 @@ if not MYPY:
|
|
|
1497
1498
|
"""
|
|
1498
1499
|
ParentReference describes a reference to a parent object.
|
|
1499
1500
|
"""
|
|
1500
|
-
group: NotRequired[pulumi.Input[str]]
|
|
1501
|
+
group: NotRequired[pulumi.Input[builtins.str]]
|
|
1501
1502
|
"""
|
|
1502
1503
|
Group is the group of the object being referenced.
|
|
1503
1504
|
"""
|
|
1504
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1505
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1505
1506
|
"""
|
|
1506
1507
|
Name is the name of the object being referenced.
|
|
1507
1508
|
"""
|
|
1508
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
1509
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
1509
1510
|
"""
|
|
1510
1511
|
Namespace is the namespace of the object being referenced.
|
|
1511
1512
|
"""
|
|
1512
|
-
resource: NotRequired[pulumi.Input[str]]
|
|
1513
|
+
resource: NotRequired[pulumi.Input[builtins.str]]
|
|
1513
1514
|
"""
|
|
1514
1515
|
Resource is the resource of the object being referenced.
|
|
1515
1516
|
"""
|
|
@@ -1519,16 +1520,16 @@ elif False:
|
|
|
1519
1520
|
@pulumi.input_type
|
|
1520
1521
|
class ParentReferencePatchArgs:
|
|
1521
1522
|
def __init__(__self__, *,
|
|
1522
|
-
group: Optional[pulumi.Input[str]] = None,
|
|
1523
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1524
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
1525
|
-
resource: Optional[pulumi.Input[str]] = None):
|
|
1523
|
+
group: Optional[pulumi.Input[builtins.str]] = None,
|
|
1524
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1525
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
1526
|
+
resource: Optional[pulumi.Input[builtins.str]] = None):
|
|
1526
1527
|
"""
|
|
1527
1528
|
ParentReference describes a reference to a parent object.
|
|
1528
|
-
:param pulumi.Input[str] group: Group is the group of the object being referenced.
|
|
1529
|
-
:param pulumi.Input[str] name: Name is the name of the object being referenced.
|
|
1530
|
-
:param pulumi.Input[str] namespace: Namespace is the namespace of the object being referenced.
|
|
1531
|
-
:param pulumi.Input[str] resource: Resource is the resource of the object being referenced.
|
|
1529
|
+
:param pulumi.Input[builtins.str] group: Group is the group of the object being referenced.
|
|
1530
|
+
:param pulumi.Input[builtins.str] name: Name is the name of the object being referenced.
|
|
1531
|
+
:param pulumi.Input[builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
1532
|
+
:param pulumi.Input[builtins.str] resource: Resource is the resource of the object being referenced.
|
|
1532
1533
|
"""
|
|
1533
1534
|
if group is not None:
|
|
1534
1535
|
pulumi.set(__self__, "group", group)
|
|
@@ -1541,50 +1542,50 @@ class ParentReferencePatchArgs:
|
|
|
1541
1542
|
|
|
1542
1543
|
@property
|
|
1543
1544
|
@pulumi.getter
|
|
1544
|
-
def group(self) -> Optional[pulumi.Input[str]]:
|
|
1545
|
+
def group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1545
1546
|
"""
|
|
1546
1547
|
Group is the group of the object being referenced.
|
|
1547
1548
|
"""
|
|
1548
1549
|
return pulumi.get(self, "group")
|
|
1549
1550
|
|
|
1550
1551
|
@group.setter
|
|
1551
|
-
def group(self, value: Optional[pulumi.Input[str]]):
|
|
1552
|
+
def group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1552
1553
|
pulumi.set(self, "group", value)
|
|
1553
1554
|
|
|
1554
1555
|
@property
|
|
1555
1556
|
@pulumi.getter
|
|
1556
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1557
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1557
1558
|
"""
|
|
1558
1559
|
Name is the name of the object being referenced.
|
|
1559
1560
|
"""
|
|
1560
1561
|
return pulumi.get(self, "name")
|
|
1561
1562
|
|
|
1562
1563
|
@name.setter
|
|
1563
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1564
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1564
1565
|
pulumi.set(self, "name", value)
|
|
1565
1566
|
|
|
1566
1567
|
@property
|
|
1567
1568
|
@pulumi.getter
|
|
1568
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
1569
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1569
1570
|
"""
|
|
1570
1571
|
Namespace is the namespace of the object being referenced.
|
|
1571
1572
|
"""
|
|
1572
1573
|
return pulumi.get(self, "namespace")
|
|
1573
1574
|
|
|
1574
1575
|
@namespace.setter
|
|
1575
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
1576
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1576
1577
|
pulumi.set(self, "namespace", value)
|
|
1577
1578
|
|
|
1578
1579
|
@property
|
|
1579
1580
|
@pulumi.getter
|
|
1580
|
-
def resource(self) -> Optional[pulumi.Input[str]]:
|
|
1581
|
+
def resource(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1581
1582
|
"""
|
|
1582
1583
|
Resource is the resource of the object being referenced.
|
|
1583
1584
|
"""
|
|
1584
1585
|
return pulumi.get(self, "resource")
|
|
1585
1586
|
|
|
1586
1587
|
@resource.setter
|
|
1587
|
-
def resource(self, value: Optional[pulumi.Input[str]]):
|
|
1588
|
+
def resource(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1588
1589
|
pulumi.set(self, "resource", value)
|
|
1589
1590
|
|
|
1590
1591
|
|
|
@@ -1593,19 +1594,19 @@ if not MYPY:
|
|
|
1593
1594
|
"""
|
|
1594
1595
|
ParentReference describes a reference to a parent object.
|
|
1595
1596
|
"""
|
|
1596
|
-
name: pulumi.Input[str]
|
|
1597
|
+
name: pulumi.Input[builtins.str]
|
|
1597
1598
|
"""
|
|
1598
1599
|
Name is the name of the object being referenced.
|
|
1599
1600
|
"""
|
|
1600
|
-
resource: pulumi.Input[str]
|
|
1601
|
+
resource: pulumi.Input[builtins.str]
|
|
1601
1602
|
"""
|
|
1602
1603
|
Resource is the resource of the object being referenced.
|
|
1603
1604
|
"""
|
|
1604
|
-
group: NotRequired[pulumi.Input[str]]
|
|
1605
|
+
group: NotRequired[pulumi.Input[builtins.str]]
|
|
1605
1606
|
"""
|
|
1606
1607
|
Group is the group of the object being referenced.
|
|
1607
1608
|
"""
|
|
1608
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
1609
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
1609
1610
|
"""
|
|
1610
1611
|
Namespace is the namespace of the object being referenced.
|
|
1611
1612
|
"""
|
|
@@ -1615,16 +1616,16 @@ elif False:
|
|
|
1615
1616
|
@pulumi.input_type
|
|
1616
1617
|
class ParentReferenceArgs:
|
|
1617
1618
|
def __init__(__self__, *,
|
|
1618
|
-
name: pulumi.Input[str],
|
|
1619
|
-
resource: pulumi.Input[str],
|
|
1620
|
-
group: Optional[pulumi.Input[str]] = None,
|
|
1621
|
-
namespace: Optional[pulumi.Input[str]] = None):
|
|
1619
|
+
name: pulumi.Input[builtins.str],
|
|
1620
|
+
resource: pulumi.Input[builtins.str],
|
|
1621
|
+
group: Optional[pulumi.Input[builtins.str]] = None,
|
|
1622
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None):
|
|
1622
1623
|
"""
|
|
1623
1624
|
ParentReference describes a reference to a parent object.
|
|
1624
|
-
:param pulumi.Input[str] name: Name is the name of the object being referenced.
|
|
1625
|
-
:param pulumi.Input[str] resource: Resource is the resource of the object being referenced.
|
|
1626
|
-
:param pulumi.Input[str] group: Group is the group of the object being referenced.
|
|
1627
|
-
:param pulumi.Input[str] namespace: Namespace is the namespace of the object being referenced.
|
|
1625
|
+
:param pulumi.Input[builtins.str] name: Name is the name of the object being referenced.
|
|
1626
|
+
:param pulumi.Input[builtins.str] resource: Resource is the resource of the object being referenced.
|
|
1627
|
+
:param pulumi.Input[builtins.str] group: Group is the group of the object being referenced.
|
|
1628
|
+
:param pulumi.Input[builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
1628
1629
|
"""
|
|
1629
1630
|
pulumi.set(__self__, "name", name)
|
|
1630
1631
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -1635,50 +1636,50 @@ class ParentReferenceArgs:
|
|
|
1635
1636
|
|
|
1636
1637
|
@property
|
|
1637
1638
|
@pulumi.getter
|
|
1638
|
-
def name(self) -> pulumi.Input[str]:
|
|
1639
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1639
1640
|
"""
|
|
1640
1641
|
Name is the name of the object being referenced.
|
|
1641
1642
|
"""
|
|
1642
1643
|
return pulumi.get(self, "name")
|
|
1643
1644
|
|
|
1644
1645
|
@name.setter
|
|
1645
|
-
def name(self, value: pulumi.Input[str]):
|
|
1646
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1646
1647
|
pulumi.set(self, "name", value)
|
|
1647
1648
|
|
|
1648
1649
|
@property
|
|
1649
1650
|
@pulumi.getter
|
|
1650
|
-
def resource(self) -> pulumi.Input[str]:
|
|
1651
|
+
def resource(self) -> pulumi.Input[builtins.str]:
|
|
1651
1652
|
"""
|
|
1652
1653
|
Resource is the resource of the object being referenced.
|
|
1653
1654
|
"""
|
|
1654
1655
|
return pulumi.get(self, "resource")
|
|
1655
1656
|
|
|
1656
1657
|
@resource.setter
|
|
1657
|
-
def resource(self, value: pulumi.Input[str]):
|
|
1658
|
+
def resource(self, value: pulumi.Input[builtins.str]):
|
|
1658
1659
|
pulumi.set(self, "resource", value)
|
|
1659
1660
|
|
|
1660
1661
|
@property
|
|
1661
1662
|
@pulumi.getter
|
|
1662
|
-
def group(self) -> Optional[pulumi.Input[str]]:
|
|
1663
|
+
def group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1663
1664
|
"""
|
|
1664
1665
|
Group is the group of the object being referenced.
|
|
1665
1666
|
"""
|
|
1666
1667
|
return pulumi.get(self, "group")
|
|
1667
1668
|
|
|
1668
1669
|
@group.setter
|
|
1669
|
-
def group(self, value: Optional[pulumi.Input[str]]):
|
|
1670
|
+
def group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1670
1671
|
pulumi.set(self, "group", value)
|
|
1671
1672
|
|
|
1672
1673
|
@property
|
|
1673
1674
|
@pulumi.getter
|
|
1674
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
1675
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1675
1676
|
"""
|
|
1676
1677
|
Namespace is the namespace of the object being referenced.
|
|
1677
1678
|
"""
|
|
1678
1679
|
return pulumi.get(self, "namespace")
|
|
1679
1680
|
|
|
1680
1681
|
@namespace.setter
|
|
1681
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
1682
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1682
1683
|
pulumi.set(self, "namespace", value)
|
|
1683
1684
|
|
|
1684
1685
|
|
|
@@ -1687,7 +1688,7 @@ if not MYPY:
|
|
|
1687
1688
|
"""
|
|
1688
1689
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1689
1690
|
"""
|
|
1690
|
-
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1691
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1691
1692
|
"""
|
|
1692
1693
|
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1693
1694
|
"""
|
|
@@ -1697,24 +1698,24 @@ elif False:
|
|
|
1697
1698
|
@pulumi.input_type
|
|
1698
1699
|
class ServiceCIDRSpecPatchArgs:
|
|
1699
1700
|
def __init__(__self__, *,
|
|
1700
|
-
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1701
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1701
1702
|
"""
|
|
1702
1703
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1703
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1704
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1704
1705
|
"""
|
|
1705
1706
|
if cidrs is not None:
|
|
1706
1707
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
1707
1708
|
|
|
1708
1709
|
@property
|
|
1709
1710
|
@pulumi.getter
|
|
1710
|
-
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1711
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1711
1712
|
"""
|
|
1712
1713
|
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1713
1714
|
"""
|
|
1714
1715
|
return pulumi.get(self, "cidrs")
|
|
1715
1716
|
|
|
1716
1717
|
@cidrs.setter
|
|
1717
|
-
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1718
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1718
1719
|
pulumi.set(self, "cidrs", value)
|
|
1719
1720
|
|
|
1720
1721
|
|
|
@@ -1723,7 +1724,7 @@ if not MYPY:
|
|
|
1723
1724
|
"""
|
|
1724
1725
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1725
1726
|
"""
|
|
1726
|
-
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1727
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1727
1728
|
"""
|
|
1728
1729
|
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1729
1730
|
"""
|
|
@@ -1733,24 +1734,24 @@ elif False:
|
|
|
1733
1734
|
@pulumi.input_type
|
|
1734
1735
|
class ServiceCIDRSpecArgs:
|
|
1735
1736
|
def __init__(__self__, *,
|
|
1736
|
-
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1737
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1737
1738
|
"""
|
|
1738
1739
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1739
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1740
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1740
1741
|
"""
|
|
1741
1742
|
if cidrs is not None:
|
|
1742
1743
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
1743
1744
|
|
|
1744
1745
|
@property
|
|
1745
1746
|
@pulumi.getter
|
|
1746
|
-
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1747
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1747
1748
|
"""
|
|
1748
1749
|
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1749
1750
|
"""
|
|
1750
1751
|
return pulumi.get(self, "cidrs")
|
|
1751
1752
|
|
|
1752
1753
|
@cidrs.setter
|
|
1753
|
-
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1754
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1754
1755
|
pulumi.set(self, "cidrs", value)
|
|
1755
1756
|
|
|
1756
1757
|
|
|
@@ -1795,11 +1796,11 @@ if not MYPY:
|
|
|
1795
1796
|
"""
|
|
1796
1797
|
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
1797
1798
|
"""
|
|
1798
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1799
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1799
1800
|
"""
|
|
1800
1801
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1801
1802
|
"""
|
|
1802
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1803
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1803
1804
|
"""
|
|
1804
1805
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1805
1806
|
"""
|
|
@@ -1821,15 +1822,15 @@ elif False:
|
|
|
1821
1822
|
@pulumi.input_type
|
|
1822
1823
|
class ServiceCIDRArgs:
|
|
1823
1824
|
def __init__(__self__, *,
|
|
1824
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1825
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1825
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1826
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1826
1827
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1827
1828
|
spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
|
|
1828
1829
|
status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
|
|
1829
1830
|
"""
|
|
1830
1831
|
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
1831
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1832
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1832
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1833
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1833
1834
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1834
1835
|
:param pulumi.Input['ServiceCIDRSpecArgs'] spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1835
1836
|
:param pulumi.Input['ServiceCIDRStatusArgs'] status: status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1847,26 +1848,26 @@ class ServiceCIDRArgs:
|
|
|
1847
1848
|
|
|
1848
1849
|
@property
|
|
1849
1850
|
@pulumi.getter(name="apiVersion")
|
|
1850
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1851
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1851
1852
|
"""
|
|
1852
1853
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1853
1854
|
"""
|
|
1854
1855
|
return pulumi.get(self, "api_version")
|
|
1855
1856
|
|
|
1856
1857
|
@api_version.setter
|
|
1857
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1858
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1858
1859
|
pulumi.set(self, "api_version", value)
|
|
1859
1860
|
|
|
1860
1861
|
@property
|
|
1861
1862
|
@pulumi.getter
|
|
1862
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1863
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1863
1864
|
"""
|
|
1864
1865
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1865
1866
|
"""
|
|
1866
1867
|
return pulumi.get(self, "kind")
|
|
1867
1868
|
|
|
1868
1869
|
@kind.setter
|
|
1869
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1870
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1870
1871
|
pulumi.set(self, "kind", value)
|
|
1871
1872
|
|
|
1872
1873
|
@property
|