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
|
|
@@ -40,15 +40,15 @@ if not MYPY:
|
|
|
40
40
|
"""
|
|
41
41
|
EndpointConditions represents the current condition of an endpoint.
|
|
42
42
|
"""
|
|
43
|
-
ready: NotRequired[pulumi.Input[bool]]
|
|
43
|
+
ready: NotRequired[pulumi.Input[_builtins.bool]]
|
|
44
44
|
"""
|
|
45
45
|
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
|
|
46
46
|
"""
|
|
47
|
-
serving: NotRequired[pulumi.Input[bool]]
|
|
47
|
+
serving: NotRequired[pulumi.Input[_builtins.bool]]
|
|
48
48
|
"""
|
|
49
49
|
serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
50
50
|
"""
|
|
51
|
-
terminating: NotRequired[pulumi.Input[bool]]
|
|
51
|
+
terminating: NotRequired[pulumi.Input[_builtins.bool]]
|
|
52
52
|
"""
|
|
53
53
|
terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
54
54
|
"""
|
|
@@ -58,14 +58,14 @@ elif False:
|
|
|
58
58
|
@pulumi.input_type
|
|
59
59
|
class EndpointConditionsPatchArgs:
|
|
60
60
|
def __init__(__self__, *,
|
|
61
|
-
ready: Optional[pulumi.Input[bool]] = None,
|
|
62
|
-
serving: Optional[pulumi.Input[bool]] = None,
|
|
63
|
-
terminating: Optional[pulumi.Input[bool]] = None):
|
|
61
|
+
ready: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
62
|
+
serving: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
63
|
+
terminating: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
64
64
|
"""
|
|
65
65
|
EndpointConditions represents the current condition of an endpoint.
|
|
66
|
-
:param pulumi.Input[bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
|
|
67
|
-
:param pulumi.Input[bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
68
|
-
:param pulumi.Input[bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
66
|
+
:param pulumi.Input[_builtins.bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
|
|
67
|
+
:param pulumi.Input[_builtins.bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
68
|
+
:param pulumi.Input[_builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
69
69
|
"""
|
|
70
70
|
if ready is not None:
|
|
71
71
|
pulumi.set(__self__, "ready", ready)
|
|
@@ -74,40 +74,40 @@ class EndpointConditionsPatchArgs:
|
|
|
74
74
|
if terminating is not None:
|
|
75
75
|
pulumi.set(__self__, "terminating", terminating)
|
|
76
76
|
|
|
77
|
-
@property
|
|
77
|
+
@_builtins.property
|
|
78
78
|
@pulumi.getter
|
|
79
|
-
def ready(self) -> Optional[pulumi.Input[bool]]:
|
|
79
|
+
def ready(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
80
80
|
"""
|
|
81
81
|
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
|
|
82
82
|
"""
|
|
83
83
|
return pulumi.get(self, "ready")
|
|
84
84
|
|
|
85
85
|
@ready.setter
|
|
86
|
-
def ready(self, value: Optional[pulumi.Input[bool]]):
|
|
86
|
+
def ready(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
87
87
|
pulumi.set(self, "ready", value)
|
|
88
88
|
|
|
89
|
-
@property
|
|
89
|
+
@_builtins.property
|
|
90
90
|
@pulumi.getter
|
|
91
|
-
def serving(self) -> Optional[pulumi.Input[bool]]:
|
|
91
|
+
def serving(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
92
92
|
"""
|
|
93
93
|
serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
94
94
|
"""
|
|
95
95
|
return pulumi.get(self, "serving")
|
|
96
96
|
|
|
97
97
|
@serving.setter
|
|
98
|
-
def serving(self, value: Optional[pulumi.Input[bool]]):
|
|
98
|
+
def serving(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
99
99
|
pulumi.set(self, "serving", value)
|
|
100
100
|
|
|
101
|
-
@property
|
|
101
|
+
@_builtins.property
|
|
102
102
|
@pulumi.getter
|
|
103
|
-
def terminating(self) -> Optional[pulumi.Input[bool]]:
|
|
103
|
+
def terminating(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
104
104
|
"""
|
|
105
105
|
terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "terminating")
|
|
108
108
|
|
|
109
109
|
@terminating.setter
|
|
110
|
-
def terminating(self, value: Optional[pulumi.Input[bool]]):
|
|
110
|
+
def terminating(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
111
111
|
pulumi.set(self, "terminating", value)
|
|
112
112
|
|
|
113
113
|
|
|
@@ -116,15 +116,15 @@ if not MYPY:
|
|
|
116
116
|
"""
|
|
117
117
|
EndpointConditions represents the current condition of an endpoint.
|
|
118
118
|
"""
|
|
119
|
-
ready: NotRequired[pulumi.Input[bool]]
|
|
119
|
+
ready: NotRequired[pulumi.Input[_builtins.bool]]
|
|
120
120
|
"""
|
|
121
121
|
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
|
|
122
122
|
"""
|
|
123
|
-
serving: NotRequired[pulumi.Input[bool]]
|
|
123
|
+
serving: NotRequired[pulumi.Input[_builtins.bool]]
|
|
124
124
|
"""
|
|
125
125
|
serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
126
126
|
"""
|
|
127
|
-
terminating: NotRequired[pulumi.Input[bool]]
|
|
127
|
+
terminating: NotRequired[pulumi.Input[_builtins.bool]]
|
|
128
128
|
"""
|
|
129
129
|
terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
130
130
|
"""
|
|
@@ -134,14 +134,14 @@ elif False:
|
|
|
134
134
|
@pulumi.input_type
|
|
135
135
|
class EndpointConditionsArgs:
|
|
136
136
|
def __init__(__self__, *,
|
|
137
|
-
ready: Optional[pulumi.Input[bool]] = None,
|
|
138
|
-
serving: Optional[pulumi.Input[bool]] = None,
|
|
139
|
-
terminating: Optional[pulumi.Input[bool]] = None):
|
|
137
|
+
ready: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
138
|
+
serving: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
139
|
+
terminating: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
140
140
|
"""
|
|
141
141
|
EndpointConditions represents the current condition of an endpoint.
|
|
142
|
-
:param pulumi.Input[bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
|
|
143
|
-
:param pulumi.Input[bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
144
|
-
:param pulumi.Input[bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
142
|
+
:param pulumi.Input[_builtins.bool] ready: ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
|
|
143
|
+
:param pulumi.Input[_builtins.bool] serving: serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
144
|
+
:param pulumi.Input[_builtins.bool] terminating: terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
145
145
|
"""
|
|
146
146
|
if ready is not None:
|
|
147
147
|
pulumi.set(__self__, "ready", ready)
|
|
@@ -150,40 +150,40 @@ class EndpointConditionsArgs:
|
|
|
150
150
|
if terminating is not None:
|
|
151
151
|
pulumi.set(__self__, "terminating", terminating)
|
|
152
152
|
|
|
153
|
-
@property
|
|
153
|
+
@_builtins.property
|
|
154
154
|
@pulumi.getter
|
|
155
|
-
def ready(self) -> Optional[pulumi.Input[bool]]:
|
|
155
|
+
def ready(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
156
156
|
"""
|
|
157
157
|
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.
|
|
158
158
|
"""
|
|
159
159
|
return pulumi.get(self, "ready")
|
|
160
160
|
|
|
161
161
|
@ready.setter
|
|
162
|
-
def ready(self, value: Optional[pulumi.Input[bool]]):
|
|
162
|
+
def ready(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
163
163
|
pulumi.set(self, "ready", value)
|
|
164
164
|
|
|
165
|
-
@property
|
|
165
|
+
@_builtins.property
|
|
166
166
|
@pulumi.getter
|
|
167
|
-
def serving(self) -> Optional[pulumi.Input[bool]]:
|
|
167
|
+
def serving(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
168
168
|
"""
|
|
169
169
|
serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
170
170
|
"""
|
|
171
171
|
return pulumi.get(self, "serving")
|
|
172
172
|
|
|
173
173
|
@serving.setter
|
|
174
|
-
def serving(self, value: Optional[pulumi.Input[bool]]):
|
|
174
|
+
def serving(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
175
175
|
pulumi.set(self, "serving", value)
|
|
176
176
|
|
|
177
|
-
@property
|
|
177
|
+
@_builtins.property
|
|
178
178
|
@pulumi.getter
|
|
179
|
-
def terminating(self) -> Optional[pulumi.Input[bool]]:
|
|
179
|
+
def terminating(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
180
180
|
"""
|
|
181
181
|
terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate.
|
|
182
182
|
"""
|
|
183
183
|
return pulumi.get(self, "terminating")
|
|
184
184
|
|
|
185
185
|
@terminating.setter
|
|
186
|
-
def terminating(self, value: Optional[pulumi.Input[bool]]):
|
|
186
|
+
def terminating(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
187
187
|
pulumi.set(self, "terminating", value)
|
|
188
188
|
|
|
189
189
|
|
|
@@ -192,7 +192,7 @@ if not MYPY:
|
|
|
192
192
|
"""
|
|
193
193
|
Endpoint represents a single logical "backend" implementing a service.
|
|
194
194
|
"""
|
|
195
|
-
addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
195
|
+
addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
196
196
|
"""
|
|
197
197
|
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
|
198
198
|
"""
|
|
@@ -200,11 +200,11 @@ if not MYPY:
|
|
|
200
200
|
"""
|
|
201
201
|
conditions contains information about the current status of the endpoint.
|
|
202
202
|
"""
|
|
203
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
203
|
+
hostname: NotRequired[pulumi.Input[_builtins.str]]
|
|
204
204
|
"""
|
|
205
205
|
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 pass DNS Label (RFC 1123) validation.
|
|
206
206
|
"""
|
|
207
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
207
|
+
node_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
208
208
|
"""
|
|
209
209
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
|
|
210
210
|
"""
|
|
@@ -212,7 +212,7 @@ if not MYPY:
|
|
|
212
212
|
"""
|
|
213
213
|
targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
214
214
|
"""
|
|
215
|
-
topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
215
|
+
topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
216
216
|
"""
|
|
217
217
|
topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
|
|
218
218
|
where the endpoint is located. This should match the corresponding
|
|
@@ -228,20 +228,20 @@ elif False:
|
|
|
228
228
|
@pulumi.input_type
|
|
229
229
|
class EndpointPatchArgs:
|
|
230
230
|
def __init__(__self__, *,
|
|
231
|
-
addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
231
|
+
addresses: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
232
232
|
conditions: Optional[pulumi.Input['EndpointConditionsPatchArgs']] = None,
|
|
233
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
234
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
233
|
+
hostname: Optional[pulumi.Input[_builtins.str]] = None,
|
|
234
|
+
node_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
235
235
|
target_ref: Optional[pulumi.Input['_core.v1.ObjectReferencePatchArgs']] = None,
|
|
236
|
-
topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
236
|
+
topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
|
237
237
|
"""
|
|
238
238
|
Endpoint represents a single logical "backend" implementing a service.
|
|
239
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
|
239
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
|
240
240
|
:param pulumi.Input['EndpointConditionsPatchArgs'] conditions: conditions contains information about the current status of the endpoint.
|
|
241
|
-
: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 pass DNS Label (RFC 1123) validation.
|
|
242
|
-
: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. This field can be enabled with the EndpointSliceNodeName feature gate.
|
|
241
|
+
: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 pass DNS Label (RFC 1123) validation.
|
|
242
|
+
: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. This field can be enabled with the EndpointSliceNodeName feature gate.
|
|
243
243
|
:param pulumi.Input['_core.v1.ObjectReferencePatchArgs'] target_ref: targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
244
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] topology: topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
|
|
244
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] topology: topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
|
|
245
245
|
where the endpoint is located. This should match the corresponding
|
|
246
246
|
node label.
|
|
247
247
|
* topology.kubernetes.io/zone: the value indicates the zone where the
|
|
@@ -262,19 +262,19 @@ class EndpointPatchArgs:
|
|
|
262
262
|
if topology is not None:
|
|
263
263
|
pulumi.set(__self__, "topology", topology)
|
|
264
264
|
|
|
265
|
-
@property
|
|
265
|
+
@_builtins.property
|
|
266
266
|
@pulumi.getter
|
|
267
|
-
def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
267
|
+
def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
268
268
|
"""
|
|
269
269
|
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
|
270
270
|
"""
|
|
271
271
|
return pulumi.get(self, "addresses")
|
|
272
272
|
|
|
273
273
|
@addresses.setter
|
|
274
|
-
def addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
274
|
+
def addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
275
275
|
pulumi.set(self, "addresses", value)
|
|
276
276
|
|
|
277
|
-
@property
|
|
277
|
+
@_builtins.property
|
|
278
278
|
@pulumi.getter
|
|
279
279
|
def conditions(self) -> Optional[pulumi.Input['EndpointConditionsPatchArgs']]:
|
|
280
280
|
"""
|
|
@@ -286,31 +286,31 @@ class EndpointPatchArgs:
|
|
|
286
286
|
def conditions(self, value: Optional[pulumi.Input['EndpointConditionsPatchArgs']]):
|
|
287
287
|
pulumi.set(self, "conditions", value)
|
|
288
288
|
|
|
289
|
-
@property
|
|
289
|
+
@_builtins.property
|
|
290
290
|
@pulumi.getter
|
|
291
|
-
def hostname(self) -> Optional[pulumi.Input[str]]:
|
|
291
|
+
def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
292
292
|
"""
|
|
293
293
|
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 pass DNS Label (RFC 1123) validation.
|
|
294
294
|
"""
|
|
295
295
|
return pulumi.get(self, "hostname")
|
|
296
296
|
|
|
297
297
|
@hostname.setter
|
|
298
|
-
def hostname(self, value: Optional[pulumi.Input[str]]):
|
|
298
|
+
def hostname(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
299
299
|
pulumi.set(self, "hostname", value)
|
|
300
300
|
|
|
301
|
-
@property
|
|
301
|
+
@_builtins.property
|
|
302
302
|
@pulumi.getter(name="nodeName")
|
|
303
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
303
|
+
def node_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
304
304
|
"""
|
|
305
305
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
|
|
306
306
|
"""
|
|
307
307
|
return pulumi.get(self, "node_name")
|
|
308
308
|
|
|
309
309
|
@node_name.setter
|
|
310
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
310
|
+
def node_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
311
311
|
pulumi.set(self, "node_name", value)
|
|
312
312
|
|
|
313
|
-
@property
|
|
313
|
+
@_builtins.property
|
|
314
314
|
@pulumi.getter(name="targetRef")
|
|
315
315
|
def target_ref(self) -> Optional[pulumi.Input['_core.v1.ObjectReferencePatchArgs']]:
|
|
316
316
|
"""
|
|
@@ -322,9 +322,9 @@ class EndpointPatchArgs:
|
|
|
322
322
|
def target_ref(self, value: Optional[pulumi.Input['_core.v1.ObjectReferencePatchArgs']]):
|
|
323
323
|
pulumi.set(self, "target_ref", value)
|
|
324
324
|
|
|
325
|
-
@property
|
|
325
|
+
@_builtins.property
|
|
326
326
|
@pulumi.getter
|
|
327
|
-
def topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
327
|
+
def topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
328
328
|
"""
|
|
329
329
|
topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
|
|
330
330
|
where the endpoint is located. This should match the corresponding
|
|
@@ -337,7 +337,7 @@ class EndpointPatchArgs:
|
|
|
337
337
|
return pulumi.get(self, "topology")
|
|
338
338
|
|
|
339
339
|
@topology.setter
|
|
340
|
-
def topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
340
|
+
def topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
341
341
|
pulumi.set(self, "topology", value)
|
|
342
342
|
|
|
343
343
|
|
|
@@ -346,19 +346,19 @@ if not MYPY:
|
|
|
346
346
|
"""
|
|
347
347
|
EndpointPort represents a Port used by an EndpointSlice
|
|
348
348
|
"""
|
|
349
|
-
app_protocol: NotRequired[pulumi.Input[str]]
|
|
349
|
+
app_protocol: NotRequired[pulumi.Input[_builtins.str]]
|
|
350
350
|
"""
|
|
351
351
|
The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
|
|
352
352
|
"""
|
|
353
|
-
name: NotRequired[pulumi.Input[str]]
|
|
353
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
354
354
|
"""
|
|
355
355
|
The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied 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.
|
|
356
356
|
"""
|
|
357
|
-
port: NotRequired[pulumi.Input[int]]
|
|
357
|
+
port: NotRequired[pulumi.Input[_builtins.int]]
|
|
358
358
|
"""
|
|
359
359
|
The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
360
360
|
"""
|
|
361
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
361
|
+
protocol: NotRequired[pulumi.Input[_builtins.str]]
|
|
362
362
|
"""
|
|
363
363
|
The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
364
364
|
"""
|
|
@@ -368,16 +368,16 @@ elif False:
|
|
|
368
368
|
@pulumi.input_type
|
|
369
369
|
class EndpointPortPatchArgs:
|
|
370
370
|
def __init__(__self__, *,
|
|
371
|
-
app_protocol: Optional[pulumi.Input[str]] = None,
|
|
372
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
373
|
-
port: Optional[pulumi.Input[int]] = None,
|
|
374
|
-
protocol: Optional[pulumi.Input[str]] = None):
|
|
371
|
+
app_protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
|
372
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
373
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
374
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None):
|
|
375
375
|
"""
|
|
376
376
|
EndpointPort represents a Port used by an EndpointSlice
|
|
377
|
-
:param pulumi.Input[str] app_protocol: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
|
|
378
|
-
:param pulumi.Input[str] name: The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied 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.
|
|
379
|
-
:param pulumi.Input[int] port: The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
380
|
-
:param pulumi.Input[str] protocol: The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
377
|
+
:param pulumi.Input[_builtins.str] app_protocol: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
|
|
378
|
+
:param pulumi.Input[_builtins.str] name: The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied 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.
|
|
379
|
+
:param pulumi.Input[_builtins.int] port: The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
380
|
+
:param pulumi.Input[_builtins.str] protocol: The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
381
381
|
"""
|
|
382
382
|
if app_protocol is not None:
|
|
383
383
|
pulumi.set(__self__, "app_protocol", app_protocol)
|
|
@@ -388,52 +388,52 @@ class EndpointPortPatchArgs:
|
|
|
388
388
|
if protocol is not None:
|
|
389
389
|
pulumi.set(__self__, "protocol", protocol)
|
|
390
390
|
|
|
391
|
-
@property
|
|
391
|
+
@_builtins.property
|
|
392
392
|
@pulumi.getter(name="appProtocol")
|
|
393
|
-
def app_protocol(self) -> Optional[pulumi.Input[str]]:
|
|
393
|
+
def app_protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
394
394
|
"""
|
|
395
395
|
The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
|
|
396
396
|
"""
|
|
397
397
|
return pulumi.get(self, "app_protocol")
|
|
398
398
|
|
|
399
399
|
@app_protocol.setter
|
|
400
|
-
def app_protocol(self, value: Optional[pulumi.Input[str]]):
|
|
400
|
+
def app_protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
401
401
|
pulumi.set(self, "app_protocol", value)
|
|
402
402
|
|
|
403
|
-
@property
|
|
403
|
+
@_builtins.property
|
|
404
404
|
@pulumi.getter
|
|
405
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
405
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
406
406
|
"""
|
|
407
407
|
The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied 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.
|
|
408
408
|
"""
|
|
409
409
|
return pulumi.get(self, "name")
|
|
410
410
|
|
|
411
411
|
@name.setter
|
|
412
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
412
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
413
413
|
pulumi.set(self, "name", value)
|
|
414
414
|
|
|
415
|
-
@property
|
|
415
|
+
@_builtins.property
|
|
416
416
|
@pulumi.getter
|
|
417
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
417
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
418
418
|
"""
|
|
419
419
|
The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
420
420
|
"""
|
|
421
421
|
return pulumi.get(self, "port")
|
|
422
422
|
|
|
423
423
|
@port.setter
|
|
424
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
424
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
425
425
|
pulumi.set(self, "port", value)
|
|
426
426
|
|
|
427
|
-
@property
|
|
427
|
+
@_builtins.property
|
|
428
428
|
@pulumi.getter
|
|
429
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
429
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
430
430
|
"""
|
|
431
431
|
The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
432
432
|
"""
|
|
433
433
|
return pulumi.get(self, "protocol")
|
|
434
434
|
|
|
435
435
|
@protocol.setter
|
|
436
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
436
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
437
437
|
pulumi.set(self, "protocol", value)
|
|
438
438
|
|
|
439
439
|
|
|
@@ -442,19 +442,19 @@ if not MYPY:
|
|
|
442
442
|
"""
|
|
443
443
|
EndpointPort represents a Port used by an EndpointSlice
|
|
444
444
|
"""
|
|
445
|
-
app_protocol: NotRequired[pulumi.Input[str]]
|
|
445
|
+
app_protocol: NotRequired[pulumi.Input[_builtins.str]]
|
|
446
446
|
"""
|
|
447
447
|
The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
|
|
448
448
|
"""
|
|
449
|
-
name: NotRequired[pulumi.Input[str]]
|
|
449
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
450
450
|
"""
|
|
451
451
|
The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied 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.
|
|
452
452
|
"""
|
|
453
|
-
port: NotRequired[pulumi.Input[int]]
|
|
453
|
+
port: NotRequired[pulumi.Input[_builtins.int]]
|
|
454
454
|
"""
|
|
455
455
|
The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
456
456
|
"""
|
|
457
|
-
protocol: NotRequired[pulumi.Input[str]]
|
|
457
|
+
protocol: NotRequired[pulumi.Input[_builtins.str]]
|
|
458
458
|
"""
|
|
459
459
|
The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
460
460
|
"""
|
|
@@ -464,16 +464,16 @@ elif False:
|
|
|
464
464
|
@pulumi.input_type
|
|
465
465
|
class EndpointPortArgs:
|
|
466
466
|
def __init__(__self__, *,
|
|
467
|
-
app_protocol: Optional[pulumi.Input[str]] = None,
|
|
468
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
469
|
-
port: Optional[pulumi.Input[int]] = None,
|
|
470
|
-
protocol: Optional[pulumi.Input[str]] = None):
|
|
467
|
+
app_protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
|
468
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
469
|
+
port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
470
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None):
|
|
471
471
|
"""
|
|
472
472
|
EndpointPort represents a Port used by an EndpointSlice
|
|
473
|
-
:param pulumi.Input[str] app_protocol: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
|
|
474
|
-
:param pulumi.Input[str] name: The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied 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.
|
|
475
|
-
:param pulumi.Input[int] port: The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
476
|
-
:param pulumi.Input[str] protocol: The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
473
|
+
:param pulumi.Input[_builtins.str] app_protocol: The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
|
|
474
|
+
:param pulumi.Input[_builtins.str] name: The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied 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.
|
|
475
|
+
:param pulumi.Input[_builtins.int] port: The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
476
|
+
:param pulumi.Input[_builtins.str] protocol: The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
477
477
|
"""
|
|
478
478
|
if app_protocol is not None:
|
|
479
479
|
pulumi.set(__self__, "app_protocol", app_protocol)
|
|
@@ -484,52 +484,52 @@ class EndpointPortArgs:
|
|
|
484
484
|
if protocol is not None:
|
|
485
485
|
pulumi.set(__self__, "protocol", protocol)
|
|
486
486
|
|
|
487
|
-
@property
|
|
487
|
+
@_builtins.property
|
|
488
488
|
@pulumi.getter(name="appProtocol")
|
|
489
|
-
def app_protocol(self) -> Optional[pulumi.Input[str]]:
|
|
489
|
+
def app_protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
490
490
|
"""
|
|
491
491
|
The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names. Default is empty string.
|
|
492
492
|
"""
|
|
493
493
|
return pulumi.get(self, "app_protocol")
|
|
494
494
|
|
|
495
495
|
@app_protocol.setter
|
|
496
|
-
def app_protocol(self, value: Optional[pulumi.Input[str]]):
|
|
496
|
+
def app_protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
497
497
|
pulumi.set(self, "app_protocol", value)
|
|
498
498
|
|
|
499
|
-
@property
|
|
499
|
+
@_builtins.property
|
|
500
500
|
@pulumi.getter
|
|
501
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
501
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
502
502
|
"""
|
|
503
503
|
The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied 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.
|
|
504
504
|
"""
|
|
505
505
|
return pulumi.get(self, "name")
|
|
506
506
|
|
|
507
507
|
@name.setter
|
|
508
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
508
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
509
509
|
pulumi.set(self, "name", value)
|
|
510
510
|
|
|
511
|
-
@property
|
|
511
|
+
@_builtins.property
|
|
512
512
|
@pulumi.getter
|
|
513
|
-
def port(self) -> Optional[pulumi.Input[int]]:
|
|
513
|
+
def port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
514
514
|
"""
|
|
515
515
|
The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.
|
|
516
516
|
"""
|
|
517
517
|
return pulumi.get(self, "port")
|
|
518
518
|
|
|
519
519
|
@port.setter
|
|
520
|
-
def port(self, value: Optional[pulumi.Input[int]]):
|
|
520
|
+
def port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
521
521
|
pulumi.set(self, "port", value)
|
|
522
522
|
|
|
523
|
-
@property
|
|
523
|
+
@_builtins.property
|
|
524
524
|
@pulumi.getter
|
|
525
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
525
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
526
526
|
"""
|
|
527
527
|
The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
528
528
|
"""
|
|
529
529
|
return pulumi.get(self, "protocol")
|
|
530
530
|
|
|
531
531
|
@protocol.setter
|
|
532
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
532
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
533
533
|
pulumi.set(self, "protocol", value)
|
|
534
534
|
|
|
535
535
|
|
|
@@ -538,7 +538,7 @@ if not MYPY:
|
|
|
538
538
|
"""
|
|
539
539
|
EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
|
|
540
540
|
"""
|
|
541
|
-
address_type: pulumi.Input[str]
|
|
541
|
+
address_type: pulumi.Input[_builtins.str]
|
|
542
542
|
"""
|
|
543
543
|
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.
|
|
544
544
|
"""
|
|
@@ -546,11 +546,11 @@ if not MYPY:
|
|
|
546
546
|
"""
|
|
547
547
|
endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.
|
|
548
548
|
"""
|
|
549
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
549
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
550
550
|
"""
|
|
551
551
|
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
|
|
552
552
|
"""
|
|
553
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
553
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
554
554
|
"""
|
|
555
555
|
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
|
|
556
556
|
"""
|
|
@@ -568,18 +568,18 @@ elif False:
|
|
|
568
568
|
@pulumi.input_type
|
|
569
569
|
class EndpointSliceArgs:
|
|
570
570
|
def __init__(__self__, *,
|
|
571
|
-
address_type: pulumi.Input[str],
|
|
571
|
+
address_type: pulumi.Input[_builtins.str],
|
|
572
572
|
endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]],
|
|
573
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
574
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
573
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
574
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
575
575
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
576
576
|
ports: Optional[pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]]] = None):
|
|
577
577
|
"""
|
|
578
578
|
EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
|
|
579
|
-
: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.
|
|
579
|
+
: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.
|
|
580
580
|
: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.
|
|
581
|
-
: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
|
|
582
|
-
: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
|
|
581
|
+
: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
|
|
582
|
+
: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
|
|
583
583
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata.
|
|
584
584
|
:param pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]] ports: ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports.
|
|
585
585
|
"""
|
|
@@ -594,19 +594,19 @@ class EndpointSliceArgs:
|
|
|
594
594
|
if ports is not None:
|
|
595
595
|
pulumi.set(__self__, "ports", ports)
|
|
596
596
|
|
|
597
|
-
@property
|
|
597
|
+
@_builtins.property
|
|
598
598
|
@pulumi.getter(name="addressType")
|
|
599
|
-
def address_type(self) -> pulumi.Input[str]:
|
|
599
|
+
def address_type(self) -> pulumi.Input[_builtins.str]:
|
|
600
600
|
"""
|
|
601
601
|
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.
|
|
602
602
|
"""
|
|
603
603
|
return pulumi.get(self, "address_type")
|
|
604
604
|
|
|
605
605
|
@address_type.setter
|
|
606
|
-
def address_type(self, value: pulumi.Input[str]):
|
|
606
|
+
def address_type(self, value: pulumi.Input[_builtins.str]):
|
|
607
607
|
pulumi.set(self, "address_type", value)
|
|
608
608
|
|
|
609
|
-
@property
|
|
609
|
+
@_builtins.property
|
|
610
610
|
@pulumi.getter
|
|
611
611
|
def endpoints(self) -> pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]]:
|
|
612
612
|
"""
|
|
@@ -618,31 +618,31 @@ class EndpointSliceArgs:
|
|
|
618
618
|
def endpoints(self, value: pulumi.Input[Sequence[pulumi.Input['EndpointArgs']]]):
|
|
619
619
|
pulumi.set(self, "endpoints", value)
|
|
620
620
|
|
|
621
|
-
@property
|
|
621
|
+
@_builtins.property
|
|
622
622
|
@pulumi.getter(name="apiVersion")
|
|
623
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
623
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
624
624
|
"""
|
|
625
625
|
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
|
|
626
626
|
"""
|
|
627
627
|
return pulumi.get(self, "api_version")
|
|
628
628
|
|
|
629
629
|
@api_version.setter
|
|
630
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
630
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
631
631
|
pulumi.set(self, "api_version", value)
|
|
632
632
|
|
|
633
|
-
@property
|
|
633
|
+
@_builtins.property
|
|
634
634
|
@pulumi.getter
|
|
635
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
635
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
636
636
|
"""
|
|
637
637
|
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
|
|
638
638
|
"""
|
|
639
639
|
return pulumi.get(self, "kind")
|
|
640
640
|
|
|
641
641
|
@kind.setter
|
|
642
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
642
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
643
643
|
pulumi.set(self, "kind", value)
|
|
644
644
|
|
|
645
|
-
@property
|
|
645
|
+
@_builtins.property
|
|
646
646
|
@pulumi.getter
|
|
647
647
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
648
648
|
"""
|
|
@@ -654,7 +654,7 @@ class EndpointSliceArgs:
|
|
|
654
654
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
655
655
|
pulumi.set(self, "metadata", value)
|
|
656
656
|
|
|
657
|
-
@property
|
|
657
|
+
@_builtins.property
|
|
658
658
|
@pulumi.getter
|
|
659
659
|
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EndpointPortArgs']]]]:
|
|
660
660
|
"""
|
|
@@ -672,7 +672,7 @@ if not MYPY:
|
|
|
672
672
|
"""
|
|
673
673
|
Endpoint represents a single logical "backend" implementing a service.
|
|
674
674
|
"""
|
|
675
|
-
addresses: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
675
|
+
addresses: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
676
676
|
"""
|
|
677
677
|
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
|
678
678
|
"""
|
|
@@ -680,11 +680,11 @@ if not MYPY:
|
|
|
680
680
|
"""
|
|
681
681
|
conditions contains information about the current status of the endpoint.
|
|
682
682
|
"""
|
|
683
|
-
hostname: NotRequired[pulumi.Input[str]]
|
|
683
|
+
hostname: NotRequired[pulumi.Input[_builtins.str]]
|
|
684
684
|
"""
|
|
685
685
|
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 pass DNS Label (RFC 1123) validation.
|
|
686
686
|
"""
|
|
687
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
687
|
+
node_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
688
688
|
"""
|
|
689
689
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
|
|
690
690
|
"""
|
|
@@ -692,7 +692,7 @@ if not MYPY:
|
|
|
692
692
|
"""
|
|
693
693
|
targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
694
694
|
"""
|
|
695
|
-
topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
695
|
+
topology: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
696
696
|
"""
|
|
697
697
|
topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
|
|
698
698
|
where the endpoint is located. This should match the corresponding
|
|
@@ -708,20 +708,20 @@ elif False:
|
|
|
708
708
|
@pulumi.input_type
|
|
709
709
|
class EndpointArgs:
|
|
710
710
|
def __init__(__self__, *,
|
|
711
|
-
addresses: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
711
|
+
addresses: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
712
712
|
conditions: Optional[pulumi.Input['EndpointConditionsArgs']] = None,
|
|
713
|
-
hostname: Optional[pulumi.Input[str]] = None,
|
|
714
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
713
|
+
hostname: Optional[pulumi.Input[_builtins.str]] = None,
|
|
714
|
+
node_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
715
715
|
target_ref: Optional[pulumi.Input['_core.v1.ObjectReferenceArgs']] = None,
|
|
716
|
-
topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
716
|
+
topology: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
|
717
717
|
"""
|
|
718
718
|
Endpoint represents a single logical "backend" implementing a service.
|
|
719
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
|
719
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] addresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
|
720
720
|
:param pulumi.Input['EndpointConditionsArgs'] conditions: conditions contains information about the current status of the endpoint.
|
|
721
|
-
: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 pass DNS Label (RFC 1123) validation.
|
|
722
|
-
: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. This field can be enabled with the EndpointSliceNodeName feature gate.
|
|
721
|
+
: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 pass DNS Label (RFC 1123) validation.
|
|
722
|
+
: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. This field can be enabled with the EndpointSliceNodeName feature gate.
|
|
723
723
|
:param pulumi.Input['_core.v1.ObjectReferenceArgs'] target_ref: targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
724
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] topology: topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
|
|
724
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] topology: topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
|
|
725
725
|
where the endpoint is located. This should match the corresponding
|
|
726
726
|
node label.
|
|
727
727
|
* topology.kubernetes.io/zone: the value indicates the zone where the
|
|
@@ -741,19 +741,19 @@ class EndpointArgs:
|
|
|
741
741
|
if topology is not None:
|
|
742
742
|
pulumi.set(__self__, "topology", topology)
|
|
743
743
|
|
|
744
|
-
@property
|
|
744
|
+
@_builtins.property
|
|
745
745
|
@pulumi.getter
|
|
746
|
-
def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
746
|
+
def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
747
747
|
"""
|
|
748
748
|
addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.
|
|
749
749
|
"""
|
|
750
750
|
return pulumi.get(self, "addresses")
|
|
751
751
|
|
|
752
752
|
@addresses.setter
|
|
753
|
-
def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
753
|
+
def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
754
754
|
pulumi.set(self, "addresses", value)
|
|
755
755
|
|
|
756
|
-
@property
|
|
756
|
+
@_builtins.property
|
|
757
757
|
@pulumi.getter
|
|
758
758
|
def conditions(self) -> Optional[pulumi.Input['EndpointConditionsArgs']]:
|
|
759
759
|
"""
|
|
@@ -765,31 +765,31 @@ class EndpointArgs:
|
|
|
765
765
|
def conditions(self, value: Optional[pulumi.Input['EndpointConditionsArgs']]):
|
|
766
766
|
pulumi.set(self, "conditions", value)
|
|
767
767
|
|
|
768
|
-
@property
|
|
768
|
+
@_builtins.property
|
|
769
769
|
@pulumi.getter
|
|
770
|
-
def hostname(self) -> Optional[pulumi.Input[str]]:
|
|
770
|
+
def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
771
771
|
"""
|
|
772
772
|
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 pass DNS Label (RFC 1123) validation.
|
|
773
773
|
"""
|
|
774
774
|
return pulumi.get(self, "hostname")
|
|
775
775
|
|
|
776
776
|
@hostname.setter
|
|
777
|
-
def hostname(self, value: Optional[pulumi.Input[str]]):
|
|
777
|
+
def hostname(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
778
778
|
pulumi.set(self, "hostname", value)
|
|
779
779
|
|
|
780
|
-
@property
|
|
780
|
+
@_builtins.property
|
|
781
781
|
@pulumi.getter(name="nodeName")
|
|
782
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
782
|
+
def node_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
783
783
|
"""
|
|
784
784
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate.
|
|
785
785
|
"""
|
|
786
786
|
return pulumi.get(self, "node_name")
|
|
787
787
|
|
|
788
788
|
@node_name.setter
|
|
789
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
789
|
+
def node_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
790
790
|
pulumi.set(self, "node_name", value)
|
|
791
791
|
|
|
792
|
-
@property
|
|
792
|
+
@_builtins.property
|
|
793
793
|
@pulumi.getter(name="targetRef")
|
|
794
794
|
def target_ref(self) -> Optional[pulumi.Input['_core.v1.ObjectReferenceArgs']]:
|
|
795
795
|
"""
|
|
@@ -801,9 +801,9 @@ class EndpointArgs:
|
|
|
801
801
|
def target_ref(self, value: Optional[pulumi.Input['_core.v1.ObjectReferenceArgs']]):
|
|
802
802
|
pulumi.set(self, "target_ref", value)
|
|
803
803
|
|
|
804
|
-
@property
|
|
804
|
+
@_builtins.property
|
|
805
805
|
@pulumi.getter
|
|
806
|
-
def topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
806
|
+
def topology(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
807
807
|
"""
|
|
808
808
|
topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node
|
|
809
809
|
where the endpoint is located. This should match the corresponding
|
|
@@ -816,7 +816,7 @@ class EndpointArgs:
|
|
|
816
816
|
return pulumi.get(self, "topology")
|
|
817
817
|
|
|
818
818
|
@topology.setter
|
|
819
|
-
def topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
819
|
+
def topology(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
820
820
|
pulumi.set(self, "topology", value)
|
|
821
821
|
|
|
822
822
|
|