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