pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -129,11 +128,11 @@ if not MYPY:
|
|
|
129
128
|
"""
|
|
130
129
|
backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
131
130
|
"""
|
|
132
|
-
path: NotRequired[pulumi.Input[
|
|
131
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
|
133
132
|
"""
|
|
134
133
|
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".
|
|
135
134
|
"""
|
|
136
|
-
path_type: NotRequired[pulumi.Input[
|
|
135
|
+
path_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
137
136
|
"""
|
|
138
137
|
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
|
|
139
138
|
done on a path element by element basis. A path element refers is the
|
|
@@ -154,13 +153,13 @@ elif False:
|
|
|
154
153
|
class HTTPIngressPathPatchArgs:
|
|
155
154
|
def __init__(__self__, *,
|
|
156
155
|
backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
157
|
-
path: Optional[pulumi.Input[
|
|
158
|
-
path_type: Optional[pulumi.Input[
|
|
156
|
+
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
157
|
+
path_type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
159
158
|
"""
|
|
160
159
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
161
160
|
:param pulumi.Input['IngressBackendPatchArgs'] backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
162
|
-
:param pulumi.Input[
|
|
163
|
-
:param pulumi.Input[
|
|
161
|
+
:param pulumi.Input[_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".
|
|
162
|
+
:param pulumi.Input[_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
|
|
164
163
|
done on a path element by element basis. A path element refers is the
|
|
165
164
|
list of labels in the path split by the '/' separator. A request is a
|
|
166
165
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -179,7 +178,7 @@ class HTTPIngressPathPatchArgs:
|
|
|
179
178
|
if path_type is not None:
|
|
180
179
|
pulumi.set(__self__, "path_type", path_type)
|
|
181
180
|
|
|
182
|
-
@property
|
|
181
|
+
@_builtins.property
|
|
183
182
|
@pulumi.getter
|
|
184
183
|
def backend(self) -> Optional[pulumi.Input['IngressBackendPatchArgs']]:
|
|
185
184
|
"""
|
|
@@ -191,21 +190,21 @@ class HTTPIngressPathPatchArgs:
|
|
|
191
190
|
def backend(self, value: Optional[pulumi.Input['IngressBackendPatchArgs']]):
|
|
192
191
|
pulumi.set(self, "backend", value)
|
|
193
192
|
|
|
194
|
-
@property
|
|
193
|
+
@_builtins.property
|
|
195
194
|
@pulumi.getter
|
|
196
|
-
def path(self) -> Optional[pulumi.Input[
|
|
195
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
197
196
|
"""
|
|
198
197
|
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".
|
|
199
198
|
"""
|
|
200
199
|
return pulumi.get(self, "path")
|
|
201
200
|
|
|
202
201
|
@path.setter
|
|
203
|
-
def path(self, value: Optional[pulumi.Input[
|
|
202
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
204
203
|
pulumi.set(self, "path", value)
|
|
205
204
|
|
|
206
|
-
@property
|
|
205
|
+
@_builtins.property
|
|
207
206
|
@pulumi.getter(name="pathType")
|
|
208
|
-
def path_type(self) -> Optional[pulumi.Input[
|
|
207
|
+
def path_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
209
208
|
"""
|
|
210
209
|
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
|
|
211
210
|
done on a path element by element basis. A path element refers is the
|
|
@@ -222,7 +221,7 @@ class HTTPIngressPathPatchArgs:
|
|
|
222
221
|
return pulumi.get(self, "path_type")
|
|
223
222
|
|
|
224
223
|
@path_type.setter
|
|
225
|
-
def path_type(self, value: Optional[pulumi.Input[
|
|
224
|
+
def path_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
226
225
|
pulumi.set(self, "path_type", value)
|
|
227
226
|
|
|
228
227
|
|
|
@@ -235,7 +234,7 @@ if not MYPY:
|
|
|
235
234
|
"""
|
|
236
235
|
backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
237
236
|
"""
|
|
238
|
-
path_type: pulumi.Input[
|
|
237
|
+
path_type: pulumi.Input[_builtins.str]
|
|
239
238
|
"""
|
|
240
239
|
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
|
|
241
240
|
done on a path element by element basis. A path element refers is the
|
|
@@ -249,7 +248,7 @@ if not MYPY:
|
|
|
249
248
|
or treat it identically to Prefix or Exact path types.
|
|
250
249
|
Implementations are required to support all path types.
|
|
251
250
|
"""
|
|
252
|
-
path: NotRequired[pulumi.Input[
|
|
251
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
|
253
252
|
"""
|
|
254
253
|
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".
|
|
255
254
|
"""
|
|
@@ -260,12 +259,12 @@ elif False:
|
|
|
260
259
|
class HTTPIngressPathArgs:
|
|
261
260
|
def __init__(__self__, *,
|
|
262
261
|
backend: pulumi.Input['IngressBackendArgs'],
|
|
263
|
-
path_type: pulumi.Input[
|
|
264
|
-
path: Optional[pulumi.Input[
|
|
262
|
+
path_type: pulumi.Input[_builtins.str],
|
|
263
|
+
path: Optional[pulumi.Input[_builtins.str]] = None):
|
|
265
264
|
"""
|
|
266
265
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
267
266
|
:param pulumi.Input['IngressBackendArgs'] backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
268
|
-
:param pulumi.Input[
|
|
267
|
+
:param pulumi.Input[_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
|
|
269
268
|
done on a path element by element basis. A path element refers is the
|
|
270
269
|
list of labels in the path split by the '/' separator. A request is a
|
|
271
270
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -276,14 +275,14 @@ class HTTPIngressPathArgs:
|
|
|
276
275
|
the IngressClass. Implementations can treat this as a separate PathType
|
|
277
276
|
or treat it identically to Prefix or Exact path types.
|
|
278
277
|
Implementations are required to support all path types.
|
|
279
|
-
:param pulumi.Input[
|
|
278
|
+
:param pulumi.Input[_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".
|
|
280
279
|
"""
|
|
281
280
|
pulumi.set(__self__, "backend", backend)
|
|
282
281
|
pulumi.set(__self__, "path_type", path_type)
|
|
283
282
|
if path is not None:
|
|
284
283
|
pulumi.set(__self__, "path", path)
|
|
285
284
|
|
|
286
|
-
@property
|
|
285
|
+
@_builtins.property
|
|
287
286
|
@pulumi.getter
|
|
288
287
|
def backend(self) -> pulumi.Input['IngressBackendArgs']:
|
|
289
288
|
"""
|
|
@@ -295,9 +294,9 @@ class HTTPIngressPathArgs:
|
|
|
295
294
|
def backend(self, value: pulumi.Input['IngressBackendArgs']):
|
|
296
295
|
pulumi.set(self, "backend", value)
|
|
297
296
|
|
|
298
|
-
@property
|
|
297
|
+
@_builtins.property
|
|
299
298
|
@pulumi.getter(name="pathType")
|
|
300
|
-
def path_type(self) -> pulumi.Input[
|
|
299
|
+
def path_type(self) -> pulumi.Input[_builtins.str]:
|
|
301
300
|
"""
|
|
302
301
|
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
|
|
303
302
|
done on a path element by element basis. A path element refers is the
|
|
@@ -314,19 +313,19 @@ class HTTPIngressPathArgs:
|
|
|
314
313
|
return pulumi.get(self, "path_type")
|
|
315
314
|
|
|
316
315
|
@path_type.setter
|
|
317
|
-
def path_type(self, value: pulumi.Input[
|
|
316
|
+
def path_type(self, value: pulumi.Input[_builtins.str]):
|
|
318
317
|
pulumi.set(self, "path_type", value)
|
|
319
318
|
|
|
320
|
-
@property
|
|
319
|
+
@_builtins.property
|
|
321
320
|
@pulumi.getter
|
|
322
|
-
def path(self) -> Optional[pulumi.Input[
|
|
321
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
323
322
|
"""
|
|
324
323
|
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".
|
|
325
324
|
"""
|
|
326
325
|
return pulumi.get(self, "path")
|
|
327
326
|
|
|
328
327
|
@path.setter
|
|
329
|
-
def path(self, value: Optional[pulumi.Input[
|
|
328
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
330
329
|
pulumi.set(self, "path", value)
|
|
331
330
|
|
|
332
331
|
|
|
@@ -353,7 +352,7 @@ class HTTPIngressRuleValuePatchArgs:
|
|
|
353
352
|
if paths is not None:
|
|
354
353
|
pulumi.set(__self__, "paths", paths)
|
|
355
354
|
|
|
356
|
-
@property
|
|
355
|
+
@_builtins.property
|
|
357
356
|
@pulumi.getter
|
|
358
357
|
def paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathPatchArgs']]]]:
|
|
359
358
|
"""
|
|
@@ -388,7 +387,7 @@ class HTTPIngressRuleValueArgs:
|
|
|
388
387
|
"""
|
|
389
388
|
pulumi.set(__self__, "paths", paths)
|
|
390
389
|
|
|
391
|
-
@property
|
|
390
|
+
@_builtins.property
|
|
392
391
|
@pulumi.getter
|
|
393
392
|
def paths(self) -> pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathArgs']]]:
|
|
394
393
|
"""
|
|
@@ -424,7 +423,7 @@ class IPAddressSpecPatchArgs:
|
|
|
424
423
|
if parent_ref is not None:
|
|
425
424
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
426
425
|
|
|
427
|
-
@property
|
|
426
|
+
@_builtins.property
|
|
428
427
|
@pulumi.getter(name="parentRef")
|
|
429
428
|
def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
|
|
430
429
|
"""
|
|
@@ -459,7 +458,7 @@ class IPAddressSpecArgs:
|
|
|
459
458
|
"""
|
|
460
459
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
461
460
|
|
|
462
|
-
@property
|
|
461
|
+
@_builtins.property
|
|
463
462
|
@pulumi.getter(name="parentRef")
|
|
464
463
|
def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
|
|
465
464
|
"""
|
|
@@ -477,11 +476,11 @@ if not MYPY:
|
|
|
477
476
|
"""
|
|
478
477
|
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
|
|
479
478
|
"""
|
|
480
|
-
api_version: NotRequired[pulumi.Input[
|
|
479
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
481
480
|
"""
|
|
482
481
|
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
|
|
483
482
|
"""
|
|
484
|
-
kind: NotRequired[pulumi.Input[
|
|
483
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
485
484
|
"""
|
|
486
485
|
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
|
|
487
486
|
"""
|
|
@@ -499,14 +498,14 @@ elif False:
|
|
|
499
498
|
@pulumi.input_type
|
|
500
499
|
class IPAddressArgs:
|
|
501
500
|
def __init__(__self__, *,
|
|
502
|
-
api_version: Optional[pulumi.Input[
|
|
503
|
-
kind: Optional[pulumi.Input[
|
|
501
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
502
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
504
503
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
505
504
|
spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
|
|
506
505
|
"""
|
|
507
506
|
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
|
|
508
|
-
:param pulumi.Input[
|
|
509
|
-
:param pulumi.Input[
|
|
507
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
508
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
510
509
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
511
510
|
:param pulumi.Input['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
|
|
512
511
|
"""
|
|
@@ -519,31 +518,31 @@ class IPAddressArgs:
|
|
|
519
518
|
if spec is not None:
|
|
520
519
|
pulumi.set(__self__, "spec", spec)
|
|
521
520
|
|
|
522
|
-
@property
|
|
521
|
+
@_builtins.property
|
|
523
522
|
@pulumi.getter(name="apiVersion")
|
|
524
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
523
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
525
524
|
"""
|
|
526
525
|
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
|
|
527
526
|
"""
|
|
528
527
|
return pulumi.get(self, "api_version")
|
|
529
528
|
|
|
530
529
|
@api_version.setter
|
|
531
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
530
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
532
531
|
pulumi.set(self, "api_version", value)
|
|
533
532
|
|
|
534
|
-
@property
|
|
533
|
+
@_builtins.property
|
|
535
534
|
@pulumi.getter
|
|
536
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
535
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
537
536
|
"""
|
|
538
537
|
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
|
|
539
538
|
"""
|
|
540
539
|
return pulumi.get(self, "kind")
|
|
541
540
|
|
|
542
541
|
@kind.setter
|
|
543
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
542
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
544
543
|
pulumi.set(self, "kind", value)
|
|
545
544
|
|
|
546
|
-
@property
|
|
545
|
+
@_builtins.property
|
|
547
546
|
@pulumi.getter
|
|
548
547
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
549
548
|
"""
|
|
@@ -555,7 +554,7 @@ class IPAddressArgs:
|
|
|
555
554
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
556
555
|
pulumi.set(self, "metadata", value)
|
|
557
556
|
|
|
558
|
-
@property
|
|
557
|
+
@_builtins.property
|
|
559
558
|
@pulumi.getter
|
|
560
559
|
def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
|
|
561
560
|
"""
|
|
@@ -573,11 +572,11 @@ if not MYPY:
|
|
|
573
572
|
"""
|
|
574
573
|
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.
|
|
575
574
|
"""
|
|
576
|
-
cidr: NotRequired[pulumi.Input[
|
|
575
|
+
cidr: NotRequired[pulumi.Input[_builtins.str]]
|
|
577
576
|
"""
|
|
578
577
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
579
578
|
"""
|
|
580
|
-
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
579
|
+
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
581
580
|
"""
|
|
582
581
|
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
|
|
583
582
|
"""
|
|
@@ -587,40 +586,40 @@ elif False:
|
|
|
587
586
|
@pulumi.input_type
|
|
588
587
|
class IPBlockPatchArgs:
|
|
589
588
|
def __init__(__self__, *,
|
|
590
|
-
cidr: Optional[pulumi.Input[
|
|
591
|
-
except_: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
589
|
+
cidr: Optional[pulumi.Input[_builtins.str]] = None,
|
|
590
|
+
except_: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
592
591
|
"""
|
|
593
592
|
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.
|
|
594
|
-
:param pulumi.Input[
|
|
595
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
593
|
+
:param pulumi.Input[_builtins.str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
594
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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
|
|
596
595
|
"""
|
|
597
596
|
if cidr is not None:
|
|
598
597
|
pulumi.set(__self__, "cidr", cidr)
|
|
599
598
|
if except_ is not None:
|
|
600
599
|
pulumi.set(__self__, "except_", except_)
|
|
601
600
|
|
|
602
|
-
@property
|
|
601
|
+
@_builtins.property
|
|
603
602
|
@pulumi.getter
|
|
604
|
-
def cidr(self) -> Optional[pulumi.Input[
|
|
603
|
+
def cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
605
604
|
"""
|
|
606
605
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
607
606
|
"""
|
|
608
607
|
return pulumi.get(self, "cidr")
|
|
609
608
|
|
|
610
609
|
@cidr.setter
|
|
611
|
-
def cidr(self, value: Optional[pulumi.Input[
|
|
610
|
+
def cidr(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
612
611
|
pulumi.set(self, "cidr", value)
|
|
613
612
|
|
|
614
|
-
@property
|
|
613
|
+
@_builtins.property
|
|
615
614
|
@pulumi.getter(name="except")
|
|
616
|
-
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
615
|
+
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
617
616
|
"""
|
|
618
617
|
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
|
|
619
618
|
"""
|
|
620
619
|
return pulumi.get(self, "except_")
|
|
621
620
|
|
|
622
621
|
@except_.setter
|
|
623
|
-
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
622
|
+
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
624
623
|
pulumi.set(self, "except_", value)
|
|
625
624
|
|
|
626
625
|
|
|
@@ -629,11 +628,11 @@ if not MYPY:
|
|
|
629
628
|
"""
|
|
630
629
|
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.
|
|
631
630
|
"""
|
|
632
|
-
cidr: pulumi.Input[
|
|
631
|
+
cidr: pulumi.Input[_builtins.str]
|
|
633
632
|
"""
|
|
634
633
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
635
634
|
"""
|
|
636
|
-
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
635
|
+
except_: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
637
636
|
"""
|
|
638
637
|
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
|
|
639
638
|
"""
|
|
@@ -643,39 +642,39 @@ elif False:
|
|
|
643
642
|
@pulumi.input_type
|
|
644
643
|
class IPBlockArgs:
|
|
645
644
|
def __init__(__self__, *,
|
|
646
|
-
cidr: pulumi.Input[
|
|
647
|
-
except_: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
645
|
+
cidr: pulumi.Input[_builtins.str],
|
|
646
|
+
except_: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
648
647
|
"""
|
|
649
648
|
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.
|
|
650
|
-
:param pulumi.Input[
|
|
651
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
649
|
+
:param pulumi.Input[_builtins.str] cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
650
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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
|
|
652
651
|
"""
|
|
653
652
|
pulumi.set(__self__, "cidr", cidr)
|
|
654
653
|
if except_ is not None:
|
|
655
654
|
pulumi.set(__self__, "except_", except_)
|
|
656
655
|
|
|
657
|
-
@property
|
|
656
|
+
@_builtins.property
|
|
658
657
|
@pulumi.getter
|
|
659
|
-
def cidr(self) -> pulumi.Input[
|
|
658
|
+
def cidr(self) -> pulumi.Input[_builtins.str]:
|
|
660
659
|
"""
|
|
661
660
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
662
661
|
"""
|
|
663
662
|
return pulumi.get(self, "cidr")
|
|
664
663
|
|
|
665
664
|
@cidr.setter
|
|
666
|
-
def cidr(self, value: pulumi.Input[
|
|
665
|
+
def cidr(self, value: pulumi.Input[_builtins.str]):
|
|
667
666
|
pulumi.set(self, "cidr", value)
|
|
668
667
|
|
|
669
|
-
@property
|
|
668
|
+
@_builtins.property
|
|
670
669
|
@pulumi.getter(name="except")
|
|
671
|
-
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
670
|
+
def except_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
672
671
|
"""
|
|
673
672
|
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
|
|
674
673
|
"""
|
|
675
674
|
return pulumi.get(self, "except_")
|
|
676
675
|
|
|
677
676
|
@except_.setter
|
|
678
|
-
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
677
|
+
def except_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
679
678
|
pulumi.set(self, "except_", value)
|
|
680
679
|
|
|
681
680
|
|
|
@@ -710,7 +709,7 @@ class IngressBackendPatchArgs:
|
|
|
710
709
|
if service is not None:
|
|
711
710
|
pulumi.set(__self__, "service", service)
|
|
712
711
|
|
|
713
|
-
@property
|
|
712
|
+
@_builtins.property
|
|
714
713
|
@pulumi.getter
|
|
715
714
|
def resource(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]:
|
|
716
715
|
"""
|
|
@@ -722,7 +721,7 @@ class IngressBackendPatchArgs:
|
|
|
722
721
|
def resource(self, value: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]):
|
|
723
722
|
pulumi.set(self, "resource", value)
|
|
724
723
|
|
|
725
|
-
@property
|
|
724
|
+
@_builtins.property
|
|
726
725
|
@pulumi.getter
|
|
727
726
|
def service(self) -> Optional[pulumi.Input['IngressServiceBackendPatchArgs']]:
|
|
728
727
|
"""
|
|
@@ -766,7 +765,7 @@ class IngressBackendArgs:
|
|
|
766
765
|
if service is not None:
|
|
767
766
|
pulumi.set(__self__, "service", service)
|
|
768
767
|
|
|
769
|
-
@property
|
|
768
|
+
@_builtins.property
|
|
770
769
|
@pulumi.getter
|
|
771
770
|
def resource(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']]:
|
|
772
771
|
"""
|
|
@@ -778,7 +777,7 @@ class IngressBackendArgs:
|
|
|
778
777
|
def resource(self, value: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']]):
|
|
779
778
|
pulumi.set(self, "resource", value)
|
|
780
779
|
|
|
781
|
-
@property
|
|
780
|
+
@_builtins.property
|
|
782
781
|
@pulumi.getter
|
|
783
782
|
def service(self) -> Optional[pulumi.Input['IngressServiceBackendArgs']]:
|
|
784
783
|
"""
|
|
@@ -796,23 +795,23 @@ if not MYPY:
|
|
|
796
795
|
"""
|
|
797
796
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
798
797
|
"""
|
|
799
|
-
api_group: NotRequired[pulumi.Input[
|
|
798
|
+
api_group: NotRequired[pulumi.Input[_builtins.str]]
|
|
800
799
|
"""
|
|
801
800
|
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.
|
|
802
801
|
"""
|
|
803
|
-
kind: NotRequired[pulumi.Input[
|
|
802
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
804
803
|
"""
|
|
805
804
|
kind is the type of resource being referenced.
|
|
806
805
|
"""
|
|
807
|
-
name: NotRequired[pulumi.Input[
|
|
806
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
808
807
|
"""
|
|
809
808
|
name is the name of resource being referenced.
|
|
810
809
|
"""
|
|
811
|
-
namespace: NotRequired[pulumi.Input[
|
|
810
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
812
811
|
"""
|
|
813
812
|
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".
|
|
814
813
|
"""
|
|
815
|
-
scope: NotRequired[pulumi.Input[
|
|
814
|
+
scope: NotRequired[pulumi.Input[_builtins.str]]
|
|
816
815
|
"""
|
|
817
816
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
818
817
|
"""
|
|
@@ -822,18 +821,18 @@ elif False:
|
|
|
822
821
|
@pulumi.input_type
|
|
823
822
|
class IngressClassParametersReferencePatchArgs:
|
|
824
823
|
def __init__(__self__, *,
|
|
825
|
-
api_group: Optional[pulumi.Input[
|
|
826
|
-
kind: Optional[pulumi.Input[
|
|
827
|
-
name: Optional[pulumi.Input[
|
|
828
|
-
namespace: Optional[pulumi.Input[
|
|
829
|
-
scope: Optional[pulumi.Input[
|
|
824
|
+
api_group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
825
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
826
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
827
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
828
|
+
scope: Optional[pulumi.Input[_builtins.str]] = None):
|
|
830
829
|
"""
|
|
831
830
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
832
|
-
:param pulumi.Input[
|
|
833
|
-
:param pulumi.Input[
|
|
834
|
-
:param pulumi.Input[
|
|
835
|
-
:param pulumi.Input[
|
|
836
|
-
:param pulumi.Input[
|
|
831
|
+
:param pulumi.Input[_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.
|
|
832
|
+
:param pulumi.Input[_builtins.str] kind: kind is the type of resource being referenced.
|
|
833
|
+
:param pulumi.Input[_builtins.str] name: name is the name of resource being referenced.
|
|
834
|
+
:param pulumi.Input[_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".
|
|
835
|
+
:param pulumi.Input[_builtins.str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
837
836
|
"""
|
|
838
837
|
if api_group is not None:
|
|
839
838
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -846,64 +845,64 @@ class IngressClassParametersReferencePatchArgs:
|
|
|
846
845
|
if scope is not None:
|
|
847
846
|
pulumi.set(__self__, "scope", scope)
|
|
848
847
|
|
|
849
|
-
@property
|
|
848
|
+
@_builtins.property
|
|
850
849
|
@pulumi.getter(name="apiGroup")
|
|
851
|
-
def api_group(self) -> Optional[pulumi.Input[
|
|
850
|
+
def api_group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
852
851
|
"""
|
|
853
852
|
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.
|
|
854
853
|
"""
|
|
855
854
|
return pulumi.get(self, "api_group")
|
|
856
855
|
|
|
857
856
|
@api_group.setter
|
|
858
|
-
def api_group(self, value: Optional[pulumi.Input[
|
|
857
|
+
def api_group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
859
858
|
pulumi.set(self, "api_group", value)
|
|
860
859
|
|
|
861
|
-
@property
|
|
860
|
+
@_builtins.property
|
|
862
861
|
@pulumi.getter
|
|
863
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
862
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
864
863
|
"""
|
|
865
864
|
kind is the type of resource being referenced.
|
|
866
865
|
"""
|
|
867
866
|
return pulumi.get(self, "kind")
|
|
868
867
|
|
|
869
868
|
@kind.setter
|
|
870
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
869
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
871
870
|
pulumi.set(self, "kind", value)
|
|
872
871
|
|
|
873
|
-
@property
|
|
872
|
+
@_builtins.property
|
|
874
873
|
@pulumi.getter
|
|
875
|
-
def name(self) -> Optional[pulumi.Input[
|
|
874
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
876
875
|
"""
|
|
877
876
|
name is the name of resource being referenced.
|
|
878
877
|
"""
|
|
879
878
|
return pulumi.get(self, "name")
|
|
880
879
|
|
|
881
880
|
@name.setter
|
|
882
|
-
def name(self, value: Optional[pulumi.Input[
|
|
881
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
883
882
|
pulumi.set(self, "name", value)
|
|
884
883
|
|
|
885
|
-
@property
|
|
884
|
+
@_builtins.property
|
|
886
885
|
@pulumi.getter
|
|
887
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
886
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
888
887
|
"""
|
|
889
888
|
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".
|
|
890
889
|
"""
|
|
891
890
|
return pulumi.get(self, "namespace")
|
|
892
891
|
|
|
893
892
|
@namespace.setter
|
|
894
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
893
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
895
894
|
pulumi.set(self, "namespace", value)
|
|
896
895
|
|
|
897
|
-
@property
|
|
896
|
+
@_builtins.property
|
|
898
897
|
@pulumi.getter
|
|
899
|
-
def scope(self) -> Optional[pulumi.Input[
|
|
898
|
+
def scope(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
900
899
|
"""
|
|
901
900
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
902
901
|
"""
|
|
903
902
|
return pulumi.get(self, "scope")
|
|
904
903
|
|
|
905
904
|
@scope.setter
|
|
906
|
-
def scope(self, value: Optional[pulumi.Input[
|
|
905
|
+
def scope(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
907
906
|
pulumi.set(self, "scope", value)
|
|
908
907
|
|
|
909
908
|
|
|
@@ -912,23 +911,23 @@ if not MYPY:
|
|
|
912
911
|
"""
|
|
913
912
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
914
913
|
"""
|
|
915
|
-
kind: pulumi.Input[
|
|
914
|
+
kind: pulumi.Input[_builtins.str]
|
|
916
915
|
"""
|
|
917
916
|
kind is the type of resource being referenced.
|
|
918
917
|
"""
|
|
919
|
-
name: pulumi.Input[
|
|
918
|
+
name: pulumi.Input[_builtins.str]
|
|
920
919
|
"""
|
|
921
920
|
name is the name of resource being referenced.
|
|
922
921
|
"""
|
|
923
|
-
api_group: NotRequired[pulumi.Input[
|
|
922
|
+
api_group: NotRequired[pulumi.Input[_builtins.str]]
|
|
924
923
|
"""
|
|
925
924
|
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.
|
|
926
925
|
"""
|
|
927
|
-
namespace: NotRequired[pulumi.Input[
|
|
926
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
928
927
|
"""
|
|
929
928
|
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
929
|
"""
|
|
931
|
-
scope: NotRequired[pulumi.Input[
|
|
930
|
+
scope: NotRequired[pulumi.Input[_builtins.str]]
|
|
932
931
|
"""
|
|
933
932
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
934
933
|
"""
|
|
@@ -938,18 +937,18 @@ elif False:
|
|
|
938
937
|
@pulumi.input_type
|
|
939
938
|
class IngressClassParametersReferenceArgs:
|
|
940
939
|
def __init__(__self__, *,
|
|
941
|
-
kind: pulumi.Input[
|
|
942
|
-
name: pulumi.Input[
|
|
943
|
-
api_group: Optional[pulumi.Input[
|
|
944
|
-
namespace: Optional[pulumi.Input[
|
|
945
|
-
scope: Optional[pulumi.Input[
|
|
940
|
+
kind: pulumi.Input[_builtins.str],
|
|
941
|
+
name: pulumi.Input[_builtins.str],
|
|
942
|
+
api_group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
943
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
944
|
+
scope: Optional[pulumi.Input[_builtins.str]] = None):
|
|
946
945
|
"""
|
|
947
946
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
948
|
-
:param pulumi.Input[
|
|
949
|
-
:param pulumi.Input[
|
|
950
|
-
:param pulumi.Input[
|
|
951
|
-
:param pulumi.Input[
|
|
952
|
-
:param pulumi.Input[
|
|
947
|
+
:param pulumi.Input[_builtins.str] kind: kind is the type of resource being referenced.
|
|
948
|
+
:param pulumi.Input[_builtins.str] name: name is the name of resource being referenced.
|
|
949
|
+
:param pulumi.Input[_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.
|
|
950
|
+
:param pulumi.Input[_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".
|
|
951
|
+
:param pulumi.Input[_builtins.str] scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
953
952
|
"""
|
|
954
953
|
pulumi.set(__self__, "kind", kind)
|
|
955
954
|
pulumi.set(__self__, "name", name)
|
|
@@ -960,64 +959,64 @@ class IngressClassParametersReferenceArgs:
|
|
|
960
959
|
if scope is not None:
|
|
961
960
|
pulumi.set(__self__, "scope", scope)
|
|
962
961
|
|
|
963
|
-
@property
|
|
962
|
+
@_builtins.property
|
|
964
963
|
@pulumi.getter
|
|
965
|
-
def kind(self) -> pulumi.Input[
|
|
964
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
966
965
|
"""
|
|
967
966
|
kind is the type of resource being referenced.
|
|
968
967
|
"""
|
|
969
968
|
return pulumi.get(self, "kind")
|
|
970
969
|
|
|
971
970
|
@kind.setter
|
|
972
|
-
def kind(self, value: pulumi.Input[
|
|
971
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
973
972
|
pulumi.set(self, "kind", value)
|
|
974
973
|
|
|
975
|
-
@property
|
|
974
|
+
@_builtins.property
|
|
976
975
|
@pulumi.getter
|
|
977
|
-
def name(self) -> pulumi.Input[
|
|
976
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
978
977
|
"""
|
|
979
978
|
name is the name of resource being referenced.
|
|
980
979
|
"""
|
|
981
980
|
return pulumi.get(self, "name")
|
|
982
981
|
|
|
983
982
|
@name.setter
|
|
984
|
-
def name(self, value: pulumi.Input[
|
|
983
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
985
984
|
pulumi.set(self, "name", value)
|
|
986
985
|
|
|
987
|
-
@property
|
|
986
|
+
@_builtins.property
|
|
988
987
|
@pulumi.getter(name="apiGroup")
|
|
989
|
-
def api_group(self) -> Optional[pulumi.Input[
|
|
988
|
+
def api_group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
990
989
|
"""
|
|
991
990
|
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.
|
|
992
991
|
"""
|
|
993
992
|
return pulumi.get(self, "api_group")
|
|
994
993
|
|
|
995
994
|
@api_group.setter
|
|
996
|
-
def api_group(self, value: Optional[pulumi.Input[
|
|
995
|
+
def api_group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
997
996
|
pulumi.set(self, "api_group", value)
|
|
998
997
|
|
|
999
|
-
@property
|
|
998
|
+
@_builtins.property
|
|
1000
999
|
@pulumi.getter
|
|
1001
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
1000
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1002
1001
|
"""
|
|
1003
1002
|
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".
|
|
1004
1003
|
"""
|
|
1005
1004
|
return pulumi.get(self, "namespace")
|
|
1006
1005
|
|
|
1007
1006
|
@namespace.setter
|
|
1008
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
1007
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1009
1008
|
pulumi.set(self, "namespace", value)
|
|
1010
1009
|
|
|
1011
|
-
@property
|
|
1010
|
+
@_builtins.property
|
|
1012
1011
|
@pulumi.getter
|
|
1013
|
-
def scope(self) -> Optional[pulumi.Input[
|
|
1012
|
+
def scope(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1014
1013
|
"""
|
|
1015
1014
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
1016
1015
|
"""
|
|
1017
1016
|
return pulumi.get(self, "scope")
|
|
1018
1017
|
|
|
1019
1018
|
@scope.setter
|
|
1020
|
-
def scope(self, value: Optional[pulumi.Input[
|
|
1019
|
+
def scope(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1021
1020
|
pulumi.set(self, "scope", value)
|
|
1022
1021
|
|
|
1023
1022
|
|
|
@@ -1026,7 +1025,7 @@ if not MYPY:
|
|
|
1026
1025
|
"""
|
|
1027
1026
|
IngressClassSpec provides information about the class of an Ingress.
|
|
1028
1027
|
"""
|
|
1029
|
-
controller: NotRequired[pulumi.Input[
|
|
1028
|
+
controller: NotRequired[pulumi.Input[_builtins.str]]
|
|
1030
1029
|
"""
|
|
1031
1030
|
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.
|
|
1032
1031
|
"""
|
|
@@ -1040,11 +1039,11 @@ elif False:
|
|
|
1040
1039
|
@pulumi.input_type
|
|
1041
1040
|
class IngressClassSpecPatchArgs:
|
|
1042
1041
|
def __init__(__self__, *,
|
|
1043
|
-
controller: Optional[pulumi.Input[
|
|
1042
|
+
controller: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1044
1043
|
parameters: Optional[pulumi.Input['IngressClassParametersReferencePatchArgs']] = None):
|
|
1045
1044
|
"""
|
|
1046
1045
|
IngressClassSpec provides information about the class of an Ingress.
|
|
1047
|
-
:param pulumi.Input[
|
|
1046
|
+
:param pulumi.Input[_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.
|
|
1048
1047
|
:param pulumi.Input['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.
|
|
1049
1048
|
"""
|
|
1050
1049
|
if controller is not None:
|
|
@@ -1052,19 +1051,19 @@ class IngressClassSpecPatchArgs:
|
|
|
1052
1051
|
if parameters is not None:
|
|
1053
1052
|
pulumi.set(__self__, "parameters", parameters)
|
|
1054
1053
|
|
|
1055
|
-
@property
|
|
1054
|
+
@_builtins.property
|
|
1056
1055
|
@pulumi.getter
|
|
1057
|
-
def controller(self) -> Optional[pulumi.Input[
|
|
1056
|
+
def controller(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1058
1057
|
"""
|
|
1059
1058
|
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.
|
|
1060
1059
|
"""
|
|
1061
1060
|
return pulumi.get(self, "controller")
|
|
1062
1061
|
|
|
1063
1062
|
@controller.setter
|
|
1064
|
-
def controller(self, value: Optional[pulumi.Input[
|
|
1063
|
+
def controller(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1065
1064
|
pulumi.set(self, "controller", value)
|
|
1066
1065
|
|
|
1067
|
-
@property
|
|
1066
|
+
@_builtins.property
|
|
1068
1067
|
@pulumi.getter
|
|
1069
1068
|
def parameters(self) -> Optional[pulumi.Input['IngressClassParametersReferencePatchArgs']]:
|
|
1070
1069
|
"""
|
|
@@ -1082,7 +1081,7 @@ if not MYPY:
|
|
|
1082
1081
|
"""
|
|
1083
1082
|
IngressClassSpec provides information about the class of an Ingress.
|
|
1084
1083
|
"""
|
|
1085
|
-
controller: NotRequired[pulumi.Input[
|
|
1084
|
+
controller: NotRequired[pulumi.Input[_builtins.str]]
|
|
1086
1085
|
"""
|
|
1087
1086
|
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.
|
|
1088
1087
|
"""
|
|
@@ -1096,11 +1095,11 @@ elif False:
|
|
|
1096
1095
|
@pulumi.input_type
|
|
1097
1096
|
class IngressClassSpecArgs:
|
|
1098
1097
|
def __init__(__self__, *,
|
|
1099
|
-
controller: Optional[pulumi.Input[
|
|
1098
|
+
controller: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1100
1099
|
parameters: Optional[pulumi.Input['IngressClassParametersReferenceArgs']] = None):
|
|
1101
1100
|
"""
|
|
1102
1101
|
IngressClassSpec provides information about the class of an Ingress.
|
|
1103
|
-
:param pulumi.Input[
|
|
1102
|
+
:param pulumi.Input[_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.
|
|
1104
1103
|
:param pulumi.Input['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.
|
|
1105
1104
|
"""
|
|
1106
1105
|
if controller is not None:
|
|
@@ -1108,19 +1107,19 @@ class IngressClassSpecArgs:
|
|
|
1108
1107
|
if parameters is not None:
|
|
1109
1108
|
pulumi.set(__self__, "parameters", parameters)
|
|
1110
1109
|
|
|
1111
|
-
@property
|
|
1110
|
+
@_builtins.property
|
|
1112
1111
|
@pulumi.getter
|
|
1113
|
-
def controller(self) -> Optional[pulumi.Input[
|
|
1112
|
+
def controller(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1114
1113
|
"""
|
|
1115
1114
|
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.
|
|
1116
1115
|
"""
|
|
1117
1116
|
return pulumi.get(self, "controller")
|
|
1118
1117
|
|
|
1119
1118
|
@controller.setter
|
|
1120
|
-
def controller(self, value: Optional[pulumi.Input[
|
|
1119
|
+
def controller(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1121
1120
|
pulumi.set(self, "controller", value)
|
|
1122
1121
|
|
|
1123
|
-
@property
|
|
1122
|
+
@_builtins.property
|
|
1124
1123
|
@pulumi.getter
|
|
1125
1124
|
def parameters(self) -> Optional[pulumi.Input['IngressClassParametersReferenceArgs']]:
|
|
1126
1125
|
"""
|
|
@@ -1138,11 +1137,11 @@ if not MYPY:
|
|
|
1138
1137
|
"""
|
|
1139
1138
|
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.
|
|
1140
1139
|
"""
|
|
1141
|
-
api_version: NotRequired[pulumi.Input[
|
|
1140
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1142
1141
|
"""
|
|
1143
1142
|
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
|
|
1144
1143
|
"""
|
|
1145
|
-
kind: NotRequired[pulumi.Input[
|
|
1144
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1146
1145
|
"""
|
|
1147
1146
|
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
|
|
1148
1147
|
"""
|
|
@@ -1160,14 +1159,14 @@ elif False:
|
|
|
1160
1159
|
@pulumi.input_type
|
|
1161
1160
|
class IngressClassArgs:
|
|
1162
1161
|
def __init__(__self__, *,
|
|
1163
|
-
api_version: Optional[pulumi.Input[
|
|
1164
|
-
kind: Optional[pulumi.Input[
|
|
1162
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1163
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1165
1164
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1166
1165
|
spec: Optional[pulumi.Input['IngressClassSpecArgs']] = None):
|
|
1167
1166
|
"""
|
|
1168
1167
|
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.
|
|
1169
|
-
:param pulumi.Input[
|
|
1170
|
-
:param pulumi.Input[
|
|
1168
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1169
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1171
1170
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1172
1171
|
:param pulumi.Input['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
|
|
1173
1172
|
"""
|
|
@@ -1180,31 +1179,31 @@ class IngressClassArgs:
|
|
|
1180
1179
|
if spec is not None:
|
|
1181
1180
|
pulumi.set(__self__, "spec", spec)
|
|
1182
1181
|
|
|
1183
|
-
@property
|
|
1182
|
+
@_builtins.property
|
|
1184
1183
|
@pulumi.getter(name="apiVersion")
|
|
1185
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1184
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1186
1185
|
"""
|
|
1187
1186
|
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
|
|
1188
1187
|
"""
|
|
1189
1188
|
return pulumi.get(self, "api_version")
|
|
1190
1189
|
|
|
1191
1190
|
@api_version.setter
|
|
1192
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1191
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1193
1192
|
pulumi.set(self, "api_version", value)
|
|
1194
1193
|
|
|
1195
|
-
@property
|
|
1194
|
+
@_builtins.property
|
|
1196
1195
|
@pulumi.getter
|
|
1197
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1196
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1198
1197
|
"""
|
|
1199
1198
|
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
|
|
1200
1199
|
"""
|
|
1201
1200
|
return pulumi.get(self, "kind")
|
|
1202
1201
|
|
|
1203
1202
|
@kind.setter
|
|
1204
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1203
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1205
1204
|
pulumi.set(self, "kind", value)
|
|
1206
1205
|
|
|
1207
|
-
@property
|
|
1206
|
+
@_builtins.property
|
|
1208
1207
|
@pulumi.getter
|
|
1209
1208
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1210
1209
|
"""
|
|
@@ -1216,7 +1215,7 @@ class IngressClassArgs:
|
|
|
1216
1215
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1217
1216
|
pulumi.set(self, "metadata", value)
|
|
1218
1217
|
|
|
1219
|
-
@property
|
|
1218
|
+
@_builtins.property
|
|
1220
1219
|
@pulumi.getter
|
|
1221
1220
|
def spec(self) -> Optional[pulumi.Input['IngressClassSpecArgs']]:
|
|
1222
1221
|
"""
|
|
@@ -1234,11 +1233,11 @@ if not MYPY:
|
|
|
1234
1233
|
"""
|
|
1235
1234
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1236
1235
|
"""
|
|
1237
|
-
hostname: NotRequired[pulumi.Input[
|
|
1236
|
+
hostname: NotRequired[pulumi.Input[_builtins.str]]
|
|
1238
1237
|
"""
|
|
1239
1238
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
1240
1239
|
"""
|
|
1241
|
-
ip: NotRequired[pulumi.Input[
|
|
1240
|
+
ip: NotRequired[pulumi.Input[_builtins.str]]
|
|
1242
1241
|
"""
|
|
1243
1242
|
ip is set for load-balancer ingress points that are IP based.
|
|
1244
1243
|
"""
|
|
@@ -1252,13 +1251,13 @@ elif False:
|
|
|
1252
1251
|
@pulumi.input_type
|
|
1253
1252
|
class IngressLoadBalancerIngressArgs:
|
|
1254
1253
|
def __init__(__self__, *,
|
|
1255
|
-
hostname: Optional[pulumi.Input[
|
|
1256
|
-
ip: Optional[pulumi.Input[
|
|
1254
|
+
hostname: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1255
|
+
ip: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1257
1256
|
ports: Optional[pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]]] = None):
|
|
1258
1257
|
"""
|
|
1259
1258
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1260
|
-
:param pulumi.Input[
|
|
1261
|
-
:param pulumi.Input[
|
|
1259
|
+
:param pulumi.Input[_builtins.str] hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
1260
|
+
:param pulumi.Input[_builtins.str] ip: ip is set for load-balancer ingress points that are IP based.
|
|
1262
1261
|
:param pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
1263
1262
|
"""
|
|
1264
1263
|
if hostname is not None:
|
|
@@ -1268,31 +1267,31 @@ class IngressLoadBalancerIngressArgs:
|
|
|
1268
1267
|
if ports is not None:
|
|
1269
1268
|
pulumi.set(__self__, "ports", ports)
|
|
1270
1269
|
|
|
1271
|
-
@property
|
|
1270
|
+
@_builtins.property
|
|
1272
1271
|
@pulumi.getter
|
|
1273
|
-
def hostname(self) -> Optional[pulumi.Input[
|
|
1272
|
+
def hostname(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1274
1273
|
"""
|
|
1275
1274
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
1276
1275
|
"""
|
|
1277
1276
|
return pulumi.get(self, "hostname")
|
|
1278
1277
|
|
|
1279
1278
|
@hostname.setter
|
|
1280
|
-
def hostname(self, value: Optional[pulumi.Input[
|
|
1279
|
+
def hostname(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1281
1280
|
pulumi.set(self, "hostname", value)
|
|
1282
1281
|
|
|
1283
|
-
@property
|
|
1282
|
+
@_builtins.property
|
|
1284
1283
|
@pulumi.getter
|
|
1285
|
-
def ip(self) -> Optional[pulumi.Input[
|
|
1284
|
+
def ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1286
1285
|
"""
|
|
1287
1286
|
ip is set for load-balancer ingress points that are IP based.
|
|
1288
1287
|
"""
|
|
1289
1288
|
return pulumi.get(self, "ip")
|
|
1290
1289
|
|
|
1291
1290
|
@ip.setter
|
|
1292
|
-
def ip(self, value: Optional[pulumi.Input[
|
|
1291
|
+
def ip(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1293
1292
|
pulumi.set(self, "ip", value)
|
|
1294
1293
|
|
|
1295
|
-
@property
|
|
1294
|
+
@_builtins.property
|
|
1296
1295
|
@pulumi.getter
|
|
1297
1296
|
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressPortStatusArgs']]]]:
|
|
1298
1297
|
"""
|
|
@@ -1328,7 +1327,7 @@ class IngressLoadBalancerStatusArgs:
|
|
|
1328
1327
|
if ingress is not None:
|
|
1329
1328
|
pulumi.set(__self__, "ingress", ingress)
|
|
1330
1329
|
|
|
1331
|
-
@property
|
|
1330
|
+
@_builtins.property
|
|
1332
1331
|
@pulumi.getter
|
|
1333
1332
|
def ingress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressLoadBalancerIngressArgs']]]]:
|
|
1334
1333
|
"""
|
|
@@ -1346,15 +1345,15 @@ if not MYPY:
|
|
|
1346
1345
|
"""
|
|
1347
1346
|
IngressPortStatus represents the error condition of a service port
|
|
1348
1347
|
"""
|
|
1349
|
-
port: pulumi.Input[
|
|
1348
|
+
port: pulumi.Input[_builtins.int]
|
|
1350
1349
|
"""
|
|
1351
1350
|
port is the port number of the ingress port.
|
|
1352
1351
|
"""
|
|
1353
|
-
protocol: pulumi.Input[
|
|
1352
|
+
protocol: pulumi.Input[_builtins.str]
|
|
1354
1353
|
"""
|
|
1355
1354
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1356
1355
|
"""
|
|
1357
|
-
error: NotRequired[pulumi.Input[
|
|
1356
|
+
error: NotRequired[pulumi.Input[_builtins.str]]
|
|
1358
1357
|
"""
|
|
1359
1358
|
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
|
|
1360
1359
|
CamelCase names
|
|
@@ -1367,14 +1366,14 @@ elif False:
|
|
|
1367
1366
|
@pulumi.input_type
|
|
1368
1367
|
class IngressPortStatusArgs:
|
|
1369
1368
|
def __init__(__self__, *,
|
|
1370
|
-
port: pulumi.Input[
|
|
1371
|
-
protocol: pulumi.Input[
|
|
1372
|
-
error: Optional[pulumi.Input[
|
|
1369
|
+
port: pulumi.Input[_builtins.int],
|
|
1370
|
+
protocol: pulumi.Input[_builtins.str],
|
|
1371
|
+
error: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1373
1372
|
"""
|
|
1374
1373
|
IngressPortStatus represents the error condition of a service port
|
|
1375
|
-
:param pulumi.Input[
|
|
1376
|
-
:param pulumi.Input[
|
|
1377
|
-
:param pulumi.Input[
|
|
1374
|
+
:param pulumi.Input[_builtins.int] port: port is the port number of the ingress port.
|
|
1375
|
+
:param pulumi.Input[_builtins.str] protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1376
|
+
:param pulumi.Input[_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
|
|
1378
1377
|
CamelCase names
|
|
1379
1378
|
- cloud provider specific error values must have names that comply with the
|
|
1380
1379
|
format foo.example.com/CamelCase.
|
|
@@ -1384,33 +1383,33 @@ class IngressPortStatusArgs:
|
|
|
1384
1383
|
if error is not None:
|
|
1385
1384
|
pulumi.set(__self__, "error", error)
|
|
1386
1385
|
|
|
1387
|
-
@property
|
|
1386
|
+
@_builtins.property
|
|
1388
1387
|
@pulumi.getter
|
|
1389
|
-
def port(self) -> pulumi.Input[
|
|
1388
|
+
def port(self) -> pulumi.Input[_builtins.int]:
|
|
1390
1389
|
"""
|
|
1391
1390
|
port is the port number of the ingress port.
|
|
1392
1391
|
"""
|
|
1393
1392
|
return pulumi.get(self, "port")
|
|
1394
1393
|
|
|
1395
1394
|
@port.setter
|
|
1396
|
-
def port(self, value: pulumi.Input[
|
|
1395
|
+
def port(self, value: pulumi.Input[_builtins.int]):
|
|
1397
1396
|
pulumi.set(self, "port", value)
|
|
1398
1397
|
|
|
1399
|
-
@property
|
|
1398
|
+
@_builtins.property
|
|
1400
1399
|
@pulumi.getter
|
|
1401
|
-
def protocol(self) -> pulumi.Input[
|
|
1400
|
+
def protocol(self) -> pulumi.Input[_builtins.str]:
|
|
1402
1401
|
"""
|
|
1403
1402
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1404
1403
|
"""
|
|
1405
1404
|
return pulumi.get(self, "protocol")
|
|
1406
1405
|
|
|
1407
1406
|
@protocol.setter
|
|
1408
|
-
def protocol(self, value: pulumi.Input[
|
|
1407
|
+
def protocol(self, value: pulumi.Input[_builtins.str]):
|
|
1409
1408
|
pulumi.set(self, "protocol", value)
|
|
1410
1409
|
|
|
1411
|
-
@property
|
|
1410
|
+
@_builtins.property
|
|
1412
1411
|
@pulumi.getter
|
|
1413
|
-
def error(self) -> Optional[pulumi.Input[
|
|
1412
|
+
def error(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1414
1413
|
"""
|
|
1415
1414
|
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
|
|
1416
1415
|
CamelCase names
|
|
@@ -1420,7 +1419,7 @@ class IngressPortStatusArgs:
|
|
|
1420
1419
|
return pulumi.get(self, "error")
|
|
1421
1420
|
|
|
1422
1421
|
@error.setter
|
|
1423
|
-
def error(self, value: Optional[pulumi.Input[
|
|
1422
|
+
def error(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1424
1423
|
pulumi.set(self, "error", value)
|
|
1425
1424
|
|
|
1426
1425
|
|
|
@@ -1429,7 +1428,7 @@ if not MYPY:
|
|
|
1429
1428
|
"""
|
|
1430
1429
|
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.
|
|
1431
1430
|
"""
|
|
1432
|
-
host: NotRequired[pulumi.Input[
|
|
1431
|
+
host: NotRequired[pulumi.Input[_builtins.str]]
|
|
1433
1432
|
"""
|
|
1434
1433
|
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
|
|
1435
1434
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1447,11 +1446,11 @@ elif False:
|
|
|
1447
1446
|
@pulumi.input_type
|
|
1448
1447
|
class IngressRulePatchArgs:
|
|
1449
1448
|
def __init__(__self__, *,
|
|
1450
|
-
host: Optional[pulumi.Input[
|
|
1449
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1451
1450
|
http: Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']] = None):
|
|
1452
1451
|
"""
|
|
1453
1452
|
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.
|
|
1454
|
-
:param pulumi.Input[
|
|
1453
|
+
:param pulumi.Input[_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
|
|
1455
1454
|
the IP in the Spec of the parent Ingress.
|
|
1456
1455
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1457
1456
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1465,9 +1464,9 @@ class IngressRulePatchArgs:
|
|
|
1465
1464
|
if http is not None:
|
|
1466
1465
|
pulumi.set(__self__, "http", http)
|
|
1467
1466
|
|
|
1468
|
-
@property
|
|
1467
|
+
@_builtins.property
|
|
1469
1468
|
@pulumi.getter
|
|
1470
|
-
def host(self) -> Optional[pulumi.Input[
|
|
1469
|
+
def host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1471
1470
|
"""
|
|
1472
1471
|
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
|
|
1473
1472
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1481,10 +1480,10 @@ class IngressRulePatchArgs:
|
|
|
1481
1480
|
return pulumi.get(self, "host")
|
|
1482
1481
|
|
|
1483
1482
|
@host.setter
|
|
1484
|
-
def host(self, value: Optional[pulumi.Input[
|
|
1483
|
+
def host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1485
1484
|
pulumi.set(self, "host", value)
|
|
1486
1485
|
|
|
1487
|
-
@property
|
|
1486
|
+
@_builtins.property
|
|
1488
1487
|
@pulumi.getter
|
|
1489
1488
|
def http(self) -> Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']]:
|
|
1490
1489
|
return pulumi.get(self, "http")
|
|
@@ -1499,7 +1498,7 @@ if not MYPY:
|
|
|
1499
1498
|
"""
|
|
1500
1499
|
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.
|
|
1501
1500
|
"""
|
|
1502
|
-
host: NotRequired[pulumi.Input[
|
|
1501
|
+
host: NotRequired[pulumi.Input[_builtins.str]]
|
|
1503
1502
|
"""
|
|
1504
1503
|
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
|
|
1505
1504
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1517,11 +1516,11 @@ elif False:
|
|
|
1517
1516
|
@pulumi.input_type
|
|
1518
1517
|
class IngressRuleArgs:
|
|
1519
1518
|
def __init__(__self__, *,
|
|
1520
|
-
host: Optional[pulumi.Input[
|
|
1519
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1521
1520
|
http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
|
|
1522
1521
|
"""
|
|
1523
1522
|
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.
|
|
1524
|
-
:param pulumi.Input[
|
|
1523
|
+
:param pulumi.Input[_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
|
|
1525
1524
|
the IP in the Spec of the parent Ingress.
|
|
1526
1525
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1527
1526
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1535,9 +1534,9 @@ class IngressRuleArgs:
|
|
|
1535
1534
|
if http is not None:
|
|
1536
1535
|
pulumi.set(__self__, "http", http)
|
|
1537
1536
|
|
|
1538
|
-
@property
|
|
1537
|
+
@_builtins.property
|
|
1539
1538
|
@pulumi.getter
|
|
1540
|
-
def host(self) -> Optional[pulumi.Input[
|
|
1539
|
+
def host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1541
1540
|
"""
|
|
1542
1541
|
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
|
|
1543
1542
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1551,10 +1550,10 @@ class IngressRuleArgs:
|
|
|
1551
1550
|
return pulumi.get(self, "host")
|
|
1552
1551
|
|
|
1553
1552
|
@host.setter
|
|
1554
|
-
def host(self, value: Optional[pulumi.Input[
|
|
1553
|
+
def host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1555
1554
|
pulumi.set(self, "host", value)
|
|
1556
1555
|
|
|
1557
|
-
@property
|
|
1556
|
+
@_builtins.property
|
|
1558
1557
|
@pulumi.getter
|
|
1559
1558
|
def http(self) -> Optional[pulumi.Input['HTTPIngressRuleValueArgs']]:
|
|
1560
1559
|
return pulumi.get(self, "http")
|
|
@@ -1569,7 +1568,7 @@ if not MYPY:
|
|
|
1569
1568
|
"""
|
|
1570
1569
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1571
1570
|
"""
|
|
1572
|
-
name: NotRequired[pulumi.Input[
|
|
1571
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1573
1572
|
"""
|
|
1574
1573
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1575
1574
|
"""
|
|
@@ -1583,11 +1582,11 @@ elif False:
|
|
|
1583
1582
|
@pulumi.input_type
|
|
1584
1583
|
class IngressServiceBackendPatchArgs:
|
|
1585
1584
|
def __init__(__self__, *,
|
|
1586
|
-
name: Optional[pulumi.Input[
|
|
1585
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1587
1586
|
port: Optional[pulumi.Input['ServiceBackendPortPatchArgs']] = None):
|
|
1588
1587
|
"""
|
|
1589
1588
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1590
|
-
:param pulumi.Input[
|
|
1589
|
+
:param pulumi.Input[_builtins.str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1591
1590
|
:param pulumi.Input['ServiceBackendPortPatchArgs'] port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1592
1591
|
"""
|
|
1593
1592
|
if name is not None:
|
|
@@ -1595,19 +1594,19 @@ class IngressServiceBackendPatchArgs:
|
|
|
1595
1594
|
if port is not None:
|
|
1596
1595
|
pulumi.set(__self__, "port", port)
|
|
1597
1596
|
|
|
1598
|
-
@property
|
|
1597
|
+
@_builtins.property
|
|
1599
1598
|
@pulumi.getter
|
|
1600
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1599
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1601
1600
|
"""
|
|
1602
1601
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1603
1602
|
"""
|
|
1604
1603
|
return pulumi.get(self, "name")
|
|
1605
1604
|
|
|
1606
1605
|
@name.setter
|
|
1607
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1606
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1608
1607
|
pulumi.set(self, "name", value)
|
|
1609
1608
|
|
|
1610
|
-
@property
|
|
1609
|
+
@_builtins.property
|
|
1611
1610
|
@pulumi.getter
|
|
1612
1611
|
def port(self) -> Optional[pulumi.Input['ServiceBackendPortPatchArgs']]:
|
|
1613
1612
|
"""
|
|
@@ -1625,7 +1624,7 @@ if not MYPY:
|
|
|
1625
1624
|
"""
|
|
1626
1625
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1627
1626
|
"""
|
|
1628
|
-
name: pulumi.Input[
|
|
1627
|
+
name: pulumi.Input[_builtins.str]
|
|
1629
1628
|
"""
|
|
1630
1629
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1631
1630
|
"""
|
|
@@ -1639,30 +1638,30 @@ elif False:
|
|
|
1639
1638
|
@pulumi.input_type
|
|
1640
1639
|
class IngressServiceBackendArgs:
|
|
1641
1640
|
def __init__(__self__, *,
|
|
1642
|
-
name: pulumi.Input[
|
|
1641
|
+
name: pulumi.Input[_builtins.str],
|
|
1643
1642
|
port: Optional[pulumi.Input['ServiceBackendPortArgs']] = None):
|
|
1644
1643
|
"""
|
|
1645
1644
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1646
|
-
:param pulumi.Input[
|
|
1645
|
+
:param pulumi.Input[_builtins.str] name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1647
1646
|
:param pulumi.Input['ServiceBackendPortArgs'] port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1648
1647
|
"""
|
|
1649
1648
|
pulumi.set(__self__, "name", name)
|
|
1650
1649
|
if port is not None:
|
|
1651
1650
|
pulumi.set(__self__, "port", port)
|
|
1652
1651
|
|
|
1653
|
-
@property
|
|
1652
|
+
@_builtins.property
|
|
1654
1653
|
@pulumi.getter
|
|
1655
|
-
def name(self) -> pulumi.Input[
|
|
1654
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1656
1655
|
"""
|
|
1657
1656
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1658
1657
|
"""
|
|
1659
1658
|
return pulumi.get(self, "name")
|
|
1660
1659
|
|
|
1661
1660
|
@name.setter
|
|
1662
|
-
def name(self, value: pulumi.Input[
|
|
1661
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1663
1662
|
pulumi.set(self, "name", value)
|
|
1664
1663
|
|
|
1665
|
-
@property
|
|
1664
|
+
@_builtins.property
|
|
1666
1665
|
@pulumi.getter
|
|
1667
1666
|
def port(self) -> Optional[pulumi.Input['ServiceBackendPortArgs']]:
|
|
1668
1667
|
"""
|
|
@@ -1684,7 +1683,7 @@ if not MYPY:
|
|
|
1684
1683
|
"""
|
|
1685
1684
|
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.
|
|
1686
1685
|
"""
|
|
1687
|
-
ingress_class_name: NotRequired[pulumi.Input[
|
|
1686
|
+
ingress_class_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1688
1687
|
"""
|
|
1689
1688
|
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.
|
|
1690
1689
|
"""
|
|
@@ -1703,13 +1702,13 @@ elif False:
|
|
|
1703
1702
|
class IngressSpecPatchArgs:
|
|
1704
1703
|
def __init__(__self__, *,
|
|
1705
1704
|
default_backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
1706
|
-
ingress_class_name: Optional[pulumi.Input[
|
|
1705
|
+
ingress_class_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1707
1706
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]] = None,
|
|
1708
1707
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]] = None):
|
|
1709
1708
|
"""
|
|
1710
1709
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1711
1710
|
:param pulumi.Input['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.
|
|
1712
|
-
:param pulumi.Input[
|
|
1711
|
+
:param pulumi.Input[_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.
|
|
1713
1712
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1714
1713
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1715
1714
|
"""
|
|
@@ -1722,7 +1721,7 @@ class IngressSpecPatchArgs:
|
|
|
1722
1721
|
if tls is not None:
|
|
1723
1722
|
pulumi.set(__self__, "tls", tls)
|
|
1724
1723
|
|
|
1725
|
-
@property
|
|
1724
|
+
@_builtins.property
|
|
1726
1725
|
@pulumi.getter(name="defaultBackend")
|
|
1727
1726
|
def default_backend(self) -> Optional[pulumi.Input['IngressBackendPatchArgs']]:
|
|
1728
1727
|
"""
|
|
@@ -1734,19 +1733,19 @@ class IngressSpecPatchArgs:
|
|
|
1734
1733
|
def default_backend(self, value: Optional[pulumi.Input['IngressBackendPatchArgs']]):
|
|
1735
1734
|
pulumi.set(self, "default_backend", value)
|
|
1736
1735
|
|
|
1737
|
-
@property
|
|
1736
|
+
@_builtins.property
|
|
1738
1737
|
@pulumi.getter(name="ingressClassName")
|
|
1739
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[
|
|
1738
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1740
1739
|
"""
|
|
1741
1740
|
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.
|
|
1742
1741
|
"""
|
|
1743
1742
|
return pulumi.get(self, "ingress_class_name")
|
|
1744
1743
|
|
|
1745
1744
|
@ingress_class_name.setter
|
|
1746
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[
|
|
1745
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1747
1746
|
pulumi.set(self, "ingress_class_name", value)
|
|
1748
1747
|
|
|
1749
|
-
@property
|
|
1748
|
+
@_builtins.property
|
|
1750
1749
|
@pulumi.getter
|
|
1751
1750
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]]:
|
|
1752
1751
|
"""
|
|
@@ -1758,7 +1757,7 @@ class IngressSpecPatchArgs:
|
|
|
1758
1757
|
def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]]):
|
|
1759
1758
|
pulumi.set(self, "rules", value)
|
|
1760
1759
|
|
|
1761
|
-
@property
|
|
1760
|
+
@_builtins.property
|
|
1762
1761
|
@pulumi.getter
|
|
1763
1762
|
def tls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]]:
|
|
1764
1763
|
"""
|
|
@@ -1780,7 +1779,7 @@ if not MYPY:
|
|
|
1780
1779
|
"""
|
|
1781
1780
|
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.
|
|
1782
1781
|
"""
|
|
1783
|
-
ingress_class_name: NotRequired[pulumi.Input[
|
|
1782
|
+
ingress_class_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1784
1783
|
"""
|
|
1785
1784
|
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.
|
|
1786
1785
|
"""
|
|
@@ -1799,13 +1798,13 @@ elif False:
|
|
|
1799
1798
|
class IngressSpecArgs:
|
|
1800
1799
|
def __init__(__self__, *,
|
|
1801
1800
|
default_backend: Optional[pulumi.Input['IngressBackendArgs']] = None,
|
|
1802
|
-
ingress_class_name: Optional[pulumi.Input[
|
|
1801
|
+
ingress_class_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1803
1802
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]] = None,
|
|
1804
1803
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]] = None):
|
|
1805
1804
|
"""
|
|
1806
1805
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1807
1806
|
:param pulumi.Input['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.
|
|
1808
|
-
:param pulumi.Input[
|
|
1807
|
+
:param pulumi.Input[_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.
|
|
1809
1808
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1810
1809
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1811
1810
|
"""
|
|
@@ -1818,7 +1817,7 @@ class IngressSpecArgs:
|
|
|
1818
1817
|
if tls is not None:
|
|
1819
1818
|
pulumi.set(__self__, "tls", tls)
|
|
1820
1819
|
|
|
1821
|
-
@property
|
|
1820
|
+
@_builtins.property
|
|
1822
1821
|
@pulumi.getter(name="defaultBackend")
|
|
1823
1822
|
def default_backend(self) -> Optional[pulumi.Input['IngressBackendArgs']]:
|
|
1824
1823
|
"""
|
|
@@ -1830,19 +1829,19 @@ class IngressSpecArgs:
|
|
|
1830
1829
|
def default_backend(self, value: Optional[pulumi.Input['IngressBackendArgs']]):
|
|
1831
1830
|
pulumi.set(self, "default_backend", value)
|
|
1832
1831
|
|
|
1833
|
-
@property
|
|
1832
|
+
@_builtins.property
|
|
1834
1833
|
@pulumi.getter(name="ingressClassName")
|
|
1835
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[
|
|
1834
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1836
1835
|
"""
|
|
1837
1836
|
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.
|
|
1838
1837
|
"""
|
|
1839
1838
|
return pulumi.get(self, "ingress_class_name")
|
|
1840
1839
|
|
|
1841
1840
|
@ingress_class_name.setter
|
|
1842
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[
|
|
1841
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1843
1842
|
pulumi.set(self, "ingress_class_name", value)
|
|
1844
1843
|
|
|
1845
|
-
@property
|
|
1844
|
+
@_builtins.property
|
|
1846
1845
|
@pulumi.getter
|
|
1847
1846
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]]:
|
|
1848
1847
|
"""
|
|
@@ -1854,7 +1853,7 @@ class IngressSpecArgs:
|
|
|
1854
1853
|
def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]]):
|
|
1855
1854
|
pulumi.set(self, "rules", value)
|
|
1856
1855
|
|
|
1857
|
-
@property
|
|
1856
|
+
@_builtins.property
|
|
1858
1857
|
@pulumi.getter
|
|
1859
1858
|
def tls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]]:
|
|
1860
1859
|
"""
|
|
@@ -1890,7 +1889,7 @@ class IngressStatusArgs:
|
|
|
1890
1889
|
if load_balancer is not None:
|
|
1891
1890
|
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
1892
1891
|
|
|
1893
|
-
@property
|
|
1892
|
+
@_builtins.property
|
|
1894
1893
|
@pulumi.getter(name="loadBalancer")
|
|
1895
1894
|
def load_balancer(self) -> Optional[pulumi.Input['IngressLoadBalancerStatusArgs']]:
|
|
1896
1895
|
"""
|
|
@@ -1908,11 +1907,11 @@ if not MYPY:
|
|
|
1908
1907
|
"""
|
|
1909
1908
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1910
1909
|
"""
|
|
1911
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1910
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1912
1911
|
"""
|
|
1913
1912
|
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.
|
|
1914
1913
|
"""
|
|
1915
|
-
secret_name: NotRequired[pulumi.Input[
|
|
1914
|
+
secret_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1916
1915
|
"""
|
|
1917
1916
|
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.
|
|
1918
1917
|
"""
|
|
@@ -1922,40 +1921,40 @@ elif False:
|
|
|
1922
1921
|
@pulumi.input_type
|
|
1923
1922
|
class IngressTLSPatchArgs:
|
|
1924
1923
|
def __init__(__self__, *,
|
|
1925
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1926
|
-
secret_name: Optional[pulumi.Input[
|
|
1924
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1925
|
+
secret_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1927
1926
|
"""
|
|
1928
1927
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1929
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1930
|
-
:param pulumi.Input[
|
|
1928
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
1929
|
+
:param pulumi.Input[_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.
|
|
1931
1930
|
"""
|
|
1932
1931
|
if hosts is not None:
|
|
1933
1932
|
pulumi.set(__self__, "hosts", hosts)
|
|
1934
1933
|
if secret_name is not None:
|
|
1935
1934
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
1936
1935
|
|
|
1937
|
-
@property
|
|
1936
|
+
@_builtins.property
|
|
1938
1937
|
@pulumi.getter
|
|
1939
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1938
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1940
1939
|
"""
|
|
1941
1940
|
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.
|
|
1942
1941
|
"""
|
|
1943
1942
|
return pulumi.get(self, "hosts")
|
|
1944
1943
|
|
|
1945
1944
|
@hosts.setter
|
|
1946
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1945
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1947
1946
|
pulumi.set(self, "hosts", value)
|
|
1948
1947
|
|
|
1949
|
-
@property
|
|
1948
|
+
@_builtins.property
|
|
1950
1949
|
@pulumi.getter(name="secretName")
|
|
1951
|
-
def secret_name(self) -> Optional[pulumi.Input[
|
|
1950
|
+
def secret_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1952
1951
|
"""
|
|
1953
1952
|
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.
|
|
1954
1953
|
"""
|
|
1955
1954
|
return pulumi.get(self, "secret_name")
|
|
1956
1955
|
|
|
1957
1956
|
@secret_name.setter
|
|
1958
|
-
def secret_name(self, value: Optional[pulumi.Input[
|
|
1957
|
+
def secret_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1959
1958
|
pulumi.set(self, "secret_name", value)
|
|
1960
1959
|
|
|
1961
1960
|
|
|
@@ -1964,11 +1963,11 @@ if not MYPY:
|
|
|
1964
1963
|
"""
|
|
1965
1964
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1966
1965
|
"""
|
|
1967
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1966
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1968
1967
|
"""
|
|
1969
1968
|
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.
|
|
1970
1969
|
"""
|
|
1971
|
-
secret_name: NotRequired[pulumi.Input[
|
|
1970
|
+
secret_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1972
1971
|
"""
|
|
1973
1972
|
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.
|
|
1974
1973
|
"""
|
|
@@ -1978,40 +1977,40 @@ elif False:
|
|
|
1978
1977
|
@pulumi.input_type
|
|
1979
1978
|
class IngressTLSArgs:
|
|
1980
1979
|
def __init__(__self__, *,
|
|
1981
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1982
|
-
secret_name: Optional[pulumi.Input[
|
|
1980
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1981
|
+
secret_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1983
1982
|
"""
|
|
1984
1983
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1985
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1986
|
-
:param pulumi.Input[
|
|
1984
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
1985
|
+
:param pulumi.Input[_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.
|
|
1987
1986
|
"""
|
|
1988
1987
|
if hosts is not None:
|
|
1989
1988
|
pulumi.set(__self__, "hosts", hosts)
|
|
1990
1989
|
if secret_name is not None:
|
|
1991
1990
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
1992
1991
|
|
|
1993
|
-
@property
|
|
1992
|
+
@_builtins.property
|
|
1994
1993
|
@pulumi.getter
|
|
1995
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1994
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1996
1995
|
"""
|
|
1997
1996
|
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.
|
|
1998
1997
|
"""
|
|
1999
1998
|
return pulumi.get(self, "hosts")
|
|
2000
1999
|
|
|
2001
2000
|
@hosts.setter
|
|
2002
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2001
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2003
2002
|
pulumi.set(self, "hosts", value)
|
|
2004
2003
|
|
|
2005
|
-
@property
|
|
2004
|
+
@_builtins.property
|
|
2006
2005
|
@pulumi.getter(name="secretName")
|
|
2007
|
-
def secret_name(self) -> Optional[pulumi.Input[
|
|
2006
|
+
def secret_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2008
2007
|
"""
|
|
2009
2008
|
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.
|
|
2010
2009
|
"""
|
|
2011
2010
|
return pulumi.get(self, "secret_name")
|
|
2012
2011
|
|
|
2013
2012
|
@secret_name.setter
|
|
2014
|
-
def secret_name(self, value: Optional[pulumi.Input[
|
|
2013
|
+
def secret_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2015
2014
|
pulumi.set(self, "secret_name", value)
|
|
2016
2015
|
|
|
2017
2016
|
|
|
@@ -2034,11 +2033,11 @@ if not MYPY:
|
|
|
2034
2033
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2035
2034
|
by setting the 'customTimeouts' option on the resource.
|
|
2036
2035
|
"""
|
|
2037
|
-
api_version: NotRequired[pulumi.Input[
|
|
2036
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
2038
2037
|
"""
|
|
2039
2038
|
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
|
|
2040
2039
|
"""
|
|
2041
|
-
kind: NotRequired[pulumi.Input[
|
|
2040
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2042
2041
|
"""
|
|
2043
2042
|
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
|
|
2044
2043
|
"""
|
|
@@ -2060,8 +2059,8 @@ elif False:
|
|
|
2060
2059
|
@pulumi.input_type
|
|
2061
2060
|
class IngressArgs:
|
|
2062
2061
|
def __init__(__self__, *,
|
|
2063
|
-
api_version: Optional[pulumi.Input[
|
|
2064
|
-
kind: Optional[pulumi.Input[
|
|
2062
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2063
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2065
2064
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2066
2065
|
spec: Optional[pulumi.Input['IngressSpecArgs']] = None,
|
|
2067
2066
|
status: Optional[pulumi.Input['IngressStatusArgs']] = None):
|
|
@@ -2081,8 +2080,8 @@ class IngressArgs:
|
|
|
2081
2080
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
2082
2081
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2083
2082
|
by setting the 'customTimeouts' option on the resource.
|
|
2084
|
-
:param pulumi.Input[
|
|
2085
|
-
:param pulumi.Input[
|
|
2083
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2084
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2086
2085
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2087
2086
|
:param pulumi.Input['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
|
|
2088
2087
|
:param pulumi.Input['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
|
|
@@ -2098,31 +2097,31 @@ class IngressArgs:
|
|
|
2098
2097
|
if status is not None:
|
|
2099
2098
|
pulumi.set(__self__, "status", status)
|
|
2100
2099
|
|
|
2101
|
-
@property
|
|
2100
|
+
@_builtins.property
|
|
2102
2101
|
@pulumi.getter(name="apiVersion")
|
|
2103
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
2102
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2104
2103
|
"""
|
|
2105
2104
|
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
|
|
2106
2105
|
"""
|
|
2107
2106
|
return pulumi.get(self, "api_version")
|
|
2108
2107
|
|
|
2109
2108
|
@api_version.setter
|
|
2110
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
2109
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2111
2110
|
pulumi.set(self, "api_version", value)
|
|
2112
2111
|
|
|
2113
|
-
@property
|
|
2112
|
+
@_builtins.property
|
|
2114
2113
|
@pulumi.getter
|
|
2115
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
2114
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2116
2115
|
"""
|
|
2117
2116
|
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
|
|
2118
2117
|
"""
|
|
2119
2118
|
return pulumi.get(self, "kind")
|
|
2120
2119
|
|
|
2121
2120
|
@kind.setter
|
|
2122
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
2121
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2123
2122
|
pulumi.set(self, "kind", value)
|
|
2124
2123
|
|
|
2125
|
-
@property
|
|
2124
|
+
@_builtins.property
|
|
2126
2125
|
@pulumi.getter
|
|
2127
2126
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
2128
2127
|
"""
|
|
@@ -2134,7 +2133,7 @@ class IngressArgs:
|
|
|
2134
2133
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
2135
2134
|
pulumi.set(self, "metadata", value)
|
|
2136
2135
|
|
|
2137
|
-
@property
|
|
2136
|
+
@_builtins.property
|
|
2138
2137
|
@pulumi.getter
|
|
2139
2138
|
def spec(self) -> Optional[pulumi.Input['IngressSpecArgs']]:
|
|
2140
2139
|
"""
|
|
@@ -2146,7 +2145,7 @@ class IngressArgs:
|
|
|
2146
2145
|
def spec(self, value: Optional[pulumi.Input['IngressSpecArgs']]):
|
|
2147
2146
|
pulumi.set(self, "spec", value)
|
|
2148
2147
|
|
|
2149
|
-
@property
|
|
2148
|
+
@_builtins.property
|
|
2150
2149
|
@pulumi.getter
|
|
2151
2150
|
def status(self) -> Optional[pulumi.Input['IngressStatusArgs']]:
|
|
2152
2151
|
"""
|
|
@@ -2190,7 +2189,7 @@ class NetworkPolicyEgressRulePatchArgs:
|
|
|
2190
2189
|
if to is not None:
|
|
2191
2190
|
pulumi.set(__self__, "to", to)
|
|
2192
2191
|
|
|
2193
|
-
@property
|
|
2192
|
+
@_builtins.property
|
|
2194
2193
|
@pulumi.getter
|
|
2195
2194
|
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortPatchArgs']]]]:
|
|
2196
2195
|
"""
|
|
@@ -2202,7 +2201,7 @@ class NetworkPolicyEgressRulePatchArgs:
|
|
|
2202
2201
|
def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortPatchArgs']]]]):
|
|
2203
2202
|
pulumi.set(self, "ports", value)
|
|
2204
2203
|
|
|
2205
|
-
@property
|
|
2204
|
+
@_builtins.property
|
|
2206
2205
|
@pulumi.getter
|
|
2207
2206
|
def to(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerPatchArgs']]]]:
|
|
2208
2207
|
"""
|
|
@@ -2246,7 +2245,7 @@ class NetworkPolicyEgressRuleArgs:
|
|
|
2246
2245
|
if to is not None:
|
|
2247
2246
|
pulumi.set(__self__, "to", to)
|
|
2248
2247
|
|
|
2249
|
-
@property
|
|
2248
|
+
@_builtins.property
|
|
2250
2249
|
@pulumi.getter
|
|
2251
2250
|
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortArgs']]]]:
|
|
2252
2251
|
"""
|
|
@@ -2258,7 +2257,7 @@ class NetworkPolicyEgressRuleArgs:
|
|
|
2258
2257
|
def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortArgs']]]]):
|
|
2259
2258
|
pulumi.set(self, "ports", value)
|
|
2260
2259
|
|
|
2261
|
-
@property
|
|
2260
|
+
@_builtins.property
|
|
2262
2261
|
@pulumi.getter
|
|
2263
2262
|
def to(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerArgs']]]]:
|
|
2264
2263
|
"""
|
|
@@ -2302,7 +2301,7 @@ class NetworkPolicyIngressRulePatchArgs:
|
|
|
2302
2301
|
if ports is not None:
|
|
2303
2302
|
pulumi.set(__self__, "ports", ports)
|
|
2304
2303
|
|
|
2305
|
-
@property
|
|
2304
|
+
@_builtins.property
|
|
2306
2305
|
@pulumi.getter(name="from")
|
|
2307
2306
|
def from_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerPatchArgs']]]]:
|
|
2308
2307
|
"""
|
|
@@ -2314,7 +2313,7 @@ class NetworkPolicyIngressRulePatchArgs:
|
|
|
2314
2313
|
def from_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerPatchArgs']]]]):
|
|
2315
2314
|
pulumi.set(self, "from_", value)
|
|
2316
2315
|
|
|
2317
|
-
@property
|
|
2316
|
+
@_builtins.property
|
|
2318
2317
|
@pulumi.getter
|
|
2319
2318
|
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortPatchArgs']]]]:
|
|
2320
2319
|
"""
|
|
@@ -2358,7 +2357,7 @@ class NetworkPolicyIngressRuleArgs:
|
|
|
2358
2357
|
if ports is not None:
|
|
2359
2358
|
pulumi.set(__self__, "ports", ports)
|
|
2360
2359
|
|
|
2361
|
-
@property
|
|
2360
|
+
@_builtins.property
|
|
2362
2361
|
@pulumi.getter(name="from")
|
|
2363
2362
|
def from_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerArgs']]]]:
|
|
2364
2363
|
"""
|
|
@@ -2370,7 +2369,7 @@ class NetworkPolicyIngressRuleArgs:
|
|
|
2370
2369
|
def from_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPeerArgs']]]]):
|
|
2371
2370
|
pulumi.set(self, "from_", value)
|
|
2372
2371
|
|
|
2373
|
-
@property
|
|
2372
|
+
@_builtins.property
|
|
2374
2373
|
@pulumi.getter
|
|
2375
2374
|
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyPortArgs']]]]:
|
|
2376
2375
|
"""
|
|
@@ -2430,7 +2429,7 @@ class NetworkPolicyPeerPatchArgs:
|
|
|
2430
2429
|
if pod_selector is not None:
|
|
2431
2430
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2432
2431
|
|
|
2433
|
-
@property
|
|
2432
|
+
@_builtins.property
|
|
2434
2433
|
@pulumi.getter(name="ipBlock")
|
|
2435
2434
|
def ip_block(self) -> Optional[pulumi.Input['IPBlockPatchArgs']]:
|
|
2436
2435
|
"""
|
|
@@ -2442,7 +2441,7 @@ class NetworkPolicyPeerPatchArgs:
|
|
|
2442
2441
|
def ip_block(self, value: Optional[pulumi.Input['IPBlockPatchArgs']]):
|
|
2443
2442
|
pulumi.set(self, "ip_block", value)
|
|
2444
2443
|
|
|
2445
|
-
@property
|
|
2444
|
+
@_builtins.property
|
|
2446
2445
|
@pulumi.getter(name="namespaceSelector")
|
|
2447
2446
|
def namespace_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
2448
2447
|
"""
|
|
@@ -2456,7 +2455,7 @@ class NetworkPolicyPeerPatchArgs:
|
|
|
2456
2455
|
def namespace_selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
|
|
2457
2456
|
pulumi.set(self, "namespace_selector", value)
|
|
2458
2457
|
|
|
2459
|
-
@property
|
|
2458
|
+
@_builtins.property
|
|
2460
2459
|
@pulumi.getter(name="podSelector")
|
|
2461
2460
|
def pod_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
2462
2461
|
"""
|
|
@@ -2518,7 +2517,7 @@ class NetworkPolicyPeerArgs:
|
|
|
2518
2517
|
if pod_selector is not None:
|
|
2519
2518
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2520
2519
|
|
|
2521
|
-
@property
|
|
2520
|
+
@_builtins.property
|
|
2522
2521
|
@pulumi.getter(name="ipBlock")
|
|
2523
2522
|
def ip_block(self) -> Optional[pulumi.Input['IPBlockArgs']]:
|
|
2524
2523
|
"""
|
|
@@ -2530,7 +2529,7 @@ class NetworkPolicyPeerArgs:
|
|
|
2530
2529
|
def ip_block(self, value: Optional[pulumi.Input['IPBlockArgs']]):
|
|
2531
2530
|
pulumi.set(self, "ip_block", value)
|
|
2532
2531
|
|
|
2533
|
-
@property
|
|
2532
|
+
@_builtins.property
|
|
2534
2533
|
@pulumi.getter(name="namespaceSelector")
|
|
2535
2534
|
def namespace_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
|
|
2536
2535
|
"""
|
|
@@ -2544,7 +2543,7 @@ class NetworkPolicyPeerArgs:
|
|
|
2544
2543
|
def namespace_selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]):
|
|
2545
2544
|
pulumi.set(self, "namespace_selector", value)
|
|
2546
2545
|
|
|
2547
|
-
@property
|
|
2546
|
+
@_builtins.property
|
|
2548
2547
|
@pulumi.getter(name="podSelector")
|
|
2549
2548
|
def pod_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
|
|
2550
2549
|
"""
|
|
@@ -2564,15 +2563,15 @@ if not MYPY:
|
|
|
2564
2563
|
"""
|
|
2565
2564
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2566
2565
|
"""
|
|
2567
|
-
end_port: NotRequired[pulumi.Input[
|
|
2566
|
+
end_port: NotRequired[pulumi.Input[_builtins.int]]
|
|
2568
2567
|
"""
|
|
2569
2568
|
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.
|
|
2570
2569
|
"""
|
|
2571
|
-
port: NotRequired[pulumi.Input[Union[
|
|
2570
|
+
port: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
2572
2571
|
"""
|
|
2573
2572
|
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.
|
|
2574
2573
|
"""
|
|
2575
|
-
protocol: NotRequired[pulumi.Input[
|
|
2574
|
+
protocol: NotRequired[pulumi.Input[_builtins.str]]
|
|
2576
2575
|
"""
|
|
2577
2576
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2578
2577
|
"""
|
|
@@ -2582,14 +2581,14 @@ elif False:
|
|
|
2582
2581
|
@pulumi.input_type
|
|
2583
2582
|
class NetworkPolicyPortPatchArgs:
|
|
2584
2583
|
def __init__(__self__, *,
|
|
2585
|
-
end_port: Optional[pulumi.Input[
|
|
2586
|
-
port: Optional[pulumi.Input[Union[
|
|
2587
|
-
protocol: Optional[pulumi.Input[
|
|
2584
|
+
end_port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2585
|
+
port: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
|
|
2586
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2588
2587
|
"""
|
|
2589
2588
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2590
|
-
:param pulumi.Input[
|
|
2591
|
-
:param pulumi.Input[Union[
|
|
2592
|
-
:param pulumi.Input[
|
|
2589
|
+
:param pulumi.Input[_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.
|
|
2590
|
+
:param pulumi.Input[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.
|
|
2591
|
+
:param pulumi.Input[_builtins.str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2593
2592
|
"""
|
|
2594
2593
|
if end_port is not None:
|
|
2595
2594
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2598,40 +2597,40 @@ class NetworkPolicyPortPatchArgs:
|
|
|
2598
2597
|
if protocol is not None:
|
|
2599
2598
|
pulumi.set(__self__, "protocol", protocol)
|
|
2600
2599
|
|
|
2601
|
-
@property
|
|
2600
|
+
@_builtins.property
|
|
2602
2601
|
@pulumi.getter(name="endPort")
|
|
2603
|
-
def end_port(self) -> Optional[pulumi.Input[
|
|
2602
|
+
def end_port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2604
2603
|
"""
|
|
2605
2604
|
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.
|
|
2606
2605
|
"""
|
|
2607
2606
|
return pulumi.get(self, "end_port")
|
|
2608
2607
|
|
|
2609
2608
|
@end_port.setter
|
|
2610
|
-
def end_port(self, value: Optional[pulumi.Input[
|
|
2609
|
+
def end_port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2611
2610
|
pulumi.set(self, "end_port", value)
|
|
2612
2611
|
|
|
2613
|
-
@property
|
|
2612
|
+
@_builtins.property
|
|
2614
2613
|
@pulumi.getter
|
|
2615
|
-
def port(self) -> Optional[pulumi.Input[Union[
|
|
2614
|
+
def port(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
2616
2615
|
"""
|
|
2617
2616
|
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.
|
|
2618
2617
|
"""
|
|
2619
2618
|
return pulumi.get(self, "port")
|
|
2620
2619
|
|
|
2621
2620
|
@port.setter
|
|
2622
|
-
def port(self, value: Optional[pulumi.Input[Union[
|
|
2621
|
+
def port(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
2623
2622
|
pulumi.set(self, "port", value)
|
|
2624
2623
|
|
|
2625
|
-
@property
|
|
2624
|
+
@_builtins.property
|
|
2626
2625
|
@pulumi.getter
|
|
2627
|
-
def protocol(self) -> Optional[pulumi.Input[
|
|
2626
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2628
2627
|
"""
|
|
2629
2628
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2630
2629
|
"""
|
|
2631
2630
|
return pulumi.get(self, "protocol")
|
|
2632
2631
|
|
|
2633
2632
|
@protocol.setter
|
|
2634
|
-
def protocol(self, value: Optional[pulumi.Input[
|
|
2633
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2635
2634
|
pulumi.set(self, "protocol", value)
|
|
2636
2635
|
|
|
2637
2636
|
|
|
@@ -2640,15 +2639,15 @@ if not MYPY:
|
|
|
2640
2639
|
"""
|
|
2641
2640
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2642
2641
|
"""
|
|
2643
|
-
end_port: NotRequired[pulumi.Input[
|
|
2642
|
+
end_port: NotRequired[pulumi.Input[_builtins.int]]
|
|
2644
2643
|
"""
|
|
2645
2644
|
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.
|
|
2646
2645
|
"""
|
|
2647
|
-
port: NotRequired[pulumi.Input[Union[
|
|
2646
|
+
port: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
2648
2647
|
"""
|
|
2649
2648
|
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.
|
|
2650
2649
|
"""
|
|
2651
|
-
protocol: NotRequired[pulumi.Input[
|
|
2650
|
+
protocol: NotRequired[pulumi.Input[_builtins.str]]
|
|
2652
2651
|
"""
|
|
2653
2652
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2654
2653
|
"""
|
|
@@ -2658,14 +2657,14 @@ elif False:
|
|
|
2658
2657
|
@pulumi.input_type
|
|
2659
2658
|
class NetworkPolicyPortArgs:
|
|
2660
2659
|
def __init__(__self__, *,
|
|
2661
|
-
end_port: Optional[pulumi.Input[
|
|
2662
|
-
port: Optional[pulumi.Input[Union[
|
|
2663
|
-
protocol: Optional[pulumi.Input[
|
|
2660
|
+
end_port: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2661
|
+
port: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None,
|
|
2662
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2664
2663
|
"""
|
|
2665
2664
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2666
|
-
:param pulumi.Input[
|
|
2667
|
-
:param pulumi.Input[Union[
|
|
2668
|
-
:param pulumi.Input[
|
|
2665
|
+
:param pulumi.Input[_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.
|
|
2666
|
+
:param pulumi.Input[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.
|
|
2667
|
+
:param pulumi.Input[_builtins.str] protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2669
2668
|
"""
|
|
2670
2669
|
if end_port is not None:
|
|
2671
2670
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2674,40 +2673,40 @@ class NetworkPolicyPortArgs:
|
|
|
2674
2673
|
if protocol is not None:
|
|
2675
2674
|
pulumi.set(__self__, "protocol", protocol)
|
|
2676
2675
|
|
|
2677
|
-
@property
|
|
2676
|
+
@_builtins.property
|
|
2678
2677
|
@pulumi.getter(name="endPort")
|
|
2679
|
-
def end_port(self) -> Optional[pulumi.Input[
|
|
2678
|
+
def end_port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2680
2679
|
"""
|
|
2681
2680
|
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.
|
|
2682
2681
|
"""
|
|
2683
2682
|
return pulumi.get(self, "end_port")
|
|
2684
2683
|
|
|
2685
2684
|
@end_port.setter
|
|
2686
|
-
def end_port(self, value: Optional[pulumi.Input[
|
|
2685
|
+
def end_port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2687
2686
|
pulumi.set(self, "end_port", value)
|
|
2688
2687
|
|
|
2689
|
-
@property
|
|
2688
|
+
@_builtins.property
|
|
2690
2689
|
@pulumi.getter
|
|
2691
|
-
def port(self) -> Optional[pulumi.Input[Union[
|
|
2690
|
+
def port(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
2692
2691
|
"""
|
|
2693
2692
|
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.
|
|
2694
2693
|
"""
|
|
2695
2694
|
return pulumi.get(self, "port")
|
|
2696
2695
|
|
|
2697
2696
|
@port.setter
|
|
2698
|
-
def port(self, value: Optional[pulumi.Input[Union[
|
|
2697
|
+
def port(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
2699
2698
|
pulumi.set(self, "port", value)
|
|
2700
2699
|
|
|
2701
|
-
@property
|
|
2700
|
+
@_builtins.property
|
|
2702
2701
|
@pulumi.getter
|
|
2703
|
-
def protocol(self) -> Optional[pulumi.Input[
|
|
2702
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2704
2703
|
"""
|
|
2705
2704
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2706
2705
|
"""
|
|
2707
2706
|
return pulumi.get(self, "protocol")
|
|
2708
2707
|
|
|
2709
2708
|
@protocol.setter
|
|
2710
|
-
def protocol(self, value: Optional[pulumi.Input[
|
|
2709
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2711
2710
|
pulumi.set(self, "protocol", value)
|
|
2712
2711
|
|
|
2713
2712
|
|
|
@@ -2728,7 +2727,7 @@ if not MYPY:
|
|
|
2728
2727
|
"""
|
|
2729
2728
|
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.
|
|
2730
2729
|
"""
|
|
2731
|
-
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2730
|
+
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2732
2731
|
"""
|
|
2733
2732
|
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
|
|
2734
2733
|
"""
|
|
@@ -2741,13 +2740,13 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2741
2740
|
egress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]]] = None,
|
|
2742
2741
|
ingress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]]] = None,
|
|
2743
2742
|
pod_selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None,
|
|
2744
|
-
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2743
|
+
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
2745
2744
|
"""
|
|
2746
2745
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2747
2746
|
:param pulumi.Input[Sequence[pulumi.Input['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
|
|
2748
2747
|
:param pulumi.Input[Sequence[pulumi.Input['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)
|
|
2749
2748
|
:param pulumi.Input['_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.
|
|
2750
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2749
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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
|
|
2751
2750
|
"""
|
|
2752
2751
|
if egress is not None:
|
|
2753
2752
|
pulumi.set(__self__, "egress", egress)
|
|
@@ -2758,7 +2757,7 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2758
2757
|
if policy_types is not None:
|
|
2759
2758
|
pulumi.set(__self__, "policy_types", policy_types)
|
|
2760
2759
|
|
|
2761
|
-
@property
|
|
2760
|
+
@_builtins.property
|
|
2762
2761
|
@pulumi.getter
|
|
2763
2762
|
def egress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]]]:
|
|
2764
2763
|
"""
|
|
@@ -2770,7 +2769,7 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2770
2769
|
def egress(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRulePatchArgs']]]]):
|
|
2771
2770
|
pulumi.set(self, "egress", value)
|
|
2772
2771
|
|
|
2773
|
-
@property
|
|
2772
|
+
@_builtins.property
|
|
2774
2773
|
@pulumi.getter
|
|
2775
2774
|
def ingress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]]]:
|
|
2776
2775
|
"""
|
|
@@ -2782,7 +2781,7 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2782
2781
|
def ingress(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRulePatchArgs']]]]):
|
|
2783
2782
|
pulumi.set(self, "ingress", value)
|
|
2784
2783
|
|
|
2785
|
-
@property
|
|
2784
|
+
@_builtins.property
|
|
2786
2785
|
@pulumi.getter(name="podSelector")
|
|
2787
2786
|
def pod_selector(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]:
|
|
2788
2787
|
"""
|
|
@@ -2794,16 +2793,16 @@ class NetworkPolicySpecPatchArgs:
|
|
|
2794
2793
|
def pod_selector(self, value: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']]):
|
|
2795
2794
|
pulumi.set(self, "pod_selector", value)
|
|
2796
2795
|
|
|
2797
|
-
@property
|
|
2796
|
+
@_builtins.property
|
|
2798
2797
|
@pulumi.getter(name="policyTypes")
|
|
2799
|
-
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2798
|
+
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2800
2799
|
"""
|
|
2801
2800
|
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
|
|
2802
2801
|
"""
|
|
2803
2802
|
return pulumi.get(self, "policy_types")
|
|
2804
2803
|
|
|
2805
2804
|
@policy_types.setter
|
|
2806
|
-
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2805
|
+
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2807
2806
|
pulumi.set(self, "policy_types", value)
|
|
2808
2807
|
|
|
2809
2808
|
|
|
@@ -2824,7 +2823,7 @@ if not MYPY:
|
|
|
2824
2823
|
"""
|
|
2825
2824
|
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)
|
|
2826
2825
|
"""
|
|
2827
|
-
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2826
|
+
policy_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2828
2827
|
"""
|
|
2829
2828
|
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
|
|
2830
2829
|
"""
|
|
@@ -2837,13 +2836,13 @@ class NetworkPolicySpecArgs:
|
|
|
2837
2836
|
pod_selector: pulumi.Input['_meta.v1.LabelSelectorArgs'],
|
|
2838
2837
|
egress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]]] = None,
|
|
2839
2838
|
ingress: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]]] = None,
|
|
2840
|
-
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2839
|
+
policy_types: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
2841
2840
|
"""
|
|
2842
2841
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2843
2842
|
:param pulumi.Input['_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.
|
|
2844
2843
|
:param pulumi.Input[Sequence[pulumi.Input['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
|
|
2845
2844
|
:param pulumi.Input[Sequence[pulumi.Input['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)
|
|
2846
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2845
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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
|
|
2847
2846
|
"""
|
|
2848
2847
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2849
2848
|
if egress is not None:
|
|
@@ -2853,7 +2852,7 @@ class NetworkPolicySpecArgs:
|
|
|
2853
2852
|
if policy_types is not None:
|
|
2854
2853
|
pulumi.set(__self__, "policy_types", policy_types)
|
|
2855
2854
|
|
|
2856
|
-
@property
|
|
2855
|
+
@_builtins.property
|
|
2857
2856
|
@pulumi.getter(name="podSelector")
|
|
2858
2857
|
def pod_selector(self) -> pulumi.Input['_meta.v1.LabelSelectorArgs']:
|
|
2859
2858
|
"""
|
|
@@ -2865,7 +2864,7 @@ class NetworkPolicySpecArgs:
|
|
|
2865
2864
|
def pod_selector(self, value: pulumi.Input['_meta.v1.LabelSelectorArgs']):
|
|
2866
2865
|
pulumi.set(self, "pod_selector", value)
|
|
2867
2866
|
|
|
2868
|
-
@property
|
|
2867
|
+
@_builtins.property
|
|
2869
2868
|
@pulumi.getter
|
|
2870
2869
|
def egress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]]]:
|
|
2871
2870
|
"""
|
|
@@ -2877,7 +2876,7 @@ class NetworkPolicySpecArgs:
|
|
|
2877
2876
|
def egress(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyEgressRuleArgs']]]]):
|
|
2878
2877
|
pulumi.set(self, "egress", value)
|
|
2879
2878
|
|
|
2880
|
-
@property
|
|
2879
|
+
@_builtins.property
|
|
2881
2880
|
@pulumi.getter
|
|
2882
2881
|
def ingress(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]]]:
|
|
2883
2882
|
"""
|
|
@@ -2889,16 +2888,16 @@ class NetworkPolicySpecArgs:
|
|
|
2889
2888
|
def ingress(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyIngressRuleArgs']]]]):
|
|
2890
2889
|
pulumi.set(self, "ingress", value)
|
|
2891
2890
|
|
|
2892
|
-
@property
|
|
2891
|
+
@_builtins.property
|
|
2893
2892
|
@pulumi.getter(name="policyTypes")
|
|
2894
|
-
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2893
|
+
def policy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2895
2894
|
"""
|
|
2896
2895
|
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
|
|
2897
2896
|
"""
|
|
2898
2897
|
return pulumi.get(self, "policy_types")
|
|
2899
2898
|
|
|
2900
2899
|
@policy_types.setter
|
|
2901
|
-
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2900
|
+
def policy_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2902
2901
|
pulumi.set(self, "policy_types", value)
|
|
2903
2902
|
|
|
2904
2903
|
|
|
@@ -2925,7 +2924,7 @@ class NetworkPolicyStatusArgs:
|
|
|
2925
2924
|
if conditions is not None:
|
|
2926
2925
|
pulumi.set(__self__, "conditions", conditions)
|
|
2927
2926
|
|
|
2928
|
-
@property
|
|
2927
|
+
@_builtins.property
|
|
2929
2928
|
@pulumi.getter
|
|
2930
2929
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
|
|
2931
2930
|
"""
|
|
@@ -2943,11 +2942,11 @@ if not MYPY:
|
|
|
2943
2942
|
"""
|
|
2944
2943
|
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
2945
2944
|
"""
|
|
2946
|
-
api_version: NotRequired[pulumi.Input[
|
|
2945
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
2947
2946
|
"""
|
|
2948
2947
|
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
|
|
2949
2948
|
"""
|
|
2950
|
-
kind: NotRequired[pulumi.Input[
|
|
2949
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2951
2950
|
"""
|
|
2952
2951
|
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
|
|
2953
2952
|
"""
|
|
@@ -2969,15 +2968,15 @@ elif False:
|
|
|
2969
2968
|
@pulumi.input_type
|
|
2970
2969
|
class NetworkPolicyArgs:
|
|
2971
2970
|
def __init__(__self__, *,
|
|
2972
|
-
api_version: Optional[pulumi.Input[
|
|
2973
|
-
kind: Optional[pulumi.Input[
|
|
2971
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2972
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2974
2973
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2975
2974
|
spec: Optional[pulumi.Input['NetworkPolicySpecArgs']] = None,
|
|
2976
2975
|
status: Optional[pulumi.Input['NetworkPolicyStatusArgs']] = None):
|
|
2977
2976
|
"""
|
|
2978
2977
|
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
2979
|
-
:param pulumi.Input[
|
|
2980
|
-
:param pulumi.Input[
|
|
2978
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2979
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2981
2980
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2982
2981
|
:param pulumi.Input['NetworkPolicySpecArgs'] spec: spec represents the specification of the desired behavior for this NetworkPolicy.
|
|
2983
2982
|
:param pulumi.Input['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
|
|
@@ -2993,31 +2992,31 @@ class NetworkPolicyArgs:
|
|
|
2993
2992
|
if status is not None:
|
|
2994
2993
|
pulumi.set(__self__, "status", status)
|
|
2995
2994
|
|
|
2996
|
-
@property
|
|
2995
|
+
@_builtins.property
|
|
2997
2996
|
@pulumi.getter(name="apiVersion")
|
|
2998
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
2997
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2999
2998
|
"""
|
|
3000
2999
|
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
|
|
3001
3000
|
"""
|
|
3002
3001
|
return pulumi.get(self, "api_version")
|
|
3003
3002
|
|
|
3004
3003
|
@api_version.setter
|
|
3005
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
3004
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3006
3005
|
pulumi.set(self, "api_version", value)
|
|
3007
3006
|
|
|
3008
|
-
@property
|
|
3007
|
+
@_builtins.property
|
|
3009
3008
|
@pulumi.getter
|
|
3010
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
3009
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3011
3010
|
"""
|
|
3012
3011
|
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
|
|
3013
3012
|
"""
|
|
3014
3013
|
return pulumi.get(self, "kind")
|
|
3015
3014
|
|
|
3016
3015
|
@kind.setter
|
|
3017
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
3016
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3018
3017
|
pulumi.set(self, "kind", value)
|
|
3019
3018
|
|
|
3020
|
-
@property
|
|
3019
|
+
@_builtins.property
|
|
3021
3020
|
@pulumi.getter
|
|
3022
3021
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
3023
3022
|
"""
|
|
@@ -3029,7 +3028,7 @@ class NetworkPolicyArgs:
|
|
|
3029
3028
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
3030
3029
|
pulumi.set(self, "metadata", value)
|
|
3031
3030
|
|
|
3032
|
-
@property
|
|
3031
|
+
@_builtins.property
|
|
3033
3032
|
@pulumi.getter
|
|
3034
3033
|
def spec(self) -> Optional[pulumi.Input['NetworkPolicySpecArgs']]:
|
|
3035
3034
|
"""
|
|
@@ -3041,7 +3040,7 @@ class NetworkPolicyArgs:
|
|
|
3041
3040
|
def spec(self, value: Optional[pulumi.Input['NetworkPolicySpecArgs']]):
|
|
3042
3041
|
pulumi.set(self, "spec", value)
|
|
3043
3042
|
|
|
3044
|
-
@property
|
|
3043
|
+
@_builtins.property
|
|
3045
3044
|
@pulumi.getter
|
|
3046
3045
|
def status(self) -> Optional[pulumi.Input['NetworkPolicyStatusArgs']]:
|
|
3047
3046
|
"""
|
|
@@ -3059,19 +3058,19 @@ if not MYPY:
|
|
|
3059
3058
|
"""
|
|
3060
3059
|
ParentReference describes a reference to a parent object.
|
|
3061
3060
|
"""
|
|
3062
|
-
group: NotRequired[pulumi.Input[
|
|
3061
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
3063
3062
|
"""
|
|
3064
3063
|
Group is the group of the object being referenced.
|
|
3065
3064
|
"""
|
|
3066
|
-
name: NotRequired[pulumi.Input[
|
|
3065
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
3067
3066
|
"""
|
|
3068
3067
|
Name is the name of the object being referenced.
|
|
3069
3068
|
"""
|
|
3070
|
-
namespace: NotRequired[pulumi.Input[
|
|
3069
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
3071
3070
|
"""
|
|
3072
3071
|
Namespace is the namespace of the object being referenced.
|
|
3073
3072
|
"""
|
|
3074
|
-
resource: NotRequired[pulumi.Input[
|
|
3073
|
+
resource: NotRequired[pulumi.Input[_builtins.str]]
|
|
3075
3074
|
"""
|
|
3076
3075
|
Resource is the resource of the object being referenced.
|
|
3077
3076
|
"""
|
|
@@ -3081,16 +3080,16 @@ elif False:
|
|
|
3081
3080
|
@pulumi.input_type
|
|
3082
3081
|
class ParentReferencePatchArgs:
|
|
3083
3082
|
def __init__(__self__, *,
|
|
3084
|
-
group: Optional[pulumi.Input[
|
|
3085
|
-
name: Optional[pulumi.Input[
|
|
3086
|
-
namespace: Optional[pulumi.Input[
|
|
3087
|
-
resource: Optional[pulumi.Input[
|
|
3083
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3084
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3085
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3086
|
+
resource: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3088
3087
|
"""
|
|
3089
3088
|
ParentReference describes a reference to a parent object.
|
|
3090
|
-
:param pulumi.Input[
|
|
3091
|
-
:param pulumi.Input[
|
|
3092
|
-
:param pulumi.Input[
|
|
3093
|
-
:param pulumi.Input[
|
|
3089
|
+
:param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
|
|
3090
|
+
:param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
|
|
3091
|
+
:param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
3092
|
+
:param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
|
|
3094
3093
|
"""
|
|
3095
3094
|
if group is not None:
|
|
3096
3095
|
pulumi.set(__self__, "group", group)
|
|
@@ -3101,52 +3100,52 @@ class ParentReferencePatchArgs:
|
|
|
3101
3100
|
if resource is not None:
|
|
3102
3101
|
pulumi.set(__self__, "resource", resource)
|
|
3103
3102
|
|
|
3104
|
-
@property
|
|
3103
|
+
@_builtins.property
|
|
3105
3104
|
@pulumi.getter
|
|
3106
|
-
def group(self) -> Optional[pulumi.Input[
|
|
3105
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3107
3106
|
"""
|
|
3108
3107
|
Group is the group of the object being referenced.
|
|
3109
3108
|
"""
|
|
3110
3109
|
return pulumi.get(self, "group")
|
|
3111
3110
|
|
|
3112
3111
|
@group.setter
|
|
3113
|
-
def group(self, value: Optional[pulumi.Input[
|
|
3112
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3114
3113
|
pulumi.set(self, "group", value)
|
|
3115
3114
|
|
|
3116
|
-
@property
|
|
3115
|
+
@_builtins.property
|
|
3117
3116
|
@pulumi.getter
|
|
3118
|
-
def name(self) -> Optional[pulumi.Input[
|
|
3117
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3119
3118
|
"""
|
|
3120
3119
|
Name is the name of the object being referenced.
|
|
3121
3120
|
"""
|
|
3122
3121
|
return pulumi.get(self, "name")
|
|
3123
3122
|
|
|
3124
3123
|
@name.setter
|
|
3125
|
-
def name(self, value: Optional[pulumi.Input[
|
|
3124
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3126
3125
|
pulumi.set(self, "name", value)
|
|
3127
3126
|
|
|
3128
|
-
@property
|
|
3127
|
+
@_builtins.property
|
|
3129
3128
|
@pulumi.getter
|
|
3130
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
3129
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3131
3130
|
"""
|
|
3132
3131
|
Namespace is the namespace of the object being referenced.
|
|
3133
3132
|
"""
|
|
3134
3133
|
return pulumi.get(self, "namespace")
|
|
3135
3134
|
|
|
3136
3135
|
@namespace.setter
|
|
3137
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
3136
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3138
3137
|
pulumi.set(self, "namespace", value)
|
|
3139
3138
|
|
|
3140
|
-
@property
|
|
3139
|
+
@_builtins.property
|
|
3141
3140
|
@pulumi.getter
|
|
3142
|
-
def resource(self) -> Optional[pulumi.Input[
|
|
3141
|
+
def resource(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3143
3142
|
"""
|
|
3144
3143
|
Resource is the resource of the object being referenced.
|
|
3145
3144
|
"""
|
|
3146
3145
|
return pulumi.get(self, "resource")
|
|
3147
3146
|
|
|
3148
3147
|
@resource.setter
|
|
3149
|
-
def resource(self, value: Optional[pulumi.Input[
|
|
3148
|
+
def resource(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3150
3149
|
pulumi.set(self, "resource", value)
|
|
3151
3150
|
|
|
3152
3151
|
|
|
@@ -3155,19 +3154,19 @@ if not MYPY:
|
|
|
3155
3154
|
"""
|
|
3156
3155
|
ParentReference describes a reference to a parent object.
|
|
3157
3156
|
"""
|
|
3158
|
-
name: pulumi.Input[
|
|
3157
|
+
name: pulumi.Input[_builtins.str]
|
|
3159
3158
|
"""
|
|
3160
3159
|
Name is the name of the object being referenced.
|
|
3161
3160
|
"""
|
|
3162
|
-
resource: pulumi.Input[
|
|
3161
|
+
resource: pulumi.Input[_builtins.str]
|
|
3163
3162
|
"""
|
|
3164
3163
|
Resource is the resource of the object being referenced.
|
|
3165
3164
|
"""
|
|
3166
|
-
group: NotRequired[pulumi.Input[
|
|
3165
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
3167
3166
|
"""
|
|
3168
3167
|
Group is the group of the object being referenced.
|
|
3169
3168
|
"""
|
|
3170
|
-
namespace: NotRequired[pulumi.Input[
|
|
3169
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
3171
3170
|
"""
|
|
3172
3171
|
Namespace is the namespace of the object being referenced.
|
|
3173
3172
|
"""
|
|
@@ -3177,16 +3176,16 @@ elif False:
|
|
|
3177
3176
|
@pulumi.input_type
|
|
3178
3177
|
class ParentReferenceArgs:
|
|
3179
3178
|
def __init__(__self__, *,
|
|
3180
|
-
name: pulumi.Input[
|
|
3181
|
-
resource: pulumi.Input[
|
|
3182
|
-
group: Optional[pulumi.Input[
|
|
3183
|
-
namespace: Optional[pulumi.Input[
|
|
3179
|
+
name: pulumi.Input[_builtins.str],
|
|
3180
|
+
resource: pulumi.Input[_builtins.str],
|
|
3181
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3182
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None):
|
|
3184
3183
|
"""
|
|
3185
3184
|
ParentReference describes a reference to a parent object.
|
|
3186
|
-
:param pulumi.Input[
|
|
3187
|
-
:param pulumi.Input[
|
|
3188
|
-
:param pulumi.Input[
|
|
3189
|
-
:param pulumi.Input[
|
|
3185
|
+
:param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
|
|
3186
|
+
:param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
|
|
3187
|
+
:param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
|
|
3188
|
+
:param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
3190
3189
|
"""
|
|
3191
3190
|
pulumi.set(__self__, "name", name)
|
|
3192
3191
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -3195,52 +3194,52 @@ class ParentReferenceArgs:
|
|
|
3195
3194
|
if namespace is not None:
|
|
3196
3195
|
pulumi.set(__self__, "namespace", namespace)
|
|
3197
3196
|
|
|
3198
|
-
@property
|
|
3197
|
+
@_builtins.property
|
|
3199
3198
|
@pulumi.getter
|
|
3200
|
-
def name(self) -> pulumi.Input[
|
|
3199
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
3201
3200
|
"""
|
|
3202
3201
|
Name is the name of the object being referenced.
|
|
3203
3202
|
"""
|
|
3204
3203
|
return pulumi.get(self, "name")
|
|
3205
3204
|
|
|
3206
3205
|
@name.setter
|
|
3207
|
-
def name(self, value: pulumi.Input[
|
|
3206
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
3208
3207
|
pulumi.set(self, "name", value)
|
|
3209
3208
|
|
|
3210
|
-
@property
|
|
3209
|
+
@_builtins.property
|
|
3211
3210
|
@pulumi.getter
|
|
3212
|
-
def resource(self) -> pulumi.Input[
|
|
3211
|
+
def resource(self) -> pulumi.Input[_builtins.str]:
|
|
3213
3212
|
"""
|
|
3214
3213
|
Resource is the resource of the object being referenced.
|
|
3215
3214
|
"""
|
|
3216
3215
|
return pulumi.get(self, "resource")
|
|
3217
3216
|
|
|
3218
3217
|
@resource.setter
|
|
3219
|
-
def resource(self, value: pulumi.Input[
|
|
3218
|
+
def resource(self, value: pulumi.Input[_builtins.str]):
|
|
3220
3219
|
pulumi.set(self, "resource", value)
|
|
3221
3220
|
|
|
3222
|
-
@property
|
|
3221
|
+
@_builtins.property
|
|
3223
3222
|
@pulumi.getter
|
|
3224
|
-
def group(self) -> Optional[pulumi.Input[
|
|
3223
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3225
3224
|
"""
|
|
3226
3225
|
Group is the group of the object being referenced.
|
|
3227
3226
|
"""
|
|
3228
3227
|
return pulumi.get(self, "group")
|
|
3229
3228
|
|
|
3230
3229
|
@group.setter
|
|
3231
|
-
def group(self, value: Optional[pulumi.Input[
|
|
3230
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3232
3231
|
pulumi.set(self, "group", value)
|
|
3233
3232
|
|
|
3234
|
-
@property
|
|
3233
|
+
@_builtins.property
|
|
3235
3234
|
@pulumi.getter
|
|
3236
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
3235
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3237
3236
|
"""
|
|
3238
3237
|
Namespace is the namespace of the object being referenced.
|
|
3239
3238
|
"""
|
|
3240
3239
|
return pulumi.get(self, "namespace")
|
|
3241
3240
|
|
|
3242
3241
|
@namespace.setter
|
|
3243
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
3242
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3244
3243
|
pulumi.set(self, "namespace", value)
|
|
3245
3244
|
|
|
3246
3245
|
|
|
@@ -3249,11 +3248,11 @@ if not MYPY:
|
|
|
3249
3248
|
"""
|
|
3250
3249
|
ServiceBackendPort is the service port being referenced.
|
|
3251
3250
|
"""
|
|
3252
|
-
name: NotRequired[pulumi.Input[
|
|
3251
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
3253
3252
|
"""
|
|
3254
3253
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
3255
3254
|
"""
|
|
3256
|
-
number: NotRequired[pulumi.Input[
|
|
3255
|
+
number: NotRequired[pulumi.Input[_builtins.int]]
|
|
3257
3256
|
"""
|
|
3258
3257
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
3259
3258
|
"""
|
|
@@ -3263,40 +3262,40 @@ elif False:
|
|
|
3263
3262
|
@pulumi.input_type
|
|
3264
3263
|
class ServiceBackendPortPatchArgs:
|
|
3265
3264
|
def __init__(__self__, *,
|
|
3266
|
-
name: Optional[pulumi.Input[
|
|
3267
|
-
number: Optional[pulumi.Input[
|
|
3265
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3266
|
+
number: Optional[pulumi.Input[_builtins.int]] = None):
|
|
3268
3267
|
"""
|
|
3269
3268
|
ServiceBackendPort is the service port being referenced.
|
|
3270
|
-
:param pulumi.Input[
|
|
3271
|
-
:param pulumi.Input[
|
|
3269
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
3270
|
+
:param pulumi.Input[_builtins.int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
3272
3271
|
"""
|
|
3273
3272
|
if name is not None:
|
|
3274
3273
|
pulumi.set(__self__, "name", name)
|
|
3275
3274
|
if number is not None:
|
|
3276
3275
|
pulumi.set(__self__, "number", number)
|
|
3277
3276
|
|
|
3278
|
-
@property
|
|
3277
|
+
@_builtins.property
|
|
3279
3278
|
@pulumi.getter
|
|
3280
|
-
def name(self) -> Optional[pulumi.Input[
|
|
3279
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3281
3280
|
"""
|
|
3282
3281
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
3283
3282
|
"""
|
|
3284
3283
|
return pulumi.get(self, "name")
|
|
3285
3284
|
|
|
3286
3285
|
@name.setter
|
|
3287
|
-
def name(self, value: Optional[pulumi.Input[
|
|
3286
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3288
3287
|
pulumi.set(self, "name", value)
|
|
3289
3288
|
|
|
3290
|
-
@property
|
|
3289
|
+
@_builtins.property
|
|
3291
3290
|
@pulumi.getter
|
|
3292
|
-
def number(self) -> Optional[pulumi.Input[
|
|
3291
|
+
def number(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3293
3292
|
"""
|
|
3294
3293
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
3295
3294
|
"""
|
|
3296
3295
|
return pulumi.get(self, "number")
|
|
3297
3296
|
|
|
3298
3297
|
@number.setter
|
|
3299
|
-
def number(self, value: Optional[pulumi.Input[
|
|
3298
|
+
def number(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3300
3299
|
pulumi.set(self, "number", value)
|
|
3301
3300
|
|
|
3302
3301
|
|
|
@@ -3305,11 +3304,11 @@ if not MYPY:
|
|
|
3305
3304
|
"""
|
|
3306
3305
|
ServiceBackendPort is the service port being referenced.
|
|
3307
3306
|
"""
|
|
3308
|
-
name: NotRequired[pulumi.Input[
|
|
3307
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
3309
3308
|
"""
|
|
3310
3309
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
3311
3310
|
"""
|
|
3312
|
-
number: NotRequired[pulumi.Input[
|
|
3311
|
+
number: NotRequired[pulumi.Input[_builtins.int]]
|
|
3313
3312
|
"""
|
|
3314
3313
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
3315
3314
|
"""
|
|
@@ -3319,40 +3318,40 @@ elif False:
|
|
|
3319
3318
|
@pulumi.input_type
|
|
3320
3319
|
class ServiceBackendPortArgs:
|
|
3321
3320
|
def __init__(__self__, *,
|
|
3322
|
-
name: Optional[pulumi.Input[
|
|
3323
|
-
number: Optional[pulumi.Input[
|
|
3321
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3322
|
+
number: Optional[pulumi.Input[_builtins.int]] = None):
|
|
3324
3323
|
"""
|
|
3325
3324
|
ServiceBackendPort is the service port being referenced.
|
|
3326
|
-
:param pulumi.Input[
|
|
3327
|
-
:param pulumi.Input[
|
|
3325
|
+
:param pulumi.Input[_builtins.str] name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
3326
|
+
:param pulumi.Input[_builtins.int] number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
3328
3327
|
"""
|
|
3329
3328
|
if name is not None:
|
|
3330
3329
|
pulumi.set(__self__, "name", name)
|
|
3331
3330
|
if number is not None:
|
|
3332
3331
|
pulumi.set(__self__, "number", number)
|
|
3333
3332
|
|
|
3334
|
-
@property
|
|
3333
|
+
@_builtins.property
|
|
3335
3334
|
@pulumi.getter
|
|
3336
|
-
def name(self) -> Optional[pulumi.Input[
|
|
3335
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3337
3336
|
"""
|
|
3338
3337
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
3339
3338
|
"""
|
|
3340
3339
|
return pulumi.get(self, "name")
|
|
3341
3340
|
|
|
3342
3341
|
@name.setter
|
|
3343
|
-
def name(self, value: Optional[pulumi.Input[
|
|
3342
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3344
3343
|
pulumi.set(self, "name", value)
|
|
3345
3344
|
|
|
3346
|
-
@property
|
|
3345
|
+
@_builtins.property
|
|
3347
3346
|
@pulumi.getter
|
|
3348
|
-
def number(self) -> Optional[pulumi.Input[
|
|
3347
|
+
def number(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
3349
3348
|
"""
|
|
3350
3349
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
3351
3350
|
"""
|
|
3352
3351
|
return pulumi.get(self, "number")
|
|
3353
3352
|
|
|
3354
3353
|
@number.setter
|
|
3355
|
-
def number(self, value: Optional[pulumi.Input[
|
|
3354
|
+
def number(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
3356
3355
|
pulumi.set(self, "number", value)
|
|
3357
3356
|
|
|
3358
3357
|
|
|
@@ -3361,7 +3360,7 @@ if not MYPY:
|
|
|
3361
3360
|
"""
|
|
3362
3361
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3363
3362
|
"""
|
|
3364
|
-
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
3363
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
3365
3364
|
"""
|
|
3366
3365
|
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.
|
|
3367
3366
|
"""
|
|
@@ -3371,24 +3370,24 @@ elif False:
|
|
|
3371
3370
|
@pulumi.input_type
|
|
3372
3371
|
class ServiceCIDRSpecPatchArgs:
|
|
3373
3372
|
def __init__(__self__, *,
|
|
3374
|
-
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3373
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
3375
3374
|
"""
|
|
3376
3375
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3377
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
3376
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
3378
3377
|
"""
|
|
3379
3378
|
if cidrs is not None:
|
|
3380
3379
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
3381
3380
|
|
|
3382
|
-
@property
|
|
3381
|
+
@_builtins.property
|
|
3383
3382
|
@pulumi.getter
|
|
3384
|
-
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3383
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
3385
3384
|
"""
|
|
3386
3385
|
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.
|
|
3387
3386
|
"""
|
|
3388
3387
|
return pulumi.get(self, "cidrs")
|
|
3389
3388
|
|
|
3390
3389
|
@cidrs.setter
|
|
3391
|
-
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3390
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
3392
3391
|
pulumi.set(self, "cidrs", value)
|
|
3393
3392
|
|
|
3394
3393
|
|
|
@@ -3397,7 +3396,7 @@ if not MYPY:
|
|
|
3397
3396
|
"""
|
|
3398
3397
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3399
3398
|
"""
|
|
3400
|
-
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
3399
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
3401
3400
|
"""
|
|
3402
3401
|
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.
|
|
3403
3402
|
"""
|
|
@@ -3407,24 +3406,24 @@ elif False:
|
|
|
3407
3406
|
@pulumi.input_type
|
|
3408
3407
|
class ServiceCIDRSpecArgs:
|
|
3409
3408
|
def __init__(__self__, *,
|
|
3410
|
-
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3409
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
3411
3410
|
"""
|
|
3412
3411
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3413
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
3412
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
3414
3413
|
"""
|
|
3415
3414
|
if cidrs is not None:
|
|
3416
3415
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
3417
3416
|
|
|
3418
|
-
@property
|
|
3417
|
+
@_builtins.property
|
|
3419
3418
|
@pulumi.getter
|
|
3420
|
-
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3419
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
3421
3420
|
"""
|
|
3422
3421
|
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.
|
|
3423
3422
|
"""
|
|
3424
3423
|
return pulumi.get(self, "cidrs")
|
|
3425
3424
|
|
|
3426
3425
|
@cidrs.setter
|
|
3427
|
-
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
3426
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
3428
3427
|
pulumi.set(self, "cidrs", value)
|
|
3429
3428
|
|
|
3430
3429
|
|
|
@@ -3451,7 +3450,7 @@ class ServiceCIDRStatusArgs:
|
|
|
3451
3450
|
if conditions is not None:
|
|
3452
3451
|
pulumi.set(__self__, "conditions", conditions)
|
|
3453
3452
|
|
|
3454
|
-
@property
|
|
3453
|
+
@_builtins.property
|
|
3455
3454
|
@pulumi.getter
|
|
3456
3455
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
|
|
3457
3456
|
"""
|
|
@@ -3469,11 +3468,11 @@ if not MYPY:
|
|
|
3469
3468
|
"""
|
|
3470
3469
|
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.
|
|
3471
3470
|
"""
|
|
3472
|
-
api_version: NotRequired[pulumi.Input[
|
|
3471
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
3473
3472
|
"""
|
|
3474
3473
|
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
|
|
3475
3474
|
"""
|
|
3476
|
-
kind: NotRequired[pulumi.Input[
|
|
3475
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
3477
3476
|
"""
|
|
3478
3477
|
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
|
|
3479
3478
|
"""
|
|
@@ -3495,15 +3494,15 @@ elif False:
|
|
|
3495
3494
|
@pulumi.input_type
|
|
3496
3495
|
class ServiceCIDRArgs:
|
|
3497
3496
|
def __init__(__self__, *,
|
|
3498
|
-
api_version: Optional[pulumi.Input[
|
|
3499
|
-
kind: Optional[pulumi.Input[
|
|
3497
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3498
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
3500
3499
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
3501
3500
|
spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
|
|
3502
3501
|
status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
|
|
3503
3502
|
"""
|
|
3504
3503
|
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.
|
|
3505
|
-
:param pulumi.Input[
|
|
3506
|
-
:param pulumi.Input[
|
|
3504
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3505
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3507
3506
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3508
3507
|
:param pulumi.Input['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
|
|
3509
3508
|
:param pulumi.Input['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
|
|
@@ -3519,31 +3518,31 @@ class ServiceCIDRArgs:
|
|
|
3519
3518
|
if status is not None:
|
|
3520
3519
|
pulumi.set(__self__, "status", status)
|
|
3521
3520
|
|
|
3522
|
-
@property
|
|
3521
|
+
@_builtins.property
|
|
3523
3522
|
@pulumi.getter(name="apiVersion")
|
|
3524
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
3523
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3525
3524
|
"""
|
|
3526
3525
|
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
|
|
3527
3526
|
"""
|
|
3528
3527
|
return pulumi.get(self, "api_version")
|
|
3529
3528
|
|
|
3530
3529
|
@api_version.setter
|
|
3531
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
3530
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3532
3531
|
pulumi.set(self, "api_version", value)
|
|
3533
3532
|
|
|
3534
|
-
@property
|
|
3533
|
+
@_builtins.property
|
|
3535
3534
|
@pulumi.getter
|
|
3536
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
3535
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
3537
3536
|
"""
|
|
3538
3537
|
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
|
|
3539
3538
|
"""
|
|
3540
3539
|
return pulumi.get(self, "kind")
|
|
3541
3540
|
|
|
3542
3541
|
@kind.setter
|
|
3543
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
3542
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
3544
3543
|
pulumi.set(self, "kind", value)
|
|
3545
3544
|
|
|
3546
|
-
@property
|
|
3545
|
+
@_builtins.property
|
|
3547
3546
|
@pulumi.getter
|
|
3548
3547
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
3549
3548
|
"""
|
|
@@ -3555,7 +3554,7 @@ class ServiceCIDRArgs:
|
|
|
3555
3554
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
3556
3555
|
pulumi.set(self, "metadata", value)
|
|
3557
3556
|
|
|
3558
|
-
@property
|
|
3557
|
+
@_builtins.property
|
|
3559
3558
|
@pulumi.getter
|
|
3560
3559
|
def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
|
|
3561
3560
|
"""
|
|
@@ -3567,7 +3566,7 @@ class ServiceCIDRArgs:
|
|
|
3567
3566
|
def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
|
|
3568
3567
|
pulumi.set(self, "spec", value)
|
|
3569
3568
|
|
|
3570
|
-
@property
|
|
3569
|
+
@_builtins.property
|
|
3571
3570
|
@pulumi.getter
|
|
3572
3571
|
def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
|
|
3573
3572
|
"""
|