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