pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753121506__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.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.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.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.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
|
|
@@ -73,13 +72,13 @@ class HTTPIngressPath(dict):
|
|
|
73
72
|
|
|
74
73
|
def __init__(__self__, *,
|
|
75
74
|
backend: 'outputs.IngressBackend',
|
|
76
|
-
path: Optional[
|
|
77
|
-
path_type: Optional[
|
|
75
|
+
path: Optional[_builtins.str] = None,
|
|
76
|
+
path_type: Optional[_builtins.str] = None):
|
|
78
77
|
"""
|
|
79
78
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
80
79
|
:param 'IngressBackendArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
81
|
-
:param
|
|
82
|
-
:param
|
|
80
|
+
:param _builtins.str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) 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 '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
81
|
+
: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
|
|
83
82
|
done on a path element by element basis. A path element refers is the
|
|
84
83
|
list of labels in the path split by the '/' separator. A request is a
|
|
85
84
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -97,7 +96,7 @@ class HTTPIngressPath(dict):
|
|
|
97
96
|
if path_type is not None:
|
|
98
97
|
pulumi.set(__self__, "path_type", path_type)
|
|
99
98
|
|
|
100
|
-
@property
|
|
99
|
+
@_builtins.property
|
|
101
100
|
@pulumi.getter
|
|
102
101
|
def backend(self) -> 'outputs.IngressBackend':
|
|
103
102
|
"""
|
|
@@ -105,17 +104,17 @@ class HTTPIngressPath(dict):
|
|
|
105
104
|
"""
|
|
106
105
|
return pulumi.get(self, "backend")
|
|
107
106
|
|
|
108
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
109
108
|
@pulumi.getter
|
|
110
|
-
def path(self) -> Optional[
|
|
109
|
+
def path(self) -> Optional[_builtins.str]:
|
|
111
110
|
"""
|
|
112
111
|
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) 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 '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
113
112
|
"""
|
|
114
113
|
return pulumi.get(self, "path")
|
|
115
114
|
|
|
116
|
-
@property
|
|
115
|
+
@_builtins.property
|
|
117
116
|
@pulumi.getter(name="pathType")
|
|
118
|
-
def path_type(self) -> Optional[
|
|
117
|
+
def path_type(self) -> Optional[_builtins.str]:
|
|
119
118
|
"""
|
|
120
119
|
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
|
|
121
120
|
done on a path element by element basis. A path element refers is the
|
|
@@ -156,13 +155,13 @@ class HTTPIngressPathPatch(dict):
|
|
|
156
155
|
|
|
157
156
|
def __init__(__self__, *,
|
|
158
157
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
159
|
-
path: Optional[
|
|
160
|
-
path_type: Optional[
|
|
158
|
+
path: Optional[_builtins.str] = None,
|
|
159
|
+
path_type: Optional[_builtins.str] = None):
|
|
161
160
|
"""
|
|
162
161
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
163
162
|
:param 'IngressBackendPatchArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
164
|
-
:param
|
|
165
|
-
:param
|
|
163
|
+
:param _builtins.str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) 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 '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
164
|
+
: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
|
|
166
165
|
done on a path element by element basis. A path element refers is the
|
|
167
166
|
list of labels in the path split by the '/' separator. A request is a
|
|
168
167
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -181,7 +180,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
181
180
|
if path_type is not None:
|
|
182
181
|
pulumi.set(__self__, "path_type", path_type)
|
|
183
182
|
|
|
184
|
-
@property
|
|
183
|
+
@_builtins.property
|
|
185
184
|
@pulumi.getter
|
|
186
185
|
def backend(self) -> Optional['outputs.IngressBackendPatch']:
|
|
187
186
|
"""
|
|
@@ -189,17 +188,17 @@ class HTTPIngressPathPatch(dict):
|
|
|
189
188
|
"""
|
|
190
189
|
return pulumi.get(self, "backend")
|
|
191
190
|
|
|
192
|
-
@property
|
|
191
|
+
@_builtins.property
|
|
193
192
|
@pulumi.getter
|
|
194
|
-
def path(self) -> Optional[
|
|
193
|
+
def path(self) -> Optional[_builtins.str]:
|
|
195
194
|
"""
|
|
196
195
|
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) 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 '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
197
196
|
"""
|
|
198
197
|
return pulumi.get(self, "path")
|
|
199
198
|
|
|
200
|
-
@property
|
|
199
|
+
@_builtins.property
|
|
201
200
|
@pulumi.getter(name="pathType")
|
|
202
|
-
def path_type(self) -> Optional[
|
|
201
|
+
def path_type(self) -> Optional[_builtins.str]:
|
|
203
202
|
"""
|
|
204
203
|
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
|
|
205
204
|
done on a path element by element basis. A path element refers is the
|
|
@@ -229,7 +228,7 @@ class HTTPIngressRuleValue(dict):
|
|
|
229
228
|
"""
|
|
230
229
|
pulumi.set(__self__, "paths", paths)
|
|
231
230
|
|
|
232
|
-
@property
|
|
231
|
+
@_builtins.property
|
|
233
232
|
@pulumi.getter
|
|
234
233
|
def paths(self) -> Sequence['outputs.HTTPIngressPath']:
|
|
235
234
|
"""
|
|
@@ -252,7 +251,7 @@ class HTTPIngressRuleValuePatch(dict):
|
|
|
252
251
|
if paths is not None:
|
|
253
252
|
pulumi.set(__self__, "paths", paths)
|
|
254
253
|
|
|
255
|
-
@property
|
|
254
|
+
@_builtins.property
|
|
256
255
|
@pulumi.getter
|
|
257
256
|
def paths(self) -> Optional[Sequence['outputs.HTTPIngressPathPatch']]:
|
|
258
257
|
"""
|
|
@@ -284,14 +283,14 @@ class IPAddress(dict):
|
|
|
284
283
|
return super().get(key, default)
|
|
285
284
|
|
|
286
285
|
def __init__(__self__, *,
|
|
287
|
-
api_version: Optional[
|
|
288
|
-
kind: Optional[
|
|
286
|
+
api_version: Optional[_builtins.str] = None,
|
|
287
|
+
kind: Optional[_builtins.str] = None,
|
|
289
288
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
290
289
|
spec: Optional['outputs.IPAddressSpec'] = None):
|
|
291
290
|
"""
|
|
292
291
|
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
|
|
293
|
-
:param
|
|
294
|
-
:param
|
|
292
|
+
: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
|
|
293
|
+
: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
|
|
295
294
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
296
295
|
: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
|
|
297
296
|
"""
|
|
@@ -304,23 +303,23 @@ class IPAddress(dict):
|
|
|
304
303
|
if spec is not None:
|
|
305
304
|
pulumi.set(__self__, "spec", spec)
|
|
306
305
|
|
|
307
|
-
@property
|
|
306
|
+
@_builtins.property
|
|
308
307
|
@pulumi.getter(name="apiVersion")
|
|
309
|
-
def api_version(self) -> Optional[
|
|
308
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
310
309
|
"""
|
|
311
310
|
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
|
|
312
311
|
"""
|
|
313
312
|
return pulumi.get(self, "api_version")
|
|
314
313
|
|
|
315
|
-
@property
|
|
314
|
+
@_builtins.property
|
|
316
315
|
@pulumi.getter
|
|
317
|
-
def kind(self) -> Optional[
|
|
316
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
318
317
|
"""
|
|
319
318
|
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
|
|
320
319
|
"""
|
|
321
320
|
return pulumi.get(self, "kind")
|
|
322
321
|
|
|
323
|
-
@property
|
|
322
|
+
@_builtins.property
|
|
324
323
|
@pulumi.getter
|
|
325
324
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
326
325
|
"""
|
|
@@ -328,7 +327,7 @@ class IPAddress(dict):
|
|
|
328
327
|
"""
|
|
329
328
|
return pulumi.get(self, "metadata")
|
|
330
329
|
|
|
331
|
-
@property
|
|
330
|
+
@_builtins.property
|
|
332
331
|
@pulumi.getter
|
|
333
332
|
def spec(self) -> Optional['outputs.IPAddressSpec']:
|
|
334
333
|
"""
|
|
@@ -367,7 +366,7 @@ class IPAddressSpec(dict):
|
|
|
367
366
|
"""
|
|
368
367
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
369
368
|
|
|
370
|
-
@property
|
|
369
|
+
@_builtins.property
|
|
371
370
|
@pulumi.getter(name="parentRef")
|
|
372
371
|
def parent_ref(self) -> 'outputs.ParentReference':
|
|
373
372
|
"""
|
|
@@ -407,7 +406,7 @@ class IPAddressSpecPatch(dict):
|
|
|
407
406
|
if parent_ref is not None:
|
|
408
407
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
409
408
|
|
|
410
|
-
@property
|
|
409
|
+
@_builtins.property
|
|
411
410
|
@pulumi.getter(name="parentRef")
|
|
412
411
|
def parent_ref(self) -> Optional['outputs.ParentReferencePatch']:
|
|
413
412
|
"""
|
|
@@ -453,8 +452,8 @@ class Ingress(dict):
|
|
|
453
452
|
return super().get(key, default)
|
|
454
453
|
|
|
455
454
|
def __init__(__self__, *,
|
|
456
|
-
api_version: Optional[
|
|
457
|
-
kind: Optional[
|
|
455
|
+
api_version: Optional[_builtins.str] = None,
|
|
456
|
+
kind: Optional[_builtins.str] = None,
|
|
458
457
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
459
458
|
spec: Optional['outputs.IngressSpec'] = None,
|
|
460
459
|
status: Optional['outputs.IngressStatus'] = None):
|
|
@@ -474,8 +473,8 @@ class Ingress(dict):
|
|
|
474
473
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
475
474
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
476
475
|
by setting the 'customTimeouts' option on the resource.
|
|
477
|
-
:param
|
|
478
|
-
:param
|
|
476
|
+
: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
|
|
477
|
+
: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
|
|
479
478
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
480
479
|
: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
|
|
481
480
|
: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
|
|
@@ -491,23 +490,23 @@ class Ingress(dict):
|
|
|
491
490
|
if status is not None:
|
|
492
491
|
pulumi.set(__self__, "status", status)
|
|
493
492
|
|
|
494
|
-
@property
|
|
493
|
+
@_builtins.property
|
|
495
494
|
@pulumi.getter(name="apiVersion")
|
|
496
|
-
def api_version(self) -> Optional[
|
|
495
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
497
496
|
"""
|
|
498
497
|
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
|
|
499
498
|
"""
|
|
500
499
|
return pulumi.get(self, "api_version")
|
|
501
500
|
|
|
502
|
-
@property
|
|
501
|
+
@_builtins.property
|
|
503
502
|
@pulumi.getter
|
|
504
|
-
def kind(self) -> Optional[
|
|
503
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
505
504
|
"""
|
|
506
505
|
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
|
|
507
506
|
"""
|
|
508
507
|
return pulumi.get(self, "kind")
|
|
509
508
|
|
|
510
|
-
@property
|
|
509
|
+
@_builtins.property
|
|
511
510
|
@pulumi.getter
|
|
512
511
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
513
512
|
"""
|
|
@@ -515,7 +514,7 @@ class Ingress(dict):
|
|
|
515
514
|
"""
|
|
516
515
|
return pulumi.get(self, "metadata")
|
|
517
516
|
|
|
518
|
-
@property
|
|
517
|
+
@_builtins.property
|
|
519
518
|
@pulumi.getter
|
|
520
519
|
def spec(self) -> Optional['outputs.IngressSpec']:
|
|
521
520
|
"""
|
|
@@ -523,7 +522,7 @@ class Ingress(dict):
|
|
|
523
522
|
"""
|
|
524
523
|
return pulumi.get(self, "spec")
|
|
525
524
|
|
|
526
|
-
@property
|
|
525
|
+
@_builtins.property
|
|
527
526
|
@pulumi.getter
|
|
528
527
|
def status(self) -> Optional['outputs.IngressStatus']:
|
|
529
528
|
"""
|
|
@@ -557,13 +556,13 @@ class IngressBackend(dict):
|
|
|
557
556
|
return super().get(key, default)
|
|
558
557
|
|
|
559
558
|
def __init__(__self__, *,
|
|
560
|
-
service_name:
|
|
559
|
+
service_name: _builtins.str,
|
|
561
560
|
service_port: Any,
|
|
562
561
|
resource: Optional['_core.v1.outputs.TypedLocalObjectReference'] = None):
|
|
563
562
|
"""
|
|
564
563
|
IngressBackend describes all endpoints for a given service and port.
|
|
565
|
-
:param
|
|
566
|
-
:param Union[
|
|
564
|
+
:param _builtins.str service_name: Specifies the name of the referenced service.
|
|
565
|
+
:param Union[_builtins.int, _builtins.str] service_port: Specifies the port of the referenced service.
|
|
567
566
|
:param '_core.v1.TypedLocalObjectReferenceArgs' resource: Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
568
567
|
"""
|
|
569
568
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -571,15 +570,15 @@ class IngressBackend(dict):
|
|
|
571
570
|
if resource is not None:
|
|
572
571
|
pulumi.set(__self__, "resource", resource)
|
|
573
572
|
|
|
574
|
-
@property
|
|
573
|
+
@_builtins.property
|
|
575
574
|
@pulumi.getter(name="serviceName")
|
|
576
|
-
def service_name(self) ->
|
|
575
|
+
def service_name(self) -> _builtins.str:
|
|
577
576
|
"""
|
|
578
577
|
Specifies the name of the referenced service.
|
|
579
578
|
"""
|
|
580
579
|
return pulumi.get(self, "service_name")
|
|
581
580
|
|
|
582
|
-
@property
|
|
581
|
+
@_builtins.property
|
|
583
582
|
@pulumi.getter(name="servicePort")
|
|
584
583
|
def service_port(self) -> Any:
|
|
585
584
|
"""
|
|
@@ -587,7 +586,7 @@ class IngressBackend(dict):
|
|
|
587
586
|
"""
|
|
588
587
|
return pulumi.get(self, "service_port")
|
|
589
588
|
|
|
590
|
-
@property
|
|
589
|
+
@_builtins.property
|
|
591
590
|
@pulumi.getter
|
|
592
591
|
def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
|
|
593
592
|
"""
|
|
@@ -622,13 +621,13 @@ class IngressBackendPatch(dict):
|
|
|
622
621
|
|
|
623
622
|
def __init__(__self__, *,
|
|
624
623
|
resource: Optional['_core.v1.outputs.TypedLocalObjectReferencePatch'] = None,
|
|
625
|
-
service_name: Optional[
|
|
624
|
+
service_name: Optional[_builtins.str] = None,
|
|
626
625
|
service_port: Optional[Any] = None):
|
|
627
626
|
"""
|
|
628
627
|
IngressBackend describes all endpoints for a given service and port.
|
|
629
628
|
:param '_core.v1.TypedLocalObjectReferencePatchArgs' resource: Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
630
|
-
:param
|
|
631
|
-
:param Union[
|
|
629
|
+
:param _builtins.str service_name: Specifies the name of the referenced service.
|
|
630
|
+
:param Union[_builtins.int, _builtins.str] service_port: Specifies the port of the referenced service.
|
|
632
631
|
"""
|
|
633
632
|
if resource is not None:
|
|
634
633
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -637,7 +636,7 @@ class IngressBackendPatch(dict):
|
|
|
637
636
|
if service_port is not None:
|
|
638
637
|
pulumi.set(__self__, "service_port", service_port)
|
|
639
638
|
|
|
640
|
-
@property
|
|
639
|
+
@_builtins.property
|
|
641
640
|
@pulumi.getter
|
|
642
641
|
def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
|
|
643
642
|
"""
|
|
@@ -645,15 +644,15 @@ class IngressBackendPatch(dict):
|
|
|
645
644
|
"""
|
|
646
645
|
return pulumi.get(self, "resource")
|
|
647
646
|
|
|
648
|
-
@property
|
|
647
|
+
@_builtins.property
|
|
649
648
|
@pulumi.getter(name="serviceName")
|
|
650
|
-
def service_name(self) -> Optional[
|
|
649
|
+
def service_name(self) -> Optional[_builtins.str]:
|
|
651
650
|
"""
|
|
652
651
|
Specifies the name of the referenced service.
|
|
653
652
|
"""
|
|
654
653
|
return pulumi.get(self, "service_name")
|
|
655
654
|
|
|
656
|
-
@property
|
|
655
|
+
@_builtins.property
|
|
657
656
|
@pulumi.getter(name="servicePort")
|
|
658
657
|
def service_port(self) -> Optional[Any]:
|
|
659
658
|
"""
|
|
@@ -685,14 +684,14 @@ class IngressClass(dict):
|
|
|
685
684
|
return super().get(key, default)
|
|
686
685
|
|
|
687
686
|
def __init__(__self__, *,
|
|
688
|
-
api_version: Optional[
|
|
689
|
-
kind: Optional[
|
|
687
|
+
api_version: Optional[_builtins.str] = None,
|
|
688
|
+
kind: Optional[_builtins.str] = None,
|
|
690
689
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
691
690
|
spec: Optional['outputs.IngressClassSpec'] = None):
|
|
692
691
|
"""
|
|
693
692
|
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.
|
|
694
|
-
:param
|
|
695
|
-
:param
|
|
693
|
+
: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
|
|
694
|
+
: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
|
|
696
695
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
697
696
|
: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
|
|
698
697
|
"""
|
|
@@ -705,23 +704,23 @@ class IngressClass(dict):
|
|
|
705
704
|
if spec is not None:
|
|
706
705
|
pulumi.set(__self__, "spec", spec)
|
|
707
706
|
|
|
708
|
-
@property
|
|
707
|
+
@_builtins.property
|
|
709
708
|
@pulumi.getter(name="apiVersion")
|
|
710
|
-
def api_version(self) -> Optional[
|
|
709
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
711
710
|
"""
|
|
712
711
|
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
|
|
713
712
|
"""
|
|
714
713
|
return pulumi.get(self, "api_version")
|
|
715
714
|
|
|
716
|
-
@property
|
|
715
|
+
@_builtins.property
|
|
717
716
|
@pulumi.getter
|
|
718
|
-
def kind(self) -> Optional[
|
|
717
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
719
718
|
"""
|
|
720
719
|
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
|
|
721
720
|
"""
|
|
722
721
|
return pulumi.get(self, "kind")
|
|
723
722
|
|
|
724
|
-
@property
|
|
723
|
+
@_builtins.property
|
|
725
724
|
@pulumi.getter
|
|
726
725
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
727
726
|
"""
|
|
@@ -729,7 +728,7 @@ class IngressClass(dict):
|
|
|
729
728
|
"""
|
|
730
729
|
return pulumi.get(self, "metadata")
|
|
731
730
|
|
|
732
|
-
@property
|
|
731
|
+
@_builtins.property
|
|
733
732
|
@pulumi.getter
|
|
734
733
|
def spec(self) -> Optional['outputs.IngressClassSpec']:
|
|
735
734
|
"""
|
|
@@ -744,11 +743,11 @@ class IngressClassSpec(dict):
|
|
|
744
743
|
IngressClassSpec provides information about the class of an Ingress.
|
|
745
744
|
"""
|
|
746
745
|
def __init__(__self__, *,
|
|
747
|
-
controller: Optional[
|
|
746
|
+
controller: Optional[_builtins.str] = None,
|
|
748
747
|
parameters: Optional['_core.v1.outputs.TypedLocalObjectReference'] = None):
|
|
749
748
|
"""
|
|
750
749
|
IngressClassSpec provides information about the class of an Ingress.
|
|
751
|
-
:param
|
|
750
|
+
: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.
|
|
752
751
|
:param '_core.v1.TypedLocalObjectReferenceArgs' 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.
|
|
753
752
|
"""
|
|
754
753
|
if controller is not None:
|
|
@@ -756,15 +755,15 @@ class IngressClassSpec(dict):
|
|
|
756
755
|
if parameters is not None:
|
|
757
756
|
pulumi.set(__self__, "parameters", parameters)
|
|
758
757
|
|
|
759
|
-
@property
|
|
758
|
+
@_builtins.property
|
|
760
759
|
@pulumi.getter
|
|
761
|
-
def controller(self) -> Optional[
|
|
760
|
+
def controller(self) -> Optional[_builtins.str]:
|
|
762
761
|
"""
|
|
763
762
|
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.
|
|
764
763
|
"""
|
|
765
764
|
return pulumi.get(self, "controller")
|
|
766
765
|
|
|
767
|
-
@property
|
|
766
|
+
@_builtins.property
|
|
768
767
|
@pulumi.getter
|
|
769
768
|
def parameters(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
|
|
770
769
|
"""
|
|
@@ -779,11 +778,11 @@ class IngressClassSpecPatch(dict):
|
|
|
779
778
|
IngressClassSpec provides information about the class of an Ingress.
|
|
780
779
|
"""
|
|
781
780
|
def __init__(__self__, *,
|
|
782
|
-
controller: Optional[
|
|
781
|
+
controller: Optional[_builtins.str] = None,
|
|
783
782
|
parameters: Optional['_core.v1.outputs.TypedLocalObjectReferencePatch'] = None):
|
|
784
783
|
"""
|
|
785
784
|
IngressClassSpec provides information about the class of an Ingress.
|
|
786
|
-
:param
|
|
785
|
+
: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.
|
|
787
786
|
:param '_core.v1.TypedLocalObjectReferencePatchArgs' 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.
|
|
788
787
|
"""
|
|
789
788
|
if controller is not None:
|
|
@@ -791,15 +790,15 @@ class IngressClassSpecPatch(dict):
|
|
|
791
790
|
if parameters is not None:
|
|
792
791
|
pulumi.set(__self__, "parameters", parameters)
|
|
793
792
|
|
|
794
|
-
@property
|
|
793
|
+
@_builtins.property
|
|
795
794
|
@pulumi.getter
|
|
796
|
-
def controller(self) -> Optional[
|
|
795
|
+
def controller(self) -> Optional[_builtins.str]:
|
|
797
796
|
"""
|
|
798
797
|
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.
|
|
799
798
|
"""
|
|
800
799
|
return pulumi.get(self, "controller")
|
|
801
800
|
|
|
802
|
-
@property
|
|
801
|
+
@_builtins.property
|
|
803
802
|
@pulumi.getter
|
|
804
803
|
def parameters(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
|
|
805
804
|
"""
|
|
@@ -814,11 +813,11 @@ class IngressRule(dict):
|
|
|
814
813
|
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.
|
|
815
814
|
"""
|
|
816
815
|
def __init__(__self__, *,
|
|
817
|
-
host: Optional[
|
|
816
|
+
host: Optional[_builtins.str] = None,
|
|
818
817
|
http: Optional['outputs.HTTPIngressRuleValue'] = None):
|
|
819
818
|
"""
|
|
820
819
|
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.
|
|
821
|
-
:param
|
|
820
|
+
: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 the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
822
821
|
IP in the Spec of the parent Ingress.
|
|
823
822
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
824
823
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -830,9 +829,9 @@ class IngressRule(dict):
|
|
|
830
829
|
if http is not None:
|
|
831
830
|
pulumi.set(__self__, "http", http)
|
|
832
831
|
|
|
833
|
-
@property
|
|
832
|
+
@_builtins.property
|
|
834
833
|
@pulumi.getter
|
|
835
|
-
def host(self) -> Optional[
|
|
834
|
+
def host(self) -> Optional[_builtins.str]:
|
|
836
835
|
"""
|
|
837
836
|
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 the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
838
837
|
IP in the Spec of the parent Ingress.
|
|
@@ -843,7 +842,7 @@ class IngressRule(dict):
|
|
|
843
842
|
"""
|
|
844
843
|
return pulumi.get(self, "host")
|
|
845
844
|
|
|
846
|
-
@property
|
|
845
|
+
@_builtins.property
|
|
847
846
|
@pulumi.getter
|
|
848
847
|
def http(self) -> Optional['outputs.HTTPIngressRuleValue']:
|
|
849
848
|
return pulumi.get(self, "http")
|
|
@@ -855,11 +854,11 @@ class IngressRulePatch(dict):
|
|
|
855
854
|
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.
|
|
856
855
|
"""
|
|
857
856
|
def __init__(__self__, *,
|
|
858
|
-
host: Optional[
|
|
857
|
+
host: Optional[_builtins.str] = None,
|
|
859
858
|
http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
|
|
860
859
|
"""
|
|
861
860
|
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.
|
|
862
|
-
:param
|
|
861
|
+
: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 the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
863
862
|
IP in the Spec of the parent Ingress.
|
|
864
863
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
865
864
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -871,9 +870,9 @@ class IngressRulePatch(dict):
|
|
|
871
870
|
if http is not None:
|
|
872
871
|
pulumi.set(__self__, "http", http)
|
|
873
872
|
|
|
874
|
-
@property
|
|
873
|
+
@_builtins.property
|
|
875
874
|
@pulumi.getter
|
|
876
|
-
def host(self) -> Optional[
|
|
875
|
+
def host(self) -> Optional[_builtins.str]:
|
|
877
876
|
"""
|
|
878
877
|
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 the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
879
878
|
IP in the Spec of the parent Ingress.
|
|
@@ -884,7 +883,7 @@ class IngressRulePatch(dict):
|
|
|
884
883
|
"""
|
|
885
884
|
return pulumi.get(self, "host")
|
|
886
885
|
|
|
887
|
-
@property
|
|
886
|
+
@_builtins.property
|
|
888
887
|
@pulumi.getter
|
|
889
888
|
def http(self) -> Optional['outputs.HTTPIngressRuleValuePatch']:
|
|
890
889
|
return pulumi.get(self, "http")
|
|
@@ -914,13 +913,13 @@ class IngressSpec(dict):
|
|
|
914
913
|
|
|
915
914
|
def __init__(__self__, *,
|
|
916
915
|
backend: Optional['outputs.IngressBackend'] = None,
|
|
917
|
-
ingress_class_name: Optional[
|
|
916
|
+
ingress_class_name: Optional[_builtins.str] = None,
|
|
918
917
|
rules: Optional[Sequence['outputs.IngressRule']] = None,
|
|
919
918
|
tls: Optional[Sequence['outputs.IngressTLS']] = None):
|
|
920
919
|
"""
|
|
921
920
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
922
921
|
:param 'IngressBackendArgs' backend: A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
923
|
-
:param
|
|
922
|
+
:param _builtins.str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
924
923
|
:param Sequence['IngressRuleArgs'] rules: A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
925
924
|
:param Sequence['IngressTLSArgs'] tls: 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.
|
|
926
925
|
"""
|
|
@@ -933,7 +932,7 @@ class IngressSpec(dict):
|
|
|
933
932
|
if tls is not None:
|
|
934
933
|
pulumi.set(__self__, "tls", tls)
|
|
935
934
|
|
|
936
|
-
@property
|
|
935
|
+
@_builtins.property
|
|
937
936
|
@pulumi.getter
|
|
938
937
|
def backend(self) -> Optional['outputs.IngressBackend']:
|
|
939
938
|
"""
|
|
@@ -941,15 +940,15 @@ class IngressSpec(dict):
|
|
|
941
940
|
"""
|
|
942
941
|
return pulumi.get(self, "backend")
|
|
943
942
|
|
|
944
|
-
@property
|
|
943
|
+
@_builtins.property
|
|
945
944
|
@pulumi.getter(name="ingressClassName")
|
|
946
|
-
def ingress_class_name(self) -> Optional[
|
|
945
|
+
def ingress_class_name(self) -> Optional[_builtins.str]:
|
|
947
946
|
"""
|
|
948
947
|
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
949
948
|
"""
|
|
950
949
|
return pulumi.get(self, "ingress_class_name")
|
|
951
950
|
|
|
952
|
-
@property
|
|
951
|
+
@_builtins.property
|
|
953
952
|
@pulumi.getter
|
|
954
953
|
def rules(self) -> Optional[Sequence['outputs.IngressRule']]:
|
|
955
954
|
"""
|
|
@@ -957,7 +956,7 @@ class IngressSpec(dict):
|
|
|
957
956
|
"""
|
|
958
957
|
return pulumi.get(self, "rules")
|
|
959
958
|
|
|
960
|
-
@property
|
|
959
|
+
@_builtins.property
|
|
961
960
|
@pulumi.getter
|
|
962
961
|
def tls(self) -> Optional[Sequence['outputs.IngressTLS']]:
|
|
963
962
|
"""
|
|
@@ -990,13 +989,13 @@ class IngressSpecPatch(dict):
|
|
|
990
989
|
|
|
991
990
|
def __init__(__self__, *,
|
|
992
991
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
993
|
-
ingress_class_name: Optional[
|
|
992
|
+
ingress_class_name: Optional[_builtins.str] = None,
|
|
994
993
|
rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
|
|
995
994
|
tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
|
|
996
995
|
"""
|
|
997
996
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
998
997
|
:param 'IngressBackendPatchArgs' backend: A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
999
|
-
:param
|
|
998
|
+
:param _builtins.str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1000
999
|
:param Sequence['IngressRulePatchArgs'] rules: A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
1001
1000
|
:param Sequence['IngressTLSPatchArgs'] tls: 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.
|
|
1002
1001
|
"""
|
|
@@ -1009,7 +1008,7 @@ class IngressSpecPatch(dict):
|
|
|
1009
1008
|
if tls is not None:
|
|
1010
1009
|
pulumi.set(__self__, "tls", tls)
|
|
1011
1010
|
|
|
1012
|
-
@property
|
|
1011
|
+
@_builtins.property
|
|
1013
1012
|
@pulumi.getter
|
|
1014
1013
|
def backend(self) -> Optional['outputs.IngressBackendPatch']:
|
|
1015
1014
|
"""
|
|
@@ -1017,15 +1016,15 @@ class IngressSpecPatch(dict):
|
|
|
1017
1016
|
"""
|
|
1018
1017
|
return pulumi.get(self, "backend")
|
|
1019
1018
|
|
|
1020
|
-
@property
|
|
1019
|
+
@_builtins.property
|
|
1021
1020
|
@pulumi.getter(name="ingressClassName")
|
|
1022
|
-
def ingress_class_name(self) -> Optional[
|
|
1021
|
+
def ingress_class_name(self) -> Optional[_builtins.str]:
|
|
1023
1022
|
"""
|
|
1024
1023
|
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
1025
1024
|
"""
|
|
1026
1025
|
return pulumi.get(self, "ingress_class_name")
|
|
1027
1026
|
|
|
1028
|
-
@property
|
|
1027
|
+
@_builtins.property
|
|
1029
1028
|
@pulumi.getter
|
|
1030
1029
|
def rules(self) -> Optional[Sequence['outputs.IngressRulePatch']]:
|
|
1031
1030
|
"""
|
|
@@ -1033,7 +1032,7 @@ class IngressSpecPatch(dict):
|
|
|
1033
1032
|
"""
|
|
1034
1033
|
return pulumi.get(self, "rules")
|
|
1035
1034
|
|
|
1036
|
-
@property
|
|
1035
|
+
@_builtins.property
|
|
1037
1036
|
@pulumi.getter
|
|
1038
1037
|
def tls(self) -> Optional[Sequence['outputs.IngressTLSPatch']]:
|
|
1039
1038
|
"""
|
|
@@ -1073,7 +1072,7 @@ class IngressStatus(dict):
|
|
|
1073
1072
|
if load_balancer is not None:
|
|
1074
1073
|
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
1075
1074
|
|
|
1076
|
-
@property
|
|
1075
|
+
@_builtins.property
|
|
1077
1076
|
@pulumi.getter(name="loadBalancer")
|
|
1078
1077
|
def load_balancer(self) -> Optional['_core.v1.outputs.LoadBalancerStatus']:
|
|
1079
1078
|
"""
|
|
@@ -1113,7 +1112,7 @@ class IngressStatusPatch(dict):
|
|
|
1113
1112
|
if load_balancer is not None:
|
|
1114
1113
|
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
1115
1114
|
|
|
1116
|
-
@property
|
|
1115
|
+
@_builtins.property
|
|
1117
1116
|
@pulumi.getter(name="loadBalancer")
|
|
1118
1117
|
def load_balancer(self) -> Optional['_core.v1.outputs.LoadBalancerStatusPatch']:
|
|
1119
1118
|
"""
|
|
@@ -1145,29 +1144,29 @@ class IngressTLS(dict):
|
|
|
1145
1144
|
return super().get(key, default)
|
|
1146
1145
|
|
|
1147
1146
|
def __init__(__self__, *,
|
|
1148
|
-
hosts: Optional[Sequence[
|
|
1149
|
-
secret_name: Optional[
|
|
1147
|
+
hosts: Optional[Sequence[_builtins.str]] = None,
|
|
1148
|
+
secret_name: Optional[_builtins.str] = None):
|
|
1150
1149
|
"""
|
|
1151
1150
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1152
|
-
:param Sequence[
|
|
1153
|
-
:param
|
|
1151
|
+
:param Sequence[_builtins.str] hosts: Hosts are 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.
|
|
1152
|
+
:param _builtins.str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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.
|
|
1154
1153
|
"""
|
|
1155
1154
|
if hosts is not None:
|
|
1156
1155
|
pulumi.set(__self__, "hosts", hosts)
|
|
1157
1156
|
if secret_name is not None:
|
|
1158
1157
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
1159
1158
|
|
|
1160
|
-
@property
|
|
1159
|
+
@_builtins.property
|
|
1161
1160
|
@pulumi.getter
|
|
1162
|
-
def hosts(self) -> Optional[Sequence[
|
|
1161
|
+
def hosts(self) -> Optional[Sequence[_builtins.str]]:
|
|
1163
1162
|
"""
|
|
1164
1163
|
Hosts are 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.
|
|
1165
1164
|
"""
|
|
1166
1165
|
return pulumi.get(self, "hosts")
|
|
1167
1166
|
|
|
1168
|
-
@property
|
|
1167
|
+
@_builtins.property
|
|
1169
1168
|
@pulumi.getter(name="secretName")
|
|
1170
|
-
def secret_name(self) -> Optional[
|
|
1169
|
+
def secret_name(self) -> Optional[_builtins.str]:
|
|
1171
1170
|
"""
|
|
1172
1171
|
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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.
|
|
1173
1172
|
"""
|
|
@@ -1197,29 +1196,29 @@ class IngressTLSPatch(dict):
|
|
|
1197
1196
|
return super().get(key, default)
|
|
1198
1197
|
|
|
1199
1198
|
def __init__(__self__, *,
|
|
1200
|
-
hosts: Optional[Sequence[
|
|
1201
|
-
secret_name: Optional[
|
|
1199
|
+
hosts: Optional[Sequence[_builtins.str]] = None,
|
|
1200
|
+
secret_name: Optional[_builtins.str] = None):
|
|
1202
1201
|
"""
|
|
1203
1202
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1204
|
-
:param Sequence[
|
|
1205
|
-
:param
|
|
1203
|
+
:param Sequence[_builtins.str] hosts: Hosts are 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.
|
|
1204
|
+
:param _builtins.str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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.
|
|
1206
1205
|
"""
|
|
1207
1206
|
if hosts is not None:
|
|
1208
1207
|
pulumi.set(__self__, "hosts", hosts)
|
|
1209
1208
|
if secret_name is not None:
|
|
1210
1209
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
1211
1210
|
|
|
1212
|
-
@property
|
|
1211
|
+
@_builtins.property
|
|
1213
1212
|
@pulumi.getter
|
|
1214
|
-
def hosts(self) -> Optional[Sequence[
|
|
1213
|
+
def hosts(self) -> Optional[Sequence[_builtins.str]]:
|
|
1215
1214
|
"""
|
|
1216
1215
|
Hosts are 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.
|
|
1217
1216
|
"""
|
|
1218
1217
|
return pulumi.get(self, "hosts")
|
|
1219
1218
|
|
|
1220
|
-
@property
|
|
1219
|
+
@_builtins.property
|
|
1221
1220
|
@pulumi.getter(name="secretName")
|
|
1222
|
-
def secret_name(self) -> Optional[
|
|
1221
|
+
def secret_name(self) -> Optional[_builtins.str]:
|
|
1223
1222
|
"""
|
|
1224
1223
|
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL 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.
|
|
1225
1224
|
"""
|
|
@@ -1232,16 +1231,16 @@ class ParentReference(dict):
|
|
|
1232
1231
|
ParentReference describes a reference to a parent object.
|
|
1233
1232
|
"""
|
|
1234
1233
|
def __init__(__self__, *,
|
|
1235
|
-
name:
|
|
1236
|
-
resource:
|
|
1237
|
-
group: Optional[
|
|
1238
|
-
namespace: Optional[
|
|
1234
|
+
name: _builtins.str,
|
|
1235
|
+
resource: _builtins.str,
|
|
1236
|
+
group: Optional[_builtins.str] = None,
|
|
1237
|
+
namespace: Optional[_builtins.str] = None):
|
|
1239
1238
|
"""
|
|
1240
1239
|
ParentReference describes a reference to a parent object.
|
|
1241
|
-
:param
|
|
1242
|
-
:param
|
|
1243
|
-
:param
|
|
1244
|
-
:param
|
|
1240
|
+
:param _builtins.str name: Name is the name of the object being referenced.
|
|
1241
|
+
:param _builtins.str resource: Resource is the resource of the object being referenced.
|
|
1242
|
+
:param _builtins.str group: Group is the group of the object being referenced.
|
|
1243
|
+
:param _builtins.str namespace: Namespace is the namespace of the object being referenced.
|
|
1245
1244
|
"""
|
|
1246
1245
|
pulumi.set(__self__, "name", name)
|
|
1247
1246
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -1250,33 +1249,33 @@ class ParentReference(dict):
|
|
|
1250
1249
|
if namespace is not None:
|
|
1251
1250
|
pulumi.set(__self__, "namespace", namespace)
|
|
1252
1251
|
|
|
1253
|
-
@property
|
|
1252
|
+
@_builtins.property
|
|
1254
1253
|
@pulumi.getter
|
|
1255
|
-
def name(self) ->
|
|
1254
|
+
def name(self) -> _builtins.str:
|
|
1256
1255
|
"""
|
|
1257
1256
|
Name is the name of the object being referenced.
|
|
1258
1257
|
"""
|
|
1259
1258
|
return pulumi.get(self, "name")
|
|
1260
1259
|
|
|
1261
|
-
@property
|
|
1260
|
+
@_builtins.property
|
|
1262
1261
|
@pulumi.getter
|
|
1263
|
-
def resource(self) ->
|
|
1262
|
+
def resource(self) -> _builtins.str:
|
|
1264
1263
|
"""
|
|
1265
1264
|
Resource is the resource of the object being referenced.
|
|
1266
1265
|
"""
|
|
1267
1266
|
return pulumi.get(self, "resource")
|
|
1268
1267
|
|
|
1269
|
-
@property
|
|
1268
|
+
@_builtins.property
|
|
1270
1269
|
@pulumi.getter
|
|
1271
|
-
def group(self) -> Optional[
|
|
1270
|
+
def group(self) -> Optional[_builtins.str]:
|
|
1272
1271
|
"""
|
|
1273
1272
|
Group is the group of the object being referenced.
|
|
1274
1273
|
"""
|
|
1275
1274
|
return pulumi.get(self, "group")
|
|
1276
1275
|
|
|
1277
|
-
@property
|
|
1276
|
+
@_builtins.property
|
|
1278
1277
|
@pulumi.getter
|
|
1279
|
-
def namespace(self) -> Optional[
|
|
1278
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
1280
1279
|
"""
|
|
1281
1280
|
Namespace is the namespace of the object being referenced.
|
|
1282
1281
|
"""
|
|
@@ -1289,16 +1288,16 @@ class ParentReferencePatch(dict):
|
|
|
1289
1288
|
ParentReference describes a reference to a parent object.
|
|
1290
1289
|
"""
|
|
1291
1290
|
def __init__(__self__, *,
|
|
1292
|
-
group: Optional[
|
|
1293
|
-
name: Optional[
|
|
1294
|
-
namespace: Optional[
|
|
1295
|
-
resource: Optional[
|
|
1291
|
+
group: Optional[_builtins.str] = None,
|
|
1292
|
+
name: Optional[_builtins.str] = None,
|
|
1293
|
+
namespace: Optional[_builtins.str] = None,
|
|
1294
|
+
resource: Optional[_builtins.str] = None):
|
|
1296
1295
|
"""
|
|
1297
1296
|
ParentReference describes a reference to a parent object.
|
|
1298
|
-
:param
|
|
1299
|
-
:param
|
|
1300
|
-
:param
|
|
1301
|
-
:param
|
|
1297
|
+
:param _builtins.str group: Group is the group of the object being referenced.
|
|
1298
|
+
:param _builtins.str name: Name is the name of the object being referenced.
|
|
1299
|
+
:param _builtins.str namespace: Namespace is the namespace of the object being referenced.
|
|
1300
|
+
:param _builtins.str resource: Resource is the resource of the object being referenced.
|
|
1302
1301
|
"""
|
|
1303
1302
|
if group is not None:
|
|
1304
1303
|
pulumi.set(__self__, "group", group)
|
|
@@ -1309,33 +1308,33 @@ class ParentReferencePatch(dict):
|
|
|
1309
1308
|
if resource is not None:
|
|
1310
1309
|
pulumi.set(__self__, "resource", resource)
|
|
1311
1310
|
|
|
1312
|
-
@property
|
|
1311
|
+
@_builtins.property
|
|
1313
1312
|
@pulumi.getter
|
|
1314
|
-
def group(self) -> Optional[
|
|
1313
|
+
def group(self) -> Optional[_builtins.str]:
|
|
1315
1314
|
"""
|
|
1316
1315
|
Group is the group of the object being referenced.
|
|
1317
1316
|
"""
|
|
1318
1317
|
return pulumi.get(self, "group")
|
|
1319
1318
|
|
|
1320
|
-
@property
|
|
1319
|
+
@_builtins.property
|
|
1321
1320
|
@pulumi.getter
|
|
1322
|
-
def name(self) -> Optional[
|
|
1321
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1323
1322
|
"""
|
|
1324
1323
|
Name is the name of the object being referenced.
|
|
1325
1324
|
"""
|
|
1326
1325
|
return pulumi.get(self, "name")
|
|
1327
1326
|
|
|
1328
|
-
@property
|
|
1327
|
+
@_builtins.property
|
|
1329
1328
|
@pulumi.getter
|
|
1330
|
-
def namespace(self) -> Optional[
|
|
1329
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
1331
1330
|
"""
|
|
1332
1331
|
Namespace is the namespace of the object being referenced.
|
|
1333
1332
|
"""
|
|
1334
1333
|
return pulumi.get(self, "namespace")
|
|
1335
1334
|
|
|
1336
|
-
@property
|
|
1335
|
+
@_builtins.property
|
|
1337
1336
|
@pulumi.getter
|
|
1338
|
-
def resource(self) -> Optional[
|
|
1337
|
+
def resource(self) -> Optional[_builtins.str]:
|
|
1339
1338
|
"""
|
|
1340
1339
|
Resource is the resource of the object being referenced.
|
|
1341
1340
|
"""
|
|
@@ -1365,15 +1364,15 @@ class ServiceCIDR(dict):
|
|
|
1365
1364
|
return super().get(key, default)
|
|
1366
1365
|
|
|
1367
1366
|
def __init__(__self__, *,
|
|
1368
|
-
api_version: Optional[
|
|
1369
|
-
kind: Optional[
|
|
1367
|
+
api_version: Optional[_builtins.str] = None,
|
|
1368
|
+
kind: Optional[_builtins.str] = None,
|
|
1370
1369
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1371
1370
|
spec: Optional['outputs.ServiceCIDRSpec'] = None,
|
|
1372
1371
|
status: Optional['outputs.ServiceCIDRStatus'] = None):
|
|
1373
1372
|
"""
|
|
1374
1373
|
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.
|
|
1375
|
-
:param
|
|
1376
|
-
:param
|
|
1374
|
+
: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
|
|
1375
|
+
: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
|
|
1377
1376
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1378
1377
|
: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
|
|
1379
1378
|
: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
|
|
@@ -1389,23 +1388,23 @@ class ServiceCIDR(dict):
|
|
|
1389
1388
|
if status is not None:
|
|
1390
1389
|
pulumi.set(__self__, "status", status)
|
|
1391
1390
|
|
|
1392
|
-
@property
|
|
1391
|
+
@_builtins.property
|
|
1393
1392
|
@pulumi.getter(name="apiVersion")
|
|
1394
|
-
def api_version(self) -> Optional[
|
|
1393
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1395
1394
|
"""
|
|
1396
1395
|
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
|
|
1397
1396
|
"""
|
|
1398
1397
|
return pulumi.get(self, "api_version")
|
|
1399
1398
|
|
|
1400
|
-
@property
|
|
1399
|
+
@_builtins.property
|
|
1401
1400
|
@pulumi.getter
|
|
1402
|
-
def kind(self) -> Optional[
|
|
1401
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1403
1402
|
"""
|
|
1404
1403
|
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
|
|
1405
1404
|
"""
|
|
1406
1405
|
return pulumi.get(self, "kind")
|
|
1407
1406
|
|
|
1408
|
-
@property
|
|
1407
|
+
@_builtins.property
|
|
1409
1408
|
@pulumi.getter
|
|
1410
1409
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1411
1410
|
"""
|
|
@@ -1413,7 +1412,7 @@ class ServiceCIDR(dict):
|
|
|
1413
1412
|
"""
|
|
1414
1413
|
return pulumi.get(self, "metadata")
|
|
1415
1414
|
|
|
1416
|
-
@property
|
|
1415
|
+
@_builtins.property
|
|
1417
1416
|
@pulumi.getter
|
|
1418
1417
|
def spec(self) -> Optional['outputs.ServiceCIDRSpec']:
|
|
1419
1418
|
"""
|
|
@@ -1421,7 +1420,7 @@ class ServiceCIDR(dict):
|
|
|
1421
1420
|
"""
|
|
1422
1421
|
return pulumi.get(self, "spec")
|
|
1423
1422
|
|
|
1424
|
-
@property
|
|
1423
|
+
@_builtins.property
|
|
1425
1424
|
@pulumi.getter
|
|
1426
1425
|
def status(self) -> Optional['outputs.ServiceCIDRStatus']:
|
|
1427
1426
|
"""
|
|
@@ -1436,17 +1435,17 @@ class ServiceCIDRSpec(dict):
|
|
|
1436
1435
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1437
1436
|
"""
|
|
1438
1437
|
def __init__(__self__, *,
|
|
1439
|
-
cidrs: Optional[Sequence[
|
|
1438
|
+
cidrs: Optional[Sequence[_builtins.str]] = None):
|
|
1440
1439
|
"""
|
|
1441
1440
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1442
|
-
:param Sequence[
|
|
1441
|
+
: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.
|
|
1443
1442
|
"""
|
|
1444
1443
|
if cidrs is not None:
|
|
1445
1444
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
1446
1445
|
|
|
1447
|
-
@property
|
|
1446
|
+
@_builtins.property
|
|
1448
1447
|
@pulumi.getter
|
|
1449
|
-
def cidrs(self) -> Optional[Sequence[
|
|
1448
|
+
def cidrs(self) -> Optional[Sequence[_builtins.str]]:
|
|
1450
1449
|
"""
|
|
1451
1450
|
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.
|
|
1452
1451
|
"""
|
|
@@ -1459,17 +1458,17 @@ class ServiceCIDRSpecPatch(dict):
|
|
|
1459
1458
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1460
1459
|
"""
|
|
1461
1460
|
def __init__(__self__, *,
|
|
1462
|
-
cidrs: Optional[Sequence[
|
|
1461
|
+
cidrs: Optional[Sequence[_builtins.str]] = None):
|
|
1463
1462
|
"""
|
|
1464
1463
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1465
|
-
:param Sequence[
|
|
1464
|
+
: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.
|
|
1466
1465
|
"""
|
|
1467
1466
|
if cidrs is not None:
|
|
1468
1467
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
1469
1468
|
|
|
1470
|
-
@property
|
|
1469
|
+
@_builtins.property
|
|
1471
1470
|
@pulumi.getter
|
|
1472
|
-
def cidrs(self) -> Optional[Sequence[
|
|
1471
|
+
def cidrs(self) -> Optional[Sequence[_builtins.str]]:
|
|
1473
1472
|
"""
|
|
1474
1473
|
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.
|
|
1475
1474
|
"""
|
|
@@ -1490,7 +1489,7 @@ class ServiceCIDRStatus(dict):
|
|
|
1490
1489
|
if conditions is not None:
|
|
1491
1490
|
pulumi.set(__self__, "conditions", conditions)
|
|
1492
1491
|
|
|
1493
|
-
@property
|
|
1492
|
+
@_builtins.property
|
|
1494
1493
|
@pulumi.getter
|
|
1495
1494
|
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
|
|
1496
1495
|
"""
|
|
@@ -1513,7 +1512,7 @@ class ServiceCIDRStatusPatch(dict):
|
|
|
1513
1512
|
if conditions is not None:
|
|
1514
1513
|
pulumi.set(__self__, "conditions", conditions)
|
|
1515
1514
|
|
|
1516
|
-
@property
|
|
1515
|
+
@_builtins.property
|
|
1517
1516
|
@pulumi.getter
|
|
1518
1517
|
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
|
|
1519
1518
|
"""
|