pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -22,6 +23,9 @@ __all__ = [
|
|
|
22
23
|
'HTTPIngressPathPatch',
|
|
23
24
|
'HTTPIngressRuleValue',
|
|
24
25
|
'HTTPIngressRuleValuePatch',
|
|
26
|
+
'IPAddress',
|
|
27
|
+
'IPAddressSpec',
|
|
28
|
+
'IPAddressSpecPatch',
|
|
25
29
|
'IPBlock',
|
|
26
30
|
'IPBlockPatch',
|
|
27
31
|
'Ingress',
|
|
@@ -61,8 +65,15 @@ __all__ = [
|
|
|
61
65
|
'NetworkPolicySpecPatch',
|
|
62
66
|
'NetworkPolicyStatus',
|
|
63
67
|
'NetworkPolicyStatusPatch',
|
|
68
|
+
'ParentReference',
|
|
69
|
+
'ParentReferencePatch',
|
|
64
70
|
'ServiceBackendPort',
|
|
65
71
|
'ServiceBackendPortPatch',
|
|
72
|
+
'ServiceCIDR',
|
|
73
|
+
'ServiceCIDRSpec',
|
|
74
|
+
'ServiceCIDRSpecPatch',
|
|
75
|
+
'ServiceCIDRStatus',
|
|
76
|
+
'ServiceCIDRStatusPatch',
|
|
66
77
|
]
|
|
67
78
|
|
|
68
79
|
@pulumi.output_type
|
|
@@ -89,12 +100,12 @@ class HTTPIngressPath(dict):
|
|
|
89
100
|
|
|
90
101
|
def __init__(__self__, *,
|
|
91
102
|
backend: 'outputs.IngressBackend',
|
|
92
|
-
path_type: str,
|
|
93
|
-
path: Optional[str] = None):
|
|
103
|
+
path_type: builtins.str,
|
|
104
|
+
path: Optional[builtins.str] = None):
|
|
94
105
|
"""
|
|
95
106
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
96
107
|
:param 'IngressBackendArgs' backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
97
|
-
:param str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
108
|
+
:param builtins.str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
98
109
|
done on a path element by element basis. A path element refers is the
|
|
99
110
|
list of labels in the path split by the '/' separator. A request is a
|
|
100
111
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -105,7 +116,7 @@ class HTTPIngressPath(dict):
|
|
|
105
116
|
the IngressClass. Implementations can treat this as a separate PathType
|
|
106
117
|
or treat it identically to Prefix or Exact path types.
|
|
107
118
|
Implementations are required to support all path types.
|
|
108
|
-
:param str path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
119
|
+
:param builtins.str path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
109
120
|
"""
|
|
110
121
|
pulumi.set(__self__, "backend", backend)
|
|
111
122
|
pulumi.set(__self__, "path_type", path_type)
|
|
@@ -122,7 +133,7 @@ class HTTPIngressPath(dict):
|
|
|
122
133
|
|
|
123
134
|
@property
|
|
124
135
|
@pulumi.getter(name="pathType")
|
|
125
|
-
def path_type(self) -> str:
|
|
136
|
+
def path_type(self) -> builtins.str:
|
|
126
137
|
"""
|
|
127
138
|
pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
128
139
|
done on a path element by element basis. A path element refers is the
|
|
@@ -140,7 +151,7 @@ class HTTPIngressPath(dict):
|
|
|
140
151
|
|
|
141
152
|
@property
|
|
142
153
|
@pulumi.getter
|
|
143
|
-
def path(self) -> Optional[str]:
|
|
154
|
+
def path(self) -> Optional[builtins.str]:
|
|
144
155
|
"""
|
|
145
156
|
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
146
157
|
"""
|
|
@@ -171,13 +182,13 @@ class HTTPIngressPathPatch(dict):
|
|
|
171
182
|
|
|
172
183
|
def __init__(__self__, *,
|
|
173
184
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
174
|
-
path: Optional[str] = None,
|
|
175
|
-
path_type: Optional[str] = None):
|
|
185
|
+
path: Optional[builtins.str] = None,
|
|
186
|
+
path_type: Optional[builtins.str] = None):
|
|
176
187
|
"""
|
|
177
188
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
178
189
|
:param 'IngressBackendPatchArgs' backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
179
|
-
:param str path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
180
|
-
:param str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
190
|
+
:param builtins.str path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
191
|
+
:param builtins.str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
181
192
|
done on a path element by element basis. A path element refers is the
|
|
182
193
|
list of labels in the path split by the '/' separator. A request is a
|
|
183
194
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -206,7 +217,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
206
217
|
|
|
207
218
|
@property
|
|
208
219
|
@pulumi.getter
|
|
209
|
-
def path(self) -> Optional[str]:
|
|
220
|
+
def path(self) -> Optional[builtins.str]:
|
|
210
221
|
"""
|
|
211
222
|
path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
212
223
|
"""
|
|
@@ -214,7 +225,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
214
225
|
|
|
215
226
|
@property
|
|
216
227
|
@pulumi.getter(name="pathType")
|
|
217
|
-
def path_type(self) -> Optional[str]:
|
|
228
|
+
def path_type(self) -> Optional[builtins.str]:
|
|
218
229
|
"""
|
|
219
230
|
pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
220
231
|
done on a path element by element basis. A path element refers is the
|
|
@@ -276,6 +287,161 @@ class HTTPIngressRuleValuePatch(dict):
|
|
|
276
287
|
return pulumi.get(self, "paths")
|
|
277
288
|
|
|
278
289
|
|
|
290
|
+
@pulumi.output_type
|
|
291
|
+
class IPAddress(dict):
|
|
292
|
+
"""
|
|
293
|
+
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
294
|
+
"""
|
|
295
|
+
@staticmethod
|
|
296
|
+
def __key_warning(key: str):
|
|
297
|
+
suggest = None
|
|
298
|
+
if key == "apiVersion":
|
|
299
|
+
suggest = "api_version"
|
|
300
|
+
|
|
301
|
+
if suggest:
|
|
302
|
+
pulumi.log.warn(f"Key '{key}' not found in IPAddress. Access the value via the '{suggest}' property getter instead.")
|
|
303
|
+
|
|
304
|
+
def __getitem__(self, key: str) -> Any:
|
|
305
|
+
IPAddress.__key_warning(key)
|
|
306
|
+
return super().__getitem__(key)
|
|
307
|
+
|
|
308
|
+
def get(self, key: str, default = None) -> Any:
|
|
309
|
+
IPAddress.__key_warning(key)
|
|
310
|
+
return super().get(key, default)
|
|
311
|
+
|
|
312
|
+
def __init__(__self__, *,
|
|
313
|
+
api_version: Optional[builtins.str] = None,
|
|
314
|
+
kind: Optional[builtins.str] = None,
|
|
315
|
+
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
316
|
+
spec: Optional['outputs.IPAddressSpec'] = None):
|
|
317
|
+
"""
|
|
318
|
+
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
319
|
+
: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
|
|
320
|
+
: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
|
|
321
|
+
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
322
|
+
:param 'IPAddressSpecArgs' spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
323
|
+
"""
|
|
324
|
+
if api_version is not None:
|
|
325
|
+
pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
|
|
326
|
+
if kind is not None:
|
|
327
|
+
pulumi.set(__self__, "kind", 'IPAddress')
|
|
328
|
+
if metadata is not None:
|
|
329
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
330
|
+
if spec is not None:
|
|
331
|
+
pulumi.set(__self__, "spec", spec)
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="apiVersion")
|
|
335
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
336
|
+
"""
|
|
337
|
+
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
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "api_version")
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
@pulumi.getter
|
|
343
|
+
def kind(self) -> Optional[builtins.str]:
|
|
344
|
+
"""
|
|
345
|
+
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
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "kind")
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter
|
|
351
|
+
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
352
|
+
"""
|
|
353
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "metadata")
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter
|
|
359
|
+
def spec(self) -> Optional['outputs.IPAddressSpec']:
|
|
360
|
+
"""
|
|
361
|
+
spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "spec")
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
@pulumi.output_type
|
|
367
|
+
class IPAddressSpec(dict):
|
|
368
|
+
"""
|
|
369
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
370
|
+
"""
|
|
371
|
+
@staticmethod
|
|
372
|
+
def __key_warning(key: str):
|
|
373
|
+
suggest = None
|
|
374
|
+
if key == "parentRef":
|
|
375
|
+
suggest = "parent_ref"
|
|
376
|
+
|
|
377
|
+
if suggest:
|
|
378
|
+
pulumi.log.warn(f"Key '{key}' not found in IPAddressSpec. Access the value via the '{suggest}' property getter instead.")
|
|
379
|
+
|
|
380
|
+
def __getitem__(self, key: str) -> Any:
|
|
381
|
+
IPAddressSpec.__key_warning(key)
|
|
382
|
+
return super().__getitem__(key)
|
|
383
|
+
|
|
384
|
+
def get(self, key: str, default = None) -> Any:
|
|
385
|
+
IPAddressSpec.__key_warning(key)
|
|
386
|
+
return super().get(key, default)
|
|
387
|
+
|
|
388
|
+
def __init__(__self__, *,
|
|
389
|
+
parent_ref: 'outputs.ParentReference'):
|
|
390
|
+
"""
|
|
391
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
392
|
+
:param 'ParentReferenceArgs' parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
393
|
+
"""
|
|
394
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
395
|
+
|
|
396
|
+
@property
|
|
397
|
+
@pulumi.getter(name="parentRef")
|
|
398
|
+
def parent_ref(self) -> 'outputs.ParentReference':
|
|
399
|
+
"""
|
|
400
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
401
|
+
"""
|
|
402
|
+
return pulumi.get(self, "parent_ref")
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
@pulumi.output_type
|
|
406
|
+
class IPAddressSpecPatch(dict):
|
|
407
|
+
"""
|
|
408
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
409
|
+
"""
|
|
410
|
+
@staticmethod
|
|
411
|
+
def __key_warning(key: str):
|
|
412
|
+
suggest = None
|
|
413
|
+
if key == "parentRef":
|
|
414
|
+
suggest = "parent_ref"
|
|
415
|
+
|
|
416
|
+
if suggest:
|
|
417
|
+
pulumi.log.warn(f"Key '{key}' not found in IPAddressSpecPatch. Access the value via the '{suggest}' property getter instead.")
|
|
418
|
+
|
|
419
|
+
def __getitem__(self, key: str) -> Any:
|
|
420
|
+
IPAddressSpecPatch.__key_warning(key)
|
|
421
|
+
return super().__getitem__(key)
|
|
422
|
+
|
|
423
|
+
def get(self, key: str, default = None) -> Any:
|
|
424
|
+
IPAddressSpecPatch.__key_warning(key)
|
|
425
|
+
return super().get(key, default)
|
|
426
|
+
|
|
427
|
+
def __init__(__self__, *,
|
|
428
|
+
parent_ref: Optional['outputs.ParentReferencePatch'] = None):
|
|
429
|
+
"""
|
|
430
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
431
|
+
:param 'ParentReferencePatchArgs' parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
432
|
+
"""
|
|
433
|
+
if parent_ref is not None:
|
|
434
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="parentRef")
|
|
438
|
+
def parent_ref(self) -> Optional['outputs.ParentReferencePatch']:
|
|
439
|
+
"""
|
|
440
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "parent_ref")
|
|
443
|
+
|
|
444
|
+
|
|
279
445
|
@pulumi.output_type
|
|
280
446
|
class IPBlock(dict):
|
|
281
447
|
"""
|
|
@@ -299,12 +465,12 @@ class IPBlock(dict):
|
|
|
299
465
|
return super().get(key, default)
|
|
300
466
|
|
|
301
467
|
def __init__(__self__, *,
|
|
302
|
-
cidr: str,
|
|
303
|
-
except_: Optional[Sequence[str]] = None):
|
|
468
|
+
cidr: builtins.str,
|
|
469
|
+
except_: Optional[Sequence[builtins.str]] = None):
|
|
304
470
|
"""
|
|
305
471
|
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
306
|
-
:param str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
307
|
-
:param Sequence[str] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
472
|
+
:param builtins.str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
473
|
+
:param Sequence[builtins.str] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
308
474
|
"""
|
|
309
475
|
pulumi.set(__self__, "cidr", cidr)
|
|
310
476
|
if except_ is not None:
|
|
@@ -312,7 +478,7 @@ class IPBlock(dict):
|
|
|
312
478
|
|
|
313
479
|
@property
|
|
314
480
|
@pulumi.getter
|
|
315
|
-
def cidr(self) -> str:
|
|
481
|
+
def cidr(self) -> builtins.str:
|
|
316
482
|
"""
|
|
317
483
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
318
484
|
"""
|
|
@@ -320,7 +486,7 @@ class IPBlock(dict):
|
|
|
320
486
|
|
|
321
487
|
@property
|
|
322
488
|
@pulumi.getter(name="except")
|
|
323
|
-
def except_(self) -> Optional[Sequence[str]]:
|
|
489
|
+
def except_(self) -> Optional[Sequence[builtins.str]]:
|
|
324
490
|
"""
|
|
325
491
|
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
326
492
|
"""
|
|
@@ -350,12 +516,12 @@ class IPBlockPatch(dict):
|
|
|
350
516
|
return super().get(key, default)
|
|
351
517
|
|
|
352
518
|
def __init__(__self__, *,
|
|
353
|
-
cidr: Optional[str] = None,
|
|
354
|
-
except_: Optional[Sequence[str]] = None):
|
|
519
|
+
cidr: Optional[builtins.str] = None,
|
|
520
|
+
except_: Optional[Sequence[builtins.str]] = None):
|
|
355
521
|
"""
|
|
356
522
|
IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
357
|
-
:param str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
358
|
-
:param Sequence[str] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
523
|
+
:param builtins.str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
524
|
+
:param Sequence[builtins.str] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
359
525
|
"""
|
|
360
526
|
if cidr is not None:
|
|
361
527
|
pulumi.set(__self__, "cidr", cidr)
|
|
@@ -364,7 +530,7 @@ class IPBlockPatch(dict):
|
|
|
364
530
|
|
|
365
531
|
@property
|
|
366
532
|
@pulumi.getter
|
|
367
|
-
def cidr(self) -> Optional[str]:
|
|
533
|
+
def cidr(self) -> Optional[builtins.str]:
|
|
368
534
|
"""
|
|
369
535
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
370
536
|
"""
|
|
@@ -372,7 +538,7 @@ class IPBlockPatch(dict):
|
|
|
372
538
|
|
|
373
539
|
@property
|
|
374
540
|
@pulumi.getter(name="except")
|
|
375
|
-
def except_(self) -> Optional[Sequence[str]]:
|
|
541
|
+
def except_(self) -> Optional[Sequence[builtins.str]]:
|
|
376
542
|
"""
|
|
377
543
|
except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
378
544
|
"""
|
|
@@ -416,8 +582,8 @@ class Ingress(dict):
|
|
|
416
582
|
return super().get(key, default)
|
|
417
583
|
|
|
418
584
|
def __init__(__self__, *,
|
|
419
|
-
api_version: Optional[str] = None,
|
|
420
|
-
kind: Optional[str] = None,
|
|
585
|
+
api_version: Optional[builtins.str] = None,
|
|
586
|
+
kind: Optional[builtins.str] = None,
|
|
421
587
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
422
588
|
spec: Optional['outputs.IngressSpec'] = None,
|
|
423
589
|
status: Optional['outputs.IngressStatus'] = None):
|
|
@@ -437,8 +603,8 @@ class Ingress(dict):
|
|
|
437
603
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
438
604
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
439
605
|
by setting the 'customTimeouts' option on the resource.
|
|
440
|
-
: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
|
|
441
|
-
: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
|
|
606
|
+
: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
|
|
607
|
+
: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
|
|
442
608
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
443
609
|
:param 'IngressSpecArgs' spec: spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
444
610
|
:param 'IngressStatusArgs' status: status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -456,7 +622,7 @@ class Ingress(dict):
|
|
|
456
622
|
|
|
457
623
|
@property
|
|
458
624
|
@pulumi.getter(name="apiVersion")
|
|
459
|
-
def api_version(self) -> Optional[str]:
|
|
625
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
460
626
|
"""
|
|
461
627
|
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
|
|
462
628
|
"""
|
|
@@ -464,7 +630,7 @@ class Ingress(dict):
|
|
|
464
630
|
|
|
465
631
|
@property
|
|
466
632
|
@pulumi.getter
|
|
467
|
-
def kind(self) -> Optional[str]:
|
|
633
|
+
def kind(self) -> Optional[builtins.str]:
|
|
468
634
|
"""
|
|
469
635
|
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
|
|
470
636
|
"""
|
|
@@ -588,14 +754,14 @@ class IngressClass(dict):
|
|
|
588
754
|
return super().get(key, default)
|
|
589
755
|
|
|
590
756
|
def __init__(__self__, *,
|
|
591
|
-
api_version: Optional[str] = None,
|
|
592
|
-
kind: Optional[str] = None,
|
|
757
|
+
api_version: Optional[builtins.str] = None,
|
|
758
|
+
kind: Optional[builtins.str] = None,
|
|
593
759
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
594
760
|
spec: Optional['outputs.IngressClassSpec'] = None):
|
|
595
761
|
"""
|
|
596
762
|
IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.
|
|
597
|
-
: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
|
|
598
|
-
: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
|
|
763
|
+
: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
|
|
764
|
+
: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
|
|
599
765
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
600
766
|
:param 'IngressClassSpecArgs' spec: spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
601
767
|
"""
|
|
@@ -610,7 +776,7 @@ class IngressClass(dict):
|
|
|
610
776
|
|
|
611
777
|
@property
|
|
612
778
|
@pulumi.getter(name="apiVersion")
|
|
613
|
-
def api_version(self) -> Optional[str]:
|
|
779
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
614
780
|
"""
|
|
615
781
|
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
|
|
616
782
|
"""
|
|
@@ -618,7 +784,7 @@ class IngressClass(dict):
|
|
|
618
784
|
|
|
619
785
|
@property
|
|
620
786
|
@pulumi.getter
|
|
621
|
-
def kind(self) -> Optional[str]:
|
|
787
|
+
def kind(self) -> Optional[builtins.str]:
|
|
622
788
|
"""
|
|
623
789
|
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
|
|
624
790
|
"""
|
|
@@ -664,18 +830,18 @@ class IngressClassParametersReference(dict):
|
|
|
664
830
|
return super().get(key, default)
|
|
665
831
|
|
|
666
832
|
def __init__(__self__, *,
|
|
667
|
-
kind: str,
|
|
668
|
-
name: str,
|
|
669
|
-
api_group: Optional[str] = None,
|
|
670
|
-
namespace: Optional[str] = None,
|
|
671
|
-
scope: Optional[str] = None):
|
|
833
|
+
kind: builtins.str,
|
|
834
|
+
name: builtins.str,
|
|
835
|
+
api_group: Optional[builtins.str] = None,
|
|
836
|
+
namespace: Optional[builtins.str] = None,
|
|
837
|
+
scope: Optional[builtins.str] = None):
|
|
672
838
|
"""
|
|
673
839
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
674
|
-
:param str kind: kind is the type of resource being referenced.
|
|
675
|
-
:param str name: name is the name of resource being referenced.
|
|
676
|
-
:param str api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
677
|
-
:param str namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
678
|
-
:param str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
840
|
+
:param builtins.str kind: kind is the type of resource being referenced.
|
|
841
|
+
:param builtins.str name: name is the name of resource being referenced.
|
|
842
|
+
:param builtins.str api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
843
|
+
:param builtins.str namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
844
|
+
:param builtins.str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
679
845
|
"""
|
|
680
846
|
pulumi.set(__self__, "kind", kind)
|
|
681
847
|
pulumi.set(__self__, "name", name)
|
|
@@ -688,7 +854,7 @@ class IngressClassParametersReference(dict):
|
|
|
688
854
|
|
|
689
855
|
@property
|
|
690
856
|
@pulumi.getter
|
|
691
|
-
def kind(self) -> str:
|
|
857
|
+
def kind(self) -> builtins.str:
|
|
692
858
|
"""
|
|
693
859
|
kind is the type of resource being referenced.
|
|
694
860
|
"""
|
|
@@ -696,7 +862,7 @@ class IngressClassParametersReference(dict):
|
|
|
696
862
|
|
|
697
863
|
@property
|
|
698
864
|
@pulumi.getter
|
|
699
|
-
def name(self) -> str:
|
|
865
|
+
def name(self) -> builtins.str:
|
|
700
866
|
"""
|
|
701
867
|
name is the name of resource being referenced.
|
|
702
868
|
"""
|
|
@@ -704,7 +870,7 @@ class IngressClassParametersReference(dict):
|
|
|
704
870
|
|
|
705
871
|
@property
|
|
706
872
|
@pulumi.getter(name="apiGroup")
|
|
707
|
-
def api_group(self) -> Optional[str]:
|
|
873
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
708
874
|
"""
|
|
709
875
|
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
710
876
|
"""
|
|
@@ -712,7 +878,7 @@ class IngressClassParametersReference(dict):
|
|
|
712
878
|
|
|
713
879
|
@property
|
|
714
880
|
@pulumi.getter
|
|
715
|
-
def namespace(self) -> Optional[str]:
|
|
881
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
716
882
|
"""
|
|
717
883
|
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
718
884
|
"""
|
|
@@ -720,7 +886,7 @@ class IngressClassParametersReference(dict):
|
|
|
720
886
|
|
|
721
887
|
@property
|
|
722
888
|
@pulumi.getter
|
|
723
|
-
def scope(self) -> Optional[str]:
|
|
889
|
+
def scope(self) -> Optional[builtins.str]:
|
|
724
890
|
"""
|
|
725
891
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
726
892
|
"""
|
|
@@ -750,18 +916,18 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
750
916
|
return super().get(key, default)
|
|
751
917
|
|
|
752
918
|
def __init__(__self__, *,
|
|
753
|
-
api_group: Optional[str] = None,
|
|
754
|
-
kind: Optional[str] = None,
|
|
755
|
-
name: Optional[str] = None,
|
|
756
|
-
namespace: Optional[str] = None,
|
|
757
|
-
scope: Optional[str] = None):
|
|
919
|
+
api_group: Optional[builtins.str] = None,
|
|
920
|
+
kind: Optional[builtins.str] = None,
|
|
921
|
+
name: Optional[builtins.str] = None,
|
|
922
|
+
namespace: Optional[builtins.str] = None,
|
|
923
|
+
scope: Optional[builtins.str] = None):
|
|
758
924
|
"""
|
|
759
925
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
760
|
-
:param str api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
761
|
-
:param str kind: kind is the type of resource being referenced.
|
|
762
|
-
:param str name: name is the name of resource being referenced.
|
|
763
|
-
:param str namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
764
|
-
:param str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
926
|
+
:param builtins.str api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
927
|
+
:param builtins.str kind: kind is the type of resource being referenced.
|
|
928
|
+
:param builtins.str name: name is the name of resource being referenced.
|
|
929
|
+
:param builtins.str namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
930
|
+
:param builtins.str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
765
931
|
"""
|
|
766
932
|
if api_group is not None:
|
|
767
933
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -776,7 +942,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
776
942
|
|
|
777
943
|
@property
|
|
778
944
|
@pulumi.getter(name="apiGroup")
|
|
779
|
-
def api_group(self) -> Optional[str]:
|
|
945
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
780
946
|
"""
|
|
781
947
|
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
782
948
|
"""
|
|
@@ -784,7 +950,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
784
950
|
|
|
785
951
|
@property
|
|
786
952
|
@pulumi.getter
|
|
787
|
-
def kind(self) -> Optional[str]:
|
|
953
|
+
def kind(self) -> Optional[builtins.str]:
|
|
788
954
|
"""
|
|
789
955
|
kind is the type of resource being referenced.
|
|
790
956
|
"""
|
|
@@ -792,7 +958,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
792
958
|
|
|
793
959
|
@property
|
|
794
960
|
@pulumi.getter
|
|
795
|
-
def name(self) -> Optional[str]:
|
|
961
|
+
def name(self) -> Optional[builtins.str]:
|
|
796
962
|
"""
|
|
797
963
|
name is the name of resource being referenced.
|
|
798
964
|
"""
|
|
@@ -800,7 +966,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
800
966
|
|
|
801
967
|
@property
|
|
802
968
|
@pulumi.getter
|
|
803
|
-
def namespace(self) -> Optional[str]:
|
|
969
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
804
970
|
"""
|
|
805
971
|
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
806
972
|
"""
|
|
@@ -808,7 +974,7 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
808
974
|
|
|
809
975
|
@property
|
|
810
976
|
@pulumi.getter
|
|
811
|
-
def scope(self) -> Optional[str]:
|
|
977
|
+
def scope(self) -> Optional[builtins.str]:
|
|
812
978
|
"""
|
|
813
979
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
814
980
|
"""
|
|
@@ -821,11 +987,11 @@ class IngressClassSpec(dict):
|
|
|
821
987
|
IngressClassSpec provides information about the class of an Ingress.
|
|
822
988
|
"""
|
|
823
989
|
def __init__(__self__, *,
|
|
824
|
-
controller: Optional[str] = None,
|
|
990
|
+
controller: Optional[builtins.str] = None,
|
|
825
991
|
parameters: Optional['outputs.IngressClassParametersReference'] = None):
|
|
826
992
|
"""
|
|
827
993
|
IngressClassSpec provides information about the class of an Ingress.
|
|
828
|
-
:param str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
994
|
+
:param builtins.str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
829
995
|
:param 'IngressClassParametersReferenceArgs' parameters: parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
|
|
830
996
|
"""
|
|
831
997
|
if controller is not None:
|
|
@@ -835,7 +1001,7 @@ class IngressClassSpec(dict):
|
|
|
835
1001
|
|
|
836
1002
|
@property
|
|
837
1003
|
@pulumi.getter
|
|
838
|
-
def controller(self) -> Optional[str]:
|
|
1004
|
+
def controller(self) -> Optional[builtins.str]:
|
|
839
1005
|
"""
|
|
840
1006
|
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
841
1007
|
"""
|
|
@@ -856,11 +1022,11 @@ class IngressClassSpecPatch(dict):
|
|
|
856
1022
|
IngressClassSpec provides information about the class of an Ingress.
|
|
857
1023
|
"""
|
|
858
1024
|
def __init__(__self__, *,
|
|
859
|
-
controller: Optional[str] = None,
|
|
1025
|
+
controller: Optional[builtins.str] = None,
|
|
860
1026
|
parameters: Optional['outputs.IngressClassParametersReferencePatch'] = None):
|
|
861
1027
|
"""
|
|
862
1028
|
IngressClassSpec provides information about the class of an Ingress.
|
|
863
|
-
:param str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
1029
|
+
:param builtins.str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
864
1030
|
:param 'IngressClassParametersReferencePatchArgs' parameters: parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
|
|
865
1031
|
"""
|
|
866
1032
|
if controller is not None:
|
|
@@ -870,7 +1036,7 @@ class IngressClassSpecPatch(dict):
|
|
|
870
1036
|
|
|
871
1037
|
@property
|
|
872
1038
|
@pulumi.getter
|
|
873
|
-
def controller(self) -> Optional[str]:
|
|
1039
|
+
def controller(self) -> Optional[builtins.str]:
|
|
874
1040
|
"""
|
|
875
1041
|
controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
876
1042
|
"""
|
|
@@ -891,13 +1057,13 @@ class IngressLoadBalancerIngress(dict):
|
|
|
891
1057
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
892
1058
|
"""
|
|
893
1059
|
def __init__(__self__, *,
|
|
894
|
-
hostname: Optional[str] = None,
|
|
895
|
-
ip: Optional[str] = None,
|
|
1060
|
+
hostname: Optional[builtins.str] = None,
|
|
1061
|
+
ip: Optional[builtins.str] = None,
|
|
896
1062
|
ports: Optional[Sequence['outputs.IngressPortStatus']] = None):
|
|
897
1063
|
"""
|
|
898
1064
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
899
|
-
:param str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
900
|
-
:param str ip: ip is set for load-balancer ingress points that are IP based.
|
|
1065
|
+
:param builtins.str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
1066
|
+
:param builtins.str ip: ip is set for load-balancer ingress points that are IP based.
|
|
901
1067
|
:param Sequence['IngressPortStatusArgs'] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
902
1068
|
"""
|
|
903
1069
|
if hostname is not None:
|
|
@@ -909,7 +1075,7 @@ class IngressLoadBalancerIngress(dict):
|
|
|
909
1075
|
|
|
910
1076
|
@property
|
|
911
1077
|
@pulumi.getter
|
|
912
|
-
def hostname(self) -> Optional[str]:
|
|
1078
|
+
def hostname(self) -> Optional[builtins.str]:
|
|
913
1079
|
"""
|
|
914
1080
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
915
1081
|
"""
|
|
@@ -917,7 +1083,7 @@ class IngressLoadBalancerIngress(dict):
|
|
|
917
1083
|
|
|
918
1084
|
@property
|
|
919
1085
|
@pulumi.getter
|
|
920
|
-
def ip(self) -> Optional[str]:
|
|
1086
|
+
def ip(self) -> Optional[builtins.str]:
|
|
921
1087
|
"""
|
|
922
1088
|
ip is set for load-balancer ingress points that are IP based.
|
|
923
1089
|
"""
|
|
@@ -938,13 +1104,13 @@ class IngressLoadBalancerIngressPatch(dict):
|
|
|
938
1104
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
939
1105
|
"""
|
|
940
1106
|
def __init__(__self__, *,
|
|
941
|
-
hostname: Optional[str] = None,
|
|
942
|
-
ip: Optional[str] = None,
|
|
1107
|
+
hostname: Optional[builtins.str] = None,
|
|
1108
|
+
ip: Optional[builtins.str] = None,
|
|
943
1109
|
ports: Optional[Sequence['outputs.IngressPortStatusPatch']] = None):
|
|
944
1110
|
"""
|
|
945
1111
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
946
|
-
:param str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
947
|
-
:param str ip: ip is set for load-balancer ingress points that are IP based.
|
|
1112
|
+
:param builtins.str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
1113
|
+
:param builtins.str ip: ip is set for load-balancer ingress points that are IP based.
|
|
948
1114
|
:param Sequence['IngressPortStatusPatchArgs'] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
949
1115
|
"""
|
|
950
1116
|
if hostname is not None:
|
|
@@ -956,7 +1122,7 @@ class IngressLoadBalancerIngressPatch(dict):
|
|
|
956
1122
|
|
|
957
1123
|
@property
|
|
958
1124
|
@pulumi.getter
|
|
959
|
-
def hostname(self) -> Optional[str]:
|
|
1125
|
+
def hostname(self) -> Optional[builtins.str]:
|
|
960
1126
|
"""
|
|
961
1127
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
962
1128
|
"""
|
|
@@ -964,7 +1130,7 @@ class IngressLoadBalancerIngressPatch(dict):
|
|
|
964
1130
|
|
|
965
1131
|
@property
|
|
966
1132
|
@pulumi.getter
|
|
967
|
-
def ip(self) -> Optional[str]:
|
|
1133
|
+
def ip(self) -> Optional[builtins.str]:
|
|
968
1134
|
"""
|
|
969
1135
|
ip is set for load-balancer ingress points that are IP based.
|
|
970
1136
|
"""
|
|
@@ -1031,14 +1197,14 @@ class IngressPortStatus(dict):
|
|
|
1031
1197
|
IngressPortStatus represents the error condition of a service port
|
|
1032
1198
|
"""
|
|
1033
1199
|
def __init__(__self__, *,
|
|
1034
|
-
port: int,
|
|
1035
|
-
protocol: str,
|
|
1036
|
-
error: Optional[str] = None):
|
|
1200
|
+
port: builtins.int,
|
|
1201
|
+
protocol: builtins.str,
|
|
1202
|
+
error: Optional[builtins.str] = None):
|
|
1037
1203
|
"""
|
|
1038
1204
|
IngressPortStatus represents the error condition of a service port
|
|
1039
|
-
:param int port: port is the port number of the ingress port.
|
|
1040
|
-
:param str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1041
|
-
:param str error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1205
|
+
:param builtins.int port: port is the port number of the ingress port.
|
|
1206
|
+
:param builtins.str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1207
|
+
:param builtins.str error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1042
1208
|
CamelCase names
|
|
1043
1209
|
- cloud provider specific error values must have names that comply with the
|
|
1044
1210
|
format foo.example.com/CamelCase.
|
|
@@ -1050,7 +1216,7 @@ class IngressPortStatus(dict):
|
|
|
1050
1216
|
|
|
1051
1217
|
@property
|
|
1052
1218
|
@pulumi.getter
|
|
1053
|
-
def port(self) -> int:
|
|
1219
|
+
def port(self) -> builtins.int:
|
|
1054
1220
|
"""
|
|
1055
1221
|
port is the port number of the ingress port.
|
|
1056
1222
|
"""
|
|
@@ -1058,7 +1224,7 @@ class IngressPortStatus(dict):
|
|
|
1058
1224
|
|
|
1059
1225
|
@property
|
|
1060
1226
|
@pulumi.getter
|
|
1061
|
-
def protocol(self) -> str:
|
|
1227
|
+
def protocol(self) -> builtins.str:
|
|
1062
1228
|
"""
|
|
1063
1229
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1064
1230
|
"""
|
|
@@ -1066,7 +1232,7 @@ class IngressPortStatus(dict):
|
|
|
1066
1232
|
|
|
1067
1233
|
@property
|
|
1068
1234
|
@pulumi.getter
|
|
1069
|
-
def error(self) -> Optional[str]:
|
|
1235
|
+
def error(self) -> Optional[builtins.str]:
|
|
1070
1236
|
"""
|
|
1071
1237
|
error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1072
1238
|
CamelCase names
|
|
@@ -1082,17 +1248,17 @@ class IngressPortStatusPatch(dict):
|
|
|
1082
1248
|
IngressPortStatus represents the error condition of a service port
|
|
1083
1249
|
"""
|
|
1084
1250
|
def __init__(__self__, *,
|
|
1085
|
-
error: Optional[str] = None,
|
|
1086
|
-
port: Optional[int] = None,
|
|
1087
|
-
protocol: Optional[str] = None):
|
|
1251
|
+
error: Optional[builtins.str] = None,
|
|
1252
|
+
port: Optional[builtins.int] = None,
|
|
1253
|
+
protocol: Optional[builtins.str] = None):
|
|
1088
1254
|
"""
|
|
1089
1255
|
IngressPortStatus represents the error condition of a service port
|
|
1090
|
-
:param str error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1256
|
+
:param builtins.str error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1091
1257
|
CamelCase names
|
|
1092
1258
|
- cloud provider specific error values must have names that comply with the
|
|
1093
1259
|
format foo.example.com/CamelCase.
|
|
1094
|
-
:param int port: port is the port number of the ingress port.
|
|
1095
|
-
:param str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1260
|
+
:param builtins.int port: port is the port number of the ingress port.
|
|
1261
|
+
:param builtins.str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1096
1262
|
"""
|
|
1097
1263
|
if error is not None:
|
|
1098
1264
|
pulumi.set(__self__, "error", error)
|
|
@@ -1103,7 +1269,7 @@ class IngressPortStatusPatch(dict):
|
|
|
1103
1269
|
|
|
1104
1270
|
@property
|
|
1105
1271
|
@pulumi.getter
|
|
1106
|
-
def error(self) -> Optional[str]:
|
|
1272
|
+
def error(self) -> Optional[builtins.str]:
|
|
1107
1273
|
"""
|
|
1108
1274
|
error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1109
1275
|
CamelCase names
|
|
@@ -1114,7 +1280,7 @@ class IngressPortStatusPatch(dict):
|
|
|
1114
1280
|
|
|
1115
1281
|
@property
|
|
1116
1282
|
@pulumi.getter
|
|
1117
|
-
def port(self) -> Optional[int]:
|
|
1283
|
+
def port(self) -> Optional[builtins.int]:
|
|
1118
1284
|
"""
|
|
1119
1285
|
port is the port number of the ingress port.
|
|
1120
1286
|
"""
|
|
@@ -1122,7 +1288,7 @@ class IngressPortStatusPatch(dict):
|
|
|
1122
1288
|
|
|
1123
1289
|
@property
|
|
1124
1290
|
@pulumi.getter
|
|
1125
|
-
def protocol(self) -> Optional[str]:
|
|
1291
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
1126
1292
|
"""
|
|
1127
1293
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1128
1294
|
"""
|
|
@@ -1135,11 +1301,11 @@ class IngressRule(dict):
|
|
|
1135
1301
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1136
1302
|
"""
|
|
1137
1303
|
def __init__(__self__, *,
|
|
1138
|
-
host: Optional[str] = None,
|
|
1304
|
+
host: Optional[builtins.str] = None,
|
|
1139
1305
|
http: Optional['outputs.HTTPIngressRuleValue'] = None):
|
|
1140
1306
|
"""
|
|
1141
1307
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1142
|
-
:param str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1308
|
+
:param builtins.str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1143
1309
|
the IP in the Spec of the parent Ingress.
|
|
1144
1310
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1145
1311
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1155,7 +1321,7 @@ class IngressRule(dict):
|
|
|
1155
1321
|
|
|
1156
1322
|
@property
|
|
1157
1323
|
@pulumi.getter
|
|
1158
|
-
def host(self) -> Optional[str]:
|
|
1324
|
+
def host(self) -> Optional[builtins.str]:
|
|
1159
1325
|
"""
|
|
1160
1326
|
host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1161
1327
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1180,11 +1346,11 @@ class IngressRulePatch(dict):
|
|
|
1180
1346
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1181
1347
|
"""
|
|
1182
1348
|
def __init__(__self__, *,
|
|
1183
|
-
host: Optional[str] = None,
|
|
1349
|
+
host: Optional[builtins.str] = None,
|
|
1184
1350
|
http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
|
|
1185
1351
|
"""
|
|
1186
1352
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
1187
|
-
:param str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1353
|
+
:param builtins.str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1188
1354
|
the IP in the Spec of the parent Ingress.
|
|
1189
1355
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1190
1356
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1200,7 +1366,7 @@ class IngressRulePatch(dict):
|
|
|
1200
1366
|
|
|
1201
1367
|
@property
|
|
1202
1368
|
@pulumi.getter
|
|
1203
|
-
def host(self) -> Optional[str]:
|
|
1369
|
+
def host(self) -> Optional[builtins.str]:
|
|
1204
1370
|
"""
|
|
1205
1371
|
host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1206
1372
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1225,11 +1391,11 @@ class IngressServiceBackend(dict):
|
|
|
1225
1391
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1226
1392
|
"""
|
|
1227
1393
|
def __init__(__self__, *,
|
|
1228
|
-
name: str,
|
|
1394
|
+
name: builtins.str,
|
|
1229
1395
|
port: Optional['outputs.ServiceBackendPort'] = None):
|
|
1230
1396
|
"""
|
|
1231
1397
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1232
|
-
:param str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1398
|
+
:param builtins.str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1233
1399
|
:param 'ServiceBackendPortArgs' port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1234
1400
|
"""
|
|
1235
1401
|
pulumi.set(__self__, "name", name)
|
|
@@ -1238,7 +1404,7 @@ class IngressServiceBackend(dict):
|
|
|
1238
1404
|
|
|
1239
1405
|
@property
|
|
1240
1406
|
@pulumi.getter
|
|
1241
|
-
def name(self) -> str:
|
|
1407
|
+
def name(self) -> builtins.str:
|
|
1242
1408
|
"""
|
|
1243
1409
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1244
1410
|
"""
|
|
@@ -1259,11 +1425,11 @@ class IngressServiceBackendPatch(dict):
|
|
|
1259
1425
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1260
1426
|
"""
|
|
1261
1427
|
def __init__(__self__, *,
|
|
1262
|
-
name: Optional[str] = None,
|
|
1428
|
+
name: Optional[builtins.str] = None,
|
|
1263
1429
|
port: Optional['outputs.ServiceBackendPortPatch'] = None):
|
|
1264
1430
|
"""
|
|
1265
1431
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1266
|
-
:param str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1432
|
+
:param builtins.str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1267
1433
|
:param 'ServiceBackendPortPatchArgs' port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1268
1434
|
"""
|
|
1269
1435
|
if name is not None:
|
|
@@ -1273,7 +1439,7 @@ class IngressServiceBackendPatch(dict):
|
|
|
1273
1439
|
|
|
1274
1440
|
@property
|
|
1275
1441
|
@pulumi.getter
|
|
1276
|
-
def name(self) -> Optional[str]:
|
|
1442
|
+
def name(self) -> Optional[builtins.str]:
|
|
1277
1443
|
"""
|
|
1278
1444
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1279
1445
|
"""
|
|
@@ -1314,13 +1480,13 @@ class IngressSpec(dict):
|
|
|
1314
1480
|
|
|
1315
1481
|
def __init__(__self__, *,
|
|
1316
1482
|
default_backend: Optional['outputs.IngressBackend'] = None,
|
|
1317
|
-
ingress_class_name: Optional[str] = None,
|
|
1483
|
+
ingress_class_name: Optional[builtins.str] = None,
|
|
1318
1484
|
rules: Optional[Sequence['outputs.IngressRule']] = None,
|
|
1319
1485
|
tls: Optional[Sequence['outputs.IngressTLS']] = None):
|
|
1320
1486
|
"""
|
|
1321
1487
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1322
1488
|
:param 'IngressBackendArgs' default_backend: defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1323
|
-
:param str ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1489
|
+
:param builtins.str ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1324
1490
|
:param Sequence['IngressRuleArgs'] rules: rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1325
1491
|
:param Sequence['IngressTLSArgs'] tls: tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
1326
1492
|
"""
|
|
@@ -1343,7 +1509,7 @@ class IngressSpec(dict):
|
|
|
1343
1509
|
|
|
1344
1510
|
@property
|
|
1345
1511
|
@pulumi.getter(name="ingressClassName")
|
|
1346
|
-
def ingress_class_name(self) -> Optional[str]:
|
|
1512
|
+
def ingress_class_name(self) -> Optional[builtins.str]:
|
|
1347
1513
|
"""
|
|
1348
1514
|
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1349
1515
|
"""
|
|
@@ -1392,13 +1558,13 @@ class IngressSpecPatch(dict):
|
|
|
1392
1558
|
|
|
1393
1559
|
def __init__(__self__, *,
|
|
1394
1560
|
default_backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
1395
|
-
ingress_class_name: Optional[str] = None,
|
|
1561
|
+
ingress_class_name: Optional[builtins.str] = None,
|
|
1396
1562
|
rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
|
|
1397
1563
|
tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
|
|
1398
1564
|
"""
|
|
1399
1565
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1400
1566
|
:param 'IngressBackendPatchArgs' default_backend: defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1401
|
-
:param str ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1567
|
+
:param builtins.str ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1402
1568
|
:param Sequence['IngressRulePatchArgs'] rules: rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1403
1569
|
:param Sequence['IngressTLSPatchArgs'] tls: tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
1404
1570
|
"""
|
|
@@ -1421,7 +1587,7 @@ class IngressSpecPatch(dict):
|
|
|
1421
1587
|
|
|
1422
1588
|
@property
|
|
1423
1589
|
@pulumi.getter(name="ingressClassName")
|
|
1424
|
-
def ingress_class_name(self) -> Optional[str]:
|
|
1590
|
+
def ingress_class_name(self) -> Optional[builtins.str]:
|
|
1425
1591
|
"""
|
|
1426
1592
|
ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1427
1593
|
"""
|
|
@@ -1547,12 +1713,12 @@ class IngressTLS(dict):
|
|
|
1547
1713
|
return super().get(key, default)
|
|
1548
1714
|
|
|
1549
1715
|
def __init__(__self__, *,
|
|
1550
|
-
hosts: Optional[Sequence[str]] = None,
|
|
1551
|
-
secret_name: Optional[str] = None):
|
|
1716
|
+
hosts: Optional[Sequence[builtins.str]] = None,
|
|
1717
|
+
secret_name: Optional[builtins.str] = None):
|
|
1552
1718
|
"""
|
|
1553
1719
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1554
|
-
:param Sequence[str] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1555
|
-
:param str secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1720
|
+
:param Sequence[builtins.str] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1721
|
+
:param builtins.str secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1556
1722
|
"""
|
|
1557
1723
|
if hosts is not None:
|
|
1558
1724
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1561,7 +1727,7 @@ class IngressTLS(dict):
|
|
|
1561
1727
|
|
|
1562
1728
|
@property
|
|
1563
1729
|
@pulumi.getter
|
|
1564
|
-
def hosts(self) -> Optional[Sequence[str]]:
|
|
1730
|
+
def hosts(self) -> Optional[Sequence[builtins.str]]:
|
|
1565
1731
|
"""
|
|
1566
1732
|
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1567
1733
|
"""
|
|
@@ -1569,7 +1735,7 @@ class IngressTLS(dict):
|
|
|
1569
1735
|
|
|
1570
1736
|
@property
|
|
1571
1737
|
@pulumi.getter(name="secretName")
|
|
1572
|
-
def secret_name(self) -> Optional[str]:
|
|
1738
|
+
def secret_name(self) -> Optional[builtins.str]:
|
|
1573
1739
|
"""
|
|
1574
1740
|
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1575
1741
|
"""
|
|
@@ -1599,12 +1765,12 @@ class IngressTLSPatch(dict):
|
|
|
1599
1765
|
return super().get(key, default)
|
|
1600
1766
|
|
|
1601
1767
|
def __init__(__self__, *,
|
|
1602
|
-
hosts: Optional[Sequence[str]] = None,
|
|
1603
|
-
secret_name: Optional[str] = None):
|
|
1768
|
+
hosts: Optional[Sequence[builtins.str]] = None,
|
|
1769
|
+
secret_name: Optional[builtins.str] = None):
|
|
1604
1770
|
"""
|
|
1605
1771
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1606
|
-
:param Sequence[str] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1607
|
-
:param str secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1772
|
+
:param Sequence[builtins.str] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1773
|
+
:param builtins.str secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1608
1774
|
"""
|
|
1609
1775
|
if hosts is not None:
|
|
1610
1776
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -1613,7 +1779,7 @@ class IngressTLSPatch(dict):
|
|
|
1613
1779
|
|
|
1614
1780
|
@property
|
|
1615
1781
|
@pulumi.getter
|
|
1616
|
-
def hosts(self) -> Optional[Sequence[str]]:
|
|
1782
|
+
def hosts(self) -> Optional[Sequence[builtins.str]]:
|
|
1617
1783
|
"""
|
|
1618
1784
|
hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1619
1785
|
"""
|
|
@@ -1621,7 +1787,7 @@ class IngressTLSPatch(dict):
|
|
|
1621
1787
|
|
|
1622
1788
|
@property
|
|
1623
1789
|
@pulumi.getter(name="secretName")
|
|
1624
|
-
def secret_name(self) -> Optional[str]:
|
|
1790
|
+
def secret_name(self) -> Optional[builtins.str]:
|
|
1625
1791
|
"""
|
|
1626
1792
|
secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1627
1793
|
"""
|
|
@@ -1651,15 +1817,15 @@ class NetworkPolicy(dict):
|
|
|
1651
1817
|
return super().get(key, default)
|
|
1652
1818
|
|
|
1653
1819
|
def __init__(__self__, *,
|
|
1654
|
-
api_version: Optional[str] = None,
|
|
1655
|
-
kind: Optional[str] = None,
|
|
1820
|
+
api_version: Optional[builtins.str] = None,
|
|
1821
|
+
kind: Optional[builtins.str] = None,
|
|
1656
1822
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1657
1823
|
spec: Optional['outputs.NetworkPolicySpec'] = None,
|
|
1658
1824
|
status: Optional['outputs.NetworkPolicyStatus'] = None):
|
|
1659
1825
|
"""
|
|
1660
1826
|
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
1661
|
-
: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
|
|
1662
|
-
: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
|
|
1827
|
+
: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
|
|
1828
|
+
: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
|
|
1663
1829
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1664
1830
|
:param 'NetworkPolicySpecArgs' spec: spec represents the specification of the desired behavior for this NetworkPolicy.
|
|
1665
1831
|
:param 'NetworkPolicyStatusArgs' status: Status is the current state of the NetworkPolicy. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1677,7 +1843,7 @@ class NetworkPolicy(dict):
|
|
|
1677
1843
|
|
|
1678
1844
|
@property
|
|
1679
1845
|
@pulumi.getter(name="apiVersion")
|
|
1680
|
-
def api_version(self) -> Optional[str]:
|
|
1846
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1681
1847
|
"""
|
|
1682
1848
|
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
|
|
1683
1849
|
"""
|
|
@@ -1685,7 +1851,7 @@ class NetworkPolicy(dict):
|
|
|
1685
1851
|
|
|
1686
1852
|
@property
|
|
1687
1853
|
@pulumi.getter
|
|
1688
|
-
def kind(self) -> Optional[str]:
|
|
1854
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1689
1855
|
"""
|
|
1690
1856
|
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
|
|
1691
1857
|
"""
|
|
@@ -2065,14 +2231,14 @@ class NetworkPolicyPort(dict):
|
|
|
2065
2231
|
return super().get(key, default)
|
|
2066
2232
|
|
|
2067
2233
|
def __init__(__self__, *,
|
|
2068
|
-
end_port: Optional[int] = None,
|
|
2234
|
+
end_port: Optional[builtins.int] = None,
|
|
2069
2235
|
port: Optional[Any] = None,
|
|
2070
|
-
protocol: Optional[str] = None):
|
|
2236
|
+
protocol: Optional[builtins.str] = None):
|
|
2071
2237
|
"""
|
|
2072
2238
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2073
|
-
:param int end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2074
|
-
:param Union[int, str] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2075
|
-
:param str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2239
|
+
:param builtins.int end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2240
|
+
:param Union[builtins.int, builtins.str] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2241
|
+
:param builtins.str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2076
2242
|
"""
|
|
2077
2243
|
if end_port is not None:
|
|
2078
2244
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2083,7 +2249,7 @@ class NetworkPolicyPort(dict):
|
|
|
2083
2249
|
|
|
2084
2250
|
@property
|
|
2085
2251
|
@pulumi.getter(name="endPort")
|
|
2086
|
-
def end_port(self) -> Optional[int]:
|
|
2252
|
+
def end_port(self) -> Optional[builtins.int]:
|
|
2087
2253
|
"""
|
|
2088
2254
|
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2089
2255
|
"""
|
|
@@ -2099,7 +2265,7 @@ class NetworkPolicyPort(dict):
|
|
|
2099
2265
|
|
|
2100
2266
|
@property
|
|
2101
2267
|
@pulumi.getter
|
|
2102
|
-
def protocol(self) -> Optional[str]:
|
|
2268
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
2103
2269
|
"""
|
|
2104
2270
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2105
2271
|
"""
|
|
@@ -2129,14 +2295,14 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2129
2295
|
return super().get(key, default)
|
|
2130
2296
|
|
|
2131
2297
|
def __init__(__self__, *,
|
|
2132
|
-
end_port: Optional[int] = None,
|
|
2298
|
+
end_port: Optional[builtins.int] = None,
|
|
2133
2299
|
port: Optional[Any] = None,
|
|
2134
|
-
protocol: Optional[str] = None):
|
|
2300
|
+
protocol: Optional[builtins.str] = None):
|
|
2135
2301
|
"""
|
|
2136
2302
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2137
|
-
:param int end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2138
|
-
:param Union[int, str] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2139
|
-
:param str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2303
|
+
:param builtins.int end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2304
|
+
:param Union[builtins.int, builtins.str] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2305
|
+
:param builtins.str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2140
2306
|
"""
|
|
2141
2307
|
if end_port is not None:
|
|
2142
2308
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2147,7 +2313,7 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2147
2313
|
|
|
2148
2314
|
@property
|
|
2149
2315
|
@pulumi.getter(name="endPort")
|
|
2150
|
-
def end_port(self) -> Optional[int]:
|
|
2316
|
+
def end_port(self) -> Optional[builtins.int]:
|
|
2151
2317
|
"""
|
|
2152
2318
|
endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2153
2319
|
"""
|
|
@@ -2163,7 +2329,7 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2163
2329
|
|
|
2164
2330
|
@property
|
|
2165
2331
|
@pulumi.getter
|
|
2166
|
-
def protocol(self) -> Optional[str]:
|
|
2332
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
2167
2333
|
"""
|
|
2168
2334
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2169
2335
|
"""
|
|
@@ -2198,13 +2364,13 @@ class NetworkPolicySpec(dict):
|
|
|
2198
2364
|
pod_selector: '_meta.v1.outputs.LabelSelector',
|
|
2199
2365
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRule']] = None,
|
|
2200
2366
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRule']] = None,
|
|
2201
|
-
policy_types: Optional[Sequence[str]] = None):
|
|
2367
|
+
policy_types: Optional[Sequence[builtins.str]] = None):
|
|
2202
2368
|
"""
|
|
2203
2369
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2204
2370
|
:param '_meta.v1.LabelSelectorArgs' pod_selector: podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2205
2371
|
:param Sequence['NetworkPolicyEgressRuleArgs'] egress: egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
2206
2372
|
:param Sequence['NetworkPolicyIngressRuleArgs'] ingress: ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2207
|
-
:param Sequence[str] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2373
|
+
:param Sequence[builtins.str] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2208
2374
|
"""
|
|
2209
2375
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2210
2376
|
if egress is not None:
|
|
@@ -2240,7 +2406,7 @@ class NetworkPolicySpec(dict):
|
|
|
2240
2406
|
|
|
2241
2407
|
@property
|
|
2242
2408
|
@pulumi.getter(name="policyTypes")
|
|
2243
|
-
def policy_types(self) -> Optional[Sequence[str]]:
|
|
2409
|
+
def policy_types(self) -> Optional[Sequence[builtins.str]]:
|
|
2244
2410
|
"""
|
|
2245
2411
|
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2246
2412
|
"""
|
|
@@ -2275,13 +2441,13 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2275
2441
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']] = None,
|
|
2276
2442
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']] = None,
|
|
2277
2443
|
pod_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2278
|
-
policy_types: Optional[Sequence[str]] = None):
|
|
2444
|
+
policy_types: Optional[Sequence[builtins.str]] = None):
|
|
2279
2445
|
"""
|
|
2280
2446
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2281
2447
|
:param Sequence['NetworkPolicyEgressRulePatchArgs'] egress: egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
2282
2448
|
:param Sequence['NetworkPolicyIngressRulePatchArgs'] ingress: ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2283
2449
|
:param '_meta.v1.LabelSelectorPatchArgs' pod_selector: podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2284
|
-
:param Sequence[str] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2450
|
+
:param Sequence[builtins.str] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2285
2451
|
"""
|
|
2286
2452
|
if egress is not None:
|
|
2287
2453
|
pulumi.set(__self__, "egress", egress)
|
|
@@ -2318,7 +2484,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2318
2484
|
|
|
2319
2485
|
@property
|
|
2320
2486
|
@pulumi.getter(name="policyTypes")
|
|
2321
|
-
def policy_types(self) -> Optional[Sequence[str]]:
|
|
2487
|
+
def policy_types(self) -> Optional[Sequence[builtins.str]]:
|
|
2322
2488
|
"""
|
|
2323
2489
|
policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2324
2490
|
"""
|
|
@@ -2371,18 +2537,134 @@ class NetworkPolicyStatusPatch(dict):
|
|
|
2371
2537
|
return pulumi.get(self, "conditions")
|
|
2372
2538
|
|
|
2373
2539
|
|
|
2540
|
+
@pulumi.output_type
|
|
2541
|
+
class ParentReference(dict):
|
|
2542
|
+
"""
|
|
2543
|
+
ParentReference describes a reference to a parent object.
|
|
2544
|
+
"""
|
|
2545
|
+
def __init__(__self__, *,
|
|
2546
|
+
name: builtins.str,
|
|
2547
|
+
resource: builtins.str,
|
|
2548
|
+
group: Optional[builtins.str] = None,
|
|
2549
|
+
namespace: Optional[builtins.str] = None):
|
|
2550
|
+
"""
|
|
2551
|
+
ParentReference describes a reference to a parent object.
|
|
2552
|
+
:param builtins.str name: Name is the name of the object being referenced.
|
|
2553
|
+
:param builtins.str resource: Resource is the resource of the object being referenced.
|
|
2554
|
+
:param builtins.str group: Group is the group of the object being referenced.
|
|
2555
|
+
:param builtins.str namespace: Namespace is the namespace of the object being referenced.
|
|
2556
|
+
"""
|
|
2557
|
+
pulumi.set(__self__, "name", name)
|
|
2558
|
+
pulumi.set(__self__, "resource", resource)
|
|
2559
|
+
if group is not None:
|
|
2560
|
+
pulumi.set(__self__, "group", group)
|
|
2561
|
+
if namespace is not None:
|
|
2562
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
2563
|
+
|
|
2564
|
+
@property
|
|
2565
|
+
@pulumi.getter
|
|
2566
|
+
def name(self) -> builtins.str:
|
|
2567
|
+
"""
|
|
2568
|
+
Name is the name of the object being referenced.
|
|
2569
|
+
"""
|
|
2570
|
+
return pulumi.get(self, "name")
|
|
2571
|
+
|
|
2572
|
+
@property
|
|
2573
|
+
@pulumi.getter
|
|
2574
|
+
def resource(self) -> builtins.str:
|
|
2575
|
+
"""
|
|
2576
|
+
Resource is the resource of the object being referenced.
|
|
2577
|
+
"""
|
|
2578
|
+
return pulumi.get(self, "resource")
|
|
2579
|
+
|
|
2580
|
+
@property
|
|
2581
|
+
@pulumi.getter
|
|
2582
|
+
def group(self) -> Optional[builtins.str]:
|
|
2583
|
+
"""
|
|
2584
|
+
Group is the group of the object being referenced.
|
|
2585
|
+
"""
|
|
2586
|
+
return pulumi.get(self, "group")
|
|
2587
|
+
|
|
2588
|
+
@property
|
|
2589
|
+
@pulumi.getter
|
|
2590
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2591
|
+
"""
|
|
2592
|
+
Namespace is the namespace of the object being referenced.
|
|
2593
|
+
"""
|
|
2594
|
+
return pulumi.get(self, "namespace")
|
|
2595
|
+
|
|
2596
|
+
|
|
2597
|
+
@pulumi.output_type
|
|
2598
|
+
class ParentReferencePatch(dict):
|
|
2599
|
+
"""
|
|
2600
|
+
ParentReference describes a reference to a parent object.
|
|
2601
|
+
"""
|
|
2602
|
+
def __init__(__self__, *,
|
|
2603
|
+
group: Optional[builtins.str] = None,
|
|
2604
|
+
name: Optional[builtins.str] = None,
|
|
2605
|
+
namespace: Optional[builtins.str] = None,
|
|
2606
|
+
resource: Optional[builtins.str] = None):
|
|
2607
|
+
"""
|
|
2608
|
+
ParentReference describes a reference to a parent object.
|
|
2609
|
+
:param builtins.str group: Group is the group of the object being referenced.
|
|
2610
|
+
:param builtins.str name: Name is the name of the object being referenced.
|
|
2611
|
+
:param builtins.str namespace: Namespace is the namespace of the object being referenced.
|
|
2612
|
+
:param builtins.str resource: Resource is the resource of the object being referenced.
|
|
2613
|
+
"""
|
|
2614
|
+
if group is not None:
|
|
2615
|
+
pulumi.set(__self__, "group", group)
|
|
2616
|
+
if name is not None:
|
|
2617
|
+
pulumi.set(__self__, "name", name)
|
|
2618
|
+
if namespace is not None:
|
|
2619
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
2620
|
+
if resource is not None:
|
|
2621
|
+
pulumi.set(__self__, "resource", resource)
|
|
2622
|
+
|
|
2623
|
+
@property
|
|
2624
|
+
@pulumi.getter
|
|
2625
|
+
def group(self) -> Optional[builtins.str]:
|
|
2626
|
+
"""
|
|
2627
|
+
Group is the group of the object being referenced.
|
|
2628
|
+
"""
|
|
2629
|
+
return pulumi.get(self, "group")
|
|
2630
|
+
|
|
2631
|
+
@property
|
|
2632
|
+
@pulumi.getter
|
|
2633
|
+
def name(self) -> Optional[builtins.str]:
|
|
2634
|
+
"""
|
|
2635
|
+
Name is the name of the object being referenced.
|
|
2636
|
+
"""
|
|
2637
|
+
return pulumi.get(self, "name")
|
|
2638
|
+
|
|
2639
|
+
@property
|
|
2640
|
+
@pulumi.getter
|
|
2641
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2642
|
+
"""
|
|
2643
|
+
Namespace is the namespace of the object being referenced.
|
|
2644
|
+
"""
|
|
2645
|
+
return pulumi.get(self, "namespace")
|
|
2646
|
+
|
|
2647
|
+
@property
|
|
2648
|
+
@pulumi.getter
|
|
2649
|
+
def resource(self) -> Optional[builtins.str]:
|
|
2650
|
+
"""
|
|
2651
|
+
Resource is the resource of the object being referenced.
|
|
2652
|
+
"""
|
|
2653
|
+
return pulumi.get(self, "resource")
|
|
2654
|
+
|
|
2655
|
+
|
|
2374
2656
|
@pulumi.output_type
|
|
2375
2657
|
class ServiceBackendPort(dict):
|
|
2376
2658
|
"""
|
|
2377
2659
|
ServiceBackendPort is the service port being referenced.
|
|
2378
2660
|
"""
|
|
2379
2661
|
def __init__(__self__, *,
|
|
2380
|
-
name: Optional[str] = None,
|
|
2381
|
-
number: Optional[int] = None):
|
|
2662
|
+
name: Optional[builtins.str] = None,
|
|
2663
|
+
number: Optional[builtins.int] = None):
|
|
2382
2664
|
"""
|
|
2383
2665
|
ServiceBackendPort is the service port being referenced.
|
|
2384
|
-
:param str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2385
|
-
:param int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2666
|
+
:param builtins.str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2667
|
+
:param builtins.int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2386
2668
|
"""
|
|
2387
2669
|
if name is not None:
|
|
2388
2670
|
pulumi.set(__self__, "name", name)
|
|
@@ -2391,7 +2673,7 @@ class ServiceBackendPort(dict):
|
|
|
2391
2673
|
|
|
2392
2674
|
@property
|
|
2393
2675
|
@pulumi.getter
|
|
2394
|
-
def name(self) -> Optional[str]:
|
|
2676
|
+
def name(self) -> Optional[builtins.str]:
|
|
2395
2677
|
"""
|
|
2396
2678
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2397
2679
|
"""
|
|
@@ -2399,7 +2681,7 @@ class ServiceBackendPort(dict):
|
|
|
2399
2681
|
|
|
2400
2682
|
@property
|
|
2401
2683
|
@pulumi.getter
|
|
2402
|
-
def number(self) -> Optional[int]:
|
|
2684
|
+
def number(self) -> Optional[builtins.int]:
|
|
2403
2685
|
"""
|
|
2404
2686
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2405
2687
|
"""
|
|
@@ -2412,12 +2694,12 @@ class ServiceBackendPortPatch(dict):
|
|
|
2412
2694
|
ServiceBackendPort is the service port being referenced.
|
|
2413
2695
|
"""
|
|
2414
2696
|
def __init__(__self__, *,
|
|
2415
|
-
name: Optional[str] = None,
|
|
2416
|
-
number: Optional[int] = None):
|
|
2697
|
+
name: Optional[builtins.str] = None,
|
|
2698
|
+
number: Optional[builtins.int] = None):
|
|
2417
2699
|
"""
|
|
2418
2700
|
ServiceBackendPort is the service port being referenced.
|
|
2419
|
-
:param str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2420
|
-
:param int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2701
|
+
:param builtins.str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2702
|
+
:param builtins.int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2421
2703
|
"""
|
|
2422
2704
|
if name is not None:
|
|
2423
2705
|
pulumi.set(__self__, "name", name)
|
|
@@ -2426,7 +2708,7 @@ class ServiceBackendPortPatch(dict):
|
|
|
2426
2708
|
|
|
2427
2709
|
@property
|
|
2428
2710
|
@pulumi.getter
|
|
2429
|
-
def name(self) -> Optional[str]:
|
|
2711
|
+
def name(self) -> Optional[builtins.str]:
|
|
2430
2712
|
"""
|
|
2431
2713
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2432
2714
|
"""
|
|
@@ -2434,10 +2716,190 @@ class ServiceBackendPortPatch(dict):
|
|
|
2434
2716
|
|
|
2435
2717
|
@property
|
|
2436
2718
|
@pulumi.getter
|
|
2437
|
-
def number(self) -> Optional[int]:
|
|
2719
|
+
def number(self) -> Optional[builtins.int]:
|
|
2438
2720
|
"""
|
|
2439
2721
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2440
2722
|
"""
|
|
2441
2723
|
return pulumi.get(self, "number")
|
|
2442
2724
|
|
|
2443
2725
|
|
|
2726
|
+
@pulumi.output_type
|
|
2727
|
+
class ServiceCIDR(dict):
|
|
2728
|
+
"""
|
|
2729
|
+
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
2730
|
+
"""
|
|
2731
|
+
@staticmethod
|
|
2732
|
+
def __key_warning(key: str):
|
|
2733
|
+
suggest = None
|
|
2734
|
+
if key == "apiVersion":
|
|
2735
|
+
suggest = "api_version"
|
|
2736
|
+
|
|
2737
|
+
if suggest:
|
|
2738
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceCIDR. Access the value via the '{suggest}' property getter instead.")
|
|
2739
|
+
|
|
2740
|
+
def __getitem__(self, key: str) -> Any:
|
|
2741
|
+
ServiceCIDR.__key_warning(key)
|
|
2742
|
+
return super().__getitem__(key)
|
|
2743
|
+
|
|
2744
|
+
def get(self, key: str, default = None) -> Any:
|
|
2745
|
+
ServiceCIDR.__key_warning(key)
|
|
2746
|
+
return super().get(key, default)
|
|
2747
|
+
|
|
2748
|
+
def __init__(__self__, *,
|
|
2749
|
+
api_version: Optional[builtins.str] = None,
|
|
2750
|
+
kind: Optional[builtins.str] = None,
|
|
2751
|
+
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2752
|
+
spec: Optional['outputs.ServiceCIDRSpec'] = None,
|
|
2753
|
+
status: Optional['outputs.ServiceCIDRStatus'] = None):
|
|
2754
|
+
"""
|
|
2755
|
+
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
2756
|
+
: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
|
|
2757
|
+
: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
|
|
2758
|
+
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2759
|
+
:param 'ServiceCIDRSpecArgs' spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2760
|
+
:param 'ServiceCIDRStatusArgs' status: status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2761
|
+
"""
|
|
2762
|
+
if api_version is not None:
|
|
2763
|
+
pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
|
|
2764
|
+
if kind is not None:
|
|
2765
|
+
pulumi.set(__self__, "kind", 'ServiceCIDR')
|
|
2766
|
+
if metadata is not None:
|
|
2767
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
2768
|
+
if spec is not None:
|
|
2769
|
+
pulumi.set(__self__, "spec", spec)
|
|
2770
|
+
if status is not None:
|
|
2771
|
+
pulumi.set(__self__, "status", status)
|
|
2772
|
+
|
|
2773
|
+
@property
|
|
2774
|
+
@pulumi.getter(name="apiVersion")
|
|
2775
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2776
|
+
"""
|
|
2777
|
+
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
|
|
2778
|
+
"""
|
|
2779
|
+
return pulumi.get(self, "api_version")
|
|
2780
|
+
|
|
2781
|
+
@property
|
|
2782
|
+
@pulumi.getter
|
|
2783
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2784
|
+
"""
|
|
2785
|
+
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
|
|
2786
|
+
"""
|
|
2787
|
+
return pulumi.get(self, "kind")
|
|
2788
|
+
|
|
2789
|
+
@property
|
|
2790
|
+
@pulumi.getter
|
|
2791
|
+
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
2792
|
+
"""
|
|
2793
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2794
|
+
"""
|
|
2795
|
+
return pulumi.get(self, "metadata")
|
|
2796
|
+
|
|
2797
|
+
@property
|
|
2798
|
+
@pulumi.getter
|
|
2799
|
+
def spec(self) -> Optional['outputs.ServiceCIDRSpec']:
|
|
2800
|
+
"""
|
|
2801
|
+
spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2802
|
+
"""
|
|
2803
|
+
return pulumi.get(self, "spec")
|
|
2804
|
+
|
|
2805
|
+
@property
|
|
2806
|
+
@pulumi.getter
|
|
2807
|
+
def status(self) -> Optional['outputs.ServiceCIDRStatus']:
|
|
2808
|
+
"""
|
|
2809
|
+
status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2810
|
+
"""
|
|
2811
|
+
return pulumi.get(self, "status")
|
|
2812
|
+
|
|
2813
|
+
|
|
2814
|
+
@pulumi.output_type
|
|
2815
|
+
class ServiceCIDRSpec(dict):
|
|
2816
|
+
"""
|
|
2817
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
2818
|
+
"""
|
|
2819
|
+
def __init__(__self__, *,
|
|
2820
|
+
cidrs: Optional[Sequence[builtins.str]] = None):
|
|
2821
|
+
"""
|
|
2822
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
2823
|
+
:param Sequence[builtins.str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
2824
|
+
"""
|
|
2825
|
+
if cidrs is not None:
|
|
2826
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
2827
|
+
|
|
2828
|
+
@property
|
|
2829
|
+
@pulumi.getter
|
|
2830
|
+
def cidrs(self) -> Optional[Sequence[builtins.str]]:
|
|
2831
|
+
"""
|
|
2832
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
2833
|
+
"""
|
|
2834
|
+
return pulumi.get(self, "cidrs")
|
|
2835
|
+
|
|
2836
|
+
|
|
2837
|
+
@pulumi.output_type
|
|
2838
|
+
class ServiceCIDRSpecPatch(dict):
|
|
2839
|
+
"""
|
|
2840
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
2841
|
+
"""
|
|
2842
|
+
def __init__(__self__, *,
|
|
2843
|
+
cidrs: Optional[Sequence[builtins.str]] = None):
|
|
2844
|
+
"""
|
|
2845
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
2846
|
+
:param Sequence[builtins.str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
2847
|
+
"""
|
|
2848
|
+
if cidrs is not None:
|
|
2849
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
2850
|
+
|
|
2851
|
+
@property
|
|
2852
|
+
@pulumi.getter
|
|
2853
|
+
def cidrs(self) -> Optional[Sequence[builtins.str]]:
|
|
2854
|
+
"""
|
|
2855
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
2856
|
+
"""
|
|
2857
|
+
return pulumi.get(self, "cidrs")
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
@pulumi.output_type
|
|
2861
|
+
class ServiceCIDRStatus(dict):
|
|
2862
|
+
"""
|
|
2863
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
2864
|
+
"""
|
|
2865
|
+
def __init__(__self__, *,
|
|
2866
|
+
conditions: Optional[Sequence['_meta.v1.outputs.Condition']] = None):
|
|
2867
|
+
"""
|
|
2868
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
2869
|
+
:param Sequence['_meta.v1.ConditionArgs'] conditions: conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
2870
|
+
"""
|
|
2871
|
+
if conditions is not None:
|
|
2872
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
2873
|
+
|
|
2874
|
+
@property
|
|
2875
|
+
@pulumi.getter
|
|
2876
|
+
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
|
|
2877
|
+
"""
|
|
2878
|
+
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
2879
|
+
"""
|
|
2880
|
+
return pulumi.get(self, "conditions")
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
@pulumi.output_type
|
|
2884
|
+
class ServiceCIDRStatusPatch(dict):
|
|
2885
|
+
"""
|
|
2886
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
2887
|
+
"""
|
|
2888
|
+
def __init__(__self__, *,
|
|
2889
|
+
conditions: Optional[Sequence['_meta.v1.outputs.ConditionPatch']] = None):
|
|
2890
|
+
"""
|
|
2891
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
2892
|
+
:param Sequence['_meta.v1.ConditionPatchArgs'] conditions: conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
2893
|
+
"""
|
|
2894
|
+
if conditions is not None:
|
|
2895
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
2896
|
+
|
|
2897
|
+
@property
|
|
2898
|
+
@pulumi.getter
|
|
2899
|
+
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
|
|
2900
|
+
"""
|
|
2901
|
+
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
2902
|
+
"""
|
|
2903
|
+
return pulumi.get(self, "conditions")
|
|
2904
|
+
|
|
2905
|
+
|