pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__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.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.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.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.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
|
|
@@ -48,15 +49,15 @@ if not MYPY:
|
|
|
48
49
|
"""
|
|
49
50
|
EndpointConditions represents the current condition of an endpoint.
|
|
50
51
|
"""
|
|
51
|
-
ready: NotRequired[pulumi.Input[bool]]
|
|
52
|
+
ready: NotRequired[pulumi.Input[builtins.bool]]
|
|
52
53
|
"""
|
|
53
54
|
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.
|
|
54
55
|
"""
|
|
55
|
-
serving: NotRequired[pulumi.Input[bool]]
|
|
56
|
+
serving: NotRequired[pulumi.Input[builtins.bool]]
|
|
56
57
|
"""
|
|
57
58
|
serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.
|
|
58
59
|
"""
|
|
59
|
-
terminating: NotRequired[pulumi.Input[bool]]
|
|
60
|
+
terminating: NotRequired[pulumi.Input[builtins.bool]]
|
|
60
61
|
"""
|
|
61
62
|
terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
|
|
62
63
|
"""
|
|
@@ -66,14 +67,14 @@ elif False:
|
|
|
66
67
|
@pulumi.input_type
|
|
67
68
|
class EndpointConditionsPatchArgs:
|
|
68
69
|
def __init__(__self__, *,
|
|
69
|
-
ready: Optional[pulumi.Input[bool]] = None,
|
|
70
|
-
serving: Optional[pulumi.Input[bool]] = None,
|
|
71
|
-
terminating: Optional[pulumi.Input[bool]] = None):
|
|
70
|
+
ready: Optional[pulumi.Input[builtins.bool]] = None,
|
|
71
|
+
serving: Optional[pulumi.Input[builtins.bool]] = None,
|
|
72
|
+
terminating: Optional[pulumi.Input[builtins.bool]] = None):
|
|
72
73
|
"""
|
|
73
74
|
EndpointConditions represents the current condition of an endpoint.
|
|
74
|
-
:param pulumi.Input[bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.
|
|
75
|
-
:param pulumi.Input[bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.
|
|
76
|
-
:param pulumi.Input[bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
|
|
75
|
+
:param pulumi.Input[builtins.bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.
|
|
76
|
+
:param pulumi.Input[builtins.bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.
|
|
77
|
+
:param pulumi.Input[builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
|
|
77
78
|
"""
|
|
78
79
|
if ready is not None:
|
|
79
80
|
pulumi.set(__self__, "ready", ready)
|
|
@@ -84,38 +85,38 @@ class EndpointConditionsPatchArgs:
|
|
|
84
85
|
|
|
85
86
|
@property
|
|
86
87
|
@pulumi.getter
|
|
87
|
-
def ready(self) -> Optional[pulumi.Input[bool]]:
|
|
88
|
+
def ready(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
88
89
|
"""
|
|
89
90
|
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.
|
|
90
91
|
"""
|
|
91
92
|
return pulumi.get(self, "ready")
|
|
92
93
|
|
|
93
94
|
@ready.setter
|
|
94
|
-
def ready(self, value: Optional[pulumi.Input[bool]]):
|
|
95
|
+
def ready(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
95
96
|
pulumi.set(self, "ready", value)
|
|
96
97
|
|
|
97
98
|
@property
|
|
98
99
|
@pulumi.getter
|
|
99
|
-
def serving(self) -> Optional[pulumi.Input[bool]]:
|
|
100
|
+
def serving(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
100
101
|
"""
|
|
101
102
|
serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.
|
|
102
103
|
"""
|
|
103
104
|
return pulumi.get(self, "serving")
|
|
104
105
|
|
|
105
106
|
@serving.setter
|
|
106
|
-
def serving(self, value: Optional[pulumi.Input[bool]]):
|
|
107
|
+
def serving(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
107
108
|
pulumi.set(self, "serving", value)
|
|
108
109
|
|
|
109
110
|
@property
|
|
110
111
|
@pulumi.getter
|
|
111
|
-
def terminating(self) -> Optional[pulumi.Input[bool]]:
|
|
112
|
+
def terminating(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
112
113
|
"""
|
|
113
114
|
terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
|
|
114
115
|
"""
|
|
115
116
|
return pulumi.get(self, "terminating")
|
|
116
117
|
|
|
117
118
|
@terminating.setter
|
|
118
|
-
def terminating(self, value: Optional[pulumi.Input[bool]]):
|
|
119
|
+
def terminating(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
119
120
|
pulumi.set(self, "terminating", value)
|
|
120
121
|
|
|
121
122
|
|
|
@@ -124,15 +125,15 @@ if not MYPY:
|
|
|
124
125
|
"""
|
|
125
126
|
EndpointConditions represents the current condition of an endpoint.
|
|
126
127
|
"""
|
|
127
|
-
ready: NotRequired[pulumi.Input[bool]]
|
|
128
|
+
ready: NotRequired[pulumi.Input[builtins.bool]]
|
|
128
129
|
"""
|
|
129
130
|
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.
|
|
130
131
|
"""
|
|
131
|
-
serving: NotRequired[pulumi.Input[bool]]
|
|
132
|
+
serving: NotRequired[pulumi.Input[builtins.bool]]
|
|
132
133
|
"""
|
|
133
134
|
serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.
|
|
134
135
|
"""
|
|
135
|
-
terminating: NotRequired[pulumi.Input[bool]]
|
|
136
|
+
terminating: NotRequired[pulumi.Input[builtins.bool]]
|
|
136
137
|
"""
|
|
137
138
|
terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
|
|
138
139
|
"""
|
|
@@ -142,14 +143,14 @@ elif False:
|
|
|
142
143
|
@pulumi.input_type
|
|
143
144
|
class EndpointConditionsArgs:
|
|
144
145
|
def __init__(__self__, *,
|
|
145
|
-
ready: Optional[pulumi.Input[bool]] = None,
|
|
146
|
-
serving: Optional[pulumi.Input[bool]] = None,
|
|
147
|
-
terminating: Optional[pulumi.Input[bool]] = None):
|
|
146
|
+
ready: Optional[pulumi.Input[builtins.bool]] = None,
|
|
147
|
+
serving: Optional[pulumi.Input[builtins.bool]] = None,
|
|
148
|
+
terminating: Optional[pulumi.Input[builtins.bool]] = None):
|
|
148
149
|
"""
|
|
149
150
|
EndpointConditions represents the current condition of an endpoint.
|
|
150
|
-
:param pulumi.Input[bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.
|
|
151
|
-
:param pulumi.Input[bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.
|
|
152
|
-
:param pulumi.Input[bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
|
|
151
|
+
:param pulumi.Input[builtins.bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.
|
|
152
|
+
:param pulumi.Input[builtins.bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.
|
|
153
|
+
:param pulumi.Input[builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
|
|
153
154
|
"""
|
|
154
155
|
if ready is not None:
|
|
155
156
|
pulumi.set(__self__, "ready", ready)
|
|
@@ -160,38 +161,38 @@ class EndpointConditionsArgs:
|
|
|
160
161
|
|
|
161
162
|
@property
|
|
162
163
|
@pulumi.getter
|
|
163
|
-
def ready(self) -> Optional[pulumi.Input[bool]]:
|
|
164
|
+
def ready(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
164
165
|
"""
|
|
165
166
|
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.
|
|
166
167
|
"""
|
|
167
168
|
return pulumi.get(self, "ready")
|
|
168
169
|
|
|
169
170
|
@ready.setter
|
|
170
|
-
def ready(self, value: Optional[pulumi.Input[bool]]):
|
|
171
|
+
def ready(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
171
172
|
pulumi.set(self, "ready", value)
|
|
172
173
|
|
|
173
174
|
@property
|
|
174
175
|
@pulumi.getter
|
|
175
|
-
def serving(self) -> Optional[pulumi.Input[bool]]:
|
|
176
|
+
def serving(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
176
177
|
"""
|
|
177
178
|
serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.
|
|
178
179
|
"""
|
|
179
180
|
return pulumi.get(self, "serving")
|
|
180
181
|
|
|
181
182
|
@serving.setter
|
|
182
|
-
def serving(self, value: Optional[pulumi.Input[bool]]):
|
|
183
|
+
def serving(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
183
184
|
pulumi.set(self, "serving", value)
|
|
184
185
|
|
|
185
186
|
@property
|
|
186
187
|
@pulumi.getter
|
|
187
|
-
def terminating(self) -> Optional[pulumi.Input[bool]]:
|
|
188
|
+
def terminating(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
188
189
|
"""
|
|
189
190
|
terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.
|
|
190
191
|
"""
|
|
191
192
|
return pulumi.get(self, "terminating")
|
|
192
193
|
|
|
193
194
|
@terminating.setter
|
|
194
|
-
def terminating(self, value: Optional[pulumi.Input[bool]]):
|
|
195
|
+
def terminating(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
195
196
|
pulumi.set(self, "terminating", value)
|
|
196
197
|
|
|
197
198
|
|
|
@@ -272,7 +273,7 @@ if not MYPY:
|
|
|
272
273
|
"""
|
|
273
274
|
Endpoint represents a single logical "backend" implementing a service.
|
|
274
275
|
"""
|
|
275
|
-
addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
276
|
+
addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
276
277
|
"""
|
|
277
278
|
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
|
278
279
|
"""
|
|
@@ -280,7 +281,7 @@ if not MYPY:
|
|
|
280
281
|
"""
|
|
281
282
|
conditions contains information about the current status of the endpoint.
|
|
282
283
|
"""
|
|
283
|
-
deprecated_topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
284
|
+
deprecated_topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
284
285
|
"""
|
|
285
286
|
deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.
|
|
286
287
|
"""
|
|
@@ -288,11 +289,11 @@ if not MYPY:
|
|
|
288
289
|
"""
|
|
289
290
|
hints contains information associated with how an endpoint should be consumed.
|
|
290
291
|
"""
|
|
291
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
292
|
+
hostname: NotRequired[pulumi.Input[builtins.str]]
|
|
292
293
|
"""
|
|
293
294
|
hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
|
|
294
295
|
"""
|
|
295
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
296
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
296
297
|
"""
|
|
297
298
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
298
299
|
"""
|
|
@@ -300,7 +301,7 @@ if not MYPY:
|
|
|
300
301
|
"""
|
|
301
302
|
targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
302
303
|
"""
|
|
303
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
304
|
+
zone: NotRequired[pulumi.Input[builtins.str]]
|
|
304
305
|
"""
|
|
305
306
|
zone is the name of the Zone this endpoint exists in.
|
|
306
307
|
"""
|
|
@@ -310,24 +311,24 @@ elif False:
|
|
|
310
311
|
@pulumi.input_type
|
|
311
312
|
class EndpointPatchArgs:
|
|
312
313
|
def __init__(__self__, *,
|
|
313
|
-
addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
314
|
+
addresses: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
314
315
|
conditions: Optional[pulumi.Input['EndpointConditionsPatchArgs']] = None,
|
|
315
|
-
deprecated_topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
316
|
+
deprecated_topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
316
317
|
hints: Optional[pulumi.Input['EndpointHintsPatchArgs']] = None,
|
|
317
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
318
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
318
|
+
hostname: Optional[pulumi.Input[builtins.str]] = None,
|
|
319
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
319
320
|
target_ref: Optional[pulumi.Input['_core.v1.ObjectReferencePatchArgs']] = None,
|
|
320
|
-
zone: Optional[pulumi.Input[str]] = None):
|
|
321
|
+
zone: Optional[pulumi.Input[builtins.str]] = None):
|
|
321
322
|
"""
|
|
322
323
|
Endpoint represents a single logical "backend" implementing a service.
|
|
323
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
|
324
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
|
324
325
|
:param pulumi.Input['EndpointConditionsPatchArgs'] conditions: conditions contains information about the current status of the endpoint.
|
|
325
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deprecated_topology: deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.
|
|
326
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] deprecated_topology: deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.
|
|
326
327
|
:param pulumi.Input['EndpointHintsPatchArgs'] hints: hints contains information associated with how an endpoint should be consumed.
|
|
327
|
-
:param pulumi.Input[str] hostname: hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
|
|
328
|
-
:param pulumi.Input[str] node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
328
|
+
:param pulumi.Input[builtins.str] hostname: hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
|
|
329
|
+
:param pulumi.Input[builtins.str] node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
329
330
|
:param pulumi.Input['_core.v1.ObjectReferencePatchArgs'] target_ref: targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
330
|
-
:param pulumi.Input[str] zone: zone is the name of the Zone this endpoint exists in.
|
|
331
|
+
:param pulumi.Input[builtins.str] zone: zone is the name of the Zone this endpoint exists in.
|
|
331
332
|
"""
|
|
332
333
|
if addresses is not None:
|
|
333
334
|
pulumi.set(__self__, "addresses", addresses)
|
|
@@ -348,14 +349,14 @@ class EndpointPatchArgs:
|
|
|
348
349
|
|
|
349
350
|
@property
|
|
350
351
|
@pulumi.getter
|
|
351
|
-
def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
352
|
+
def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
352
353
|
"""
|
|
353
354
|
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
|
354
355
|
"""
|
|
355
356
|
return pulumi.get(self, "addresses")
|
|
356
357
|
|
|
357
358
|
@addresses.setter
|
|
358
|
-
def addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
359
|
+
def addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
359
360
|
pulumi.set(self, "addresses", value)
|
|
360
361
|
|
|
361
362
|
@property
|
|
@@ -372,14 +373,14 @@ class EndpointPatchArgs:
|
|
|
372
373
|
|
|
373
374
|
@property
|
|
374
375
|
@pulumi.getter(name="deprecatedTopology")
|
|
375
|
-
def deprecated_topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
376
|
+
def deprecated_topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
376
377
|
"""
|
|
377
378
|
deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.
|
|
378
379
|
"""
|
|
379
380
|
return pulumi.get(self, "deprecated_topology")
|
|
380
381
|
|
|
381
382
|
@deprecated_topology.setter
|
|
382
|
-
def deprecated_topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
383
|
+
def deprecated_topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
383
384
|
pulumi.set(self, "deprecated_topology", value)
|
|
384
385
|
|
|
385
386
|
@property
|
|
@@ -396,26 +397,26 @@ class EndpointPatchArgs:
|
|
|
396
397
|
|
|
397
398
|
@property
|
|
398
399
|
@pulumi.getter
|
|
399
|
-
def hostname(self) -> Optional[pulumi.Input[str]]:
|
|
400
|
+
def hostname(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
400
401
|
"""
|
|
401
402
|
hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
|
|
402
403
|
"""
|
|
403
404
|
return pulumi.get(self, "hostname")
|
|
404
405
|
|
|
405
406
|
@hostname.setter
|
|
406
|
-
def hostname(self, value: Optional[pulumi.Input[str]]):
|
|
407
|
+
def hostname(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
407
408
|
pulumi.set(self, "hostname", value)
|
|
408
409
|
|
|
409
410
|
@property
|
|
410
411
|
@pulumi.getter(name="nodeName")
|
|
411
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
412
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
412
413
|
"""
|
|
413
414
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
414
415
|
"""
|
|
415
416
|
return pulumi.get(self, "node_name")
|
|
416
417
|
|
|
417
418
|
@node_name.setter
|
|
418
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
419
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
419
420
|
pulumi.set(self, "node_name", value)
|
|
420
421
|
|
|
421
422
|
@property
|
|
@@ -432,14 +433,14 @@ class EndpointPatchArgs:
|
|
|
432
433
|
|
|
433
434
|
@property
|
|
434
435
|
@pulumi.getter
|
|
435
|
-
def zone(self) -> Optional[pulumi.Input[str]]:
|
|
436
|
+
def zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
436
437
|
"""
|
|
437
438
|
zone is the name of the Zone this endpoint exists in.
|
|
438
439
|
"""
|
|
439
440
|
return pulumi.get(self, "zone")
|
|
440
441
|
|
|
441
442
|
@zone.setter
|
|
442
|
-
def zone(self, value: Optional[pulumi.Input[str]]):
|
|
443
|
+
def zone(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
443
444
|
pulumi.set(self, "zone", value)
|
|
444
445
|
|
|
445
446
|
|
|
@@ -448,7 +449,7 @@ if not MYPY:
|
|
|
448
449
|
"""
|
|
449
450
|
EndpointPort represents a Port used by an EndpointSlice
|
|
450
451
|
"""
|
|
451
|
-
app_protocol: NotRequired[pulumi.Input[str]]
|
|
452
|
+
app_protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
452
453
|
"""
|
|
453
454
|
The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:
|
|
454
455
|
|
|
@@ -461,15 +462,15 @@ if not MYPY:
|
|
|
461
462
|
|
|
462
463
|
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
|
|
463
464
|
"""
|
|
464
|
-
name: NotRequired[pulumi.Input[str]]
|
|
465
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
465
466
|
"""
|
|
466
467
|
name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
467
468
|
"""
|
|
468
|
-
port: NotRequired[pulumi.Input[int]]
|
|
469
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
|
469
470
|
"""
|
|
470
471
|
port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
471
472
|
"""
|
|
472
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
473
|
+
protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
473
474
|
"""
|
|
474
475
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
475
476
|
"""
|
|
@@ -479,13 +480,13 @@ elif False:
|
|
|
479
480
|
@pulumi.input_type
|
|
480
481
|
class EndpointPortPatchArgs:
|
|
481
482
|
def __init__(__self__, *,
|
|
482
|
-
app_protocol: Optional[pulumi.Input[str]] = None,
|
|
483
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
484
|
-
port: Optional[pulumi.Input[int]] = None,
|
|
485
|
-
protocol: Optional[pulumi.Input[str]] = None):
|
|
483
|
+
app_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
|
484
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
485
|
+
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
486
|
+
protocol: Optional[pulumi.Input[builtins.str]] = None):
|
|
486
487
|
"""
|
|
487
488
|
EndpointPort represents a Port used by an EndpointSlice
|
|
488
|
-
:param pulumi.Input[str] app_protocol: The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:
|
|
489
|
+
:param pulumi.Input[builtins.str] app_protocol: The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:
|
|
489
490
|
|
|
490
491
|
* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).
|
|
491
492
|
|
|
@@ -495,9 +496,9 @@ class EndpointPortPatchArgs:
|
|
|
495
496
|
* 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
|
|
496
497
|
|
|
497
498
|
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
|
|
498
|
-
:param pulumi.Input[str] name: name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
499
|
-
:param pulumi.Input[int] port: port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
500
|
-
:param pulumi.Input[str] protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
499
|
+
:param pulumi.Input[builtins.str] name: name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
500
|
+
:param pulumi.Input[builtins.int] port: port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
501
|
+
:param pulumi.Input[builtins.str] protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
501
502
|
"""
|
|
502
503
|
if app_protocol is not None:
|
|
503
504
|
pulumi.set(__self__, "app_protocol", app_protocol)
|
|
@@ -510,7 +511,7 @@ class EndpointPortPatchArgs:
|
|
|
510
511
|
|
|
511
512
|
@property
|
|
512
513
|
@pulumi.getter(name="appProtocol")
|
|
513
|
-
def app_protocol(self) -> Optional[pulumi.Input[str]]:
|
|
514
|
+
def app_protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
514
515
|
"""
|
|
515
516
|
The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:
|
|
516
517
|
|
|
@@ -526,43 +527,43 @@ class EndpointPortPatchArgs:
|
|
|
526
527
|
return pulumi.get(self, "app_protocol")
|
|
527
528
|
|
|
528
529
|
@app_protocol.setter
|
|
529
|
-
def app_protocol(self, value: Optional[pulumi.Input[str]]):
|
|
530
|
+
def app_protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
530
531
|
pulumi.set(self, "app_protocol", value)
|
|
531
532
|
|
|
532
533
|
@property
|
|
533
534
|
@pulumi.getter
|
|
534
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
535
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
535
536
|
"""
|
|
536
537
|
name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
537
538
|
"""
|
|
538
539
|
return pulumi.get(self, "name")
|
|
539
540
|
|
|
540
541
|
@name.setter
|
|
541
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
542
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
542
543
|
pulumi.set(self, "name", value)
|
|
543
544
|
|
|
544
545
|
@property
|
|
545
546
|
@pulumi.getter
|
|
546
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
547
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
547
548
|
"""
|
|
548
549
|
port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
549
550
|
"""
|
|
550
551
|
return pulumi.get(self, "port")
|
|
551
552
|
|
|
552
553
|
@port.setter
|
|
553
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
554
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
554
555
|
pulumi.set(self, "port", value)
|
|
555
556
|
|
|
556
557
|
@property
|
|
557
558
|
@pulumi.getter
|
|
558
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
559
|
+
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
559
560
|
"""
|
|
560
561
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
561
562
|
"""
|
|
562
563
|
return pulumi.get(self, "protocol")
|
|
563
564
|
|
|
564
565
|
@protocol.setter
|
|
565
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
566
|
+
def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
566
567
|
pulumi.set(self, "protocol", value)
|
|
567
568
|
|
|
568
569
|
|
|
@@ -571,7 +572,7 @@ if not MYPY:
|
|
|
571
572
|
"""
|
|
572
573
|
EndpointPort represents a Port used by an EndpointSlice
|
|
573
574
|
"""
|
|
574
|
-
app_protocol: NotRequired[pulumi.Input[str]]
|
|
575
|
+
app_protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
575
576
|
"""
|
|
576
577
|
The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:
|
|
577
578
|
|
|
@@ -584,15 +585,15 @@ if not MYPY:
|
|
|
584
585
|
|
|
585
586
|
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
|
|
586
587
|
"""
|
|
587
|
-
name: NotRequired[pulumi.Input[str]]
|
|
588
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
588
589
|
"""
|
|
589
590
|
name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
590
591
|
"""
|
|
591
|
-
port: NotRequired[pulumi.Input[int]]
|
|
592
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
|
592
593
|
"""
|
|
593
594
|
port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
594
595
|
"""
|
|
595
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
596
|
+
protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
596
597
|
"""
|
|
597
598
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
598
599
|
"""
|
|
@@ -602,13 +603,13 @@ elif False:
|
|
|
602
603
|
@pulumi.input_type
|
|
603
604
|
class EndpointPortArgs:
|
|
604
605
|
def __init__(__self__, *,
|
|
605
|
-
app_protocol: Optional[pulumi.Input[str]] = None,
|
|
606
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
607
|
-
port: Optional[pulumi.Input[int]] = None,
|
|
608
|
-
protocol: Optional[pulumi.Input[str]] = None):
|
|
606
|
+
app_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
|
607
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
608
|
+
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
609
|
+
protocol: Optional[pulumi.Input[builtins.str]] = None):
|
|
609
610
|
"""
|
|
610
611
|
EndpointPort represents a Port used by an EndpointSlice
|
|
611
|
-
:param pulumi.Input[str] app_protocol: The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:
|
|
612
|
+
:param pulumi.Input[builtins.str] app_protocol: The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:
|
|
612
613
|
|
|
613
614
|
* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).
|
|
614
615
|
|
|
@@ -618,9 +619,9 @@ class EndpointPortArgs:
|
|
|
618
619
|
* 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
|
|
619
620
|
|
|
620
621
|
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
|
|
621
|
-
:param pulumi.Input[str] name: name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
622
|
-
:param pulumi.Input[int] port: port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
623
|
-
:param pulumi.Input[str] protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
622
|
+
:param pulumi.Input[builtins.str] name: name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
623
|
+
:param pulumi.Input[builtins.int] port: port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
624
|
+
:param pulumi.Input[builtins.str] protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
624
625
|
"""
|
|
625
626
|
if app_protocol is not None:
|
|
626
627
|
pulumi.set(__self__, "app_protocol", app_protocol)
|
|
@@ -633,7 +634,7 @@ class EndpointPortArgs:
|
|
|
633
634
|
|
|
634
635
|
@property
|
|
635
636
|
@pulumi.getter(name="appProtocol")
|
|
636
|
-
def app_protocol(self) -> Optional[pulumi.Input[str]]:
|
|
637
|
+
def app_protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
637
638
|
"""
|
|
638
639
|
The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:
|
|
639
640
|
|
|
@@ -649,43 +650,43 @@ class EndpointPortArgs:
|
|
|
649
650
|
return pulumi.get(self, "app_protocol")
|
|
650
651
|
|
|
651
652
|
@app_protocol.setter
|
|
652
|
-
def app_protocol(self, value: Optional[pulumi.Input[str]]):
|
|
653
|
+
def app_protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
653
654
|
pulumi.set(self, "app_protocol", value)
|
|
654
655
|
|
|
655
656
|
@property
|
|
656
657
|
@pulumi.getter
|
|
657
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
658
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
658
659
|
"""
|
|
659
660
|
name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
660
661
|
"""
|
|
661
662
|
return pulumi.get(self, "name")
|
|
662
663
|
|
|
663
664
|
@name.setter
|
|
664
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
665
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
665
666
|
pulumi.set(self, "name", value)
|
|
666
667
|
|
|
667
668
|
@property
|
|
668
669
|
@pulumi.getter
|
|
669
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
670
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
670
671
|
"""
|
|
671
672
|
port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
672
673
|
"""
|
|
673
674
|
return pulumi.get(self, "port")
|
|
674
675
|
|
|
675
676
|
@port.setter
|
|
676
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
677
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
677
678
|
pulumi.set(self, "port", value)
|
|
678
679
|
|
|
679
680
|
@property
|
|
680
681
|
@pulumi.getter
|
|
681
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
682
|
+
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
682
683
|
"""
|
|
683
684
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
684
685
|
"""
|
|
685
686
|
return pulumi.get(self, "protocol")
|
|
686
687
|
|
|
687
688
|
@protocol.setter
|
|
688
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
689
|
+
def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
689
690
|
pulumi.set(self, "protocol", value)
|
|
690
691
|
|
|
691
692
|
|
|
@@ -694,7 +695,7 @@ if not MYPY:
|
|
|
694
695
|
"""
|
|
695
696
|
EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
|
|
696
697
|
"""
|
|
697
|
-
address_type: pulumi.Input[str]
|
|
698
|
+
address_type: pulumi.Input[builtins.str]
|
|
698
699
|
"""
|
|
699
700
|
addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
|
|
700
701
|
"""
|
|
@@ -702,11 +703,11 @@ if not MYPY:
|
|
|
702
703
|
"""
|
|
703
704
|
endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.
|
|
704
705
|
"""
|
|
705
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
706
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
706
707
|
"""
|
|
707
708
|
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
|
|
708
709
|
"""
|
|
709
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
710
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
710
711
|
"""
|
|
711
712
|
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
|
|
712
713
|
"""
|
|
@@ -724,18 +725,18 @@ elif False:
|
|
|
724
725
|
@pulumi.input_type
|
|
725
726
|
class EndpointSliceArgs:
|
|
726
727
|
def __init__(__self__, *,
|
|
727
|
-
address_type: pulumi.Input[str],
|
|
728
|
+
address_type: pulumi.Input[builtins.str],
|
|
728
729
|
endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]],
|
|
729
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
730
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
730
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
731
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
731
732
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
732
733
|
ports: Optional[pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]]] = None):
|
|
733
734
|
"""
|
|
734
735
|
EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
|
|
735
|
-
:param pulumi.Input[str] address_type: addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
|
|
736
|
+
:param pulumi.Input[builtins.str] address_type: addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
|
|
736
737
|
:param pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]] endpoints: endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.
|
|
737
|
-
: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
|
|
738
|
-
: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
|
|
738
|
+
: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
|
|
739
|
+
: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
|
|
739
740
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata.
|
|
740
741
|
:param pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]] ports: ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports.
|
|
741
742
|
"""
|
|
@@ -752,14 +753,14 @@ class EndpointSliceArgs:
|
|
|
752
753
|
|
|
753
754
|
@property
|
|
754
755
|
@pulumi.getter(name="addressType")
|
|
755
|
-
def address_type(self) -> pulumi.Input[str]:
|
|
756
|
+
def address_type(self) -> pulumi.Input[builtins.str]:
|
|
756
757
|
"""
|
|
757
758
|
addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
|
|
758
759
|
"""
|
|
759
760
|
return pulumi.get(self, "address_type")
|
|
760
761
|
|
|
761
762
|
@address_type.setter
|
|
762
|
-
def address_type(self, value: pulumi.Input[str]):
|
|
763
|
+
def address_type(self, value: pulumi.Input[builtins.str]):
|
|
763
764
|
pulumi.set(self, "address_type", value)
|
|
764
765
|
|
|
765
766
|
@property
|
|
@@ -776,26 +777,26 @@ class EndpointSliceArgs:
|
|
|
776
777
|
|
|
777
778
|
@property
|
|
778
779
|
@pulumi.getter(name="apiVersion")
|
|
779
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
780
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
780
781
|
"""
|
|
781
782
|
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
|
|
782
783
|
"""
|
|
783
784
|
return pulumi.get(self, "api_version")
|
|
784
785
|
|
|
785
786
|
@api_version.setter
|
|
786
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
787
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
787
788
|
pulumi.set(self, "api_version", value)
|
|
788
789
|
|
|
789
790
|
@property
|
|
790
791
|
@pulumi.getter
|
|
791
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
792
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
792
793
|
"""
|
|
793
794
|
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
|
|
794
795
|
"""
|
|
795
796
|
return pulumi.get(self, "kind")
|
|
796
797
|
|
|
797
798
|
@kind.setter
|
|
798
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
799
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
799
800
|
pulumi.set(self, "kind", value)
|
|
800
801
|
|
|
801
802
|
@property
|
|
@@ -828,7 +829,7 @@ if not MYPY:
|
|
|
828
829
|
"""
|
|
829
830
|
Endpoint represents a single logical "backend" implementing a service.
|
|
830
831
|
"""
|
|
831
|
-
addresses: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
832
|
+
addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
832
833
|
"""
|
|
833
834
|
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
|
834
835
|
"""
|
|
@@ -836,7 +837,7 @@ if not MYPY:
|
|
|
836
837
|
"""
|
|
837
838
|
conditions contains information about the current status of the endpoint.
|
|
838
839
|
"""
|
|
839
|
-
deprecated_topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
840
|
+
deprecated_topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
840
841
|
"""
|
|
841
842
|
deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.
|
|
842
843
|
"""
|
|
@@ -844,11 +845,11 @@ if not MYPY:
|
|
|
844
845
|
"""
|
|
845
846
|
hints contains information associated with how an endpoint should be consumed.
|
|
846
847
|
"""
|
|
847
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
848
|
+
hostname: NotRequired[pulumi.Input[builtins.str]]
|
|
848
849
|
"""
|
|
849
850
|
hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
|
|
850
851
|
"""
|
|
851
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
852
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
852
853
|
"""
|
|
853
854
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
854
855
|
"""
|
|
@@ -856,7 +857,7 @@ if not MYPY:
|
|
|
856
857
|
"""
|
|
857
858
|
targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
858
859
|
"""
|
|
859
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
860
|
+
zone: NotRequired[pulumi.Input[builtins.str]]
|
|
860
861
|
"""
|
|
861
862
|
zone is the name of the Zone this endpoint exists in.
|
|
862
863
|
"""
|
|
@@ -866,24 +867,24 @@ elif False:
|
|
|
866
867
|
@pulumi.input_type
|
|
867
868
|
class EndpointArgs:
|
|
868
869
|
def __init__(__self__, *,
|
|
869
|
-
addresses: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
870
|
+
addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
870
871
|
conditions: Optional[pulumi.Input['EndpointConditionsArgs']] = None,
|
|
871
|
-
deprecated_topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
872
|
+
deprecated_topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
872
873
|
hints: Optional[pulumi.Input['EndpointHintsArgs']] = None,
|
|
873
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
874
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
874
|
+
hostname: Optional[pulumi.Input[builtins.str]] = None,
|
|
875
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
875
876
|
target_ref: Optional[pulumi.Input['_core.v1.ObjectReferenceArgs']] = None,
|
|
876
|
-
zone: Optional[pulumi.Input[str]] = None):
|
|
877
|
+
zone: Optional[pulumi.Input[builtins.str]] = None):
|
|
877
878
|
"""
|
|
878
879
|
Endpoint represents a single logical "backend" implementing a service.
|
|
879
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
|
880
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
|
880
881
|
:param pulumi.Input['EndpointConditionsArgs'] conditions: conditions contains information about the current status of the endpoint.
|
|
881
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deprecated_topology: deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.
|
|
882
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] deprecated_topology: deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.
|
|
882
883
|
:param pulumi.Input['EndpointHintsArgs'] hints: hints contains information associated with how an endpoint should be consumed.
|
|
883
|
-
:param pulumi.Input[str] hostname: hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
|
|
884
|
-
:param pulumi.Input[str] node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
884
|
+
:param pulumi.Input[builtins.str] hostname: hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
|
|
885
|
+
:param pulumi.Input[builtins.str] node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
885
886
|
:param pulumi.Input['_core.v1.ObjectReferenceArgs'] target_ref: targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
886
|
-
:param pulumi.Input[str] zone: zone is the name of the Zone this endpoint exists in.
|
|
887
|
+
:param pulumi.Input[builtins.str] zone: zone is the name of the Zone this endpoint exists in.
|
|
887
888
|
"""
|
|
888
889
|
pulumi.set(__self__, "addresses", addresses)
|
|
889
890
|
if conditions is not None:
|
|
@@ -903,14 +904,14 @@ class EndpointArgs:
|
|
|
903
904
|
|
|
904
905
|
@property
|
|
905
906
|
@pulumi.getter
|
|
906
|
-
def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
907
|
+
def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
907
908
|
"""
|
|
908
909
|
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267
|
|
909
910
|
"""
|
|
910
911
|
return pulumi.get(self, "addresses")
|
|
911
912
|
|
|
912
913
|
@addresses.setter
|
|
913
|
-
def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
914
|
+
def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
914
915
|
pulumi.set(self, "addresses", value)
|
|
915
916
|
|
|
916
917
|
@property
|
|
@@ -927,14 +928,14 @@ class EndpointArgs:
|
|
|
927
928
|
|
|
928
929
|
@property
|
|
929
930
|
@pulumi.getter(name="deprecatedTopology")
|
|
930
|
-
def deprecated_topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
931
|
+
def deprecated_topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
931
932
|
"""
|
|
932
933
|
deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.
|
|
933
934
|
"""
|
|
934
935
|
return pulumi.get(self, "deprecated_topology")
|
|
935
936
|
|
|
936
937
|
@deprecated_topology.setter
|
|
937
|
-
def deprecated_topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
938
|
+
def deprecated_topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
938
939
|
pulumi.set(self, "deprecated_topology", value)
|
|
939
940
|
|
|
940
941
|
@property
|
|
@@ -951,26 +952,26 @@ class EndpointArgs:
|
|
|
951
952
|
|
|
952
953
|
@property
|
|
953
954
|
@pulumi.getter
|
|
954
|
-
def hostname(self) -> Optional[pulumi.Input[str]]:
|
|
955
|
+
def hostname(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
955
956
|
"""
|
|
956
957
|
hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.
|
|
957
958
|
"""
|
|
958
959
|
return pulumi.get(self, "hostname")
|
|
959
960
|
|
|
960
961
|
@hostname.setter
|
|
961
|
-
def hostname(self, value: Optional[pulumi.Input[str]]):
|
|
962
|
+
def hostname(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
962
963
|
pulumi.set(self, "hostname", value)
|
|
963
964
|
|
|
964
965
|
@property
|
|
965
966
|
@pulumi.getter(name="nodeName")
|
|
966
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
967
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
967
968
|
"""
|
|
968
969
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
969
970
|
"""
|
|
970
971
|
return pulumi.get(self, "node_name")
|
|
971
972
|
|
|
972
973
|
@node_name.setter
|
|
973
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
974
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
974
975
|
pulumi.set(self, "node_name", value)
|
|
975
976
|
|
|
976
977
|
@property
|
|
@@ -987,14 +988,14 @@ class EndpointArgs:
|
|
|
987
988
|
|
|
988
989
|
@property
|
|
989
990
|
@pulumi.getter
|
|
990
|
-
def zone(self) -> Optional[pulumi.Input[str]]:
|
|
991
|
+
def zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
991
992
|
"""
|
|
992
993
|
zone is the name of the Zone this endpoint exists in.
|
|
993
994
|
"""
|
|
994
995
|
return pulumi.get(self, "zone")
|
|
995
996
|
|
|
996
997
|
@zone.setter
|
|
997
|
-
def zone(self, value: Optional[pulumi.Input[str]]):
|
|
998
|
+
def zone(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
998
999
|
pulumi.set(self, "zone", value)
|
|
999
1000
|
|
|
1000
1001
|
|
|
@@ -1003,7 +1004,7 @@ if not MYPY:
|
|
|
1003
1004
|
"""
|
|
1004
1005
|
ForZone provides information about which zones should consume this endpoint.
|
|
1005
1006
|
"""
|
|
1006
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1007
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1007
1008
|
"""
|
|
1008
1009
|
name represents the name of the zone.
|
|
1009
1010
|
"""
|
|
@@ -1013,24 +1014,24 @@ elif False:
|
|
|
1013
1014
|
@pulumi.input_type
|
|
1014
1015
|
class ForZonePatchArgs:
|
|
1015
1016
|
def __init__(__self__, *,
|
|
1016
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
1017
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1017
1018
|
"""
|
|
1018
1019
|
ForZone provides information about which zones should consume this endpoint.
|
|
1019
|
-
:param pulumi.Input[str] name: name represents the name of the zone.
|
|
1020
|
+
:param pulumi.Input[builtins.str] name: name represents the name of the zone.
|
|
1020
1021
|
"""
|
|
1021
1022
|
if name is not None:
|
|
1022
1023
|
pulumi.set(__self__, "name", name)
|
|
1023
1024
|
|
|
1024
1025
|
@property
|
|
1025
1026
|
@pulumi.getter
|
|
1026
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1027
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1027
1028
|
"""
|
|
1028
1029
|
name represents the name of the zone.
|
|
1029
1030
|
"""
|
|
1030
1031
|
return pulumi.get(self, "name")
|
|
1031
1032
|
|
|
1032
1033
|
@name.setter
|
|
1033
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1034
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1034
1035
|
pulumi.set(self, "name", value)
|
|
1035
1036
|
|
|
1036
1037
|
|
|
@@ -1039,7 +1040,7 @@ if not MYPY:
|
|
|
1039
1040
|
"""
|
|
1040
1041
|
ForZone provides information about which zones should consume this endpoint.
|
|
1041
1042
|
"""
|
|
1042
|
-
name: pulumi.Input[str]
|
|
1043
|
+
name: pulumi.Input[builtins.str]
|
|
1043
1044
|
"""
|
|
1044
1045
|
name represents the name of the zone.
|
|
1045
1046
|
"""
|
|
@@ -1049,23 +1050,23 @@ elif False:
|
|
|
1049
1050
|
@pulumi.input_type
|
|
1050
1051
|
class ForZoneArgs:
|
|
1051
1052
|
def __init__(__self__, *,
|
|
1052
|
-
name: pulumi.Input[str]):
|
|
1053
|
+
name: pulumi.Input[builtins.str]):
|
|
1053
1054
|
"""
|
|
1054
1055
|
ForZone provides information about which zones should consume this endpoint.
|
|
1055
|
-
:param pulumi.Input[str] name: name represents the name of the zone.
|
|
1056
|
+
:param pulumi.Input[builtins.str] name: name represents the name of the zone.
|
|
1056
1057
|
"""
|
|
1057
1058
|
pulumi.set(__self__, "name", name)
|
|
1058
1059
|
|
|
1059
1060
|
@property
|
|
1060
1061
|
@pulumi.getter
|
|
1061
|
-
def name(self) -> pulumi.Input[str]:
|
|
1062
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1062
1063
|
"""
|
|
1063
1064
|
name represents the name of the zone.
|
|
1064
1065
|
"""
|
|
1065
1066
|
return pulumi.get(self, "name")
|
|
1066
1067
|
|
|
1067
1068
|
@name.setter
|
|
1068
|
-
def name(self, value: pulumi.Input[str]):
|
|
1069
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1069
1070
|
pulumi.set(self, "name", value)
|
|
1070
1071
|
|
|
1071
1072
|
|