pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_kubernetes/__init__.py +73 -2
- pulumi_kubernetes/_inputs.py +49 -49
- pulumi_kubernetes/_utilities.py +9 -5
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
- pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
- pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +835 -782
- pulumi_kubernetes/apps/v1/outputs.py +806 -733
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
- pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/Job.py +27 -26
- pulumi_kubernetes/batch/v1/JobList.py +26 -25
- pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +508 -538
- pulumi_kubernetes/batch/v1/outputs.py +427 -451
- pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
- pulumi_kubernetes/certificates/v1/outputs.py +134 -134
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
- pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
- pulumi_kubernetes/coordination/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
- pulumi_kubernetes/coordination/v1/outputs.py +67 -67
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
- pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +28 -27
- pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
- pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
- pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
- pulumi_kubernetes/core/v1/Endpoints.py +34 -25
- pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
- pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
- pulumi_kubernetes/core/v1/Event.py +132 -131
- pulumi_kubernetes/core/v1/EventList.py +26 -25
- pulumi_kubernetes/core/v1/EventPatch.py +132 -131
- pulumi_kubernetes/core/v1/LimitRange.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
- pulumi_kubernetes/core/v1/Namespace.py +27 -26
- pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
- pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
- pulumi_kubernetes/core/v1/Node.py +27 -26
- pulumi_kubernetes/core/v1/NodeList.py +26 -25
- pulumi_kubernetes/core/v1/NodePatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
- pulumi_kubernetes/core/v1/Pod.py +27 -26
- pulumi_kubernetes/core/v1/PodList.py +26 -25
- pulumi_kubernetes/core/v1/PodPatch.py +27 -26
- pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
- pulumi_kubernetes/core/v1/Secret.py +64 -63
- pulumi_kubernetes/core/v1/SecretList.py +26 -25
- pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
- pulumi_kubernetes/core/v1/Service.py +33 -48
- pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
- pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
- pulumi_kubernetes/core/v1/ServiceList.py +26 -25
- pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
- pulumi_kubernetes/core/v1/outputs.py +5980 -5608
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
- pulumi_kubernetes/discovery/v1/outputs.py +224 -149
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +132 -131
- pulumi_kubernetes/events/v1/EventList.py +26 -25
- pulumi_kubernetes/events/v1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +102 -102
- pulumi_kubernetes/events/v1/outputs.py +70 -70
- pulumi_kubernetes/events/v1beta1/Event.py +132 -131
- pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
- pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +317 -316
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +39 -39
- pulumi_kubernetes/helm/v3/outputs.py +55 -55
- pulumi_kubernetes/helm/v4/Chart.py +114 -87
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +36 -36
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +58 -57
- pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +551 -551
- pulumi_kubernetes/meta/v1/outputs.py +395 -395
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
- pulumi_kubernetes/networking/v1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +970 -371
- pulumi_kubernetes/networking/v1/outputs.py +746 -285
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1/outputs.py +34 -34
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +91 -103
- pulumi_kubernetes/policy/v1/outputs.py +80 -88
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
- pulumi_kubernetes/provider.py +139 -99
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
- pulumi_kubernetes/resource/__init__.py +7 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +448 -358
- pulumi_kubernetes/storage/v1/outputs.py +376 -266
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +198 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
- pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -27,6 +27,8 @@ __all__ = [
|
|
|
27
27
|
'EndpointPort',
|
|
28
28
|
'EndpointPortPatch',
|
|
29
29
|
'EndpointSlice',
|
|
30
|
+
'ForNode',
|
|
31
|
+
'ForNodePatch',
|
|
30
32
|
'ForZone',
|
|
31
33
|
'ForZonePatch',
|
|
32
34
|
]
|
|
@@ -58,24 +60,24 @@ class Endpoint(dict):
|
|
|
58
60
|
return super().get(key, default)
|
|
59
61
|
|
|
60
62
|
def __init__(__self__, *,
|
|
61
|
-
addresses: Sequence[str],
|
|
63
|
+
addresses: Sequence[_builtins.str],
|
|
62
64
|
conditions: Optional['outputs.EndpointConditions'] = None,
|
|
63
|
-
deprecated_topology: Optional[Mapping[str, str]] = None,
|
|
65
|
+
deprecated_topology: Optional[Mapping[str, _builtins.str]] = None,
|
|
64
66
|
hints: Optional['outputs.EndpointHints'] = None,
|
|
65
|
-
hostname: Optional[str] = None,
|
|
66
|
-
node_name: Optional[str] = None,
|
|
67
|
+
hostname: Optional[_builtins.str] = None,
|
|
68
|
+
node_name: Optional[_builtins.str] = None,
|
|
67
69
|
target_ref: Optional['_core.v1.outputs.ObjectReference'] = None,
|
|
68
|
-
zone: Optional[str] = None):
|
|
70
|
+
zone: Optional[_builtins.str] = None):
|
|
69
71
|
"""
|
|
70
72
|
Endpoint represents a single logical "backend" implementing a service.
|
|
71
|
-
:param Sequence[str] addresses: addresses of this endpoint.
|
|
73
|
+
:param Sequence[_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.
|
|
72
74
|
:param 'EndpointConditionsArgs' conditions: conditions contains information about the current status of the endpoint.
|
|
73
|
-
:param Mapping[str, 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.
|
|
75
|
+
:param Mapping[str, _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.
|
|
74
76
|
:param 'EndpointHintsArgs' hints: hints contains information associated with how an endpoint should be consumed.
|
|
75
|
-
:param 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.
|
|
76
|
-
:param str node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
77
|
+
:param _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.
|
|
78
|
+
:param _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.
|
|
77
79
|
:param '_core.v1.ObjectReferenceArgs' target_ref: targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
78
|
-
:param str zone: zone is the name of the Zone this endpoint exists in.
|
|
80
|
+
:param _builtins.str zone: zone is the name of the Zone this endpoint exists in.
|
|
79
81
|
"""
|
|
80
82
|
pulumi.set(__self__, "addresses", addresses)
|
|
81
83
|
if conditions is not None:
|
|
@@ -93,15 +95,15 @@ class Endpoint(dict):
|
|
|
93
95
|
if zone is not None:
|
|
94
96
|
pulumi.set(__self__, "zone", zone)
|
|
95
97
|
|
|
96
|
-
@property
|
|
98
|
+
@_builtins.property
|
|
97
99
|
@pulumi.getter
|
|
98
|
-
def addresses(self) -> Sequence[str]:
|
|
100
|
+
def addresses(self) -> Sequence[_builtins.str]:
|
|
99
101
|
"""
|
|
100
|
-
addresses of this endpoint.
|
|
102
|
+
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.
|
|
101
103
|
"""
|
|
102
104
|
return pulumi.get(self, "addresses")
|
|
103
105
|
|
|
104
|
-
@property
|
|
106
|
+
@_builtins.property
|
|
105
107
|
@pulumi.getter
|
|
106
108
|
def conditions(self) -> Optional['outputs.EndpointConditions']:
|
|
107
109
|
"""
|
|
@@ -109,15 +111,15 @@ class Endpoint(dict):
|
|
|
109
111
|
"""
|
|
110
112
|
return pulumi.get(self, "conditions")
|
|
111
113
|
|
|
112
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
113
115
|
@pulumi.getter(name="deprecatedTopology")
|
|
114
|
-
def deprecated_topology(self) -> Optional[Mapping[str, str]]:
|
|
116
|
+
def deprecated_topology(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
115
117
|
"""
|
|
116
118
|
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.
|
|
117
119
|
"""
|
|
118
120
|
return pulumi.get(self, "deprecated_topology")
|
|
119
121
|
|
|
120
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
121
123
|
@pulumi.getter
|
|
122
124
|
def hints(self) -> Optional['outputs.EndpointHints']:
|
|
123
125
|
"""
|
|
@@ -125,23 +127,23 @@ class Endpoint(dict):
|
|
|
125
127
|
"""
|
|
126
128
|
return pulumi.get(self, "hints")
|
|
127
129
|
|
|
128
|
-
@property
|
|
130
|
+
@_builtins.property
|
|
129
131
|
@pulumi.getter
|
|
130
|
-
def hostname(self) -> Optional[str]:
|
|
132
|
+
def hostname(self) -> Optional[_builtins.str]:
|
|
131
133
|
"""
|
|
132
134
|
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.
|
|
133
135
|
"""
|
|
134
136
|
return pulumi.get(self, "hostname")
|
|
135
137
|
|
|
136
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
137
139
|
@pulumi.getter(name="nodeName")
|
|
138
|
-
def node_name(self) -> Optional[str]:
|
|
140
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
139
141
|
"""
|
|
140
142
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
141
143
|
"""
|
|
142
144
|
return pulumi.get(self, "node_name")
|
|
143
145
|
|
|
144
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
145
147
|
@pulumi.getter(name="targetRef")
|
|
146
148
|
def target_ref(self) -> Optional['_core.v1.outputs.ObjectReference']:
|
|
147
149
|
"""
|
|
@@ -149,9 +151,9 @@ class Endpoint(dict):
|
|
|
149
151
|
"""
|
|
150
152
|
return pulumi.get(self, "target_ref")
|
|
151
153
|
|
|
152
|
-
@property
|
|
154
|
+
@_builtins.property
|
|
153
155
|
@pulumi.getter
|
|
154
|
-
def zone(self) -> Optional[str]:
|
|
156
|
+
def zone(self) -> Optional[_builtins.str]:
|
|
155
157
|
"""
|
|
156
158
|
zone is the name of the Zone this endpoint exists in.
|
|
157
159
|
"""
|
|
@@ -164,14 +166,14 @@ class EndpointConditions(dict):
|
|
|
164
166
|
EndpointConditions represents the current condition of an endpoint.
|
|
165
167
|
"""
|
|
166
168
|
def __init__(__self__, *,
|
|
167
|
-
ready: Optional[bool] = None,
|
|
168
|
-
serving: Optional[bool] = None,
|
|
169
|
-
terminating: Optional[bool] = None):
|
|
169
|
+
ready: Optional[_builtins.bool] = None,
|
|
170
|
+
serving: Optional[_builtins.bool] = None,
|
|
171
|
+
terminating: Optional[_builtins.bool] = None):
|
|
170
172
|
"""
|
|
171
173
|
EndpointConditions represents the current condition of an endpoint.
|
|
172
|
-
:param bool ready: ready indicates that this endpoint is
|
|
173
|
-
:param bool serving: serving is
|
|
174
|
-
:param bool terminating: terminating indicates that this endpoint is terminating. A nil value
|
|
174
|
+
:param _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.
|
|
175
|
+
:param _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".
|
|
176
|
+
:param _builtins.bool terminating: terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
175
177
|
"""
|
|
176
178
|
if ready is not None:
|
|
177
179
|
pulumi.set(__self__, "ready", ready)
|
|
@@ -180,27 +182,27 @@ class EndpointConditions(dict):
|
|
|
180
182
|
if terminating is not None:
|
|
181
183
|
pulumi.set(__self__, "terminating", terminating)
|
|
182
184
|
|
|
183
|
-
@property
|
|
185
|
+
@_builtins.property
|
|
184
186
|
@pulumi.getter
|
|
185
|
-
def ready(self) -> Optional[bool]:
|
|
187
|
+
def ready(self) -> Optional[_builtins.bool]:
|
|
186
188
|
"""
|
|
187
|
-
ready indicates that this endpoint is
|
|
189
|
+
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.
|
|
188
190
|
"""
|
|
189
191
|
return pulumi.get(self, "ready")
|
|
190
192
|
|
|
191
|
-
@property
|
|
193
|
+
@_builtins.property
|
|
192
194
|
@pulumi.getter
|
|
193
|
-
def serving(self) -> Optional[bool]:
|
|
195
|
+
def serving(self) -> Optional[_builtins.bool]:
|
|
194
196
|
"""
|
|
195
|
-
serving is
|
|
197
|
+
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".
|
|
196
198
|
"""
|
|
197
199
|
return pulumi.get(self, "serving")
|
|
198
200
|
|
|
199
|
-
@property
|
|
201
|
+
@_builtins.property
|
|
200
202
|
@pulumi.getter
|
|
201
|
-
def terminating(self) -> Optional[bool]:
|
|
203
|
+
def terminating(self) -> Optional[_builtins.bool]:
|
|
202
204
|
"""
|
|
203
|
-
terminating indicates that this endpoint is terminating. A nil value
|
|
205
|
+
terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
204
206
|
"""
|
|
205
207
|
return pulumi.get(self, "terminating")
|
|
206
208
|
|
|
@@ -211,14 +213,14 @@ class EndpointConditionsPatch(dict):
|
|
|
211
213
|
EndpointConditions represents the current condition of an endpoint.
|
|
212
214
|
"""
|
|
213
215
|
def __init__(__self__, *,
|
|
214
|
-
ready: Optional[bool] = None,
|
|
215
|
-
serving: Optional[bool] = None,
|
|
216
|
-
terminating: Optional[bool] = None):
|
|
216
|
+
ready: Optional[_builtins.bool] = None,
|
|
217
|
+
serving: Optional[_builtins.bool] = None,
|
|
218
|
+
terminating: Optional[_builtins.bool] = None):
|
|
217
219
|
"""
|
|
218
220
|
EndpointConditions represents the current condition of an endpoint.
|
|
219
|
-
:param bool ready: ready indicates that this endpoint is
|
|
220
|
-
:param bool serving: serving is
|
|
221
|
-
:param bool terminating: terminating indicates that this endpoint is terminating. A nil value
|
|
221
|
+
:param _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.
|
|
222
|
+
:param _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".
|
|
223
|
+
:param _builtins.bool terminating: terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
222
224
|
"""
|
|
223
225
|
if ready is not None:
|
|
224
226
|
pulumi.set(__self__, "ready", ready)
|
|
@@ -227,27 +229,27 @@ class EndpointConditionsPatch(dict):
|
|
|
227
229
|
if terminating is not None:
|
|
228
230
|
pulumi.set(__self__, "terminating", terminating)
|
|
229
231
|
|
|
230
|
-
@property
|
|
232
|
+
@_builtins.property
|
|
231
233
|
@pulumi.getter
|
|
232
|
-
def ready(self) -> Optional[bool]:
|
|
234
|
+
def ready(self) -> Optional[_builtins.bool]:
|
|
233
235
|
"""
|
|
234
|
-
ready indicates that this endpoint is
|
|
236
|
+
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.
|
|
235
237
|
"""
|
|
236
238
|
return pulumi.get(self, "ready")
|
|
237
239
|
|
|
238
|
-
@property
|
|
240
|
+
@_builtins.property
|
|
239
241
|
@pulumi.getter
|
|
240
|
-
def serving(self) -> Optional[bool]:
|
|
242
|
+
def serving(self) -> Optional[_builtins.bool]:
|
|
241
243
|
"""
|
|
242
|
-
serving is
|
|
244
|
+
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".
|
|
243
245
|
"""
|
|
244
246
|
return pulumi.get(self, "serving")
|
|
245
247
|
|
|
246
|
-
@property
|
|
248
|
+
@_builtins.property
|
|
247
249
|
@pulumi.getter
|
|
248
|
-
def terminating(self) -> Optional[bool]:
|
|
250
|
+
def terminating(self) -> Optional[_builtins.bool]:
|
|
249
251
|
"""
|
|
250
|
-
terminating indicates that this endpoint is terminating. A nil value
|
|
252
|
+
terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false".
|
|
251
253
|
"""
|
|
252
254
|
return pulumi.get(self, "terminating")
|
|
253
255
|
|
|
@@ -260,7 +262,9 @@ class EndpointHints(dict):
|
|
|
260
262
|
@staticmethod
|
|
261
263
|
def __key_warning(key: str):
|
|
262
264
|
suggest = None
|
|
263
|
-
if key == "
|
|
265
|
+
if key == "forNodes":
|
|
266
|
+
suggest = "for_nodes"
|
|
267
|
+
elif key == "forZones":
|
|
264
268
|
suggest = "for_zones"
|
|
265
269
|
|
|
266
270
|
if suggest:
|
|
@@ -275,19 +279,31 @@ class EndpointHints(dict):
|
|
|
275
279
|
return super().get(key, default)
|
|
276
280
|
|
|
277
281
|
def __init__(__self__, *,
|
|
282
|
+
for_nodes: Optional[Sequence['outputs.ForNode']] = None,
|
|
278
283
|
for_zones: Optional[Sequence['outputs.ForZone']] = None):
|
|
279
284
|
"""
|
|
280
285
|
EndpointHints provides hints describing how an endpoint should be consumed.
|
|
281
|
-
:param Sequence['
|
|
286
|
+
:param Sequence['ForNodeArgs'] for_nodes: forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
287
|
+
:param Sequence['ForZoneArgs'] for_zones: forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
282
288
|
"""
|
|
289
|
+
if for_nodes is not None:
|
|
290
|
+
pulumi.set(__self__, "for_nodes", for_nodes)
|
|
283
291
|
if for_zones is not None:
|
|
284
292
|
pulumi.set(__self__, "for_zones", for_zones)
|
|
285
293
|
|
|
286
|
-
@property
|
|
294
|
+
@_builtins.property
|
|
295
|
+
@pulumi.getter(name="forNodes")
|
|
296
|
+
def for_nodes(self) -> Optional[Sequence['outputs.ForNode']]:
|
|
297
|
+
"""
|
|
298
|
+
forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "for_nodes")
|
|
301
|
+
|
|
302
|
+
@_builtins.property
|
|
287
303
|
@pulumi.getter(name="forZones")
|
|
288
304
|
def for_zones(self) -> Optional[Sequence['outputs.ForZone']]:
|
|
289
305
|
"""
|
|
290
|
-
forZones indicates the zone(s) this endpoint should be consumed by
|
|
306
|
+
forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
291
307
|
"""
|
|
292
308
|
return pulumi.get(self, "for_zones")
|
|
293
309
|
|
|
@@ -300,7 +316,9 @@ class EndpointHintsPatch(dict):
|
|
|
300
316
|
@staticmethod
|
|
301
317
|
def __key_warning(key: str):
|
|
302
318
|
suggest = None
|
|
303
|
-
if key == "
|
|
319
|
+
if key == "forNodes":
|
|
320
|
+
suggest = "for_nodes"
|
|
321
|
+
elif key == "forZones":
|
|
304
322
|
suggest = "for_zones"
|
|
305
323
|
|
|
306
324
|
if suggest:
|
|
@@ -315,19 +333,31 @@ class EndpointHintsPatch(dict):
|
|
|
315
333
|
return super().get(key, default)
|
|
316
334
|
|
|
317
335
|
def __init__(__self__, *,
|
|
336
|
+
for_nodes: Optional[Sequence['outputs.ForNodePatch']] = None,
|
|
318
337
|
for_zones: Optional[Sequence['outputs.ForZonePatch']] = None):
|
|
319
338
|
"""
|
|
320
339
|
EndpointHints provides hints describing how an endpoint should be consumed.
|
|
321
|
-
:param Sequence['
|
|
340
|
+
:param Sequence['ForNodePatchArgs'] for_nodes: forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
341
|
+
:param Sequence['ForZonePatchArgs'] for_zones: forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
322
342
|
"""
|
|
343
|
+
if for_nodes is not None:
|
|
344
|
+
pulumi.set(__self__, "for_nodes", for_nodes)
|
|
323
345
|
if for_zones is not None:
|
|
324
346
|
pulumi.set(__self__, "for_zones", for_zones)
|
|
325
347
|
|
|
326
|
-
@property
|
|
348
|
+
@_builtins.property
|
|
349
|
+
@pulumi.getter(name="forNodes")
|
|
350
|
+
def for_nodes(self) -> Optional[Sequence['outputs.ForNodePatch']]:
|
|
351
|
+
"""
|
|
352
|
+
forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries. This is an Alpha feature and is only used when the PreferSameTrafficDistribution feature gate is enabled.
|
|
353
|
+
"""
|
|
354
|
+
return pulumi.get(self, "for_nodes")
|
|
355
|
+
|
|
356
|
+
@_builtins.property
|
|
327
357
|
@pulumi.getter(name="forZones")
|
|
328
358
|
def for_zones(self) -> Optional[Sequence['outputs.ForZonePatch']]:
|
|
329
359
|
"""
|
|
330
|
-
forZones indicates the zone(s) this endpoint should be consumed by
|
|
360
|
+
forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.
|
|
331
361
|
"""
|
|
332
362
|
return pulumi.get(self, "for_zones")
|
|
333
363
|
|
|
@@ -359,24 +389,24 @@ class EndpointPatch(dict):
|
|
|
359
389
|
return super().get(key, default)
|
|
360
390
|
|
|
361
391
|
def __init__(__self__, *,
|
|
362
|
-
addresses: Optional[Sequence[str]] = None,
|
|
392
|
+
addresses: Optional[Sequence[_builtins.str]] = None,
|
|
363
393
|
conditions: Optional['outputs.EndpointConditionsPatch'] = None,
|
|
364
|
-
deprecated_topology: Optional[Mapping[str, str]] = None,
|
|
394
|
+
deprecated_topology: Optional[Mapping[str, _builtins.str]] = None,
|
|
365
395
|
hints: Optional['outputs.EndpointHintsPatch'] = None,
|
|
366
|
-
hostname: Optional[str] = None,
|
|
367
|
-
node_name: Optional[str] = None,
|
|
396
|
+
hostname: Optional[_builtins.str] = None,
|
|
397
|
+
node_name: Optional[_builtins.str] = None,
|
|
368
398
|
target_ref: Optional['_core.v1.outputs.ObjectReferencePatch'] = None,
|
|
369
|
-
zone: Optional[str] = None):
|
|
399
|
+
zone: Optional[_builtins.str] = None):
|
|
370
400
|
"""
|
|
371
401
|
Endpoint represents a single logical "backend" implementing a service.
|
|
372
|
-
:param Sequence[str] addresses: addresses of this endpoint.
|
|
402
|
+
:param Sequence[_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.
|
|
373
403
|
:param 'EndpointConditionsPatchArgs' conditions: conditions contains information about the current status of the endpoint.
|
|
374
|
-
:param Mapping[str, 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.
|
|
404
|
+
:param Mapping[str, _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.
|
|
375
405
|
:param 'EndpointHintsPatchArgs' hints: hints contains information associated with how an endpoint should be consumed.
|
|
376
|
-
:param 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.
|
|
377
|
-
:param str node_name: nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
406
|
+
:param _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.
|
|
407
|
+
:param _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.
|
|
378
408
|
:param '_core.v1.ObjectReferencePatchArgs' target_ref: targetRef is a reference to a Kubernetes object that represents this endpoint.
|
|
379
|
-
:param str zone: zone is the name of the Zone this endpoint exists in.
|
|
409
|
+
:param _builtins.str zone: zone is the name of the Zone this endpoint exists in.
|
|
380
410
|
"""
|
|
381
411
|
if addresses is not None:
|
|
382
412
|
pulumi.set(__self__, "addresses", addresses)
|
|
@@ -395,15 +425,15 @@ class EndpointPatch(dict):
|
|
|
395
425
|
if zone is not None:
|
|
396
426
|
pulumi.set(__self__, "zone", zone)
|
|
397
427
|
|
|
398
|
-
@property
|
|
428
|
+
@_builtins.property
|
|
399
429
|
@pulumi.getter
|
|
400
|
-
def addresses(self) -> Optional[Sequence[str]]:
|
|
430
|
+
def addresses(self) -> Optional[Sequence[_builtins.str]]:
|
|
401
431
|
"""
|
|
402
|
-
addresses of this endpoint.
|
|
432
|
+
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.
|
|
403
433
|
"""
|
|
404
434
|
return pulumi.get(self, "addresses")
|
|
405
435
|
|
|
406
|
-
@property
|
|
436
|
+
@_builtins.property
|
|
407
437
|
@pulumi.getter
|
|
408
438
|
def conditions(self) -> Optional['outputs.EndpointConditionsPatch']:
|
|
409
439
|
"""
|
|
@@ -411,15 +441,15 @@ class EndpointPatch(dict):
|
|
|
411
441
|
"""
|
|
412
442
|
return pulumi.get(self, "conditions")
|
|
413
443
|
|
|
414
|
-
@property
|
|
444
|
+
@_builtins.property
|
|
415
445
|
@pulumi.getter(name="deprecatedTopology")
|
|
416
|
-
def deprecated_topology(self) -> Optional[Mapping[str, str]]:
|
|
446
|
+
def deprecated_topology(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
417
447
|
"""
|
|
418
448
|
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.
|
|
419
449
|
"""
|
|
420
450
|
return pulumi.get(self, "deprecated_topology")
|
|
421
451
|
|
|
422
|
-
@property
|
|
452
|
+
@_builtins.property
|
|
423
453
|
@pulumi.getter
|
|
424
454
|
def hints(self) -> Optional['outputs.EndpointHintsPatch']:
|
|
425
455
|
"""
|
|
@@ -427,23 +457,23 @@ class EndpointPatch(dict):
|
|
|
427
457
|
"""
|
|
428
458
|
return pulumi.get(self, "hints")
|
|
429
459
|
|
|
430
|
-
@property
|
|
460
|
+
@_builtins.property
|
|
431
461
|
@pulumi.getter
|
|
432
|
-
def hostname(self) -> Optional[str]:
|
|
462
|
+
def hostname(self) -> Optional[_builtins.str]:
|
|
433
463
|
"""
|
|
434
464
|
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.
|
|
435
465
|
"""
|
|
436
466
|
return pulumi.get(self, "hostname")
|
|
437
467
|
|
|
438
|
-
@property
|
|
468
|
+
@_builtins.property
|
|
439
469
|
@pulumi.getter(name="nodeName")
|
|
440
|
-
def node_name(self) -> Optional[str]:
|
|
470
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
441
471
|
"""
|
|
442
472
|
nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.
|
|
443
473
|
"""
|
|
444
474
|
return pulumi.get(self, "node_name")
|
|
445
475
|
|
|
446
|
-
@property
|
|
476
|
+
@_builtins.property
|
|
447
477
|
@pulumi.getter(name="targetRef")
|
|
448
478
|
def target_ref(self) -> Optional['_core.v1.outputs.ObjectReferencePatch']:
|
|
449
479
|
"""
|
|
@@ -451,9 +481,9 @@ class EndpointPatch(dict):
|
|
|
451
481
|
"""
|
|
452
482
|
return pulumi.get(self, "target_ref")
|
|
453
483
|
|
|
454
|
-
@property
|
|
484
|
+
@_builtins.property
|
|
455
485
|
@pulumi.getter
|
|
456
|
-
def zone(self) -> Optional[str]:
|
|
486
|
+
def zone(self) -> Optional[_builtins.str]:
|
|
457
487
|
"""
|
|
458
488
|
zone is the name of the Zone this endpoint exists in.
|
|
459
489
|
"""
|
|
@@ -483,13 +513,13 @@ class EndpointPort(dict):
|
|
|
483
513
|
return super().get(key, default)
|
|
484
514
|
|
|
485
515
|
def __init__(__self__, *,
|
|
486
|
-
app_protocol: Optional[str] = None,
|
|
487
|
-
name: Optional[str] = None,
|
|
488
|
-
port: Optional[int] = None,
|
|
489
|
-
protocol: Optional[str] = None):
|
|
516
|
+
app_protocol: Optional[_builtins.str] = None,
|
|
517
|
+
name: Optional[_builtins.str] = None,
|
|
518
|
+
port: Optional[_builtins.int] = None,
|
|
519
|
+
protocol: Optional[_builtins.str] = None):
|
|
490
520
|
"""
|
|
491
521
|
EndpointPort represents a Port used by an EndpointSlice
|
|
492
|
-
:param 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:
|
|
522
|
+
:param _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:
|
|
493
523
|
|
|
494
524
|
* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).
|
|
495
525
|
|
|
@@ -499,9 +529,9 @@ class EndpointPort(dict):
|
|
|
499
529
|
* 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
|
|
500
530
|
|
|
501
531
|
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
|
|
502
|
-
:param 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.
|
|
503
|
-
:param int port: port represents the port number of the endpoint. If
|
|
504
|
-
:param str protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
532
|
+
:param _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.
|
|
533
|
+
:param _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.
|
|
534
|
+
:param _builtins.str protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
505
535
|
"""
|
|
506
536
|
if app_protocol is not None:
|
|
507
537
|
pulumi.set(__self__, "app_protocol", app_protocol)
|
|
@@ -512,9 +542,9 @@ class EndpointPort(dict):
|
|
|
512
542
|
if protocol is not None:
|
|
513
543
|
pulumi.set(__self__, "protocol", protocol)
|
|
514
544
|
|
|
515
|
-
@property
|
|
545
|
+
@_builtins.property
|
|
516
546
|
@pulumi.getter(name="appProtocol")
|
|
517
|
-
def app_protocol(self) -> Optional[str]:
|
|
547
|
+
def app_protocol(self) -> Optional[_builtins.str]:
|
|
518
548
|
"""
|
|
519
549
|
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:
|
|
520
550
|
|
|
@@ -529,25 +559,25 @@ class EndpointPort(dict):
|
|
|
529
559
|
"""
|
|
530
560
|
return pulumi.get(self, "app_protocol")
|
|
531
561
|
|
|
532
|
-
@property
|
|
562
|
+
@_builtins.property
|
|
533
563
|
@pulumi.getter
|
|
534
|
-
def name(self) -> Optional[str]:
|
|
564
|
+
def name(self) -> Optional[_builtins.str]:
|
|
535
565
|
"""
|
|
536
566
|
name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
537
567
|
"""
|
|
538
568
|
return pulumi.get(self, "name")
|
|
539
569
|
|
|
540
|
-
@property
|
|
570
|
+
@_builtins.property
|
|
541
571
|
@pulumi.getter
|
|
542
|
-
def port(self) -> Optional[int]:
|
|
572
|
+
def port(self) -> Optional[_builtins.int]:
|
|
543
573
|
"""
|
|
544
|
-
port represents the port number of the endpoint. If
|
|
574
|
+
port represents the port number of the endpoint. If the EndpointSlice is derived from a Kubernetes service, this must be set to the service's target port. EndpointSlices used for other purposes may have a nil port.
|
|
545
575
|
"""
|
|
546
576
|
return pulumi.get(self, "port")
|
|
547
577
|
|
|
548
|
-
@property
|
|
578
|
+
@_builtins.property
|
|
549
579
|
@pulumi.getter
|
|
550
|
-
def protocol(self) -> Optional[str]:
|
|
580
|
+
def protocol(self) -> Optional[_builtins.str]:
|
|
551
581
|
"""
|
|
552
582
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
553
583
|
"""
|
|
@@ -577,13 +607,13 @@ class EndpointPortPatch(dict):
|
|
|
577
607
|
return super().get(key, default)
|
|
578
608
|
|
|
579
609
|
def __init__(__self__, *,
|
|
580
|
-
app_protocol: Optional[str] = None,
|
|
581
|
-
name: Optional[str] = None,
|
|
582
|
-
port: Optional[int] = None,
|
|
583
|
-
protocol: Optional[str] = None):
|
|
610
|
+
app_protocol: Optional[_builtins.str] = None,
|
|
611
|
+
name: Optional[_builtins.str] = None,
|
|
612
|
+
port: Optional[_builtins.int] = None,
|
|
613
|
+
protocol: Optional[_builtins.str] = None):
|
|
584
614
|
"""
|
|
585
615
|
EndpointPort represents a Port used by an EndpointSlice
|
|
586
|
-
:param 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:
|
|
616
|
+
:param _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:
|
|
587
617
|
|
|
588
618
|
* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).
|
|
589
619
|
|
|
@@ -593,9 +623,9 @@ class EndpointPortPatch(dict):
|
|
|
593
623
|
* 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455
|
|
594
624
|
|
|
595
625
|
* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.
|
|
596
|
-
:param 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.
|
|
597
|
-
:param int port: port represents the port number of the endpoint. If
|
|
598
|
-
:param str protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
626
|
+
:param _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.
|
|
627
|
+
:param _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.
|
|
628
|
+
:param _builtins.str protocol: protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
599
629
|
"""
|
|
600
630
|
if app_protocol is not None:
|
|
601
631
|
pulumi.set(__self__, "app_protocol", app_protocol)
|
|
@@ -606,9 +636,9 @@ class EndpointPortPatch(dict):
|
|
|
606
636
|
if protocol is not None:
|
|
607
637
|
pulumi.set(__self__, "protocol", protocol)
|
|
608
638
|
|
|
609
|
-
@property
|
|
639
|
+
@_builtins.property
|
|
610
640
|
@pulumi.getter(name="appProtocol")
|
|
611
|
-
def app_protocol(self) -> Optional[str]:
|
|
641
|
+
def app_protocol(self) -> Optional[_builtins.str]:
|
|
612
642
|
"""
|
|
613
643
|
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:
|
|
614
644
|
|
|
@@ -623,25 +653,25 @@ class EndpointPortPatch(dict):
|
|
|
623
653
|
"""
|
|
624
654
|
return pulumi.get(self, "app_protocol")
|
|
625
655
|
|
|
626
|
-
@property
|
|
656
|
+
@_builtins.property
|
|
627
657
|
@pulumi.getter
|
|
628
|
-
def name(self) -> Optional[str]:
|
|
658
|
+
def name(self) -> Optional[_builtins.str]:
|
|
629
659
|
"""
|
|
630
660
|
name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.
|
|
631
661
|
"""
|
|
632
662
|
return pulumi.get(self, "name")
|
|
633
663
|
|
|
634
|
-
@property
|
|
664
|
+
@_builtins.property
|
|
635
665
|
@pulumi.getter
|
|
636
|
-
def port(self) -> Optional[int]:
|
|
666
|
+
def port(self) -> Optional[_builtins.int]:
|
|
637
667
|
"""
|
|
638
|
-
port represents the port number of the endpoint. If
|
|
668
|
+
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
669
|
"""
|
|
640
670
|
return pulumi.get(self, "port")
|
|
641
671
|
|
|
642
|
-
@property
|
|
672
|
+
@_builtins.property
|
|
643
673
|
@pulumi.getter
|
|
644
|
-
def protocol(self) -> Optional[str]:
|
|
674
|
+
def protocol(self) -> Optional[_builtins.str]:
|
|
645
675
|
"""
|
|
646
676
|
protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.
|
|
647
677
|
"""
|
|
@@ -651,7 +681,7 @@ class EndpointPortPatch(dict):
|
|
|
651
681
|
@pulumi.output_type
|
|
652
682
|
class EndpointSlice(dict):
|
|
653
683
|
"""
|
|
654
|
-
EndpointSlice represents a
|
|
684
|
+
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.
|
|
655
685
|
"""
|
|
656
686
|
@staticmethod
|
|
657
687
|
def __key_warning(key: str):
|
|
@@ -673,20 +703,20 @@ class EndpointSlice(dict):
|
|
|
673
703
|
return super().get(key, default)
|
|
674
704
|
|
|
675
705
|
def __init__(__self__, *,
|
|
676
|
-
address_type: str,
|
|
706
|
+
address_type: _builtins.str,
|
|
677
707
|
endpoints: Sequence['outputs.Endpoint'],
|
|
678
|
-
api_version: Optional[str] = None,
|
|
679
|
-
kind: Optional[str] = None,
|
|
708
|
+
api_version: Optional[_builtins.str] = None,
|
|
709
|
+
kind: Optional[_builtins.str] = None,
|
|
680
710
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
681
711
|
ports: Optional[Sequence['outputs.EndpointPort']] = None):
|
|
682
712
|
"""
|
|
683
|
-
EndpointSlice represents a
|
|
684
|
-
:param 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.
|
|
713
|
+
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.
|
|
714
|
+
:param _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.
|
|
685
715
|
:param Sequence['EndpointArgs'] endpoints: endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.
|
|
686
|
-
:param 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
|
|
687
|
-
:param 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
|
|
716
|
+
:param _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
|
|
717
|
+
:param _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
|
|
688
718
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata.
|
|
689
|
-
:param Sequence['EndpointPortArgs'] ports: ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name.
|
|
719
|
+
:param Sequence['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.
|
|
690
720
|
"""
|
|
691
721
|
pulumi.set(__self__, "address_type", address_type)
|
|
692
722
|
pulumi.set(__self__, "endpoints", endpoints)
|
|
@@ -699,15 +729,15 @@ class EndpointSlice(dict):
|
|
|
699
729
|
if ports is not None:
|
|
700
730
|
pulumi.set(__self__, "ports", ports)
|
|
701
731
|
|
|
702
|
-
@property
|
|
732
|
+
@_builtins.property
|
|
703
733
|
@pulumi.getter(name="addressType")
|
|
704
|
-
def address_type(self) -> str:
|
|
734
|
+
def address_type(self) -> _builtins.str:
|
|
705
735
|
"""
|
|
706
|
-
addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.
|
|
736
|
+
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.
|
|
707
737
|
"""
|
|
708
738
|
return pulumi.get(self, "address_type")
|
|
709
739
|
|
|
710
|
-
@property
|
|
740
|
+
@_builtins.property
|
|
711
741
|
@pulumi.getter
|
|
712
742
|
def endpoints(self) -> Sequence['outputs.Endpoint']:
|
|
713
743
|
"""
|
|
@@ -715,23 +745,23 @@ class EndpointSlice(dict):
|
|
|
715
745
|
"""
|
|
716
746
|
return pulumi.get(self, "endpoints")
|
|
717
747
|
|
|
718
|
-
@property
|
|
748
|
+
@_builtins.property
|
|
719
749
|
@pulumi.getter(name="apiVersion")
|
|
720
|
-
def api_version(self) -> Optional[str]:
|
|
750
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
721
751
|
"""
|
|
722
752
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
723
753
|
"""
|
|
724
754
|
return pulumi.get(self, "api_version")
|
|
725
755
|
|
|
726
|
-
@property
|
|
756
|
+
@_builtins.property
|
|
727
757
|
@pulumi.getter
|
|
728
|
-
def kind(self) -> Optional[str]:
|
|
758
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
729
759
|
"""
|
|
730
760
|
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
|
|
731
761
|
"""
|
|
732
762
|
return pulumi.get(self, "kind")
|
|
733
763
|
|
|
734
|
-
@property
|
|
764
|
+
@_builtins.property
|
|
735
765
|
@pulumi.getter
|
|
736
766
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
737
767
|
"""
|
|
@@ -739,31 +769,76 @@ class EndpointSlice(dict):
|
|
|
739
769
|
"""
|
|
740
770
|
return pulumi.get(self, "metadata")
|
|
741
771
|
|
|
742
|
-
@property
|
|
772
|
+
@_builtins.property
|
|
743
773
|
@pulumi.getter
|
|
744
774
|
def ports(self) -> Optional[Sequence['outputs.EndpointPort']]:
|
|
745
775
|
"""
|
|
746
|
-
ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name.
|
|
776
|
+
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.
|
|
747
777
|
"""
|
|
748
778
|
return pulumi.get(self, "ports")
|
|
749
779
|
|
|
750
780
|
|
|
781
|
+
@pulumi.output_type
|
|
782
|
+
class ForNode(dict):
|
|
783
|
+
"""
|
|
784
|
+
ForNode provides information about which nodes should consume this endpoint.
|
|
785
|
+
"""
|
|
786
|
+
def __init__(__self__, *,
|
|
787
|
+
name: _builtins.str):
|
|
788
|
+
"""
|
|
789
|
+
ForNode provides information about which nodes should consume this endpoint.
|
|
790
|
+
:param _builtins.str name: name represents the name of the node.
|
|
791
|
+
"""
|
|
792
|
+
pulumi.set(__self__, "name", name)
|
|
793
|
+
|
|
794
|
+
@_builtins.property
|
|
795
|
+
@pulumi.getter
|
|
796
|
+
def name(self) -> _builtins.str:
|
|
797
|
+
"""
|
|
798
|
+
name represents the name of the node.
|
|
799
|
+
"""
|
|
800
|
+
return pulumi.get(self, "name")
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
@pulumi.output_type
|
|
804
|
+
class ForNodePatch(dict):
|
|
805
|
+
"""
|
|
806
|
+
ForNode provides information about which nodes should consume this endpoint.
|
|
807
|
+
"""
|
|
808
|
+
def __init__(__self__, *,
|
|
809
|
+
name: Optional[_builtins.str] = None):
|
|
810
|
+
"""
|
|
811
|
+
ForNode provides information about which nodes should consume this endpoint.
|
|
812
|
+
:param _builtins.str name: name represents the name of the node.
|
|
813
|
+
"""
|
|
814
|
+
if name is not None:
|
|
815
|
+
pulumi.set(__self__, "name", name)
|
|
816
|
+
|
|
817
|
+
@_builtins.property
|
|
818
|
+
@pulumi.getter
|
|
819
|
+
def name(self) -> Optional[_builtins.str]:
|
|
820
|
+
"""
|
|
821
|
+
name represents the name of the node.
|
|
822
|
+
"""
|
|
823
|
+
return pulumi.get(self, "name")
|
|
824
|
+
|
|
825
|
+
|
|
751
826
|
@pulumi.output_type
|
|
752
827
|
class ForZone(dict):
|
|
753
828
|
"""
|
|
754
829
|
ForZone provides information about which zones should consume this endpoint.
|
|
755
830
|
"""
|
|
756
831
|
def __init__(__self__, *,
|
|
757
|
-
name: str):
|
|
832
|
+
name: _builtins.str):
|
|
758
833
|
"""
|
|
759
834
|
ForZone provides information about which zones should consume this endpoint.
|
|
760
|
-
:param str name: name represents the name of the zone.
|
|
835
|
+
:param _builtins.str name: name represents the name of the zone.
|
|
761
836
|
"""
|
|
762
837
|
pulumi.set(__self__, "name", name)
|
|
763
838
|
|
|
764
|
-
@property
|
|
839
|
+
@_builtins.property
|
|
765
840
|
@pulumi.getter
|
|
766
|
-
def name(self) -> str:
|
|
841
|
+
def name(self) -> _builtins.str:
|
|
767
842
|
"""
|
|
768
843
|
name represents the name of the zone.
|
|
769
844
|
"""
|
|
@@ -776,17 +851,17 @@ class ForZonePatch(dict):
|
|
|
776
851
|
ForZone provides information about which zones should consume this endpoint.
|
|
777
852
|
"""
|
|
778
853
|
def __init__(__self__, *,
|
|
779
|
-
name: Optional[str] = None):
|
|
854
|
+
name: Optional[_builtins.str] = None):
|
|
780
855
|
"""
|
|
781
856
|
ForZone provides information about which zones should consume this endpoint.
|
|
782
|
-
:param str name: name represents the name of the zone.
|
|
857
|
+
:param _builtins.str name: name represents the name of the zone.
|
|
783
858
|
"""
|
|
784
859
|
if name is not None:
|
|
785
860
|
pulumi.set(__self__, "name", name)
|
|
786
861
|
|
|
787
|
-
@property
|
|
862
|
+
@_builtins.property
|
|
788
863
|
@pulumi.getter
|
|
789
|
-
def name(self) -> Optional[str]:
|
|
864
|
+
def name(self) -> Optional[_builtins.str]:
|
|
790
865
|
"""
|
|
791
866
|
name represents the name of the zone.
|
|
792
867
|
"""
|