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
|
|
@@ -100,12 +99,12 @@ class HTTPIngressPath(dict):
|
|
|
100
99
|
|
|
101
100
|
def __init__(__self__, *,
|
|
102
101
|
backend: 'outputs.IngressBackend',
|
|
103
|
-
path_type:
|
|
104
|
-
path: Optional[
|
|
102
|
+
path_type: _builtins.str,
|
|
103
|
+
path: Optional[_builtins.str] = None):
|
|
105
104
|
"""
|
|
106
105
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
107
106
|
:param 'IngressBackendArgs' backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
108
|
-
:param
|
|
107
|
+
:param _builtins.str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
109
108
|
done on a path element by element basis. A path element refers is the
|
|
110
109
|
list of labels in the path split by the '/' separator. A request is a
|
|
111
110
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -116,14 +115,14 @@ class HTTPIngressPath(dict):
|
|
|
116
115
|
the IngressClass. Implementations can treat this as a separate PathType
|
|
117
116
|
or treat it identically to Prefix or Exact path types.
|
|
118
117
|
Implementations are required to support all path types.
|
|
119
|
-
:param
|
|
118
|
+
:param _builtins.str path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
120
119
|
"""
|
|
121
120
|
pulumi.set(__self__, "backend", backend)
|
|
122
121
|
pulumi.set(__self__, "path_type", path_type)
|
|
123
122
|
if path is not None:
|
|
124
123
|
pulumi.set(__self__, "path", path)
|
|
125
124
|
|
|
126
|
-
@property
|
|
125
|
+
@_builtins.property
|
|
127
126
|
@pulumi.getter
|
|
128
127
|
def backend(self) -> 'outputs.IngressBackend':
|
|
129
128
|
"""
|
|
@@ -131,9 +130,9 @@ class HTTPIngressPath(dict):
|
|
|
131
130
|
"""
|
|
132
131
|
return pulumi.get(self, "backend")
|
|
133
132
|
|
|
134
|
-
@property
|
|
133
|
+
@_builtins.property
|
|
135
134
|
@pulumi.getter(name="pathType")
|
|
136
|
-
def path_type(self) ->
|
|
135
|
+
def path_type(self) -> _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
|
|
@@ -149,9 +148,9 @@ class HTTPIngressPath(dict):
|
|
|
149
148
|
"""
|
|
150
149
|
return pulumi.get(self, "path_type")
|
|
151
150
|
|
|
152
|
-
@property
|
|
151
|
+
@_builtins.property
|
|
153
152
|
@pulumi.getter
|
|
154
|
-
def path(self) -> Optional[
|
|
153
|
+
def path(self) -> Optional[_builtins.str]:
|
|
155
154
|
"""
|
|
156
155
|
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".
|
|
157
156
|
"""
|
|
@@ -182,13 +181,13 @@ class HTTPIngressPathPatch(dict):
|
|
|
182
181
|
|
|
183
182
|
def __init__(__self__, *,
|
|
184
183
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
185
|
-
path: Optional[
|
|
186
|
-
path_type: Optional[
|
|
184
|
+
path: Optional[_builtins.str] = None,
|
|
185
|
+
path_type: Optional[_builtins.str] = None):
|
|
187
186
|
"""
|
|
188
187
|
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
189
188
|
:param 'IngressBackendPatchArgs' backend: backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
190
|
-
:param
|
|
191
|
-
:param
|
|
189
|
+
:param _builtins.str path: path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".
|
|
190
|
+
:param _builtins.str path_type: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
192
191
|
done on a path element by element basis. A path element refers is the
|
|
193
192
|
list of labels in the path split by the '/' separator. A request is a
|
|
194
193
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -207,7 +206,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
207
206
|
if path_type is not None:
|
|
208
207
|
pulumi.set(__self__, "path_type", path_type)
|
|
209
208
|
|
|
210
|
-
@property
|
|
209
|
+
@_builtins.property
|
|
211
210
|
@pulumi.getter
|
|
212
211
|
def backend(self) -> Optional['outputs.IngressBackendPatch']:
|
|
213
212
|
"""
|
|
@@ -215,17 +214,17 @@ class HTTPIngressPathPatch(dict):
|
|
|
215
214
|
"""
|
|
216
215
|
return pulumi.get(self, "backend")
|
|
217
216
|
|
|
218
|
-
@property
|
|
217
|
+
@_builtins.property
|
|
219
218
|
@pulumi.getter
|
|
220
|
-
def path(self) -> Optional[
|
|
219
|
+
def path(self) -> Optional[_builtins.str]:
|
|
221
220
|
"""
|
|
222
221
|
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".
|
|
223
222
|
"""
|
|
224
223
|
return pulumi.get(self, "path")
|
|
225
224
|
|
|
226
|
-
@property
|
|
225
|
+
@_builtins.property
|
|
227
226
|
@pulumi.getter(name="pathType")
|
|
228
|
-
def path_type(self) -> Optional[
|
|
227
|
+
def path_type(self) -> Optional[_builtins.str]:
|
|
229
228
|
"""
|
|
230
229
|
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
|
|
231
230
|
done on a path element by element basis. A path element refers is the
|
|
@@ -255,7 +254,7 @@ class HTTPIngressRuleValue(dict):
|
|
|
255
254
|
"""
|
|
256
255
|
pulumi.set(__self__, "paths", paths)
|
|
257
256
|
|
|
258
|
-
@property
|
|
257
|
+
@_builtins.property
|
|
259
258
|
@pulumi.getter
|
|
260
259
|
def paths(self) -> Sequence['outputs.HTTPIngressPath']:
|
|
261
260
|
"""
|
|
@@ -278,7 +277,7 @@ class HTTPIngressRuleValuePatch(dict):
|
|
|
278
277
|
if paths is not None:
|
|
279
278
|
pulumi.set(__self__, "paths", paths)
|
|
280
279
|
|
|
281
|
-
@property
|
|
280
|
+
@_builtins.property
|
|
282
281
|
@pulumi.getter
|
|
283
282
|
def paths(self) -> Optional[Sequence['outputs.HTTPIngressPathPatch']]:
|
|
284
283
|
"""
|
|
@@ -310,14 +309,14 @@ class IPAddress(dict):
|
|
|
310
309
|
return super().get(key, default)
|
|
311
310
|
|
|
312
311
|
def __init__(__self__, *,
|
|
313
|
-
api_version: Optional[
|
|
314
|
-
kind: Optional[
|
|
312
|
+
api_version: Optional[_builtins.str] = None,
|
|
313
|
+
kind: Optional[_builtins.str] = None,
|
|
315
314
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
316
315
|
spec: Optional['outputs.IPAddressSpec'] = None):
|
|
317
316
|
"""
|
|
318
317
|
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
319
|
-
:param
|
|
320
|
-
:param
|
|
318
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
319
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
321
320
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
322
321
|
:param 'IPAddressSpecArgs' spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
323
322
|
"""
|
|
@@ -330,23 +329,23 @@ class IPAddress(dict):
|
|
|
330
329
|
if spec is not None:
|
|
331
330
|
pulumi.set(__self__, "spec", spec)
|
|
332
331
|
|
|
333
|
-
@property
|
|
332
|
+
@_builtins.property
|
|
334
333
|
@pulumi.getter(name="apiVersion")
|
|
335
|
-
def api_version(self) -> Optional[
|
|
334
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
336
335
|
"""
|
|
337
336
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
338
337
|
"""
|
|
339
338
|
return pulumi.get(self, "api_version")
|
|
340
339
|
|
|
341
|
-
@property
|
|
340
|
+
@_builtins.property
|
|
342
341
|
@pulumi.getter
|
|
343
|
-
def kind(self) -> Optional[
|
|
342
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
344
343
|
"""
|
|
345
344
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
346
345
|
"""
|
|
347
346
|
return pulumi.get(self, "kind")
|
|
348
347
|
|
|
349
|
-
@property
|
|
348
|
+
@_builtins.property
|
|
350
349
|
@pulumi.getter
|
|
351
350
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
352
351
|
"""
|
|
@@ -354,7 +353,7 @@ class IPAddress(dict):
|
|
|
354
353
|
"""
|
|
355
354
|
return pulumi.get(self, "metadata")
|
|
356
355
|
|
|
357
|
-
@property
|
|
356
|
+
@_builtins.property
|
|
358
357
|
@pulumi.getter
|
|
359
358
|
def spec(self) -> Optional['outputs.IPAddressSpec']:
|
|
360
359
|
"""
|
|
@@ -393,7 +392,7 @@ class IPAddressSpec(dict):
|
|
|
393
392
|
"""
|
|
394
393
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
395
394
|
|
|
396
|
-
@property
|
|
395
|
+
@_builtins.property
|
|
397
396
|
@pulumi.getter(name="parentRef")
|
|
398
397
|
def parent_ref(self) -> 'outputs.ParentReference':
|
|
399
398
|
"""
|
|
@@ -433,7 +432,7 @@ class IPAddressSpecPatch(dict):
|
|
|
433
432
|
if parent_ref is not None:
|
|
434
433
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
435
434
|
|
|
436
|
-
@property
|
|
435
|
+
@_builtins.property
|
|
437
436
|
@pulumi.getter(name="parentRef")
|
|
438
437
|
def parent_ref(self) -> Optional['outputs.ParentReferencePatch']:
|
|
439
438
|
"""
|
|
@@ -465,28 +464,28 @@ class IPBlock(dict):
|
|
|
465
464
|
return super().get(key, default)
|
|
466
465
|
|
|
467
466
|
def __init__(__self__, *,
|
|
468
|
-
cidr:
|
|
469
|
-
except_: Optional[Sequence[
|
|
467
|
+
cidr: _builtins.str,
|
|
468
|
+
except_: Optional[Sequence[_builtins.str]] = None):
|
|
470
469
|
"""
|
|
471
470
|
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.
|
|
472
|
-
:param
|
|
473
|
-
:param Sequence[
|
|
471
|
+
:param _builtins.str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
472
|
+
:param Sequence[_builtins.str] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
474
473
|
"""
|
|
475
474
|
pulumi.set(__self__, "cidr", cidr)
|
|
476
475
|
if except_ is not None:
|
|
477
476
|
pulumi.set(__self__, "except_", except_)
|
|
478
477
|
|
|
479
|
-
@property
|
|
478
|
+
@_builtins.property
|
|
480
479
|
@pulumi.getter
|
|
481
|
-
def cidr(self) ->
|
|
480
|
+
def cidr(self) -> _builtins.str:
|
|
482
481
|
"""
|
|
483
482
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
484
483
|
"""
|
|
485
484
|
return pulumi.get(self, "cidr")
|
|
486
485
|
|
|
487
|
-
@property
|
|
486
|
+
@_builtins.property
|
|
488
487
|
@pulumi.getter(name="except")
|
|
489
|
-
def except_(self) -> Optional[Sequence[
|
|
488
|
+
def except_(self) -> Optional[Sequence[_builtins.str]]:
|
|
490
489
|
"""
|
|
491
490
|
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
|
|
492
491
|
"""
|
|
@@ -516,29 +515,29 @@ class IPBlockPatch(dict):
|
|
|
516
515
|
return super().get(key, default)
|
|
517
516
|
|
|
518
517
|
def __init__(__self__, *,
|
|
519
|
-
cidr: Optional[
|
|
520
|
-
except_: Optional[Sequence[
|
|
518
|
+
cidr: Optional[_builtins.str] = None,
|
|
519
|
+
except_: Optional[Sequence[_builtins.str]] = None):
|
|
521
520
|
"""
|
|
522
521
|
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.
|
|
523
|
-
:param
|
|
524
|
-
:param Sequence[
|
|
522
|
+
:param _builtins.str cidr: cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
523
|
+
:param Sequence[_builtins.str] except_: except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range
|
|
525
524
|
"""
|
|
526
525
|
if cidr is not None:
|
|
527
526
|
pulumi.set(__self__, "cidr", cidr)
|
|
528
527
|
if except_ is not None:
|
|
529
528
|
pulumi.set(__self__, "except_", except_)
|
|
530
529
|
|
|
531
|
-
@property
|
|
530
|
+
@_builtins.property
|
|
532
531
|
@pulumi.getter
|
|
533
|
-
def cidr(self) -> Optional[
|
|
532
|
+
def cidr(self) -> Optional[_builtins.str]:
|
|
534
533
|
"""
|
|
535
534
|
cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64"
|
|
536
535
|
"""
|
|
537
536
|
return pulumi.get(self, "cidr")
|
|
538
537
|
|
|
539
|
-
@property
|
|
538
|
+
@_builtins.property
|
|
540
539
|
@pulumi.getter(name="except")
|
|
541
|
-
def except_(self) -> Optional[Sequence[
|
|
540
|
+
def except_(self) -> Optional[Sequence[_builtins.str]]:
|
|
542
541
|
"""
|
|
543
542
|
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
|
|
544
543
|
"""
|
|
@@ -582,8 +581,8 @@ class Ingress(dict):
|
|
|
582
581
|
return super().get(key, default)
|
|
583
582
|
|
|
584
583
|
def __init__(__self__, *,
|
|
585
|
-
api_version: Optional[
|
|
586
|
-
kind: Optional[
|
|
584
|
+
api_version: Optional[_builtins.str] = None,
|
|
585
|
+
kind: Optional[_builtins.str] = None,
|
|
587
586
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
588
587
|
spec: Optional['outputs.IngressSpec'] = None,
|
|
589
588
|
status: Optional['outputs.IngressStatus'] = None):
|
|
@@ -603,8 +602,8 @@ class Ingress(dict):
|
|
|
603
602
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
604
603
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
605
604
|
by setting the 'customTimeouts' option on the resource.
|
|
606
|
-
:param
|
|
607
|
-
:param
|
|
605
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
606
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
608
607
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
609
608
|
:param 'IngressSpecArgs' spec: spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
610
609
|
:param 'IngressStatusArgs' status: status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -620,23 +619,23 @@ class Ingress(dict):
|
|
|
620
619
|
if status is not None:
|
|
621
620
|
pulumi.set(__self__, "status", status)
|
|
622
621
|
|
|
623
|
-
@property
|
|
622
|
+
@_builtins.property
|
|
624
623
|
@pulumi.getter(name="apiVersion")
|
|
625
|
-
def api_version(self) -> Optional[
|
|
624
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
626
625
|
"""
|
|
627
626
|
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
|
|
628
627
|
"""
|
|
629
628
|
return pulumi.get(self, "api_version")
|
|
630
629
|
|
|
631
|
-
@property
|
|
630
|
+
@_builtins.property
|
|
632
631
|
@pulumi.getter
|
|
633
|
-
def kind(self) -> Optional[
|
|
632
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
634
633
|
"""
|
|
635
634
|
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
|
|
636
635
|
"""
|
|
637
636
|
return pulumi.get(self, "kind")
|
|
638
637
|
|
|
639
|
-
@property
|
|
638
|
+
@_builtins.property
|
|
640
639
|
@pulumi.getter
|
|
641
640
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
642
641
|
"""
|
|
@@ -644,7 +643,7 @@ class Ingress(dict):
|
|
|
644
643
|
"""
|
|
645
644
|
return pulumi.get(self, "metadata")
|
|
646
645
|
|
|
647
|
-
@property
|
|
646
|
+
@_builtins.property
|
|
648
647
|
@pulumi.getter
|
|
649
648
|
def spec(self) -> Optional['outputs.IngressSpec']:
|
|
650
649
|
"""
|
|
@@ -652,7 +651,7 @@ class Ingress(dict):
|
|
|
652
651
|
"""
|
|
653
652
|
return pulumi.get(self, "spec")
|
|
654
653
|
|
|
655
|
-
@property
|
|
654
|
+
@_builtins.property
|
|
656
655
|
@pulumi.getter
|
|
657
656
|
def status(self) -> Optional['outputs.IngressStatus']:
|
|
658
657
|
"""
|
|
@@ -679,7 +678,7 @@ class IngressBackend(dict):
|
|
|
679
678
|
if service is not None:
|
|
680
679
|
pulumi.set(__self__, "service", service)
|
|
681
680
|
|
|
682
|
-
@property
|
|
681
|
+
@_builtins.property
|
|
683
682
|
@pulumi.getter
|
|
684
683
|
def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
|
|
685
684
|
"""
|
|
@@ -687,7 +686,7 @@ class IngressBackend(dict):
|
|
|
687
686
|
"""
|
|
688
687
|
return pulumi.get(self, "resource")
|
|
689
688
|
|
|
690
|
-
@property
|
|
689
|
+
@_builtins.property
|
|
691
690
|
@pulumi.getter
|
|
692
691
|
def service(self) -> Optional['outputs.IngressServiceBackend']:
|
|
693
692
|
"""
|
|
@@ -714,7 +713,7 @@ class IngressBackendPatch(dict):
|
|
|
714
713
|
if service is not None:
|
|
715
714
|
pulumi.set(__self__, "service", service)
|
|
716
715
|
|
|
717
|
-
@property
|
|
716
|
+
@_builtins.property
|
|
718
717
|
@pulumi.getter
|
|
719
718
|
def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
|
|
720
719
|
"""
|
|
@@ -722,7 +721,7 @@ class IngressBackendPatch(dict):
|
|
|
722
721
|
"""
|
|
723
722
|
return pulumi.get(self, "resource")
|
|
724
723
|
|
|
725
|
-
@property
|
|
724
|
+
@_builtins.property
|
|
726
725
|
@pulumi.getter
|
|
727
726
|
def service(self) -> Optional['outputs.IngressServiceBackendPatch']:
|
|
728
727
|
"""
|
|
@@ -754,14 +753,14 @@ class IngressClass(dict):
|
|
|
754
753
|
return super().get(key, default)
|
|
755
754
|
|
|
756
755
|
def __init__(__self__, *,
|
|
757
|
-
api_version: Optional[
|
|
758
|
-
kind: Optional[
|
|
756
|
+
api_version: Optional[_builtins.str] = None,
|
|
757
|
+
kind: Optional[_builtins.str] = None,
|
|
759
758
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
760
759
|
spec: Optional['outputs.IngressClassSpec'] = None):
|
|
761
760
|
"""
|
|
762
761
|
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.
|
|
763
|
-
:param
|
|
764
|
-
:param
|
|
762
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
763
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
765
764
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
766
765
|
:param 'IngressClassSpecArgs' spec: spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
767
766
|
"""
|
|
@@ -774,23 +773,23 @@ class IngressClass(dict):
|
|
|
774
773
|
if spec is not None:
|
|
775
774
|
pulumi.set(__self__, "spec", spec)
|
|
776
775
|
|
|
777
|
-
@property
|
|
776
|
+
@_builtins.property
|
|
778
777
|
@pulumi.getter(name="apiVersion")
|
|
779
|
-
def api_version(self) -> Optional[
|
|
778
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
780
779
|
"""
|
|
781
780
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
782
781
|
"""
|
|
783
782
|
return pulumi.get(self, "api_version")
|
|
784
783
|
|
|
785
|
-
@property
|
|
784
|
+
@_builtins.property
|
|
786
785
|
@pulumi.getter
|
|
787
|
-
def kind(self) -> Optional[
|
|
786
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
788
787
|
"""
|
|
789
788
|
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
|
|
790
789
|
"""
|
|
791
790
|
return pulumi.get(self, "kind")
|
|
792
791
|
|
|
793
|
-
@property
|
|
792
|
+
@_builtins.property
|
|
794
793
|
@pulumi.getter
|
|
795
794
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
796
795
|
"""
|
|
@@ -798,7 +797,7 @@ class IngressClass(dict):
|
|
|
798
797
|
"""
|
|
799
798
|
return pulumi.get(self, "metadata")
|
|
800
799
|
|
|
801
|
-
@property
|
|
800
|
+
@_builtins.property
|
|
802
801
|
@pulumi.getter
|
|
803
802
|
def spec(self) -> Optional['outputs.IngressClassSpec']:
|
|
804
803
|
"""
|
|
@@ -830,18 +829,18 @@ class IngressClassParametersReference(dict):
|
|
|
830
829
|
return super().get(key, default)
|
|
831
830
|
|
|
832
831
|
def __init__(__self__, *,
|
|
833
|
-
kind:
|
|
834
|
-
name:
|
|
835
|
-
api_group: Optional[
|
|
836
|
-
namespace: Optional[
|
|
837
|
-
scope: Optional[
|
|
832
|
+
kind: _builtins.str,
|
|
833
|
+
name: _builtins.str,
|
|
834
|
+
api_group: Optional[_builtins.str] = None,
|
|
835
|
+
namespace: Optional[_builtins.str] = None,
|
|
836
|
+
scope: Optional[_builtins.str] = None):
|
|
838
837
|
"""
|
|
839
838
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
840
|
-
:param
|
|
841
|
-
:param
|
|
842
|
-
:param
|
|
843
|
-
:param
|
|
844
|
-
:param
|
|
839
|
+
:param _builtins.str kind: kind is the type of resource being referenced.
|
|
840
|
+
:param _builtins.str name: name is the name of resource being referenced.
|
|
841
|
+
:param _builtins.str api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
842
|
+
:param _builtins.str namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
843
|
+
:param _builtins.str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
845
844
|
"""
|
|
846
845
|
pulumi.set(__self__, "kind", kind)
|
|
847
846
|
pulumi.set(__self__, "name", name)
|
|
@@ -852,41 +851,41 @@ class IngressClassParametersReference(dict):
|
|
|
852
851
|
if scope is not None:
|
|
853
852
|
pulumi.set(__self__, "scope", scope)
|
|
854
853
|
|
|
855
|
-
@property
|
|
854
|
+
@_builtins.property
|
|
856
855
|
@pulumi.getter
|
|
857
|
-
def kind(self) ->
|
|
856
|
+
def kind(self) -> _builtins.str:
|
|
858
857
|
"""
|
|
859
858
|
kind is the type of resource being referenced.
|
|
860
859
|
"""
|
|
861
860
|
return pulumi.get(self, "kind")
|
|
862
861
|
|
|
863
|
-
@property
|
|
862
|
+
@_builtins.property
|
|
864
863
|
@pulumi.getter
|
|
865
|
-
def name(self) ->
|
|
864
|
+
def name(self) -> _builtins.str:
|
|
866
865
|
"""
|
|
867
866
|
name is the name of resource being referenced.
|
|
868
867
|
"""
|
|
869
868
|
return pulumi.get(self, "name")
|
|
870
869
|
|
|
871
|
-
@property
|
|
870
|
+
@_builtins.property
|
|
872
871
|
@pulumi.getter(name="apiGroup")
|
|
873
|
-
def api_group(self) -> Optional[
|
|
872
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
874
873
|
"""
|
|
875
874
|
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.
|
|
876
875
|
"""
|
|
877
876
|
return pulumi.get(self, "api_group")
|
|
878
877
|
|
|
879
|
-
@property
|
|
878
|
+
@_builtins.property
|
|
880
879
|
@pulumi.getter
|
|
881
|
-
def namespace(self) -> Optional[
|
|
880
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
882
881
|
"""
|
|
883
882
|
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".
|
|
884
883
|
"""
|
|
885
884
|
return pulumi.get(self, "namespace")
|
|
886
885
|
|
|
887
|
-
@property
|
|
886
|
+
@_builtins.property
|
|
888
887
|
@pulumi.getter
|
|
889
|
-
def scope(self) -> Optional[
|
|
888
|
+
def scope(self) -> Optional[_builtins.str]:
|
|
890
889
|
"""
|
|
891
890
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
892
891
|
"""
|
|
@@ -916,18 +915,18 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
916
915
|
return super().get(key, default)
|
|
917
916
|
|
|
918
917
|
def __init__(__self__, *,
|
|
919
|
-
api_group: Optional[
|
|
920
|
-
kind: Optional[
|
|
921
|
-
name: Optional[
|
|
922
|
-
namespace: Optional[
|
|
923
|
-
scope: Optional[
|
|
918
|
+
api_group: Optional[_builtins.str] = None,
|
|
919
|
+
kind: Optional[_builtins.str] = None,
|
|
920
|
+
name: Optional[_builtins.str] = None,
|
|
921
|
+
namespace: Optional[_builtins.str] = None,
|
|
922
|
+
scope: Optional[_builtins.str] = None):
|
|
924
923
|
"""
|
|
925
924
|
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
|
|
926
|
-
:param
|
|
927
|
-
:param
|
|
928
|
-
:param
|
|
929
|
-
:param
|
|
930
|
-
:param
|
|
925
|
+
:param _builtins.str api_group: apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
926
|
+
:param _builtins.str kind: kind is the type of resource being referenced.
|
|
927
|
+
:param _builtins.str name: name is the name of resource being referenced.
|
|
928
|
+
:param _builtins.str namespace: namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
|
|
929
|
+
:param _builtins.str scope: scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
931
930
|
"""
|
|
932
931
|
if api_group is not None:
|
|
933
932
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -940,41 +939,41 @@ class IngressClassParametersReferencePatch(dict):
|
|
|
940
939
|
if scope is not None:
|
|
941
940
|
pulumi.set(__self__, "scope", scope)
|
|
942
941
|
|
|
943
|
-
@property
|
|
942
|
+
@_builtins.property
|
|
944
943
|
@pulumi.getter(name="apiGroup")
|
|
945
|
-
def api_group(self) -> Optional[
|
|
944
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
946
945
|
"""
|
|
947
946
|
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.
|
|
948
947
|
"""
|
|
949
948
|
return pulumi.get(self, "api_group")
|
|
950
949
|
|
|
951
|
-
@property
|
|
950
|
+
@_builtins.property
|
|
952
951
|
@pulumi.getter
|
|
953
|
-
def kind(self) -> Optional[
|
|
952
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
954
953
|
"""
|
|
955
954
|
kind is the type of resource being referenced.
|
|
956
955
|
"""
|
|
957
956
|
return pulumi.get(self, "kind")
|
|
958
957
|
|
|
959
|
-
@property
|
|
958
|
+
@_builtins.property
|
|
960
959
|
@pulumi.getter
|
|
961
|
-
def name(self) -> Optional[
|
|
960
|
+
def name(self) -> Optional[_builtins.str]:
|
|
962
961
|
"""
|
|
963
962
|
name is the name of resource being referenced.
|
|
964
963
|
"""
|
|
965
964
|
return pulumi.get(self, "name")
|
|
966
965
|
|
|
967
|
-
@property
|
|
966
|
+
@_builtins.property
|
|
968
967
|
@pulumi.getter
|
|
969
|
-
def namespace(self) -> Optional[
|
|
968
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
970
969
|
"""
|
|
971
970
|
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".
|
|
972
971
|
"""
|
|
973
972
|
return pulumi.get(self, "namespace")
|
|
974
973
|
|
|
975
|
-
@property
|
|
974
|
+
@_builtins.property
|
|
976
975
|
@pulumi.getter
|
|
977
|
-
def scope(self) -> Optional[
|
|
976
|
+
def scope(self) -> Optional[_builtins.str]:
|
|
978
977
|
"""
|
|
979
978
|
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
|
|
980
979
|
"""
|
|
@@ -987,11 +986,11 @@ class IngressClassSpec(dict):
|
|
|
987
986
|
IngressClassSpec provides information about the class of an Ingress.
|
|
988
987
|
"""
|
|
989
988
|
def __init__(__self__, *,
|
|
990
|
-
controller: Optional[
|
|
989
|
+
controller: Optional[_builtins.str] = None,
|
|
991
990
|
parameters: Optional['outputs.IngressClassParametersReference'] = None):
|
|
992
991
|
"""
|
|
993
992
|
IngressClassSpec provides information about the class of an Ingress.
|
|
994
|
-
:param
|
|
993
|
+
:param _builtins.str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
995
994
|
:param 'IngressClassParametersReferenceArgs' parameters: parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
|
|
996
995
|
"""
|
|
997
996
|
if controller is not None:
|
|
@@ -999,15 +998,15 @@ class IngressClassSpec(dict):
|
|
|
999
998
|
if parameters is not None:
|
|
1000
999
|
pulumi.set(__self__, "parameters", parameters)
|
|
1001
1000
|
|
|
1002
|
-
@property
|
|
1001
|
+
@_builtins.property
|
|
1003
1002
|
@pulumi.getter
|
|
1004
|
-
def controller(self) -> Optional[
|
|
1003
|
+
def controller(self) -> Optional[_builtins.str]:
|
|
1005
1004
|
"""
|
|
1006
1005
|
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.
|
|
1007
1006
|
"""
|
|
1008
1007
|
return pulumi.get(self, "controller")
|
|
1009
1008
|
|
|
1010
|
-
@property
|
|
1009
|
+
@_builtins.property
|
|
1011
1010
|
@pulumi.getter
|
|
1012
1011
|
def parameters(self) -> Optional['outputs.IngressClassParametersReference']:
|
|
1013
1012
|
"""
|
|
@@ -1022,11 +1021,11 @@ class IngressClassSpecPatch(dict):
|
|
|
1022
1021
|
IngressClassSpec provides information about the class of an Ingress.
|
|
1023
1022
|
"""
|
|
1024
1023
|
def __init__(__self__, *,
|
|
1025
|
-
controller: Optional[
|
|
1024
|
+
controller: Optional[_builtins.str] = None,
|
|
1026
1025
|
parameters: Optional['outputs.IngressClassParametersReferencePatch'] = None):
|
|
1027
1026
|
"""
|
|
1028
1027
|
IngressClassSpec provides information about the class of an Ingress.
|
|
1029
|
-
:param
|
|
1028
|
+
:param _builtins.str controller: controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
1030
1029
|
:param 'IngressClassParametersReferencePatchArgs' parameters: parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
|
|
1031
1030
|
"""
|
|
1032
1031
|
if controller is not None:
|
|
@@ -1034,15 +1033,15 @@ class IngressClassSpecPatch(dict):
|
|
|
1034
1033
|
if parameters is not None:
|
|
1035
1034
|
pulumi.set(__self__, "parameters", parameters)
|
|
1036
1035
|
|
|
1037
|
-
@property
|
|
1036
|
+
@_builtins.property
|
|
1038
1037
|
@pulumi.getter
|
|
1039
|
-
def controller(self) -> Optional[
|
|
1038
|
+
def controller(self) -> Optional[_builtins.str]:
|
|
1040
1039
|
"""
|
|
1041
1040
|
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.
|
|
1042
1041
|
"""
|
|
1043
1042
|
return pulumi.get(self, "controller")
|
|
1044
1043
|
|
|
1045
|
-
@property
|
|
1044
|
+
@_builtins.property
|
|
1046
1045
|
@pulumi.getter
|
|
1047
1046
|
def parameters(self) -> Optional['outputs.IngressClassParametersReferencePatch']:
|
|
1048
1047
|
"""
|
|
@@ -1057,13 +1056,13 @@ class IngressLoadBalancerIngress(dict):
|
|
|
1057
1056
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1058
1057
|
"""
|
|
1059
1058
|
def __init__(__self__, *,
|
|
1060
|
-
hostname: Optional[
|
|
1061
|
-
ip: Optional[
|
|
1059
|
+
hostname: Optional[_builtins.str] = None,
|
|
1060
|
+
ip: Optional[_builtins.str] = None,
|
|
1062
1061
|
ports: Optional[Sequence['outputs.IngressPortStatus']] = None):
|
|
1063
1062
|
"""
|
|
1064
1063
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1065
|
-
:param
|
|
1066
|
-
:param
|
|
1064
|
+
:param _builtins.str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
1065
|
+
:param _builtins.str ip: ip is set for load-balancer ingress points that are IP based.
|
|
1067
1066
|
:param Sequence['IngressPortStatusArgs'] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
1068
1067
|
"""
|
|
1069
1068
|
if hostname is not None:
|
|
@@ -1073,23 +1072,23 @@ class IngressLoadBalancerIngress(dict):
|
|
|
1073
1072
|
if ports is not None:
|
|
1074
1073
|
pulumi.set(__self__, "ports", ports)
|
|
1075
1074
|
|
|
1076
|
-
@property
|
|
1075
|
+
@_builtins.property
|
|
1077
1076
|
@pulumi.getter
|
|
1078
|
-
def hostname(self) -> Optional[
|
|
1077
|
+
def hostname(self) -> Optional[_builtins.str]:
|
|
1079
1078
|
"""
|
|
1080
1079
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
1081
1080
|
"""
|
|
1082
1081
|
return pulumi.get(self, "hostname")
|
|
1083
1082
|
|
|
1084
|
-
@property
|
|
1083
|
+
@_builtins.property
|
|
1085
1084
|
@pulumi.getter
|
|
1086
|
-
def ip(self) -> Optional[
|
|
1085
|
+
def ip(self) -> Optional[_builtins.str]:
|
|
1087
1086
|
"""
|
|
1088
1087
|
ip is set for load-balancer ingress points that are IP based.
|
|
1089
1088
|
"""
|
|
1090
1089
|
return pulumi.get(self, "ip")
|
|
1091
1090
|
|
|
1092
|
-
@property
|
|
1091
|
+
@_builtins.property
|
|
1093
1092
|
@pulumi.getter
|
|
1094
1093
|
def ports(self) -> Optional[Sequence['outputs.IngressPortStatus']]:
|
|
1095
1094
|
"""
|
|
@@ -1104,13 +1103,13 @@ class IngressLoadBalancerIngressPatch(dict):
|
|
|
1104
1103
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1105
1104
|
"""
|
|
1106
1105
|
def __init__(__self__, *,
|
|
1107
|
-
hostname: Optional[
|
|
1108
|
-
ip: Optional[
|
|
1106
|
+
hostname: Optional[_builtins.str] = None,
|
|
1107
|
+
ip: Optional[_builtins.str] = None,
|
|
1109
1108
|
ports: Optional[Sequence['outputs.IngressPortStatusPatch']] = None):
|
|
1110
1109
|
"""
|
|
1111
1110
|
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
|
|
1112
|
-
:param
|
|
1113
|
-
:param
|
|
1111
|
+
:param _builtins.str hostname: hostname is set for load-balancer ingress points that are DNS based.
|
|
1112
|
+
:param _builtins.str ip: ip is set for load-balancer ingress points that are IP based.
|
|
1114
1113
|
:param Sequence['IngressPortStatusPatchArgs'] ports: ports provides information about the ports exposed by this LoadBalancer.
|
|
1115
1114
|
"""
|
|
1116
1115
|
if hostname is not None:
|
|
@@ -1120,23 +1119,23 @@ class IngressLoadBalancerIngressPatch(dict):
|
|
|
1120
1119
|
if ports is not None:
|
|
1121
1120
|
pulumi.set(__self__, "ports", ports)
|
|
1122
1121
|
|
|
1123
|
-
@property
|
|
1122
|
+
@_builtins.property
|
|
1124
1123
|
@pulumi.getter
|
|
1125
|
-
def hostname(self) -> Optional[
|
|
1124
|
+
def hostname(self) -> Optional[_builtins.str]:
|
|
1126
1125
|
"""
|
|
1127
1126
|
hostname is set for load-balancer ingress points that are DNS based.
|
|
1128
1127
|
"""
|
|
1129
1128
|
return pulumi.get(self, "hostname")
|
|
1130
1129
|
|
|
1131
|
-
@property
|
|
1130
|
+
@_builtins.property
|
|
1132
1131
|
@pulumi.getter
|
|
1133
|
-
def ip(self) -> Optional[
|
|
1132
|
+
def ip(self) -> Optional[_builtins.str]:
|
|
1134
1133
|
"""
|
|
1135
1134
|
ip is set for load-balancer ingress points that are IP based.
|
|
1136
1135
|
"""
|
|
1137
1136
|
return pulumi.get(self, "ip")
|
|
1138
1137
|
|
|
1139
|
-
@property
|
|
1138
|
+
@_builtins.property
|
|
1140
1139
|
@pulumi.getter
|
|
1141
1140
|
def ports(self) -> Optional[Sequence['outputs.IngressPortStatusPatch']]:
|
|
1142
1141
|
"""
|
|
@@ -1159,7 +1158,7 @@ class IngressLoadBalancerStatus(dict):
|
|
|
1159
1158
|
if ingress is not None:
|
|
1160
1159
|
pulumi.set(__self__, "ingress", ingress)
|
|
1161
1160
|
|
|
1162
|
-
@property
|
|
1161
|
+
@_builtins.property
|
|
1163
1162
|
@pulumi.getter
|
|
1164
1163
|
def ingress(self) -> Optional[Sequence['outputs.IngressLoadBalancerIngress']]:
|
|
1165
1164
|
"""
|
|
@@ -1182,7 +1181,7 @@ class IngressLoadBalancerStatusPatch(dict):
|
|
|
1182
1181
|
if ingress is not None:
|
|
1183
1182
|
pulumi.set(__self__, "ingress", ingress)
|
|
1184
1183
|
|
|
1185
|
-
@property
|
|
1184
|
+
@_builtins.property
|
|
1186
1185
|
@pulumi.getter
|
|
1187
1186
|
def ingress(self) -> Optional[Sequence['outputs.IngressLoadBalancerIngressPatch']]:
|
|
1188
1187
|
"""
|
|
@@ -1197,14 +1196,14 @@ class IngressPortStatus(dict):
|
|
|
1197
1196
|
IngressPortStatus represents the error condition of a service port
|
|
1198
1197
|
"""
|
|
1199
1198
|
def __init__(__self__, *,
|
|
1200
|
-
port:
|
|
1201
|
-
protocol:
|
|
1202
|
-
error: Optional[
|
|
1199
|
+
port: _builtins.int,
|
|
1200
|
+
protocol: _builtins.str,
|
|
1201
|
+
error: Optional[_builtins.str] = None):
|
|
1203
1202
|
"""
|
|
1204
1203
|
IngressPortStatus represents the error condition of a service port
|
|
1205
|
-
:param
|
|
1206
|
-
:param
|
|
1207
|
-
:param
|
|
1204
|
+
:param _builtins.int port: port is the port number of the ingress port.
|
|
1205
|
+
:param _builtins.str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1206
|
+
:param _builtins.str error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1208
1207
|
CamelCase names
|
|
1209
1208
|
- cloud provider specific error values must have names that comply with the
|
|
1210
1209
|
format foo.example.com/CamelCase.
|
|
@@ -1214,25 +1213,25 @@ class IngressPortStatus(dict):
|
|
|
1214
1213
|
if error is not None:
|
|
1215
1214
|
pulumi.set(__self__, "error", error)
|
|
1216
1215
|
|
|
1217
|
-
@property
|
|
1216
|
+
@_builtins.property
|
|
1218
1217
|
@pulumi.getter
|
|
1219
|
-
def port(self) ->
|
|
1218
|
+
def port(self) -> _builtins.int:
|
|
1220
1219
|
"""
|
|
1221
1220
|
port is the port number of the ingress port.
|
|
1222
1221
|
"""
|
|
1223
1222
|
return pulumi.get(self, "port")
|
|
1224
1223
|
|
|
1225
|
-
@property
|
|
1224
|
+
@_builtins.property
|
|
1226
1225
|
@pulumi.getter
|
|
1227
|
-
def protocol(self) ->
|
|
1226
|
+
def protocol(self) -> _builtins.str:
|
|
1228
1227
|
"""
|
|
1229
1228
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1230
1229
|
"""
|
|
1231
1230
|
return pulumi.get(self, "protocol")
|
|
1232
1231
|
|
|
1233
|
-
@property
|
|
1232
|
+
@_builtins.property
|
|
1234
1233
|
@pulumi.getter
|
|
1235
|
-
def error(self) -> Optional[
|
|
1234
|
+
def error(self) -> Optional[_builtins.str]:
|
|
1236
1235
|
"""
|
|
1237
1236
|
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
|
|
1238
1237
|
CamelCase names
|
|
@@ -1248,17 +1247,17 @@ class IngressPortStatusPatch(dict):
|
|
|
1248
1247
|
IngressPortStatus represents the error condition of a service port
|
|
1249
1248
|
"""
|
|
1250
1249
|
def __init__(__self__, *,
|
|
1251
|
-
error: Optional[
|
|
1252
|
-
port: Optional[
|
|
1253
|
-
protocol: Optional[
|
|
1250
|
+
error: Optional[_builtins.str] = None,
|
|
1251
|
+
port: Optional[_builtins.int] = None,
|
|
1252
|
+
protocol: Optional[_builtins.str] = None):
|
|
1254
1253
|
"""
|
|
1255
1254
|
IngressPortStatus represents the error condition of a service port
|
|
1256
|
-
:param
|
|
1255
|
+
:param _builtins.str error: error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
1257
1256
|
CamelCase names
|
|
1258
1257
|
- cloud provider specific error values must have names that comply with the
|
|
1259
1258
|
format foo.example.com/CamelCase.
|
|
1260
|
-
:param
|
|
1261
|
-
:param
|
|
1259
|
+
:param _builtins.int port: port is the port number of the ingress port.
|
|
1260
|
+
:param _builtins.str protocol: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1262
1261
|
"""
|
|
1263
1262
|
if error is not None:
|
|
1264
1263
|
pulumi.set(__self__, "error", error)
|
|
@@ -1267,9 +1266,9 @@ class IngressPortStatusPatch(dict):
|
|
|
1267
1266
|
if protocol is not None:
|
|
1268
1267
|
pulumi.set(__self__, "protocol", protocol)
|
|
1269
1268
|
|
|
1270
|
-
@property
|
|
1269
|
+
@_builtins.property
|
|
1271
1270
|
@pulumi.getter
|
|
1272
|
-
def error(self) -> Optional[
|
|
1271
|
+
def error(self) -> Optional[_builtins.str]:
|
|
1273
1272
|
"""
|
|
1274
1273
|
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
|
|
1275
1274
|
CamelCase names
|
|
@@ -1278,17 +1277,17 @@ class IngressPortStatusPatch(dict):
|
|
|
1278
1277
|
"""
|
|
1279
1278
|
return pulumi.get(self, "error")
|
|
1280
1279
|
|
|
1281
|
-
@property
|
|
1280
|
+
@_builtins.property
|
|
1282
1281
|
@pulumi.getter
|
|
1283
|
-
def port(self) -> Optional[
|
|
1282
|
+
def port(self) -> Optional[_builtins.int]:
|
|
1284
1283
|
"""
|
|
1285
1284
|
port is the port number of the ingress port.
|
|
1286
1285
|
"""
|
|
1287
1286
|
return pulumi.get(self, "port")
|
|
1288
1287
|
|
|
1289
|
-
@property
|
|
1288
|
+
@_builtins.property
|
|
1290
1289
|
@pulumi.getter
|
|
1291
|
-
def protocol(self) -> Optional[
|
|
1290
|
+
def protocol(self) -> Optional[_builtins.str]:
|
|
1292
1291
|
"""
|
|
1293
1292
|
protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"
|
|
1294
1293
|
"""
|
|
@@ -1301,11 +1300,11 @@ class IngressRule(dict):
|
|
|
1301
1300
|
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.
|
|
1302
1301
|
"""
|
|
1303
1302
|
def __init__(__self__, *,
|
|
1304
|
-
host: Optional[
|
|
1303
|
+
host: Optional[_builtins.str] = None,
|
|
1305
1304
|
http: Optional['outputs.HTTPIngressRuleValue'] = None):
|
|
1306
1305
|
"""
|
|
1307
1306
|
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.
|
|
1308
|
-
:param
|
|
1307
|
+
:param _builtins.str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1309
1308
|
the IP in the Spec of the parent Ingress.
|
|
1310
1309
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1311
1310
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1319,9 +1318,9 @@ class IngressRule(dict):
|
|
|
1319
1318
|
if http is not None:
|
|
1320
1319
|
pulumi.set(__self__, "http", http)
|
|
1321
1320
|
|
|
1322
|
-
@property
|
|
1321
|
+
@_builtins.property
|
|
1323
1322
|
@pulumi.getter
|
|
1324
|
-
def host(self) -> Optional[
|
|
1323
|
+
def host(self) -> Optional[_builtins.str]:
|
|
1325
1324
|
"""
|
|
1326
1325
|
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
|
|
1327
1326
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1334,7 +1333,7 @@ class IngressRule(dict):
|
|
|
1334
1333
|
"""
|
|
1335
1334
|
return pulumi.get(self, "host")
|
|
1336
1335
|
|
|
1337
|
-
@property
|
|
1336
|
+
@_builtins.property
|
|
1338
1337
|
@pulumi.getter
|
|
1339
1338
|
def http(self) -> Optional['outputs.HTTPIngressRuleValue']:
|
|
1340
1339
|
return pulumi.get(self, "http")
|
|
@@ -1346,11 +1345,11 @@ class IngressRulePatch(dict):
|
|
|
1346
1345
|
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.
|
|
1347
1346
|
"""
|
|
1348
1347
|
def __init__(__self__, *,
|
|
1349
|
-
host: Optional[
|
|
1348
|
+
host: Optional[_builtins.str] = None,
|
|
1350
1349
|
http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
|
|
1351
1350
|
"""
|
|
1352
1351
|
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.
|
|
1353
|
-
:param
|
|
1352
|
+
:param _builtins.str host: host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to
|
|
1354
1353
|
the IP in the Spec of the parent Ingress.
|
|
1355
1354
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
1356
1355
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -1364,9 +1363,9 @@ class IngressRulePatch(dict):
|
|
|
1364
1363
|
if http is not None:
|
|
1365
1364
|
pulumi.set(__self__, "http", http)
|
|
1366
1365
|
|
|
1367
|
-
@property
|
|
1366
|
+
@_builtins.property
|
|
1368
1367
|
@pulumi.getter
|
|
1369
|
-
def host(self) -> Optional[
|
|
1368
|
+
def host(self) -> Optional[_builtins.str]:
|
|
1370
1369
|
"""
|
|
1371
1370
|
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
|
|
1372
1371
|
the IP in the Spec of the parent Ingress.
|
|
@@ -1379,7 +1378,7 @@ class IngressRulePatch(dict):
|
|
|
1379
1378
|
"""
|
|
1380
1379
|
return pulumi.get(self, "host")
|
|
1381
1380
|
|
|
1382
|
-
@property
|
|
1381
|
+
@_builtins.property
|
|
1383
1382
|
@pulumi.getter
|
|
1384
1383
|
def http(self) -> Optional['outputs.HTTPIngressRuleValuePatch']:
|
|
1385
1384
|
return pulumi.get(self, "http")
|
|
@@ -1391,26 +1390,26 @@ class IngressServiceBackend(dict):
|
|
|
1391
1390
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1392
1391
|
"""
|
|
1393
1392
|
def __init__(__self__, *,
|
|
1394
|
-
name:
|
|
1393
|
+
name: _builtins.str,
|
|
1395
1394
|
port: Optional['outputs.ServiceBackendPort'] = None):
|
|
1396
1395
|
"""
|
|
1397
1396
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1398
|
-
:param
|
|
1397
|
+
:param _builtins.str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1399
1398
|
:param 'ServiceBackendPortArgs' port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1400
1399
|
"""
|
|
1401
1400
|
pulumi.set(__self__, "name", name)
|
|
1402
1401
|
if port is not None:
|
|
1403
1402
|
pulumi.set(__self__, "port", port)
|
|
1404
1403
|
|
|
1405
|
-
@property
|
|
1404
|
+
@_builtins.property
|
|
1406
1405
|
@pulumi.getter
|
|
1407
|
-
def name(self) ->
|
|
1406
|
+
def name(self) -> _builtins.str:
|
|
1408
1407
|
"""
|
|
1409
1408
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1410
1409
|
"""
|
|
1411
1410
|
return pulumi.get(self, "name")
|
|
1412
1411
|
|
|
1413
|
-
@property
|
|
1412
|
+
@_builtins.property
|
|
1414
1413
|
@pulumi.getter
|
|
1415
1414
|
def port(self) -> Optional['outputs.ServiceBackendPort']:
|
|
1416
1415
|
"""
|
|
@@ -1425,11 +1424,11 @@ class IngressServiceBackendPatch(dict):
|
|
|
1425
1424
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1426
1425
|
"""
|
|
1427
1426
|
def __init__(__self__, *,
|
|
1428
|
-
name: Optional[
|
|
1427
|
+
name: Optional[_builtins.str] = None,
|
|
1429
1428
|
port: Optional['outputs.ServiceBackendPortPatch'] = None):
|
|
1430
1429
|
"""
|
|
1431
1430
|
IngressServiceBackend references a Kubernetes Service as a Backend.
|
|
1432
|
-
:param
|
|
1431
|
+
:param _builtins.str name: name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1433
1432
|
:param 'ServiceBackendPortPatchArgs' port: port of the referenced service. A port name or port number is required for a IngressServiceBackend.
|
|
1434
1433
|
"""
|
|
1435
1434
|
if name is not None:
|
|
@@ -1437,15 +1436,15 @@ class IngressServiceBackendPatch(dict):
|
|
|
1437
1436
|
if port is not None:
|
|
1438
1437
|
pulumi.set(__self__, "port", port)
|
|
1439
1438
|
|
|
1440
|
-
@property
|
|
1439
|
+
@_builtins.property
|
|
1441
1440
|
@pulumi.getter
|
|
1442
|
-
def name(self) -> Optional[
|
|
1441
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1443
1442
|
"""
|
|
1444
1443
|
name is the referenced service. The service must exist in the same namespace as the Ingress object.
|
|
1445
1444
|
"""
|
|
1446
1445
|
return pulumi.get(self, "name")
|
|
1447
1446
|
|
|
1448
|
-
@property
|
|
1447
|
+
@_builtins.property
|
|
1449
1448
|
@pulumi.getter
|
|
1450
1449
|
def port(self) -> Optional['outputs.ServiceBackendPortPatch']:
|
|
1451
1450
|
"""
|
|
@@ -1480,13 +1479,13 @@ class IngressSpec(dict):
|
|
|
1480
1479
|
|
|
1481
1480
|
def __init__(__self__, *,
|
|
1482
1481
|
default_backend: Optional['outputs.IngressBackend'] = None,
|
|
1483
|
-
ingress_class_name: Optional[
|
|
1482
|
+
ingress_class_name: Optional[_builtins.str] = None,
|
|
1484
1483
|
rules: Optional[Sequence['outputs.IngressRule']] = None,
|
|
1485
1484
|
tls: Optional[Sequence['outputs.IngressTLS']] = None):
|
|
1486
1485
|
"""
|
|
1487
1486
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1488
1487
|
:param 'IngressBackendArgs' default_backend: defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1489
|
-
:param
|
|
1488
|
+
:param _builtins.str ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1490
1489
|
:param Sequence['IngressRuleArgs'] rules: rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1491
1490
|
:param Sequence['IngressTLSArgs'] tls: tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
1492
1491
|
"""
|
|
@@ -1499,7 +1498,7 @@ class IngressSpec(dict):
|
|
|
1499
1498
|
if tls is not None:
|
|
1500
1499
|
pulumi.set(__self__, "tls", tls)
|
|
1501
1500
|
|
|
1502
|
-
@property
|
|
1501
|
+
@_builtins.property
|
|
1503
1502
|
@pulumi.getter(name="defaultBackend")
|
|
1504
1503
|
def default_backend(self) -> Optional['outputs.IngressBackend']:
|
|
1505
1504
|
"""
|
|
@@ -1507,15 +1506,15 @@ class IngressSpec(dict):
|
|
|
1507
1506
|
"""
|
|
1508
1507
|
return pulumi.get(self, "default_backend")
|
|
1509
1508
|
|
|
1510
|
-
@property
|
|
1509
|
+
@_builtins.property
|
|
1511
1510
|
@pulumi.getter(name="ingressClassName")
|
|
1512
|
-
def ingress_class_name(self) -> Optional[
|
|
1511
|
+
def ingress_class_name(self) -> Optional[_builtins.str]:
|
|
1513
1512
|
"""
|
|
1514
1513
|
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.
|
|
1515
1514
|
"""
|
|
1516
1515
|
return pulumi.get(self, "ingress_class_name")
|
|
1517
1516
|
|
|
1518
|
-
@property
|
|
1517
|
+
@_builtins.property
|
|
1519
1518
|
@pulumi.getter
|
|
1520
1519
|
def rules(self) -> Optional[Sequence['outputs.IngressRule']]:
|
|
1521
1520
|
"""
|
|
@@ -1523,7 +1522,7 @@ class IngressSpec(dict):
|
|
|
1523
1522
|
"""
|
|
1524
1523
|
return pulumi.get(self, "rules")
|
|
1525
1524
|
|
|
1526
|
-
@property
|
|
1525
|
+
@_builtins.property
|
|
1527
1526
|
@pulumi.getter
|
|
1528
1527
|
def tls(self) -> Optional[Sequence['outputs.IngressTLS']]:
|
|
1529
1528
|
"""
|
|
@@ -1558,13 +1557,13 @@ class IngressSpecPatch(dict):
|
|
|
1558
1557
|
|
|
1559
1558
|
def __init__(__self__, *,
|
|
1560
1559
|
default_backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
1561
|
-
ingress_class_name: Optional[
|
|
1560
|
+
ingress_class_name: Optional[_builtins.str] = None,
|
|
1562
1561
|
rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
|
|
1563
1562
|
tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
|
|
1564
1563
|
"""
|
|
1565
1564
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1566
1565
|
:param 'IngressBackendPatchArgs' default_backend: defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.
|
|
1567
|
-
:param
|
|
1566
|
+
:param _builtins.str ingress_class_name: ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.
|
|
1568
1567
|
:param Sequence['IngressRulePatchArgs'] rules: rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1569
1568
|
:param Sequence['IngressTLSPatchArgs'] tls: tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
1570
1569
|
"""
|
|
@@ -1577,7 +1576,7 @@ class IngressSpecPatch(dict):
|
|
|
1577
1576
|
if tls is not None:
|
|
1578
1577
|
pulumi.set(__self__, "tls", tls)
|
|
1579
1578
|
|
|
1580
|
-
@property
|
|
1579
|
+
@_builtins.property
|
|
1581
1580
|
@pulumi.getter(name="defaultBackend")
|
|
1582
1581
|
def default_backend(self) -> Optional['outputs.IngressBackendPatch']:
|
|
1583
1582
|
"""
|
|
@@ -1585,15 +1584,15 @@ class IngressSpecPatch(dict):
|
|
|
1585
1584
|
"""
|
|
1586
1585
|
return pulumi.get(self, "default_backend")
|
|
1587
1586
|
|
|
1588
|
-
@property
|
|
1587
|
+
@_builtins.property
|
|
1589
1588
|
@pulumi.getter(name="ingressClassName")
|
|
1590
|
-
def ingress_class_name(self) -> Optional[
|
|
1589
|
+
def ingress_class_name(self) -> Optional[_builtins.str]:
|
|
1591
1590
|
"""
|
|
1592
1591
|
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.
|
|
1593
1592
|
"""
|
|
1594
1593
|
return pulumi.get(self, "ingress_class_name")
|
|
1595
1594
|
|
|
1596
|
-
@property
|
|
1595
|
+
@_builtins.property
|
|
1597
1596
|
@pulumi.getter
|
|
1598
1597
|
def rules(self) -> Optional[Sequence['outputs.IngressRulePatch']]:
|
|
1599
1598
|
"""
|
|
@@ -1601,7 +1600,7 @@ class IngressSpecPatch(dict):
|
|
|
1601
1600
|
"""
|
|
1602
1601
|
return pulumi.get(self, "rules")
|
|
1603
1602
|
|
|
1604
|
-
@property
|
|
1603
|
+
@_builtins.property
|
|
1605
1604
|
@pulumi.getter
|
|
1606
1605
|
def tls(self) -> Optional[Sequence['outputs.IngressTLSPatch']]:
|
|
1607
1606
|
"""
|
|
@@ -1641,7 +1640,7 @@ class IngressStatus(dict):
|
|
|
1641
1640
|
if load_balancer is not None:
|
|
1642
1641
|
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
1643
1642
|
|
|
1644
|
-
@property
|
|
1643
|
+
@_builtins.property
|
|
1645
1644
|
@pulumi.getter(name="loadBalancer")
|
|
1646
1645
|
def load_balancer(self) -> Optional['outputs.IngressLoadBalancerStatus']:
|
|
1647
1646
|
"""
|
|
@@ -1681,7 +1680,7 @@ class IngressStatusPatch(dict):
|
|
|
1681
1680
|
if load_balancer is not None:
|
|
1682
1681
|
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
1683
1682
|
|
|
1684
|
-
@property
|
|
1683
|
+
@_builtins.property
|
|
1685
1684
|
@pulumi.getter(name="loadBalancer")
|
|
1686
1685
|
def load_balancer(self) -> Optional['outputs.IngressLoadBalancerStatusPatch']:
|
|
1687
1686
|
"""
|
|
@@ -1713,29 +1712,29 @@ class IngressTLS(dict):
|
|
|
1713
1712
|
return super().get(key, default)
|
|
1714
1713
|
|
|
1715
1714
|
def __init__(__self__, *,
|
|
1716
|
-
hosts: Optional[Sequence[
|
|
1717
|
-
secret_name: Optional[
|
|
1715
|
+
hosts: Optional[Sequence[_builtins.str]] = None,
|
|
1716
|
+
secret_name: Optional[_builtins.str] = None):
|
|
1718
1717
|
"""
|
|
1719
1718
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1720
|
-
:param Sequence[
|
|
1721
|
-
:param
|
|
1719
|
+
:param Sequence[_builtins.str] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1720
|
+
:param _builtins.str secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1722
1721
|
"""
|
|
1723
1722
|
if hosts is not None:
|
|
1724
1723
|
pulumi.set(__self__, "hosts", hosts)
|
|
1725
1724
|
if secret_name is not None:
|
|
1726
1725
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
1727
1726
|
|
|
1728
|
-
@property
|
|
1727
|
+
@_builtins.property
|
|
1729
1728
|
@pulumi.getter
|
|
1730
|
-
def hosts(self) -> Optional[Sequence[
|
|
1729
|
+
def hosts(self) -> Optional[Sequence[_builtins.str]]:
|
|
1731
1730
|
"""
|
|
1732
1731
|
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.
|
|
1733
1732
|
"""
|
|
1734
1733
|
return pulumi.get(self, "hosts")
|
|
1735
1734
|
|
|
1736
|
-
@property
|
|
1735
|
+
@_builtins.property
|
|
1737
1736
|
@pulumi.getter(name="secretName")
|
|
1738
|
-
def secret_name(self) -> Optional[
|
|
1737
|
+
def secret_name(self) -> Optional[_builtins.str]:
|
|
1739
1738
|
"""
|
|
1740
1739
|
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.
|
|
1741
1740
|
"""
|
|
@@ -1765,29 +1764,29 @@ class IngressTLSPatch(dict):
|
|
|
1765
1764
|
return super().get(key, default)
|
|
1766
1765
|
|
|
1767
1766
|
def __init__(__self__, *,
|
|
1768
|
-
hosts: Optional[Sequence[
|
|
1769
|
-
secret_name: Optional[
|
|
1767
|
+
hosts: Optional[Sequence[_builtins.str]] = None,
|
|
1768
|
+
secret_name: Optional[_builtins.str] = None):
|
|
1770
1769
|
"""
|
|
1771
1770
|
IngressTLS describes the transport layer security associated with an ingress.
|
|
1772
|
-
:param Sequence[
|
|
1773
|
-
:param
|
|
1771
|
+
:param Sequence[_builtins.str] hosts: hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
1772
|
+
:param _builtins.str secret_name: secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing.
|
|
1774
1773
|
"""
|
|
1775
1774
|
if hosts is not None:
|
|
1776
1775
|
pulumi.set(__self__, "hosts", hosts)
|
|
1777
1776
|
if secret_name is not None:
|
|
1778
1777
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
1779
1778
|
|
|
1780
|
-
@property
|
|
1779
|
+
@_builtins.property
|
|
1781
1780
|
@pulumi.getter
|
|
1782
|
-
def hosts(self) -> Optional[Sequence[
|
|
1781
|
+
def hosts(self) -> Optional[Sequence[_builtins.str]]:
|
|
1783
1782
|
"""
|
|
1784
1783
|
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.
|
|
1785
1784
|
"""
|
|
1786
1785
|
return pulumi.get(self, "hosts")
|
|
1787
1786
|
|
|
1788
|
-
@property
|
|
1787
|
+
@_builtins.property
|
|
1789
1788
|
@pulumi.getter(name="secretName")
|
|
1790
|
-
def secret_name(self) -> Optional[
|
|
1789
|
+
def secret_name(self) -> Optional[_builtins.str]:
|
|
1791
1790
|
"""
|
|
1792
1791
|
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.
|
|
1793
1792
|
"""
|
|
@@ -1817,15 +1816,15 @@ class NetworkPolicy(dict):
|
|
|
1817
1816
|
return super().get(key, default)
|
|
1818
1817
|
|
|
1819
1818
|
def __init__(__self__, *,
|
|
1820
|
-
api_version: Optional[
|
|
1821
|
-
kind: Optional[
|
|
1819
|
+
api_version: Optional[_builtins.str] = None,
|
|
1820
|
+
kind: Optional[_builtins.str] = None,
|
|
1822
1821
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1823
1822
|
spec: Optional['outputs.NetworkPolicySpec'] = None,
|
|
1824
1823
|
status: Optional['outputs.NetworkPolicyStatus'] = None):
|
|
1825
1824
|
"""
|
|
1826
1825
|
NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
1827
|
-
:param
|
|
1828
|
-
:param
|
|
1826
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1827
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1829
1828
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1830
1829
|
:param 'NetworkPolicySpecArgs' spec: spec represents the specification of the desired behavior for this NetworkPolicy.
|
|
1831
1830
|
:param 'NetworkPolicyStatusArgs' status: Status is the current state of the NetworkPolicy. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1841,23 +1840,23 @@ class NetworkPolicy(dict):
|
|
|
1841
1840
|
if status is not None:
|
|
1842
1841
|
pulumi.set(__self__, "status", status)
|
|
1843
1842
|
|
|
1844
|
-
@property
|
|
1843
|
+
@_builtins.property
|
|
1845
1844
|
@pulumi.getter(name="apiVersion")
|
|
1846
|
-
def api_version(self) -> Optional[
|
|
1845
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1847
1846
|
"""
|
|
1848
1847
|
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
|
|
1849
1848
|
"""
|
|
1850
1849
|
return pulumi.get(self, "api_version")
|
|
1851
1850
|
|
|
1852
|
-
@property
|
|
1851
|
+
@_builtins.property
|
|
1853
1852
|
@pulumi.getter
|
|
1854
|
-
def kind(self) -> Optional[
|
|
1853
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1855
1854
|
"""
|
|
1856
1855
|
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
|
|
1857
1856
|
"""
|
|
1858
1857
|
return pulumi.get(self, "kind")
|
|
1859
1858
|
|
|
1860
|
-
@property
|
|
1859
|
+
@_builtins.property
|
|
1861
1860
|
@pulumi.getter
|
|
1862
1861
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1863
1862
|
"""
|
|
@@ -1865,7 +1864,7 @@ class NetworkPolicy(dict):
|
|
|
1865
1864
|
"""
|
|
1866
1865
|
return pulumi.get(self, "metadata")
|
|
1867
1866
|
|
|
1868
|
-
@property
|
|
1867
|
+
@_builtins.property
|
|
1869
1868
|
@pulumi.getter
|
|
1870
1869
|
def spec(self) -> Optional['outputs.NetworkPolicySpec']:
|
|
1871
1870
|
"""
|
|
@@ -1873,7 +1872,7 @@ class NetworkPolicy(dict):
|
|
|
1873
1872
|
"""
|
|
1874
1873
|
return pulumi.get(self, "spec")
|
|
1875
1874
|
|
|
1876
|
-
@property
|
|
1875
|
+
@_builtins.property
|
|
1877
1876
|
@pulumi.getter
|
|
1878
1877
|
def status(self) -> Optional['outputs.NetworkPolicyStatus']:
|
|
1879
1878
|
"""
|
|
@@ -1900,7 +1899,7 @@ class NetworkPolicyEgressRule(dict):
|
|
|
1900
1899
|
if to is not None:
|
|
1901
1900
|
pulumi.set(__self__, "to", to)
|
|
1902
1901
|
|
|
1903
|
-
@property
|
|
1902
|
+
@_builtins.property
|
|
1904
1903
|
@pulumi.getter
|
|
1905
1904
|
def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPort']]:
|
|
1906
1905
|
"""
|
|
@@ -1908,7 +1907,7 @@ class NetworkPolicyEgressRule(dict):
|
|
|
1908
1907
|
"""
|
|
1909
1908
|
return pulumi.get(self, "ports")
|
|
1910
1909
|
|
|
1911
|
-
@property
|
|
1910
|
+
@_builtins.property
|
|
1912
1911
|
@pulumi.getter
|
|
1913
1912
|
def to(self) -> Optional[Sequence['outputs.NetworkPolicyPeer']]:
|
|
1914
1913
|
"""
|
|
@@ -1935,7 +1934,7 @@ class NetworkPolicyEgressRulePatch(dict):
|
|
|
1935
1934
|
if to is not None:
|
|
1936
1935
|
pulumi.set(__self__, "to", to)
|
|
1937
1936
|
|
|
1938
|
-
@property
|
|
1937
|
+
@_builtins.property
|
|
1939
1938
|
@pulumi.getter
|
|
1940
1939
|
def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPortPatch']]:
|
|
1941
1940
|
"""
|
|
@@ -1943,7 +1942,7 @@ class NetworkPolicyEgressRulePatch(dict):
|
|
|
1943
1942
|
"""
|
|
1944
1943
|
return pulumi.get(self, "ports")
|
|
1945
1944
|
|
|
1946
|
-
@property
|
|
1945
|
+
@_builtins.property
|
|
1947
1946
|
@pulumi.getter
|
|
1948
1947
|
def to(self) -> Optional[Sequence['outputs.NetworkPolicyPeerPatch']]:
|
|
1949
1948
|
"""
|
|
@@ -1987,7 +1986,7 @@ class NetworkPolicyIngressRule(dict):
|
|
|
1987
1986
|
if ports is not None:
|
|
1988
1987
|
pulumi.set(__self__, "ports", ports)
|
|
1989
1988
|
|
|
1990
|
-
@property
|
|
1989
|
+
@_builtins.property
|
|
1991
1990
|
@pulumi.getter(name="from")
|
|
1992
1991
|
def from_(self) -> Optional[Sequence['outputs.NetworkPolicyPeer']]:
|
|
1993
1992
|
"""
|
|
@@ -1995,7 +1994,7 @@ class NetworkPolicyIngressRule(dict):
|
|
|
1995
1994
|
"""
|
|
1996
1995
|
return pulumi.get(self, "from_")
|
|
1997
1996
|
|
|
1998
|
-
@property
|
|
1997
|
+
@_builtins.property
|
|
1999
1998
|
@pulumi.getter
|
|
2000
1999
|
def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPort']]:
|
|
2001
2000
|
"""
|
|
@@ -2039,7 +2038,7 @@ class NetworkPolicyIngressRulePatch(dict):
|
|
|
2039
2038
|
if ports is not None:
|
|
2040
2039
|
pulumi.set(__self__, "ports", ports)
|
|
2041
2040
|
|
|
2042
|
-
@property
|
|
2041
|
+
@_builtins.property
|
|
2043
2042
|
@pulumi.getter(name="from")
|
|
2044
2043
|
def from_(self) -> Optional[Sequence['outputs.NetworkPolicyPeerPatch']]:
|
|
2045
2044
|
"""
|
|
@@ -2047,7 +2046,7 @@ class NetworkPolicyIngressRulePatch(dict):
|
|
|
2047
2046
|
"""
|
|
2048
2047
|
return pulumi.get(self, "from_")
|
|
2049
2048
|
|
|
2050
|
-
@property
|
|
2049
|
+
@_builtins.property
|
|
2051
2050
|
@pulumi.getter
|
|
2052
2051
|
def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPortPatch']]:
|
|
2053
2052
|
"""
|
|
@@ -2103,7 +2102,7 @@ class NetworkPolicyPeer(dict):
|
|
|
2103
2102
|
if pod_selector is not None:
|
|
2104
2103
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2105
2104
|
|
|
2106
|
-
@property
|
|
2105
|
+
@_builtins.property
|
|
2107
2106
|
@pulumi.getter(name="ipBlock")
|
|
2108
2107
|
def ip_block(self) -> Optional['outputs.IPBlock']:
|
|
2109
2108
|
"""
|
|
@@ -2111,7 +2110,7 @@ class NetworkPolicyPeer(dict):
|
|
|
2111
2110
|
"""
|
|
2112
2111
|
return pulumi.get(self, "ip_block")
|
|
2113
2112
|
|
|
2114
|
-
@property
|
|
2113
|
+
@_builtins.property
|
|
2115
2114
|
@pulumi.getter(name="namespaceSelector")
|
|
2116
2115
|
def namespace_selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
2117
2116
|
"""
|
|
@@ -2121,7 +2120,7 @@ class NetworkPolicyPeer(dict):
|
|
|
2121
2120
|
"""
|
|
2122
2121
|
return pulumi.get(self, "namespace_selector")
|
|
2123
2122
|
|
|
2124
|
-
@property
|
|
2123
|
+
@_builtins.property
|
|
2125
2124
|
@pulumi.getter(name="podSelector")
|
|
2126
2125
|
def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
2127
2126
|
"""
|
|
@@ -2179,7 +2178,7 @@ class NetworkPolicyPeerPatch(dict):
|
|
|
2179
2178
|
if pod_selector is not None:
|
|
2180
2179
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2181
2180
|
|
|
2182
|
-
@property
|
|
2181
|
+
@_builtins.property
|
|
2183
2182
|
@pulumi.getter(name="ipBlock")
|
|
2184
2183
|
def ip_block(self) -> Optional['outputs.IPBlockPatch']:
|
|
2185
2184
|
"""
|
|
@@ -2187,7 +2186,7 @@ class NetworkPolicyPeerPatch(dict):
|
|
|
2187
2186
|
"""
|
|
2188
2187
|
return pulumi.get(self, "ip_block")
|
|
2189
2188
|
|
|
2190
|
-
@property
|
|
2189
|
+
@_builtins.property
|
|
2191
2190
|
@pulumi.getter(name="namespaceSelector")
|
|
2192
2191
|
def namespace_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
2193
2192
|
"""
|
|
@@ -2197,7 +2196,7 @@ class NetworkPolicyPeerPatch(dict):
|
|
|
2197
2196
|
"""
|
|
2198
2197
|
return pulumi.get(self, "namespace_selector")
|
|
2199
2198
|
|
|
2200
|
-
@property
|
|
2199
|
+
@_builtins.property
|
|
2201
2200
|
@pulumi.getter(name="podSelector")
|
|
2202
2201
|
def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
2203
2202
|
"""
|
|
@@ -2231,14 +2230,14 @@ class NetworkPolicyPort(dict):
|
|
|
2231
2230
|
return super().get(key, default)
|
|
2232
2231
|
|
|
2233
2232
|
def __init__(__self__, *,
|
|
2234
|
-
end_port: Optional[
|
|
2233
|
+
end_port: Optional[_builtins.int] = None,
|
|
2235
2234
|
port: Optional[Any] = None,
|
|
2236
|
-
protocol: Optional[
|
|
2235
|
+
protocol: Optional[_builtins.str] = None):
|
|
2237
2236
|
"""
|
|
2238
2237
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2239
|
-
:param
|
|
2240
|
-
:param Union[
|
|
2241
|
-
:param
|
|
2238
|
+
:param _builtins.int end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2239
|
+
:param Union[_builtins.int, _builtins.str] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2240
|
+
:param _builtins.str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2242
2241
|
"""
|
|
2243
2242
|
if end_port is not None:
|
|
2244
2243
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2247,15 +2246,15 @@ class NetworkPolicyPort(dict):
|
|
|
2247
2246
|
if protocol is not None:
|
|
2248
2247
|
pulumi.set(__self__, "protocol", protocol)
|
|
2249
2248
|
|
|
2250
|
-
@property
|
|
2249
|
+
@_builtins.property
|
|
2251
2250
|
@pulumi.getter(name="endPort")
|
|
2252
|
-
def end_port(self) -> Optional[
|
|
2251
|
+
def end_port(self) -> Optional[_builtins.int]:
|
|
2253
2252
|
"""
|
|
2254
2253
|
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.
|
|
2255
2254
|
"""
|
|
2256
2255
|
return pulumi.get(self, "end_port")
|
|
2257
2256
|
|
|
2258
|
-
@property
|
|
2257
|
+
@_builtins.property
|
|
2259
2258
|
@pulumi.getter
|
|
2260
2259
|
def port(self) -> Optional[Any]:
|
|
2261
2260
|
"""
|
|
@@ -2263,9 +2262,9 @@ class NetworkPolicyPort(dict):
|
|
|
2263
2262
|
"""
|
|
2264
2263
|
return pulumi.get(self, "port")
|
|
2265
2264
|
|
|
2266
|
-
@property
|
|
2265
|
+
@_builtins.property
|
|
2267
2266
|
@pulumi.getter
|
|
2268
|
-
def protocol(self) -> Optional[
|
|
2267
|
+
def protocol(self) -> Optional[_builtins.str]:
|
|
2269
2268
|
"""
|
|
2270
2269
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2271
2270
|
"""
|
|
@@ -2295,14 +2294,14 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2295
2294
|
return super().get(key, default)
|
|
2296
2295
|
|
|
2297
2296
|
def __init__(__self__, *,
|
|
2298
|
-
end_port: Optional[
|
|
2297
|
+
end_port: Optional[_builtins.int] = None,
|
|
2299
2298
|
port: Optional[Any] = None,
|
|
2300
|
-
protocol: Optional[
|
|
2299
|
+
protocol: Optional[_builtins.str] = None):
|
|
2301
2300
|
"""
|
|
2302
2301
|
NetworkPolicyPort describes a port to allow traffic on
|
|
2303
|
-
:param
|
|
2304
|
-
:param Union[
|
|
2305
|
-
:param
|
|
2302
|
+
:param _builtins.int end_port: endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.
|
|
2303
|
+
:param Union[_builtins.int, _builtins.str] port: port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
2304
|
+
:param _builtins.str protocol: protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2306
2305
|
"""
|
|
2307
2306
|
if end_port is not None:
|
|
2308
2307
|
pulumi.set(__self__, "end_port", end_port)
|
|
@@ -2311,15 +2310,15 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2311
2310
|
if protocol is not None:
|
|
2312
2311
|
pulumi.set(__self__, "protocol", protocol)
|
|
2313
2312
|
|
|
2314
|
-
@property
|
|
2313
|
+
@_builtins.property
|
|
2315
2314
|
@pulumi.getter(name="endPort")
|
|
2316
|
-
def end_port(self) -> Optional[
|
|
2315
|
+
def end_port(self) -> Optional[_builtins.int]:
|
|
2317
2316
|
"""
|
|
2318
2317
|
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.
|
|
2319
2318
|
"""
|
|
2320
2319
|
return pulumi.get(self, "end_port")
|
|
2321
2320
|
|
|
2322
|
-
@property
|
|
2321
|
+
@_builtins.property
|
|
2323
2322
|
@pulumi.getter
|
|
2324
2323
|
def port(self) -> Optional[Any]:
|
|
2325
2324
|
"""
|
|
@@ -2327,9 +2326,9 @@ class NetworkPolicyPortPatch(dict):
|
|
|
2327
2326
|
"""
|
|
2328
2327
|
return pulumi.get(self, "port")
|
|
2329
2328
|
|
|
2330
|
-
@property
|
|
2329
|
+
@_builtins.property
|
|
2331
2330
|
@pulumi.getter
|
|
2332
|
-
def protocol(self) -> Optional[
|
|
2331
|
+
def protocol(self) -> Optional[_builtins.str]:
|
|
2333
2332
|
"""
|
|
2334
2333
|
protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
2335
2334
|
"""
|
|
@@ -2364,13 +2363,13 @@ class NetworkPolicySpec(dict):
|
|
|
2364
2363
|
pod_selector: '_meta.v1.outputs.LabelSelector',
|
|
2365
2364
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRule']] = None,
|
|
2366
2365
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRule']] = None,
|
|
2367
|
-
policy_types: Optional[Sequence[
|
|
2366
|
+
policy_types: Optional[Sequence[_builtins.str]] = None):
|
|
2368
2367
|
"""
|
|
2369
2368
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2370
2369
|
:param '_meta.v1.LabelSelectorArgs' pod_selector: podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2371
2370
|
:param Sequence['NetworkPolicyEgressRuleArgs'] egress: egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
2372
2371
|
:param Sequence['NetworkPolicyIngressRuleArgs'] ingress: ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2373
|
-
:param Sequence[
|
|
2372
|
+
:param Sequence[_builtins.str] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2374
2373
|
"""
|
|
2375
2374
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
2376
2375
|
if egress is not None:
|
|
@@ -2380,7 +2379,7 @@ class NetworkPolicySpec(dict):
|
|
|
2380
2379
|
if policy_types is not None:
|
|
2381
2380
|
pulumi.set(__self__, "policy_types", policy_types)
|
|
2382
2381
|
|
|
2383
|
-
@property
|
|
2382
|
+
@_builtins.property
|
|
2384
2383
|
@pulumi.getter(name="podSelector")
|
|
2385
2384
|
def pod_selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
2386
2385
|
"""
|
|
@@ -2388,7 +2387,7 @@ class NetworkPolicySpec(dict):
|
|
|
2388
2387
|
"""
|
|
2389
2388
|
return pulumi.get(self, "pod_selector")
|
|
2390
2389
|
|
|
2391
|
-
@property
|
|
2390
|
+
@_builtins.property
|
|
2392
2391
|
@pulumi.getter
|
|
2393
2392
|
def egress(self) -> Optional[Sequence['outputs.NetworkPolicyEgressRule']]:
|
|
2394
2393
|
"""
|
|
@@ -2396,7 +2395,7 @@ class NetworkPolicySpec(dict):
|
|
|
2396
2395
|
"""
|
|
2397
2396
|
return pulumi.get(self, "egress")
|
|
2398
2397
|
|
|
2399
|
-
@property
|
|
2398
|
+
@_builtins.property
|
|
2400
2399
|
@pulumi.getter
|
|
2401
2400
|
def ingress(self) -> Optional[Sequence['outputs.NetworkPolicyIngressRule']]:
|
|
2402
2401
|
"""
|
|
@@ -2404,9 +2403,9 @@ class NetworkPolicySpec(dict):
|
|
|
2404
2403
|
"""
|
|
2405
2404
|
return pulumi.get(self, "ingress")
|
|
2406
2405
|
|
|
2407
|
-
@property
|
|
2406
|
+
@_builtins.property
|
|
2408
2407
|
@pulumi.getter(name="policyTypes")
|
|
2409
|
-
def policy_types(self) -> Optional[Sequence[
|
|
2408
|
+
def policy_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
2410
2409
|
"""
|
|
2411
2410
|
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
|
|
2412
2411
|
"""
|
|
@@ -2441,13 +2440,13 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2441
2440
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']] = None,
|
|
2442
2441
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']] = None,
|
|
2443
2442
|
pod_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2444
|
-
policy_types: Optional[Sequence[
|
|
2443
|
+
policy_types: Optional[Sequence[_builtins.str]] = None):
|
|
2445
2444
|
"""
|
|
2446
2445
|
NetworkPolicySpec provides the specification of a NetworkPolicy
|
|
2447
2446
|
:param Sequence['NetworkPolicyEgressRulePatchArgs'] egress: egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
2448
2447
|
:param Sequence['NetworkPolicyIngressRulePatchArgs'] ingress: ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)
|
|
2449
2448
|
:param '_meta.v1.LabelSelectorPatchArgs' pod_selector: podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
2450
|
-
:param Sequence[
|
|
2449
|
+
:param Sequence[_builtins.str] policy_types: policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
2451
2450
|
"""
|
|
2452
2451
|
if egress is not None:
|
|
2453
2452
|
pulumi.set(__self__, "egress", egress)
|
|
@@ -2458,7 +2457,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2458
2457
|
if policy_types is not None:
|
|
2459
2458
|
pulumi.set(__self__, "policy_types", policy_types)
|
|
2460
2459
|
|
|
2461
|
-
@property
|
|
2460
|
+
@_builtins.property
|
|
2462
2461
|
@pulumi.getter
|
|
2463
2462
|
def egress(self) -> Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']]:
|
|
2464
2463
|
"""
|
|
@@ -2466,7 +2465,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2466
2465
|
"""
|
|
2467
2466
|
return pulumi.get(self, "egress")
|
|
2468
2467
|
|
|
2469
|
-
@property
|
|
2468
|
+
@_builtins.property
|
|
2470
2469
|
@pulumi.getter
|
|
2471
2470
|
def ingress(self) -> Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']]:
|
|
2472
2471
|
"""
|
|
@@ -2474,7 +2473,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2474
2473
|
"""
|
|
2475
2474
|
return pulumi.get(self, "ingress")
|
|
2476
2475
|
|
|
2477
|
-
@property
|
|
2476
|
+
@_builtins.property
|
|
2478
2477
|
@pulumi.getter(name="podSelector")
|
|
2479
2478
|
def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
2480
2479
|
"""
|
|
@@ -2482,9 +2481,9 @@ class NetworkPolicySpecPatch(dict):
|
|
|
2482
2481
|
"""
|
|
2483
2482
|
return pulumi.get(self, "pod_selector")
|
|
2484
2483
|
|
|
2485
|
-
@property
|
|
2484
|
+
@_builtins.property
|
|
2486
2485
|
@pulumi.getter(name="policyTypes")
|
|
2487
|
-
def policy_types(self) -> Optional[Sequence[
|
|
2486
|
+
def policy_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
2488
2487
|
"""
|
|
2489
2488
|
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
|
|
2490
2489
|
"""
|
|
@@ -2505,7 +2504,7 @@ class NetworkPolicyStatus(dict):
|
|
|
2505
2504
|
if conditions is not None:
|
|
2506
2505
|
pulumi.set(__self__, "conditions", conditions)
|
|
2507
2506
|
|
|
2508
|
-
@property
|
|
2507
|
+
@_builtins.property
|
|
2509
2508
|
@pulumi.getter
|
|
2510
2509
|
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
|
|
2511
2510
|
"""
|
|
@@ -2528,7 +2527,7 @@ class NetworkPolicyStatusPatch(dict):
|
|
|
2528
2527
|
if conditions is not None:
|
|
2529
2528
|
pulumi.set(__self__, "conditions", conditions)
|
|
2530
2529
|
|
|
2531
|
-
@property
|
|
2530
|
+
@_builtins.property
|
|
2532
2531
|
@pulumi.getter
|
|
2533
2532
|
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
|
|
2534
2533
|
"""
|
|
@@ -2543,16 +2542,16 @@ class ParentReference(dict):
|
|
|
2543
2542
|
ParentReference describes a reference to a parent object.
|
|
2544
2543
|
"""
|
|
2545
2544
|
def __init__(__self__, *,
|
|
2546
|
-
name:
|
|
2547
|
-
resource:
|
|
2548
|
-
group: Optional[
|
|
2549
|
-
namespace: Optional[
|
|
2545
|
+
name: _builtins.str,
|
|
2546
|
+
resource: _builtins.str,
|
|
2547
|
+
group: Optional[_builtins.str] = None,
|
|
2548
|
+
namespace: Optional[_builtins.str] = None):
|
|
2550
2549
|
"""
|
|
2551
2550
|
ParentReference describes a reference to a parent object.
|
|
2552
|
-
:param
|
|
2553
|
-
:param
|
|
2554
|
-
:param
|
|
2555
|
-
:param
|
|
2551
|
+
:param _builtins.str name: Name is the name of the object being referenced.
|
|
2552
|
+
:param _builtins.str resource: Resource is the resource of the object being referenced.
|
|
2553
|
+
:param _builtins.str group: Group is the group of the object being referenced.
|
|
2554
|
+
:param _builtins.str namespace: Namespace is the namespace of the object being referenced.
|
|
2556
2555
|
"""
|
|
2557
2556
|
pulumi.set(__self__, "name", name)
|
|
2558
2557
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -2561,33 +2560,33 @@ class ParentReference(dict):
|
|
|
2561
2560
|
if namespace is not None:
|
|
2562
2561
|
pulumi.set(__self__, "namespace", namespace)
|
|
2563
2562
|
|
|
2564
|
-
@property
|
|
2563
|
+
@_builtins.property
|
|
2565
2564
|
@pulumi.getter
|
|
2566
|
-
def name(self) ->
|
|
2565
|
+
def name(self) -> _builtins.str:
|
|
2567
2566
|
"""
|
|
2568
2567
|
Name is the name of the object being referenced.
|
|
2569
2568
|
"""
|
|
2570
2569
|
return pulumi.get(self, "name")
|
|
2571
2570
|
|
|
2572
|
-
@property
|
|
2571
|
+
@_builtins.property
|
|
2573
2572
|
@pulumi.getter
|
|
2574
|
-
def resource(self) ->
|
|
2573
|
+
def resource(self) -> _builtins.str:
|
|
2575
2574
|
"""
|
|
2576
2575
|
Resource is the resource of the object being referenced.
|
|
2577
2576
|
"""
|
|
2578
2577
|
return pulumi.get(self, "resource")
|
|
2579
2578
|
|
|
2580
|
-
@property
|
|
2579
|
+
@_builtins.property
|
|
2581
2580
|
@pulumi.getter
|
|
2582
|
-
def group(self) -> Optional[
|
|
2581
|
+
def group(self) -> Optional[_builtins.str]:
|
|
2583
2582
|
"""
|
|
2584
2583
|
Group is the group of the object being referenced.
|
|
2585
2584
|
"""
|
|
2586
2585
|
return pulumi.get(self, "group")
|
|
2587
2586
|
|
|
2588
|
-
@property
|
|
2587
|
+
@_builtins.property
|
|
2589
2588
|
@pulumi.getter
|
|
2590
|
-
def namespace(self) -> Optional[
|
|
2589
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
2591
2590
|
"""
|
|
2592
2591
|
Namespace is the namespace of the object being referenced.
|
|
2593
2592
|
"""
|
|
@@ -2600,16 +2599,16 @@ class ParentReferencePatch(dict):
|
|
|
2600
2599
|
ParentReference describes a reference to a parent object.
|
|
2601
2600
|
"""
|
|
2602
2601
|
def __init__(__self__, *,
|
|
2603
|
-
group: Optional[
|
|
2604
|
-
name: Optional[
|
|
2605
|
-
namespace: Optional[
|
|
2606
|
-
resource: Optional[
|
|
2602
|
+
group: Optional[_builtins.str] = None,
|
|
2603
|
+
name: Optional[_builtins.str] = None,
|
|
2604
|
+
namespace: Optional[_builtins.str] = None,
|
|
2605
|
+
resource: Optional[_builtins.str] = None):
|
|
2607
2606
|
"""
|
|
2608
2607
|
ParentReference describes a reference to a parent object.
|
|
2609
|
-
:param
|
|
2610
|
-
:param
|
|
2611
|
-
:param
|
|
2612
|
-
:param
|
|
2608
|
+
:param _builtins.str group: Group is the group of the object being referenced.
|
|
2609
|
+
:param _builtins.str name: Name is the name of the object being referenced.
|
|
2610
|
+
:param _builtins.str namespace: Namespace is the namespace of the object being referenced.
|
|
2611
|
+
:param _builtins.str resource: Resource is the resource of the object being referenced.
|
|
2613
2612
|
"""
|
|
2614
2613
|
if group is not None:
|
|
2615
2614
|
pulumi.set(__self__, "group", group)
|
|
@@ -2620,33 +2619,33 @@ class ParentReferencePatch(dict):
|
|
|
2620
2619
|
if resource is not None:
|
|
2621
2620
|
pulumi.set(__self__, "resource", resource)
|
|
2622
2621
|
|
|
2623
|
-
@property
|
|
2622
|
+
@_builtins.property
|
|
2624
2623
|
@pulumi.getter
|
|
2625
|
-
def group(self) -> Optional[
|
|
2624
|
+
def group(self) -> Optional[_builtins.str]:
|
|
2626
2625
|
"""
|
|
2627
2626
|
Group is the group of the object being referenced.
|
|
2628
2627
|
"""
|
|
2629
2628
|
return pulumi.get(self, "group")
|
|
2630
2629
|
|
|
2631
|
-
@property
|
|
2630
|
+
@_builtins.property
|
|
2632
2631
|
@pulumi.getter
|
|
2633
|
-
def name(self) -> Optional[
|
|
2632
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2634
2633
|
"""
|
|
2635
2634
|
Name is the name of the object being referenced.
|
|
2636
2635
|
"""
|
|
2637
2636
|
return pulumi.get(self, "name")
|
|
2638
2637
|
|
|
2639
|
-
@property
|
|
2638
|
+
@_builtins.property
|
|
2640
2639
|
@pulumi.getter
|
|
2641
|
-
def namespace(self) -> Optional[
|
|
2640
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
2642
2641
|
"""
|
|
2643
2642
|
Namespace is the namespace of the object being referenced.
|
|
2644
2643
|
"""
|
|
2645
2644
|
return pulumi.get(self, "namespace")
|
|
2646
2645
|
|
|
2647
|
-
@property
|
|
2646
|
+
@_builtins.property
|
|
2648
2647
|
@pulumi.getter
|
|
2649
|
-
def resource(self) -> Optional[
|
|
2648
|
+
def resource(self) -> Optional[_builtins.str]:
|
|
2650
2649
|
"""
|
|
2651
2650
|
Resource is the resource of the object being referenced.
|
|
2652
2651
|
"""
|
|
@@ -2659,29 +2658,29 @@ class ServiceBackendPort(dict):
|
|
|
2659
2658
|
ServiceBackendPort is the service port being referenced.
|
|
2660
2659
|
"""
|
|
2661
2660
|
def __init__(__self__, *,
|
|
2662
|
-
name: Optional[
|
|
2663
|
-
number: Optional[
|
|
2661
|
+
name: Optional[_builtins.str] = None,
|
|
2662
|
+
number: Optional[_builtins.int] = None):
|
|
2664
2663
|
"""
|
|
2665
2664
|
ServiceBackendPort is the service port being referenced.
|
|
2666
|
-
:param
|
|
2667
|
-
:param
|
|
2665
|
+
:param _builtins.str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2666
|
+
:param _builtins.int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2668
2667
|
"""
|
|
2669
2668
|
if name is not None:
|
|
2670
2669
|
pulumi.set(__self__, "name", name)
|
|
2671
2670
|
if number is not None:
|
|
2672
2671
|
pulumi.set(__self__, "number", number)
|
|
2673
2672
|
|
|
2674
|
-
@property
|
|
2673
|
+
@_builtins.property
|
|
2675
2674
|
@pulumi.getter
|
|
2676
|
-
def name(self) -> Optional[
|
|
2675
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2677
2676
|
"""
|
|
2678
2677
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2679
2678
|
"""
|
|
2680
2679
|
return pulumi.get(self, "name")
|
|
2681
2680
|
|
|
2682
|
-
@property
|
|
2681
|
+
@_builtins.property
|
|
2683
2682
|
@pulumi.getter
|
|
2684
|
-
def number(self) -> Optional[
|
|
2683
|
+
def number(self) -> Optional[_builtins.int]:
|
|
2685
2684
|
"""
|
|
2686
2685
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2687
2686
|
"""
|
|
@@ -2694,29 +2693,29 @@ class ServiceBackendPortPatch(dict):
|
|
|
2694
2693
|
ServiceBackendPort is the service port being referenced.
|
|
2695
2694
|
"""
|
|
2696
2695
|
def __init__(__self__, *,
|
|
2697
|
-
name: Optional[
|
|
2698
|
-
number: Optional[
|
|
2696
|
+
name: Optional[_builtins.str] = None,
|
|
2697
|
+
number: Optional[_builtins.int] = None):
|
|
2699
2698
|
"""
|
|
2700
2699
|
ServiceBackendPort is the service port being referenced.
|
|
2701
|
-
:param
|
|
2702
|
-
:param
|
|
2700
|
+
:param _builtins.str name: name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2701
|
+
:param _builtins.int number: number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2703
2702
|
"""
|
|
2704
2703
|
if name is not None:
|
|
2705
2704
|
pulumi.set(__self__, "name", name)
|
|
2706
2705
|
if number is not None:
|
|
2707
2706
|
pulumi.set(__self__, "number", number)
|
|
2708
2707
|
|
|
2709
|
-
@property
|
|
2708
|
+
@_builtins.property
|
|
2710
2709
|
@pulumi.getter
|
|
2711
|
-
def name(self) -> Optional[
|
|
2710
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2712
2711
|
"""
|
|
2713
2712
|
name is the name of the port on the Service. This is a mutually exclusive setting with "Number".
|
|
2714
2713
|
"""
|
|
2715
2714
|
return pulumi.get(self, "name")
|
|
2716
2715
|
|
|
2717
|
-
@property
|
|
2716
|
+
@_builtins.property
|
|
2718
2717
|
@pulumi.getter
|
|
2719
|
-
def number(self) -> Optional[
|
|
2718
|
+
def number(self) -> Optional[_builtins.int]:
|
|
2720
2719
|
"""
|
|
2721
2720
|
number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".
|
|
2722
2721
|
"""
|
|
@@ -2746,15 +2745,15 @@ class ServiceCIDR(dict):
|
|
|
2746
2745
|
return super().get(key, default)
|
|
2747
2746
|
|
|
2748
2747
|
def __init__(__self__, *,
|
|
2749
|
-
api_version: Optional[
|
|
2750
|
-
kind: Optional[
|
|
2748
|
+
api_version: Optional[_builtins.str] = None,
|
|
2749
|
+
kind: Optional[_builtins.str] = None,
|
|
2751
2750
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2752
2751
|
spec: Optional['outputs.ServiceCIDRSpec'] = None,
|
|
2753
2752
|
status: Optional['outputs.ServiceCIDRStatus'] = None):
|
|
2754
2753
|
"""
|
|
2755
2754
|
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
2756
|
-
:param
|
|
2757
|
-
:param
|
|
2755
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2756
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2758
2757
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2759
2758
|
:param 'ServiceCIDRSpecArgs' spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2760
2759
|
:param 'ServiceCIDRStatusArgs' status: status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -2770,23 +2769,23 @@ class ServiceCIDR(dict):
|
|
|
2770
2769
|
if status is not None:
|
|
2771
2770
|
pulumi.set(__self__, "status", status)
|
|
2772
2771
|
|
|
2773
|
-
@property
|
|
2772
|
+
@_builtins.property
|
|
2774
2773
|
@pulumi.getter(name="apiVersion")
|
|
2775
|
-
def api_version(self) -> Optional[
|
|
2774
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
2776
2775
|
"""
|
|
2777
2776
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2778
2777
|
"""
|
|
2779
2778
|
return pulumi.get(self, "api_version")
|
|
2780
2779
|
|
|
2781
|
-
@property
|
|
2780
|
+
@_builtins.property
|
|
2782
2781
|
@pulumi.getter
|
|
2783
|
-
def kind(self) -> Optional[
|
|
2782
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
2784
2783
|
"""
|
|
2785
2784
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2786
2785
|
"""
|
|
2787
2786
|
return pulumi.get(self, "kind")
|
|
2788
2787
|
|
|
2789
|
-
@property
|
|
2788
|
+
@_builtins.property
|
|
2790
2789
|
@pulumi.getter
|
|
2791
2790
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
2792
2791
|
"""
|
|
@@ -2794,7 +2793,7 @@ class ServiceCIDR(dict):
|
|
|
2794
2793
|
"""
|
|
2795
2794
|
return pulumi.get(self, "metadata")
|
|
2796
2795
|
|
|
2797
|
-
@property
|
|
2796
|
+
@_builtins.property
|
|
2798
2797
|
@pulumi.getter
|
|
2799
2798
|
def spec(self) -> Optional['outputs.ServiceCIDRSpec']:
|
|
2800
2799
|
"""
|
|
@@ -2802,7 +2801,7 @@ class ServiceCIDR(dict):
|
|
|
2802
2801
|
"""
|
|
2803
2802
|
return pulumi.get(self, "spec")
|
|
2804
2803
|
|
|
2805
|
-
@property
|
|
2804
|
+
@_builtins.property
|
|
2806
2805
|
@pulumi.getter
|
|
2807
2806
|
def status(self) -> Optional['outputs.ServiceCIDRStatus']:
|
|
2808
2807
|
"""
|
|
@@ -2817,17 +2816,17 @@ class ServiceCIDRSpec(dict):
|
|
|
2817
2816
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
2818
2817
|
"""
|
|
2819
2818
|
def __init__(__self__, *,
|
|
2820
|
-
cidrs: Optional[Sequence[
|
|
2819
|
+
cidrs: Optional[Sequence[_builtins.str]] = None):
|
|
2821
2820
|
"""
|
|
2822
2821
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
2823
|
-
:param Sequence[
|
|
2822
|
+
:param Sequence[_builtins.str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
2824
2823
|
"""
|
|
2825
2824
|
if cidrs is not None:
|
|
2826
2825
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
2827
2826
|
|
|
2828
|
-
@property
|
|
2827
|
+
@_builtins.property
|
|
2829
2828
|
@pulumi.getter
|
|
2830
|
-
def cidrs(self) -> Optional[Sequence[
|
|
2829
|
+
def cidrs(self) -> Optional[Sequence[_builtins.str]]:
|
|
2831
2830
|
"""
|
|
2832
2831
|
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
2833
2832
|
"""
|
|
@@ -2840,17 +2839,17 @@ class ServiceCIDRSpecPatch(dict):
|
|
|
2840
2839
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
2841
2840
|
"""
|
|
2842
2841
|
def __init__(__self__, *,
|
|
2843
|
-
cidrs: Optional[Sequence[
|
|
2842
|
+
cidrs: Optional[Sequence[_builtins.str]] = None):
|
|
2844
2843
|
"""
|
|
2845
2844
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
2846
|
-
:param Sequence[
|
|
2845
|
+
:param Sequence[_builtins.str] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
2847
2846
|
"""
|
|
2848
2847
|
if cidrs is not None:
|
|
2849
2848
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
2850
2849
|
|
|
2851
|
-
@property
|
|
2850
|
+
@_builtins.property
|
|
2852
2851
|
@pulumi.getter
|
|
2853
|
-
def cidrs(self) -> Optional[Sequence[
|
|
2852
|
+
def cidrs(self) -> Optional[Sequence[_builtins.str]]:
|
|
2854
2853
|
"""
|
|
2855
2854
|
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
2856
2855
|
"""
|
|
@@ -2871,7 +2870,7 @@ class ServiceCIDRStatus(dict):
|
|
|
2871
2870
|
if conditions is not None:
|
|
2872
2871
|
pulumi.set(__self__, "conditions", conditions)
|
|
2873
2872
|
|
|
2874
|
-
@property
|
|
2873
|
+
@_builtins.property
|
|
2875
2874
|
@pulumi.getter
|
|
2876
2875
|
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
|
|
2877
2876
|
"""
|
|
@@ -2894,7 +2893,7 @@ class ServiceCIDRStatusPatch(dict):
|
|
|
2894
2893
|
if conditions is not None:
|
|
2895
2894
|
pulumi.set(__self__, "conditions", conditions)
|
|
2896
2895
|
|
|
2897
|
-
@property
|
|
2896
|
+
@_builtins.property
|
|
2898
2897
|
@pulumi.getter
|
|
2899
2898
|
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
|
|
2900
2899
|
"""
|