pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -35,6 +36,10 @@ __all__ = [
|
|
|
35
36
|
'EndpointSliceArgsDict',
|
|
36
37
|
'EndpointArgs',
|
|
37
38
|
'EndpointArgsDict',
|
|
39
|
+
'ForNodePatchArgs',
|
|
40
|
+
'ForNodePatchArgsDict',
|
|
41
|
+
'ForNodeArgs',
|
|
42
|
+
'ForNodeArgsDict',
|
|
38
43
|
'ForZonePatchArgs',
|
|
39
44
|
'ForZonePatchArgsDict',
|
|
40
45
|
'ForZoneArgs',
|
|
@@ -48,17 +53,17 @@ if not MYPY:
|
|
|
48
53
|
"""
|
|
49
54
|
EndpointConditions represents the current condition of an endpoint.
|
|
50
55
|
"""
|
|
51
|
-
ready: NotRequired[pulumi.Input[bool]]
|
|
56
|
+
ready: NotRequired[pulumi.Input[builtins.bool]]
|
|
52
57
|
"""
|
|
53
|
-
ready indicates that this endpoint is
|
|
58
|
+
ready indicates that this endpoint is ready to receive traffic, according to whatever system is managing the endpoint. A nil value should be interpreted as "true". In general, an endpoint should be marked ready if it is serving and not terminating, though this can be overridden in some cases, such as when the associated Service has set the publishNotReadyAddresses flag.
|
|
54
59
|
"""
|
|
55
|
-
serving: NotRequired[pulumi.Input[bool]]
|
|
60
|
+
serving: NotRequired[pulumi.Input[builtins.bool]]
|
|
56
61
|
"""
|
|
57
|
-
serving is
|
|
62
|
+
serving indicates that this endpoint is able to receive traffic, according to whatever system is managing the endpoint. For endpoints backed by pods, the EndpointSlice controller will mark the endpoint as serving if the pod's Ready condition is True. A nil value should be interpreted as "true".
|
|
58
63
|
"""
|
|
59
|
-
terminating: NotRequired[pulumi.Input[bool]]
|
|
64
|
+
terminating: NotRequired[pulumi.Input[builtins.bool]]
|
|
60
65
|
"""
|
|
61
|
-
terminating indicates that this endpoint is terminating. A nil value
|
|
66
|
+
terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
62
67
|
"""
|
|
63
68
|
elif False:
|
|
64
69
|
EndpointConditionsPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -66,14 +71,14 @@ elif False:
|
|
|
66
71
|
@pulumi.input_type
|
|
67
72
|
class EndpointConditionsPatchArgs:
|
|
68
73
|
def __init__(__self__, *,
|
|
69
|
-
ready: Optional[pulumi.Input[bool]] = None,
|
|
70
|
-
serving: Optional[pulumi.Input[bool]] = None,
|
|
71
|
-
terminating: Optional[pulumi.Input[bool]] = None):
|
|
74
|
+
ready: Optional[pulumi.Input[builtins.bool]] = None,
|
|
75
|
+
serving: Optional[pulumi.Input[builtins.bool]] = None,
|
|
76
|
+
terminating: Optional[pulumi.Input[builtins.bool]] = None):
|
|
72
77
|
"""
|
|
73
78
|
EndpointConditions represents the current condition of an endpoint.
|
|
74
|
-
:param pulumi.Input[bool] ready: ready indicates that this endpoint is
|
|
75
|
-
:param pulumi.Input[bool] serving: serving is
|
|
76
|
-
:param pulumi.Input[bool] terminating: terminating indicates that this endpoint is terminating. A nil value
|
|
79
|
+
:param pulumi.Input[builtins.bool] ready: ready indicates that this endpoint is ready to receive traffic, according to whatever system is managing the endpoint. A nil value should be interpreted as "true". In general, an endpoint should be marked ready if it is serving and not terminating, though this can be overridden in some cases, such as when the associated Service has set the publishNotReadyAddresses flag.
|
|
80
|
+
:param pulumi.Input[builtins.bool] serving: serving indicates that this endpoint is able to receive traffic, according to whatever system is managing the endpoint. For endpoints backed by pods, the EndpointSlice controller will mark the endpoint as serving if the pod's Ready condition is True. A nil value should be interpreted as "true".
|
|
81
|
+
:param pulumi.Input[builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
77
82
|
"""
|
|
78
83
|
if ready is not None:
|
|
79
84
|
pulumi.set(__self__, "ready", ready)
|
|
@@ -84,38 +89,38 @@ class EndpointConditionsPatchArgs:
|
|
|
84
89
|
|
|
85
90
|
@property
|
|
86
91
|
@pulumi.getter
|
|
87
|
-
def ready(self) -> Optional[pulumi.Input[bool]]:
|
|
92
|
+
def ready(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
88
93
|
"""
|
|
89
|
-
ready indicates that this endpoint is
|
|
94
|
+
ready indicates that this endpoint is ready to receive traffic, according to whatever system is managing the endpoint. A nil value should be interpreted as "true". In general, an endpoint should be marked ready if it is serving and not terminating, though this can be overridden in some cases, such as when the associated Service has set the publishNotReadyAddresses flag.
|
|
90
95
|
"""
|
|
91
96
|
return pulumi.get(self, "ready")
|
|
92
97
|
|
|
93
98
|
@ready.setter
|
|
94
|
-
def ready(self, value: Optional[pulumi.Input[bool]]):
|
|
99
|
+
def ready(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
95
100
|
pulumi.set(self, "ready", value)
|
|
96
101
|
|
|
97
102
|
@property
|
|
98
103
|
@pulumi.getter
|
|
99
|
-
def serving(self) -> Optional[pulumi.Input[bool]]:
|
|
104
|
+
def serving(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
100
105
|
"""
|
|
101
|
-
serving is
|
|
106
|
+
serving indicates that this endpoint is able to receive traffic, according to whatever system is managing the endpoint. For endpoints backed by pods, the EndpointSlice controller will mark the endpoint as serving if the pod's Ready condition is True. A nil value should be interpreted as "true".
|
|
102
107
|
"""
|
|
103
108
|
return pulumi.get(self, "serving")
|
|
104
109
|
|
|
105
110
|
@serving.setter
|
|
106
|
-
def serving(self, value: Optional[pulumi.Input[bool]]):
|
|
111
|
+
def serving(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
107
112
|
pulumi.set(self, "serving", value)
|
|
108
113
|
|
|
109
114
|
@property
|
|
110
115
|
@pulumi.getter
|
|
111
|
-
def terminating(self) -> Optional[pulumi.Input[bool]]:
|
|
116
|
+
def terminating(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
112
117
|
"""
|
|
113
|
-
terminating indicates that this endpoint is terminating. A nil value
|
|
118
|
+
terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
114
119
|
"""
|
|
115
120
|
return pulumi.get(self, "terminating")
|
|
116
121
|
|
|
117
122
|
@terminating.setter
|
|
118
|
-
def terminating(self, value: Optional[pulumi.Input[bool]]):
|
|
123
|
+
def terminating(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
119
124
|
pulumi.set(self, "terminating", value)
|
|
120
125
|
|
|
121
126
|
|
|
@@ -124,17 +129,17 @@ if not MYPY:
|
|
|
124
129
|
"""
|
|
125
130
|
EndpointConditions represents the current condition of an endpoint.
|
|
126
131
|
"""
|
|
127
|
-
ready: NotRequired[pulumi.Input[bool]]
|
|
132
|
+
ready: NotRequired[pulumi.Input[builtins.bool]]
|
|
128
133
|
"""
|
|
129
|
-
ready indicates that this endpoint is
|
|
134
|
+
ready indicates that this endpoint is ready to receive traffic, according to whatever system is managing the endpoint. A nil value should be interpreted as "true". In general, an endpoint should be marked ready if it is serving and not terminating, though this can be overridden in some cases, such as when the associated Service has set the publishNotReadyAddresses flag.
|
|
130
135
|
"""
|
|
131
|
-
serving: NotRequired[pulumi.Input[bool]]
|
|
136
|
+
serving: NotRequired[pulumi.Input[builtins.bool]]
|
|
132
137
|
"""
|
|
133
|
-
serving is
|
|
138
|
+
serving indicates that this endpoint is able to receive traffic, according to whatever system is managing the endpoint. For endpoints backed by pods, the EndpointSlice controller will mark the endpoint as serving if the pod's Ready condition is True. A nil value should be interpreted as "true".
|
|
134
139
|
"""
|
|
135
|
-
terminating: NotRequired[pulumi.Input[bool]]
|
|
140
|
+
terminating: NotRequired[pulumi.Input[builtins.bool]]
|
|
136
141
|
"""
|
|
137
|
-
terminating indicates that this endpoint is terminating. A nil value
|
|
142
|
+
terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
138
143
|
"""
|
|
139
144
|
elif False:
|
|
140
145
|
EndpointConditionsArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -142,14 +147,14 @@ elif False:
|
|
|
142
147
|
@pulumi.input_type
|
|
143
148
|
class EndpointConditionsArgs:
|
|
144
149
|
def __init__(__self__, *,
|
|
145
|
-
ready: Optional[pulumi.Input[bool]] = None,
|
|
146
|
-
serving: Optional[pulumi.Input[bool]] = None,
|
|
147
|
-
terminating: Optional[pulumi.Input[bool]] = None):
|
|
150
|
+
ready: Optional[pulumi.Input[builtins.bool]] = None,
|
|
151
|
+
serving: Optional[pulumi.Input[builtins.bool]] = None,
|
|
152
|
+
terminating: Optional[pulumi.Input[builtins.bool]] = None):
|
|
148
153
|
"""
|
|
149
154
|
EndpointConditions represents the current condition of an endpoint.
|
|
150
|
-
:param pulumi.Input[bool] ready: ready indicates that this endpoint is
|
|
151
|
-
:param pulumi.Input[bool] serving: serving is
|
|
152
|
-
:param pulumi.Input[bool] terminating: terminating indicates that this endpoint is terminating. A nil value
|
|
155
|
+
:param pulumi.Input[builtins.bool] ready: ready indicates that this endpoint is ready to receive traffic, according to whatever system is managing the endpoint. A nil value should be interpreted as "true". In general, an endpoint should be marked ready if it is serving and not terminating, though this can be overridden in some cases, such as when the associated Service has set the publishNotReadyAddresses flag.
|
|
156
|
+
:param pulumi.Input[builtins.bool] serving: serving indicates that this endpoint is able to receive traffic, according to whatever system is managing the endpoint. For endpoints backed by pods, the EndpointSlice controller will mark the endpoint as serving if the pod's Ready condition is True. A nil value should be interpreted as "true".
|
|
157
|
+
:param pulumi.Input[builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
153
158
|
"""
|
|
154
159
|
if ready is not None:
|
|
155
160
|
pulumi.set(__self__, "ready", ready)
|
|
@@ -160,38 +165,38 @@ class EndpointConditionsArgs:
|
|
|
160
165
|
|
|
161
166
|
@property
|
|
162
167
|
@pulumi.getter
|
|
163
|
-
def ready(self) -> Optional[pulumi.Input[bool]]:
|
|
168
|
+
def ready(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
164
169
|
"""
|
|
165
|
-
ready indicates that this endpoint is
|
|
170
|
+
ready indicates that this endpoint is ready to receive traffic, according to whatever system is managing the endpoint. A nil value should be interpreted as "true". In general, an endpoint should be marked ready if it is serving and not terminating, though this can be overridden in some cases, such as when the associated Service has set the publishNotReadyAddresses flag.
|
|
166
171
|
"""
|
|
167
172
|
return pulumi.get(self, "ready")
|
|
168
173
|
|
|
169
174
|
@ready.setter
|
|
170
|
-
def ready(self, value: Optional[pulumi.Input[bool]]):
|
|
175
|
+
def ready(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
171
176
|
pulumi.set(self, "ready", value)
|
|
172
177
|
|
|
173
178
|
@property
|
|
174
179
|
@pulumi.getter
|
|
175
|
-
def serving(self) -> Optional[pulumi.Input[bool]]:
|
|
180
|
+
def serving(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
176
181
|
"""
|
|
177
|
-
serving is
|
|
182
|
+
serving indicates that this endpoint is able to receive traffic, according to whatever system is managing the endpoint. For endpoints backed by pods, the EndpointSlice controller will mark the endpoint as serving if the pod's Ready condition is True. A nil value should be interpreted as "true".
|
|
178
183
|
"""
|
|
179
184
|
return pulumi.get(self, "serving")
|
|
180
185
|
|
|
181
186
|
@serving.setter
|
|
182
|
-
def serving(self, value: Optional[pulumi.Input[bool]]):
|
|
187
|
+
def serving(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
183
188
|
pulumi.set(self, "serving", value)
|
|
184
189
|
|
|
185
190
|
@property
|
|
186
191
|
@pulumi.getter
|
|
187
|
-
def terminating(self) -> Optional[pulumi.Input[bool]]:
|
|
192
|
+
def terminating(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
188
193
|
"""
|
|
189
|
-
terminating indicates that this endpoint is terminating. A nil value
|
|
194
|
+
terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
190
195
|
"""
|
|
191
196
|
return pulumi.get(self, "terminating")
|
|
192
197
|
|
|
193
198
|
@terminating.setter
|
|
194
|
-
def terminating(self, value: Optional[pulumi.Input[bool]]):
|
|
199
|
+
def terminating(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
195
200
|
pulumi.set(self, "terminating", value)
|
|
196
201
|
|
|
197
202
|
|
|
@@ -200,9 +205,13 @@ if not MYPY:
|
|
|
200
205
|
"""
|
|
201
206
|
EndpointHints provides hints describing how an endpoint should be consumed.
|
|
202
207
|
"""
|
|
208
|
+
for_nodes: NotRequired[pulumi.Input[Sequence[pulumi.Input['ForNodePatchArgsDict']]]]
|
|
209
|
+
"""
|
|
210
|
+
forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
211
|
+
"""
|
|
203
212
|
for_zones: NotRequired[pulumi.Input[Sequence[pulumi.Input['ForZonePatchArgsDict']]]]
|
|
204
213
|
"""
|
|
205
|
-
forZones indicates the zone(s) this endpoint should be consumed by
|
|
214
|
+
forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
206
215
|
"""
|
|
207
216
|
elif False:
|
|
208
217
|
EndpointHintsPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -210,19 +219,35 @@ elif False:
|
|
|
210
219
|
@pulumi.input_type
|
|
211
220
|
class EndpointHintsPatchArgs:
|
|
212
221
|
def __init__(__self__, *,
|
|
222
|
+
for_nodes: Optional[pulumi.Input[Sequence[pulumi.Input['ForNodePatchArgs']]]] = None,
|
|
213
223
|
for_zones: Optional[pulumi.Input[Sequence[pulumi.Input['ForZonePatchArgs']]]] = None):
|
|
214
224
|
"""
|
|
215
225
|
EndpointHints provides hints describing how an endpoint should be consumed.
|
|
216
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
|
226
|
+
:param pulumi.Input[Sequence[pulumi.Input['ForNodePatchArgs']]] for_nodes: forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
227
|
+
:param pulumi.Input[Sequence[pulumi.Input['ForZonePatchArgs']]] for_zones: forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
217
228
|
"""
|
|
229
|
+
if for_nodes is not None:
|
|
230
|
+
pulumi.set(__self__, "for_nodes", for_nodes)
|
|
218
231
|
if for_zones is not None:
|
|
219
232
|
pulumi.set(__self__, "for_zones", for_zones)
|
|
220
233
|
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="forNodes")
|
|
236
|
+
def for_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ForNodePatchArgs']]]]:
|
|
237
|
+
"""
|
|
238
|
+
forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "for_nodes")
|
|
241
|
+
|
|
242
|
+
@for_nodes.setter
|
|
243
|
+
def for_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ForNodePatchArgs']]]]):
|
|
244
|
+
pulumi.set(self, "for_nodes", value)
|
|
245
|
+
|
|
221
246
|
@property
|
|
222
247
|
@pulumi.getter(name="forZones")
|
|
223
248
|
def for_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ForZonePatchArgs']]]]:
|
|
224
249
|
"""
|
|
225
|
-
forZones indicates the zone(s) this endpoint should be consumed by
|
|
250
|
+
forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
226
251
|
"""
|
|
227
252
|
return pulumi.get(self, "for_zones")
|
|
228
253
|
|
|
@@ -236,9 +261,13 @@ if not MYPY:
|
|
|
236
261
|
"""
|
|
237
262
|
EndpointHints provides hints describing how an endpoint should be consumed.
|
|
238
263
|
"""
|
|
264
|
+
for_nodes: NotRequired[pulumi.Input[Sequence[pulumi.Input['ForNodeArgsDict']]]]
|
|
265
|
+
"""
|
|
266
|
+
forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
267
|
+
"""
|
|
239
268
|
for_zones: NotRequired[pulumi.Input[Sequence[pulumi.Input['ForZoneArgsDict']]]]
|
|
240
269
|
"""
|
|
241
|
-
forZones indicates the zone(s) this endpoint should be consumed by
|
|
270
|
+
forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
242
271
|
"""
|
|
243
272
|
elif False:
|
|
244
273
|
EndpointHintsArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -246,19 +275,35 @@ elif False:
|
|
|
246
275
|
@pulumi.input_type
|
|
247
276
|
class EndpointHintsArgs:
|
|
248
277
|
def __init__(__self__, *,
|
|
278
|
+
for_nodes: Optional[pulumi.Input[Sequence[pulumi.Input['ForNodeArgs']]]] = None,
|
|
249
279
|
for_zones: Optional[pulumi.Input[Sequence[pulumi.Input['ForZoneArgs']]]] = None):
|
|
250
280
|
"""
|
|
251
281
|
EndpointHints provides hints describing how an endpoint should be consumed.
|
|
252
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
|
282
|
+
:param pulumi.Input[Sequence[pulumi.Input['ForNodeArgs']]] for_nodes: forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
283
|
+
:param pulumi.Input[Sequence[pulumi.Input['ForZoneArgs']]] for_zones: forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
253
284
|
"""
|
|
285
|
+
if for_nodes is not None:
|
|
286
|
+
pulumi.set(__self__, "for_nodes", for_nodes)
|
|
254
287
|
if for_zones is not None:
|
|
255
288
|
pulumi.set(__self__, "for_zones", for_zones)
|
|
256
289
|
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="forNodes")
|
|
292
|
+
def for_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ForNodeArgs']]]]:
|
|
293
|
+
"""
|
|
294
|
+
forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "for_nodes")
|
|
297
|
+
|
|
298
|
+
@for_nodes.setter
|
|
299
|
+
def for_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ForNodeArgs']]]]):
|
|
300
|
+
pulumi.set(self, "for_nodes", value)
|
|
301
|
+
|
|
257
302
|
@property
|
|
258
303
|
@pulumi.getter(name="forZones")
|
|
259
304
|
def for_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ForZoneArgs']]]]:
|
|
260
305
|
"""
|
|
261
|
-
forZones indicates the zone(s) this endpoint should be consumed by
|
|
306
|
+
forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
262
307
|
"""
|
|
263
308
|
return pulumi.get(self, "for_zones")
|
|
264
309
|
|
|
@@ -272,15 +317,15 @@ if not MYPY:
|
|
|
272
317
|
"""
|
|
273
318
|
Endpoint represents a single logical "backend" implementing a service.
|
|
274
319
|
"""
|
|
275
|
-
addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
320
|
+
addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
276
321
|
"""
|
|
277
|
-
addresses of this endpoint.
|
|
322
|
+
addresses of this endpoint. For EndpointSlices of addressType "IPv4" or "IPv6", the values are IP addresses in canonical form. The syntax and semantics of other addressType values are not defined. This must contain at least one address but no more than 100. EndpointSlices generated by the EndpointSlice controller will always have exactly 1 address. No semantics are defined for additional addresses beyond the first, and kube-proxy does not look at them.
|
|
278
323
|
"""
|
|
279
324
|
conditions: NotRequired[pulumi.Input['EndpointConditionsPatchArgsDict']]
|
|
280
325
|
"""
|
|
281
326
|
conditions contains information about the current status of the endpoint.
|
|
282
327
|
"""
|
|
283
|
-
deprecated_topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
328
|
+
deprecated_topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
284
329
|
"""
|
|
285
330
|
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
331
|
"""
|
|
@@ -288,11 +333,11 @@ if not MYPY:
|
|
|
288
333
|
"""
|
|
289
334
|
hints contains information associated with how an endpoint should be consumed.
|
|
290
335
|
"""
|
|
291
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
336
|
+
hostname: NotRequired[pulumi.Input[builtins.str]]
|
|
292
337
|
"""
|
|
293
338
|
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
339
|
"""
|
|
295
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
340
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
296
341
|
"""
|
|
297
342
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
298
343
|
"""
|
|
@@ -300,7 +345,7 @@ if not MYPY:
|
|
|
300
345
|
"""
|
|
301
346
|
targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
302
347
|
"""
|
|
303
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
348
|
+
zone: NotRequired[pulumi.Input[builtins.str]]
|
|
304
349
|
"""
|
|
305
350
|
zone is the name of the Zone this endpoint exists in.
|
|
306
351
|
"""
|
|
@@ -310,24 +355,24 @@ elif False:
|
|
|
310
355
|
@pulumi.input_type
|
|
311
356
|
class EndpointPatchArgs:
|
|
312
357
|
def __init__(__self__, *,
|
|
313
|
-
addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
358
|
+
addresses: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
314
359
|
conditions: Optional[pulumi.Input['EndpointConditionsPatchArgs']] = None,
|
|
315
|
-
deprecated_topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
360
|
+
deprecated_topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
316
361
|
hints: Optional[pulumi.Input['EndpointHintsPatchArgs']] = None,
|
|
317
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
318
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
362
|
+
hostname: Optional[pulumi.Input[builtins.str]] = None,
|
|
363
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
319
364
|
target_ref: Optional[pulumi.Input['_core.v1.ObjectReferencePatchArgs']] = None,
|
|
320
|
-
zone: Optional[pulumi.Input[str]] = None):
|
|
365
|
+
zone: Optional[pulumi.Input[builtins.str]] = None):
|
|
321
366
|
"""
|
|
322
367
|
Endpoint represents a single logical "backend" implementing a service.
|
|
323
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: addresses of this endpoint.
|
|
368
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] addresses: addresses of this endpoint. For EndpointSlices of addressType "IPv4" or "IPv6", the values are IP addresses in canonical form. The syntax and semantics of other addressType values are not defined. This must contain at least one address but no more than 100. EndpointSlices generated by the EndpointSlice controller will always have exactly 1 address. No semantics are defined for additional addresses beyond the first, and kube-proxy does not look at them.
|
|
324
369
|
: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.
|
|
370
|
+
: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
371
|
: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.
|
|
372
|
+
: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.
|
|
373
|
+
: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
374
|
: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.
|
|
375
|
+
:param pulumi.Input[builtins.str] zone: zone is the name of the Zone this endpoint exists in.
|
|
331
376
|
"""
|
|
332
377
|
if addresses is not None:
|
|
333
378
|
pulumi.set(__self__, "addresses", addresses)
|
|
@@ -348,14 +393,14 @@ class EndpointPatchArgs:
|
|
|
348
393
|
|
|
349
394
|
@property
|
|
350
395
|
@pulumi.getter
|
|
351
|
-
def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
396
|
+
def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
352
397
|
"""
|
|
353
|
-
addresses of this endpoint.
|
|
398
|
+
addresses of this endpoint. For EndpointSlices of addressType "IPv4" or "IPv6", the values are IP addresses in canonical form. The syntax and semantics of other addressType values are not defined. This must contain at least one address but no more than 100. EndpointSlices generated by the EndpointSlice controller will always have exactly 1 address. No semantics are defined for additional addresses beyond the first, and kube-proxy does not look at them.
|
|
354
399
|
"""
|
|
355
400
|
return pulumi.get(self, "addresses")
|
|
356
401
|
|
|
357
402
|
@addresses.setter
|
|
358
|
-
def addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
403
|
+
def addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
359
404
|
pulumi.set(self, "addresses", value)
|
|
360
405
|
|
|
361
406
|
@property
|
|
@@ -372,14 +417,14 @@ class EndpointPatchArgs:
|
|
|
372
417
|
|
|
373
418
|
@property
|
|
374
419
|
@pulumi.getter(name="deprecatedTopology")
|
|
375
|
-
def deprecated_topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
420
|
+
def deprecated_topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
376
421
|
"""
|
|
377
422
|
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
423
|
"""
|
|
379
424
|
return pulumi.get(self, "deprecated_topology")
|
|
380
425
|
|
|
381
426
|
@deprecated_topology.setter
|
|
382
|
-
def deprecated_topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
427
|
+
def deprecated_topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
383
428
|
pulumi.set(self, "deprecated_topology", value)
|
|
384
429
|
|
|
385
430
|
@property
|
|
@@ -396,26 +441,26 @@ class EndpointPatchArgs:
|
|
|
396
441
|
|
|
397
442
|
@property
|
|
398
443
|
@pulumi.getter
|
|
399
|
-
def hostname(self) -> Optional[pulumi.Input[str]]:
|
|
444
|
+
def hostname(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
400
445
|
"""
|
|
401
446
|
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
447
|
"""
|
|
403
448
|
return pulumi.get(self, "hostname")
|
|
404
449
|
|
|
405
450
|
@hostname.setter
|
|
406
|
-
def hostname(self, value: Optional[pulumi.Input[str]]):
|
|
451
|
+
def hostname(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
407
452
|
pulumi.set(self, "hostname", value)
|
|
408
453
|
|
|
409
454
|
@property
|
|
410
455
|
@pulumi.getter(name="nodeName")
|
|
411
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
456
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
412
457
|
"""
|
|
413
458
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
414
459
|
"""
|
|
415
460
|
return pulumi.get(self, "node_name")
|
|
416
461
|
|
|
417
462
|
@node_name.setter
|
|
418
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
463
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
419
464
|
pulumi.set(self, "node_name", value)
|
|
420
465
|
|
|
421
466
|
@property
|
|
@@ -432,14 +477,14 @@ class EndpointPatchArgs:
|
|
|
432
477
|
|
|
433
478
|
@property
|
|
434
479
|
@pulumi.getter
|
|
435
|
-
def zone(self) -> Optional[pulumi.Input[str]]:
|
|
480
|
+
def zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
436
481
|
"""
|
|
437
482
|
zone is the name of the Zone this endpoint exists in.
|
|
438
483
|
"""
|
|
439
484
|
return pulumi.get(self, "zone")
|
|
440
485
|
|
|
441
486
|
@zone.setter
|
|
442
|
-
def zone(self, value: Optional[pulumi.Input[str]]):
|
|
487
|
+
def zone(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
443
488
|
pulumi.set(self, "zone", value)
|
|
444
489
|
|
|
445
490
|
|
|
@@ -448,7 +493,7 @@ if not MYPY:
|
|
|
448
493
|
"""
|
|
449
494
|
EndpointPort represents a Port used by an EndpointSlice
|
|
450
495
|
"""
|
|
451
|
-
app_protocol: NotRequired[pulumi.Input[str]]
|
|
496
|
+
app_protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
452
497
|
"""
|
|
453
498
|
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
499
|
|
|
@@ -461,15 +506,15 @@ if not MYPY:
|
|
|
461
506
|
|
|
462
507
|
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
|
|
463
508
|
"""
|
|
464
|
-
name: NotRequired[pulumi.Input[str]]
|
|
509
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
465
510
|
"""
|
|
466
511
|
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
512
|
"""
|
|
468
|
-
port: NotRequired[pulumi.Input[int]]
|
|
513
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
|
469
514
|
"""
|
|
470
|
-
port represents the port number of the endpoint. If
|
|
515
|
+
port represents the port number of the endpoint. If the EndpointSlice is derived from a Kubernetes service, this must be set to the service's target port. EndpointSlices used for other purposes may have a nil port.
|
|
471
516
|
"""
|
|
472
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
517
|
+
protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
473
518
|
"""
|
|
474
519
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
475
520
|
"""
|
|
@@ -479,13 +524,13 @@ elif False:
|
|
|
479
524
|
@pulumi.input_type
|
|
480
525
|
class EndpointPortPatchArgs:
|
|
481
526
|
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):
|
|
527
|
+
app_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
|
528
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
529
|
+
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
530
|
+
protocol: Optional[pulumi.Input[builtins.str]] = None):
|
|
486
531
|
"""
|
|
487
532
|
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:
|
|
533
|
+
: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
534
|
|
|
490
535
|
* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).
|
|
491
536
|
|
|
@@ -495,9 +540,9 @@ class EndpointPortPatchArgs:
|
|
|
495
540
|
* 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
|
|
496
541
|
|
|
497
542
|
* 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
|
|
500
|
-
:param pulumi.Input[str] protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
543
|
+
: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.
|
|
544
|
+
:param pulumi.Input[builtins.int] port: port represents the port number of the endpoint. If the EndpointSlice is derived from a Kubernetes service, this must be set to the service's target port. EndpointSlices used for other purposes may have a nil port.
|
|
545
|
+
:param pulumi.Input[builtins.str] protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
501
546
|
"""
|
|
502
547
|
if app_protocol is not None:
|
|
503
548
|
pulumi.set(__self__, "app_protocol", app_protocol)
|
|
@@ -510,7 +555,7 @@ class EndpointPortPatchArgs:
|
|
|
510
555
|
|
|
511
556
|
@property
|
|
512
557
|
@pulumi.getter(name="appProtocol")
|
|
513
|
-
def app_protocol(self) -> Optional[pulumi.Input[str]]:
|
|
558
|
+
def app_protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
514
559
|
"""
|
|
515
560
|
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
561
|
|
|
@@ -526,43 +571,43 @@ class EndpointPortPatchArgs:
|
|
|
526
571
|
return pulumi.get(self, "app_protocol")
|
|
527
572
|
|
|
528
573
|
@app_protocol.setter
|
|
529
|
-
def app_protocol(self, value: Optional[pulumi.Input[str]]):
|
|
574
|
+
def app_protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
530
575
|
pulumi.set(self, "app_protocol", value)
|
|
531
576
|
|
|
532
577
|
@property
|
|
533
578
|
@pulumi.getter
|
|
534
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
579
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
535
580
|
"""
|
|
536
581
|
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
582
|
"""
|
|
538
583
|
return pulumi.get(self, "name")
|
|
539
584
|
|
|
540
585
|
@name.setter
|
|
541
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
586
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
542
587
|
pulumi.set(self, "name", value)
|
|
543
588
|
|
|
544
589
|
@property
|
|
545
590
|
@pulumi.getter
|
|
546
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
591
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
547
592
|
"""
|
|
548
|
-
port represents the port number of the endpoint. If
|
|
593
|
+
port represents the port number of the endpoint. If the EndpointSlice is derived from a Kubernetes service, this must be set to the service's target port. EndpointSlices used for other purposes may have a nil port.
|
|
549
594
|
"""
|
|
550
595
|
return pulumi.get(self, "port")
|
|
551
596
|
|
|
552
597
|
@port.setter
|
|
553
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
598
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
554
599
|
pulumi.set(self, "port", value)
|
|
555
600
|
|
|
556
601
|
@property
|
|
557
602
|
@pulumi.getter
|
|
558
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
603
|
+
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
559
604
|
"""
|
|
560
605
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
561
606
|
"""
|
|
562
607
|
return pulumi.get(self, "protocol")
|
|
563
608
|
|
|
564
609
|
@protocol.setter
|
|
565
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
610
|
+
def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
566
611
|
pulumi.set(self, "protocol", value)
|
|
567
612
|
|
|
568
613
|
|
|
@@ -571,7 +616,7 @@ if not MYPY:
|
|
|
571
616
|
"""
|
|
572
617
|
EndpointPort represents a Port used by an EndpointSlice
|
|
573
618
|
"""
|
|
574
|
-
app_protocol: NotRequired[pulumi.Input[str]]
|
|
619
|
+
app_protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
575
620
|
"""
|
|
576
621
|
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
622
|
|
|
@@ -584,15 +629,15 @@ if not MYPY:
|
|
|
584
629
|
|
|
585
630
|
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
|
|
586
631
|
"""
|
|
587
|
-
name: NotRequired[pulumi.Input[str]]
|
|
632
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
588
633
|
"""
|
|
589
634
|
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
635
|
"""
|
|
591
|
-
port: NotRequired[pulumi.Input[int]]
|
|
636
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
|
592
637
|
"""
|
|
593
|
-
port represents the port number of the endpoint. If
|
|
638
|
+
port represents the port number of the endpoint. If the EndpointSlice is derived from a Kubernetes service, this must be set to the service's target port. EndpointSlices used for other purposes may have a nil port.
|
|
594
639
|
"""
|
|
595
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
640
|
+
protocol: NotRequired[pulumi.Input[builtins.str]]
|
|
596
641
|
"""
|
|
597
642
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
598
643
|
"""
|
|
@@ -602,13 +647,13 @@ elif False:
|
|
|
602
647
|
@pulumi.input_type
|
|
603
648
|
class EndpointPortArgs:
|
|
604
649
|
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):
|
|
650
|
+
app_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
|
651
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
652
|
+
port: Optional[pulumi.Input[builtins.int]] = None,
|
|
653
|
+
protocol: Optional[pulumi.Input[builtins.str]] = None):
|
|
609
654
|
"""
|
|
610
655
|
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:
|
|
656
|
+
: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
657
|
|
|
613
658
|
* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).
|
|
614
659
|
|
|
@@ -618,9 +663,9 @@ class EndpointPortArgs:
|
|
|
618
663
|
* 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
|
|
619
664
|
|
|
620
665
|
* 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
|
|
623
|
-
:param pulumi.Input[str] protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
666
|
+
: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.
|
|
667
|
+
:param pulumi.Input[builtins.int] port: port represents the port number of the endpoint. If the EndpointSlice is derived from a Kubernetes service, this must be set to the service's target port. EndpointSlices used for other purposes may have a nil port.
|
|
668
|
+
:param pulumi.Input[builtins.str] protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
624
669
|
"""
|
|
625
670
|
if app_protocol is not None:
|
|
626
671
|
pulumi.set(__self__, "app_protocol", app_protocol)
|
|
@@ -633,7 +678,7 @@ class EndpointPortArgs:
|
|
|
633
678
|
|
|
634
679
|
@property
|
|
635
680
|
@pulumi.getter(name="appProtocol")
|
|
636
|
-
def app_protocol(self) -> Optional[pulumi.Input[str]]:
|
|
681
|
+
def app_protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
637
682
|
"""
|
|
638
683
|
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
684
|
|
|
@@ -649,64 +694,64 @@ class EndpointPortArgs:
|
|
|
649
694
|
return pulumi.get(self, "app_protocol")
|
|
650
695
|
|
|
651
696
|
@app_protocol.setter
|
|
652
|
-
def app_protocol(self, value: Optional[pulumi.Input[str]]):
|
|
697
|
+
def app_protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
653
698
|
pulumi.set(self, "app_protocol", value)
|
|
654
699
|
|
|
655
700
|
@property
|
|
656
701
|
@pulumi.getter
|
|
657
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
702
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
658
703
|
"""
|
|
659
704
|
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
705
|
"""
|
|
661
706
|
return pulumi.get(self, "name")
|
|
662
707
|
|
|
663
708
|
@name.setter
|
|
664
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
709
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
665
710
|
pulumi.set(self, "name", value)
|
|
666
711
|
|
|
667
712
|
@property
|
|
668
713
|
@pulumi.getter
|
|
669
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
714
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
670
715
|
"""
|
|
671
|
-
port represents the port number of the endpoint. If
|
|
716
|
+
port represents the port number of the endpoint. If the EndpointSlice is derived from a Kubernetes service, this must be set to the service's target port. EndpointSlices used for other purposes may have a nil port.
|
|
672
717
|
"""
|
|
673
718
|
return pulumi.get(self, "port")
|
|
674
719
|
|
|
675
720
|
@port.setter
|
|
676
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
721
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
677
722
|
pulumi.set(self, "port", value)
|
|
678
723
|
|
|
679
724
|
@property
|
|
680
725
|
@pulumi.getter
|
|
681
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
726
|
+
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
682
727
|
"""
|
|
683
728
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
684
729
|
"""
|
|
685
730
|
return pulumi.get(self, "protocol")
|
|
686
731
|
|
|
687
732
|
@protocol.setter
|
|
688
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
733
|
+
def protocol(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
689
734
|
pulumi.set(self, "protocol", value)
|
|
690
735
|
|
|
691
736
|
|
|
692
737
|
if not MYPY:
|
|
693
738
|
class EndpointSliceArgsDict(TypedDict):
|
|
694
739
|
"""
|
|
695
|
-
EndpointSlice represents a
|
|
740
|
+
EndpointSlice represents a set of service endpoints. Most EndpointSlices are created by the EndpointSlice controller to represent the Pods selected by Service objects. For a given service there may be multiple EndpointSlice objects which must be joined to produce the full set of endpoints; you can find all of the slices for a given service by listing EndpointSlices in the service's namespace whose `kubernetes.io/service-name` label contains the service's name.
|
|
696
741
|
"""
|
|
697
|
-
address_type: pulumi.Input[str]
|
|
742
|
+
address_type: pulumi.Input[builtins.str]
|
|
698
743
|
"""
|
|
699
|
-
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.
|
|
744
|
+
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. (Deprecated) The EndpointSlice controller only generates, and kube-proxy only processes, slices of addressType "IPv4" and "IPv6". No semantics are defined for the "FQDN" type.
|
|
700
745
|
"""
|
|
701
746
|
endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointArgsDict']]]
|
|
702
747
|
"""
|
|
703
748
|
endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.
|
|
704
749
|
"""
|
|
705
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
750
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
706
751
|
"""
|
|
707
752
|
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
753
|
"""
|
|
709
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
754
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
710
755
|
"""
|
|
711
756
|
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
757
|
"""
|
|
@@ -716,7 +761,7 @@ if not MYPY:
|
|
|
716
761
|
"""
|
|
717
762
|
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['EndpointPortArgsDict']]]]
|
|
718
763
|
"""
|
|
719
|
-
ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name.
|
|
764
|
+
ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. Each slice may include a maximum of 100 ports. Services always have at least 1 port, so EndpointSlices generated by the EndpointSlice controller will likewise always have at least 1 port. EndpointSlices used for other purposes may have an empty ports list.
|
|
720
765
|
"""
|
|
721
766
|
elif False:
|
|
722
767
|
EndpointSliceArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -724,20 +769,20 @@ elif False:
|
|
|
724
769
|
@pulumi.input_type
|
|
725
770
|
class EndpointSliceArgs:
|
|
726
771
|
def __init__(__self__, *,
|
|
727
|
-
address_type: pulumi.Input[str],
|
|
772
|
+
address_type: pulumi.Input[builtins.str],
|
|
728
773
|
endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]],
|
|
729
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
730
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
774
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
775
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
731
776
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
732
777
|
ports: Optional[pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]]] = None):
|
|
733
778
|
"""
|
|
734
|
-
EndpointSlice represents a
|
|
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.
|
|
779
|
+
EndpointSlice represents a set of service endpoints. Most EndpointSlices are created by the EndpointSlice controller to represent the Pods selected by Service objects. For a given service there may be multiple EndpointSlice objects which must be joined to produce the full set of endpoints; you can find all of the slices for a given service by listing EndpointSlices in the service's namespace whose `kubernetes.io/service-name` label contains the service's name.
|
|
780
|
+
: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. (Deprecated) The EndpointSlice controller only generates, and kube-proxy only processes, slices of addressType "IPv4" and "IPv6". No semantics are defined for the "FQDN" type.
|
|
736
781
|
: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
|
|
782
|
+
: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
|
|
783
|
+
: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
784
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata.
|
|
740
|
-
: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.
|
|
785
|
+
: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. Each slice may include a maximum of 100 ports. Services always have at least 1 port, so EndpointSlices generated by the EndpointSlice controller will likewise always have at least 1 port. EndpointSlices used for other purposes may have an empty ports list.
|
|
741
786
|
"""
|
|
742
787
|
pulumi.set(__self__, "address_type", address_type)
|
|
743
788
|
pulumi.set(__self__, "endpoints", endpoints)
|
|
@@ -752,14 +797,14 @@ class EndpointSliceArgs:
|
|
|
752
797
|
|
|
753
798
|
@property
|
|
754
799
|
@pulumi.getter(name="addressType")
|
|
755
|
-
def address_type(self) -> pulumi.Input[str]:
|
|
800
|
+
def address_type(self) -> pulumi.Input[builtins.str]:
|
|
756
801
|
"""
|
|
757
|
-
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.
|
|
802
|
+
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. (Deprecated) The EndpointSlice controller only generates, and kube-proxy only processes, slices of addressType "IPv4" and "IPv6". No semantics are defined for the "FQDN" type.
|
|
758
803
|
"""
|
|
759
804
|
return pulumi.get(self, "address_type")
|
|
760
805
|
|
|
761
806
|
@address_type.setter
|
|
762
|
-
def address_type(self, value: pulumi.Input[str]):
|
|
807
|
+
def address_type(self, value: pulumi.Input[builtins.str]):
|
|
763
808
|
pulumi.set(self, "address_type", value)
|
|
764
809
|
|
|
765
810
|
@property
|
|
@@ -776,26 +821,26 @@ class EndpointSliceArgs:
|
|
|
776
821
|
|
|
777
822
|
@property
|
|
778
823
|
@pulumi.getter(name="apiVersion")
|
|
779
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
824
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
780
825
|
"""
|
|
781
826
|
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
827
|
"""
|
|
783
828
|
return pulumi.get(self, "api_version")
|
|
784
829
|
|
|
785
830
|
@api_version.setter
|
|
786
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
831
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
787
832
|
pulumi.set(self, "api_version", value)
|
|
788
833
|
|
|
789
834
|
@property
|
|
790
835
|
@pulumi.getter
|
|
791
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
836
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
792
837
|
"""
|
|
793
838
|
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
839
|
"""
|
|
795
840
|
return pulumi.get(self, "kind")
|
|
796
841
|
|
|
797
842
|
@kind.setter
|
|
798
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
843
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
799
844
|
pulumi.set(self, "kind", value)
|
|
800
845
|
|
|
801
846
|
@property
|
|
@@ -814,7 +859,7 @@ class EndpointSliceArgs:
|
|
|
814
859
|
@pulumi.getter
|
|
815
860
|
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]]]:
|
|
816
861
|
"""
|
|
817
|
-
ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name.
|
|
862
|
+
ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. Each slice may include a maximum of 100 ports. Services always have at least 1 port, so EndpointSlices generated by the EndpointSlice controller will likewise always have at least 1 port. EndpointSlices used for other purposes may have an empty ports list.
|
|
818
863
|
"""
|
|
819
864
|
return pulumi.get(self, "ports")
|
|
820
865
|
|
|
@@ -828,15 +873,15 @@ if not MYPY:
|
|
|
828
873
|
"""
|
|
829
874
|
Endpoint represents a single logical "backend" implementing a service.
|
|
830
875
|
"""
|
|
831
|
-
addresses: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
876
|
+
addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
832
877
|
"""
|
|
833
|
-
addresses of this endpoint.
|
|
878
|
+
addresses of this endpoint. For EndpointSlices of addressType "IPv4" or "IPv6", the values are IP addresses in canonical form. The syntax and semantics of other addressType values are not defined. This must contain at least one address but no more than 100. EndpointSlices generated by the EndpointSlice controller will always have exactly 1 address. No semantics are defined for additional addresses beyond the first, and kube-proxy does not look at them.
|
|
834
879
|
"""
|
|
835
880
|
conditions: NotRequired[pulumi.Input['EndpointConditionsArgsDict']]
|
|
836
881
|
"""
|
|
837
882
|
conditions contains information about the current status of the endpoint.
|
|
838
883
|
"""
|
|
839
|
-
deprecated_topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
884
|
+
deprecated_topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
840
885
|
"""
|
|
841
886
|
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
887
|
"""
|
|
@@ -844,11 +889,11 @@ if not MYPY:
|
|
|
844
889
|
"""
|
|
845
890
|
hints contains information associated with how an endpoint should be consumed.
|
|
846
891
|
"""
|
|
847
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
892
|
+
hostname: NotRequired[pulumi.Input[builtins.str]]
|
|
848
893
|
"""
|
|
849
894
|
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
895
|
"""
|
|
851
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
896
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
852
897
|
"""
|
|
853
898
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
854
899
|
"""
|
|
@@ -856,7 +901,7 @@ if not MYPY:
|
|
|
856
901
|
"""
|
|
857
902
|
targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
858
903
|
"""
|
|
859
|
-
zone: NotRequired[pulumi.Input[str]]
|
|
904
|
+
zone: NotRequired[pulumi.Input[builtins.str]]
|
|
860
905
|
"""
|
|
861
906
|
zone is the name of the Zone this endpoint exists in.
|
|
862
907
|
"""
|
|
@@ -866,24 +911,24 @@ elif False:
|
|
|
866
911
|
@pulumi.input_type
|
|
867
912
|
class EndpointArgs:
|
|
868
913
|
def __init__(__self__, *,
|
|
869
|
-
addresses: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
914
|
+
addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
870
915
|
conditions: Optional[pulumi.Input['EndpointConditionsArgs']] = None,
|
|
871
|
-
deprecated_topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
916
|
+
deprecated_topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
872
917
|
hints: Optional[pulumi.Input['EndpointHintsArgs']] = None,
|
|
873
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
874
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
918
|
+
hostname: Optional[pulumi.Input[builtins.str]] = None,
|
|
919
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
875
920
|
target_ref: Optional[pulumi.Input['_core.v1.ObjectReferenceArgs']] = None,
|
|
876
|
-
zone: Optional[pulumi.Input[str]] = None):
|
|
921
|
+
zone: Optional[pulumi.Input[builtins.str]] = None):
|
|
877
922
|
"""
|
|
878
923
|
Endpoint represents a single logical "backend" implementing a service.
|
|
879
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: addresses of this endpoint.
|
|
924
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] addresses: addresses of this endpoint. For EndpointSlices of addressType "IPv4" or "IPv6", the values are IP addresses in canonical form. The syntax and semantics of other addressType values are not defined. This must contain at least one address but no more than 100. EndpointSlices generated by the EndpointSlice controller will always have exactly 1 address. No semantics are defined for additional addresses beyond the first, and kube-proxy does not look at them.
|
|
880
925
|
: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.
|
|
926
|
+
: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
927
|
: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.
|
|
928
|
+
: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.
|
|
929
|
+
: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
930
|
: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.
|
|
931
|
+
:param pulumi.Input[builtins.str] zone: zone is the name of the Zone this endpoint exists in.
|
|
887
932
|
"""
|
|
888
933
|
pulumi.set(__self__, "addresses", addresses)
|
|
889
934
|
if conditions is not None:
|
|
@@ -903,14 +948,14 @@ class EndpointArgs:
|
|
|
903
948
|
|
|
904
949
|
@property
|
|
905
950
|
@pulumi.getter
|
|
906
|
-
def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
951
|
+
def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
907
952
|
"""
|
|
908
|
-
addresses of this endpoint.
|
|
953
|
+
addresses of this endpoint. For EndpointSlices of addressType "IPv4" or "IPv6", the values are IP addresses in canonical form. The syntax and semantics of other addressType values are not defined. This must contain at least one address but no more than 100. EndpointSlices generated by the EndpointSlice controller will always have exactly 1 address. No semantics are defined for additional addresses beyond the first, and kube-proxy does not look at them.
|
|
909
954
|
"""
|
|
910
955
|
return pulumi.get(self, "addresses")
|
|
911
956
|
|
|
912
957
|
@addresses.setter
|
|
913
|
-
def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
958
|
+
def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
914
959
|
pulumi.set(self, "addresses", value)
|
|
915
960
|
|
|
916
961
|
@property
|
|
@@ -927,14 +972,14 @@ class EndpointArgs:
|
|
|
927
972
|
|
|
928
973
|
@property
|
|
929
974
|
@pulumi.getter(name="deprecatedTopology")
|
|
930
|
-
def deprecated_topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
975
|
+
def deprecated_topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
931
976
|
"""
|
|
932
977
|
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
978
|
"""
|
|
934
979
|
return pulumi.get(self, "deprecated_topology")
|
|
935
980
|
|
|
936
981
|
@deprecated_topology.setter
|
|
937
|
-
def deprecated_topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
982
|
+
def deprecated_topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
938
983
|
pulumi.set(self, "deprecated_topology", value)
|
|
939
984
|
|
|
940
985
|
@property
|
|
@@ -951,26 +996,26 @@ class EndpointArgs:
|
|
|
951
996
|
|
|
952
997
|
@property
|
|
953
998
|
@pulumi.getter
|
|
954
|
-
def hostname(self) -> Optional[pulumi.Input[str]]:
|
|
999
|
+
def hostname(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
955
1000
|
"""
|
|
956
1001
|
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
1002
|
"""
|
|
958
1003
|
return pulumi.get(self, "hostname")
|
|
959
1004
|
|
|
960
1005
|
@hostname.setter
|
|
961
|
-
def hostname(self, value: Optional[pulumi.Input[str]]):
|
|
1006
|
+
def hostname(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
962
1007
|
pulumi.set(self, "hostname", value)
|
|
963
1008
|
|
|
964
1009
|
@property
|
|
965
1010
|
@pulumi.getter(name="nodeName")
|
|
966
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
1011
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
967
1012
|
"""
|
|
968
1013
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
969
1014
|
"""
|
|
970
1015
|
return pulumi.get(self, "node_name")
|
|
971
1016
|
|
|
972
1017
|
@node_name.setter
|
|
973
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
1018
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
974
1019
|
pulumi.set(self, "node_name", value)
|
|
975
1020
|
|
|
976
1021
|
@property
|
|
@@ -987,23 +1032,94 @@ class EndpointArgs:
|
|
|
987
1032
|
|
|
988
1033
|
@property
|
|
989
1034
|
@pulumi.getter
|
|
990
|
-
def zone(self) -> Optional[pulumi.Input[str]]:
|
|
1035
|
+
def zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
991
1036
|
"""
|
|
992
1037
|
zone is the name of the Zone this endpoint exists in.
|
|
993
1038
|
"""
|
|
994
1039
|
return pulumi.get(self, "zone")
|
|
995
1040
|
|
|
996
1041
|
@zone.setter
|
|
997
|
-
def zone(self, value: Optional[pulumi.Input[str]]):
|
|
1042
|
+
def zone(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
998
1043
|
pulumi.set(self, "zone", value)
|
|
999
1044
|
|
|
1000
1045
|
|
|
1046
|
+
if not MYPY:
|
|
1047
|
+
class ForNodePatchArgsDict(TypedDict):
|
|
1048
|
+
"""
|
|
1049
|
+
ForNode provides information about which nodes should consume this endpoint.
|
|
1050
|
+
"""
|
|
1051
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1052
|
+
"""
|
|
1053
|
+
name represents the name of the node.
|
|
1054
|
+
"""
|
|
1055
|
+
elif False:
|
|
1056
|
+
ForNodePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1057
|
+
|
|
1058
|
+
@pulumi.input_type
|
|
1059
|
+
class ForNodePatchArgs:
|
|
1060
|
+
def __init__(__self__, *,
|
|
1061
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1062
|
+
"""
|
|
1063
|
+
ForNode provides information about which nodes should consume this endpoint.
|
|
1064
|
+
:param pulumi.Input[builtins.str] name: name represents the name of the node.
|
|
1065
|
+
"""
|
|
1066
|
+
if name is not None:
|
|
1067
|
+
pulumi.set(__self__, "name", name)
|
|
1068
|
+
|
|
1069
|
+
@property
|
|
1070
|
+
@pulumi.getter
|
|
1071
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1072
|
+
"""
|
|
1073
|
+
name represents the name of the node.
|
|
1074
|
+
"""
|
|
1075
|
+
return pulumi.get(self, "name")
|
|
1076
|
+
|
|
1077
|
+
@name.setter
|
|
1078
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1079
|
+
pulumi.set(self, "name", value)
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
if not MYPY:
|
|
1083
|
+
class ForNodeArgsDict(TypedDict):
|
|
1084
|
+
"""
|
|
1085
|
+
ForNode provides information about which nodes should consume this endpoint.
|
|
1086
|
+
"""
|
|
1087
|
+
name: pulumi.Input[builtins.str]
|
|
1088
|
+
"""
|
|
1089
|
+
name represents the name of the node.
|
|
1090
|
+
"""
|
|
1091
|
+
elif False:
|
|
1092
|
+
ForNodeArgsDict: TypeAlias = Mapping[str, Any]
|
|
1093
|
+
|
|
1094
|
+
@pulumi.input_type
|
|
1095
|
+
class ForNodeArgs:
|
|
1096
|
+
def __init__(__self__, *,
|
|
1097
|
+
name: pulumi.Input[builtins.str]):
|
|
1098
|
+
"""
|
|
1099
|
+
ForNode provides information about which nodes should consume this endpoint.
|
|
1100
|
+
:param pulumi.Input[builtins.str] name: name represents the name of the node.
|
|
1101
|
+
"""
|
|
1102
|
+
pulumi.set(__self__, "name", name)
|
|
1103
|
+
|
|
1104
|
+
@property
|
|
1105
|
+
@pulumi.getter
|
|
1106
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1107
|
+
"""
|
|
1108
|
+
name represents the name of the node.
|
|
1109
|
+
"""
|
|
1110
|
+
return pulumi.get(self, "name")
|
|
1111
|
+
|
|
1112
|
+
@name.setter
|
|
1113
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1114
|
+
pulumi.set(self, "name", value)
|
|
1115
|
+
|
|
1116
|
+
|
|
1001
1117
|
if not MYPY:
|
|
1002
1118
|
class ForZonePatchArgsDict(TypedDict):
|
|
1003
1119
|
"""
|
|
1004
1120
|
ForZone provides information about which zones should consume this endpoint.
|
|
1005
1121
|
"""
|
|
1006
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1122
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1007
1123
|
"""
|
|
1008
1124
|
name represents the name of the zone.
|
|
1009
1125
|
"""
|
|
@@ -1013,24 +1129,24 @@ elif False:
|
|
|
1013
1129
|
@pulumi.input_type
|
|
1014
1130
|
class ForZonePatchArgs:
|
|
1015
1131
|
def __init__(__self__, *,
|
|
1016
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
1132
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1017
1133
|
"""
|
|
1018
1134
|
ForZone provides information about which zones should consume this endpoint.
|
|
1019
|
-
:param pulumi.Input[str] name: name represents the name of the zone.
|
|
1135
|
+
:param pulumi.Input[builtins.str] name: name represents the name of the zone.
|
|
1020
1136
|
"""
|
|
1021
1137
|
if name is not None:
|
|
1022
1138
|
pulumi.set(__self__, "name", name)
|
|
1023
1139
|
|
|
1024
1140
|
@property
|
|
1025
1141
|
@pulumi.getter
|
|
1026
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1142
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1027
1143
|
"""
|
|
1028
1144
|
name represents the name of the zone.
|
|
1029
1145
|
"""
|
|
1030
1146
|
return pulumi.get(self, "name")
|
|
1031
1147
|
|
|
1032
1148
|
@name.setter
|
|
1033
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1149
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1034
1150
|
pulumi.set(self, "name", value)
|
|
1035
1151
|
|
|
1036
1152
|
|
|
@@ -1039,7 +1155,7 @@ if not MYPY:
|
|
|
1039
1155
|
"""
|
|
1040
1156
|
ForZone provides information about which zones should consume this endpoint.
|
|
1041
1157
|
"""
|
|
1042
|
-
name: pulumi.Input[str]
|
|
1158
|
+
name: pulumi.Input[builtins.str]
|
|
1043
1159
|
"""
|
|
1044
1160
|
name represents the name of the zone.
|
|
1045
1161
|
"""
|
|
@@ -1049,23 +1165,23 @@ elif False:
|
|
|
1049
1165
|
@pulumi.input_type
|
|
1050
1166
|
class ForZoneArgs:
|
|
1051
1167
|
def __init__(__self__, *,
|
|
1052
|
-
name: pulumi.Input[str]):
|
|
1168
|
+
name: pulumi.Input[builtins.str]):
|
|
1053
1169
|
"""
|
|
1054
1170
|
ForZone provides information about which zones should consume this endpoint.
|
|
1055
|
-
:param pulumi.Input[str] name: name represents the name of the zone.
|
|
1171
|
+
:param pulumi.Input[builtins.str] name: name represents the name of the zone.
|
|
1056
1172
|
"""
|
|
1057
1173
|
pulumi.set(__self__, "name", name)
|
|
1058
1174
|
|
|
1059
1175
|
@property
|
|
1060
1176
|
@pulumi.getter
|
|
1061
|
-
def name(self) -> pulumi.Input[str]:
|
|
1177
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1062
1178
|
"""
|
|
1063
1179
|
name represents the name of the zone.
|
|
1064
1180
|
"""
|
|
1065
1181
|
return pulumi.get(self, "name")
|
|
1066
1182
|
|
|
1067
1183
|
@name.setter
|
|
1068
|
-
def name(self, value: pulumi.Input[str]):
|
|
1184
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1069
1185
|
pulumi.set(self, "name", value)
|
|
1070
1186
|
|
|
1071
1187
|
|