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
|
|
@@ -83,11 +82,11 @@ if not MYPY:
|
|
|
83
82
|
"""
|
|
84
83
|
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
85
84
|
"""
|
|
86
|
-
path: NotRequired[pulumi.Input[
|
|
85
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
|
87
86
|
"""
|
|
88
87
|
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.
|
|
89
88
|
"""
|
|
90
|
-
path_type: NotRequired[pulumi.Input[
|
|
89
|
+
path_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
91
90
|
"""
|
|
92
91
|
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
|
|
93
92
|
done on a path element by element basis. A path element refers is the
|
|
@@ -108,13 +107,13 @@ elif False:
|
|
|
108
107
|
class HTTPIngressPathPatchArgs:
|
|
109
108
|
def __init__(__self__, *,
|
|
110
109
|
backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
111
|
-
path: Optional[pulumi.Input[
|
|
112
|
-
path_type: Optional[pulumi.Input[
|
|
110
|
+
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
111
|
+
path_type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
113
112
|
"""
|
|
114
113
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
115
114
|
:param pulumi.Input['IngressBackendPatchArgs'] backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
116
|
-
:param pulumi.Input[
|
|
117
|
-
:param pulumi.Input[
|
|
115
|
+
:param pulumi.Input[_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.
|
|
116
|
+
:param pulumi.Input[_builtins.str] path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
118
117
|
done on a path element by element basis. A path element refers is the
|
|
119
118
|
list of labels in the path split by the '/' separator. A request is a
|
|
120
119
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -133,7 +132,7 @@ class HTTPIngressPathPatchArgs:
|
|
|
133
132
|
if path_type is not None:
|
|
134
133
|
pulumi.set(__self__, "path_type", path_type)
|
|
135
134
|
|
|
136
|
-
@property
|
|
135
|
+
@_builtins.property
|
|
137
136
|
@pulumi.getter
|
|
138
137
|
def backend(self) -> Optional[pulumi.Input['IngressBackendPatchArgs']]:
|
|
139
138
|
"""
|
|
@@ -145,21 +144,21 @@ class HTTPIngressPathPatchArgs:
|
|
|
145
144
|
def backend(self, value: Optional[pulumi.Input['IngressBackendPatchArgs']]):
|
|
146
145
|
pulumi.set(self, "backend", value)
|
|
147
146
|
|
|
148
|
-
@property
|
|
147
|
+
@_builtins.property
|
|
149
148
|
@pulumi.getter
|
|
150
|
-
def path(self) -> Optional[pulumi.Input[
|
|
149
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
151
150
|
"""
|
|
152
151
|
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.
|
|
153
152
|
"""
|
|
154
153
|
return pulumi.get(self, "path")
|
|
155
154
|
|
|
156
155
|
@path.setter
|
|
157
|
-
def path(self, value: Optional[pulumi.Input[
|
|
156
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
158
157
|
pulumi.set(self, "path", value)
|
|
159
158
|
|
|
160
|
-
@property
|
|
159
|
+
@_builtins.property
|
|
161
160
|
@pulumi.getter(name="pathType")
|
|
162
|
-
def path_type(self) -> Optional[pulumi.Input[
|
|
161
|
+
def path_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
163
162
|
"""
|
|
164
163
|
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
|
|
165
164
|
done on a path element by element basis. A path element refers is the
|
|
@@ -176,7 +175,7 @@ class HTTPIngressPathPatchArgs:
|
|
|
176
175
|
return pulumi.get(self, "path_type")
|
|
177
176
|
|
|
178
177
|
@path_type.setter
|
|
179
|
-
def path_type(self, value: Optional[pulumi.Input[
|
|
178
|
+
def path_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
180
179
|
pulumi.set(self, "path_type", value)
|
|
181
180
|
|
|
182
181
|
|
|
@@ -189,11 +188,11 @@ if not MYPY:
|
|
|
189
188
|
"""
|
|
190
189
|
Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
191
190
|
"""
|
|
192
|
-
path: NotRequired[pulumi.Input[
|
|
191
|
+
path: NotRequired[pulumi.Input[_builtins.str]]
|
|
193
192
|
"""
|
|
194
193
|
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.
|
|
195
194
|
"""
|
|
196
|
-
path_type: NotRequired[pulumi.Input[
|
|
195
|
+
path_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
197
196
|
"""
|
|
198
197
|
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
|
|
199
198
|
done on a path element by element basis. A path element refers is the
|
|
@@ -214,13 +213,13 @@ elif False:
|
|
|
214
213
|
class HTTPIngressPathArgs:
|
|
215
214
|
def __init__(__self__, *,
|
|
216
215
|
backend: pulumi.Input['IngressBackendArgs'],
|
|
217
|
-
path: Optional[pulumi.Input[
|
|
218
|
-
path_type: Optional[pulumi.Input[
|
|
216
|
+
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
217
|
+
path_type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
219
218
|
"""
|
|
220
219
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
221
220
|
:param pulumi.Input['IngressBackendArgs'] backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
222
|
-
:param pulumi.Input[
|
|
223
|
-
:param pulumi.Input[
|
|
221
|
+
:param pulumi.Input[_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.
|
|
222
|
+
:param pulumi.Input[_builtins.str] path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
224
223
|
done on a path element by element basis. A path element refers is the
|
|
225
224
|
list of labels in the path split by the '/' separator. A request is a
|
|
226
225
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -238,7 +237,7 @@ class HTTPIngressPathArgs:
|
|
|
238
237
|
if path_type is not None:
|
|
239
238
|
pulumi.set(__self__, "path_type", path_type)
|
|
240
239
|
|
|
241
|
-
@property
|
|
240
|
+
@_builtins.property
|
|
242
241
|
@pulumi.getter
|
|
243
242
|
def backend(self) -> pulumi.Input['IngressBackendArgs']:
|
|
244
243
|
"""
|
|
@@ -250,21 +249,21 @@ class HTTPIngressPathArgs:
|
|
|
250
249
|
def backend(self, value: pulumi.Input['IngressBackendArgs']):
|
|
251
250
|
pulumi.set(self, "backend", value)
|
|
252
251
|
|
|
253
|
-
@property
|
|
252
|
+
@_builtins.property
|
|
254
253
|
@pulumi.getter
|
|
255
|
-
def path(self) -> Optional[pulumi.Input[
|
|
254
|
+
def path(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
256
255
|
"""
|
|
257
256
|
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.
|
|
258
257
|
"""
|
|
259
258
|
return pulumi.get(self, "path")
|
|
260
259
|
|
|
261
260
|
@path.setter
|
|
262
|
-
def path(self, value: Optional[pulumi.Input[
|
|
261
|
+
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
263
262
|
pulumi.set(self, "path", value)
|
|
264
263
|
|
|
265
|
-
@property
|
|
264
|
+
@_builtins.property
|
|
266
265
|
@pulumi.getter(name="pathType")
|
|
267
|
-
def path_type(self) -> Optional[pulumi.Input[
|
|
266
|
+
def path_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
268
267
|
"""
|
|
269
268
|
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
|
|
270
269
|
done on a path element by element basis. A path element refers is the
|
|
@@ -281,7 +280,7 @@ class HTTPIngressPathArgs:
|
|
|
281
280
|
return pulumi.get(self, "path_type")
|
|
282
281
|
|
|
283
282
|
@path_type.setter
|
|
284
|
-
def path_type(self, value: Optional[pulumi.Input[
|
|
283
|
+
def path_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
285
284
|
pulumi.set(self, "path_type", value)
|
|
286
285
|
|
|
287
286
|
|
|
@@ -308,7 +307,7 @@ class HTTPIngressRuleValuePatchArgs:
|
|
|
308
307
|
if paths is not None:
|
|
309
308
|
pulumi.set(__self__, "paths", paths)
|
|
310
309
|
|
|
311
|
-
@property
|
|
310
|
+
@_builtins.property
|
|
312
311
|
@pulumi.getter
|
|
313
312
|
def paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathPatchArgs']]]]:
|
|
314
313
|
"""
|
|
@@ -343,7 +342,7 @@ class HTTPIngressRuleValueArgs:
|
|
|
343
342
|
"""
|
|
344
343
|
pulumi.set(__self__, "paths", paths)
|
|
345
344
|
|
|
346
|
-
@property
|
|
345
|
+
@_builtins.property
|
|
347
346
|
@pulumi.getter
|
|
348
347
|
def paths(self) -> pulumi.Input[Sequence[pulumi.Input['HTTPIngressPathArgs']]]:
|
|
349
348
|
"""
|
|
@@ -379,7 +378,7 @@ class IPAddressSpecPatchArgs:
|
|
|
379
378
|
if parent_ref is not None:
|
|
380
379
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
381
380
|
|
|
382
|
-
@property
|
|
381
|
+
@_builtins.property
|
|
383
382
|
@pulumi.getter(name="parentRef")
|
|
384
383
|
def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
|
|
385
384
|
"""
|
|
@@ -414,7 +413,7 @@ class IPAddressSpecArgs:
|
|
|
414
413
|
"""
|
|
415
414
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
416
415
|
|
|
417
|
-
@property
|
|
416
|
+
@_builtins.property
|
|
418
417
|
@pulumi.getter(name="parentRef")
|
|
419
418
|
def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
|
|
420
419
|
"""
|
|
@@ -432,11 +431,11 @@ if not MYPY:
|
|
|
432
431
|
"""
|
|
433
432
|
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
|
|
434
433
|
"""
|
|
435
|
-
api_version: NotRequired[pulumi.Input[
|
|
434
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
436
435
|
"""
|
|
437
436
|
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
|
|
438
437
|
"""
|
|
439
|
-
kind: NotRequired[pulumi.Input[
|
|
438
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
440
439
|
"""
|
|
441
440
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
442
441
|
"""
|
|
@@ -454,14 +453,14 @@ elif False:
|
|
|
454
453
|
@pulumi.input_type
|
|
455
454
|
class IPAddressArgs:
|
|
456
455
|
def __init__(__self__, *,
|
|
457
|
-
api_version: Optional[pulumi.Input[
|
|
458
|
-
kind: Optional[pulumi.Input[
|
|
456
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
457
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
459
458
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
460
459
|
spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
|
|
461
460
|
"""
|
|
462
461
|
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
|
|
463
|
-
:param pulumi.Input[
|
|
464
|
-
:param pulumi.Input[
|
|
462
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
463
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
465
464
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
466
465
|
:param pulumi.Input['IPAddressSpecArgs'] spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
467
466
|
"""
|
|
@@ -474,31 +473,31 @@ class IPAddressArgs:
|
|
|
474
473
|
if spec is not None:
|
|
475
474
|
pulumi.set(__self__, "spec", spec)
|
|
476
475
|
|
|
477
|
-
@property
|
|
476
|
+
@_builtins.property
|
|
478
477
|
@pulumi.getter(name="apiVersion")
|
|
479
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
478
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
480
479
|
"""
|
|
481
480
|
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
|
|
482
481
|
"""
|
|
483
482
|
return pulumi.get(self, "api_version")
|
|
484
483
|
|
|
485
484
|
@api_version.setter
|
|
486
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
485
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
487
486
|
pulumi.set(self, "api_version", value)
|
|
488
487
|
|
|
489
|
-
@property
|
|
488
|
+
@_builtins.property
|
|
490
489
|
@pulumi.getter
|
|
491
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
490
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
492
491
|
"""
|
|
493
492
|
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
|
|
494
493
|
"""
|
|
495
494
|
return pulumi.get(self, "kind")
|
|
496
495
|
|
|
497
496
|
@kind.setter
|
|
498
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
497
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
499
498
|
pulumi.set(self, "kind", value)
|
|
500
499
|
|
|
501
|
-
@property
|
|
500
|
+
@_builtins.property
|
|
502
501
|
@pulumi.getter
|
|
503
502
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
504
503
|
"""
|
|
@@ -510,7 +509,7 @@ class IPAddressArgs:
|
|
|
510
509
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
511
510
|
pulumi.set(self, "metadata", value)
|
|
512
511
|
|
|
513
|
-
@property
|
|
512
|
+
@_builtins.property
|
|
514
513
|
@pulumi.getter
|
|
515
514
|
def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
|
|
516
515
|
"""
|
|
@@ -532,11 +531,11 @@ if not MYPY:
|
|
|
532
531
|
"""
|
|
533
532
|
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.
|
|
534
533
|
"""
|
|
535
|
-
service_name: NotRequired[pulumi.Input[
|
|
534
|
+
service_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
536
535
|
"""
|
|
537
536
|
Specifies the name of the referenced service.
|
|
538
537
|
"""
|
|
539
|
-
service_port: NotRequired[pulumi.Input[Union[
|
|
538
|
+
service_port: NotRequired[pulumi.Input[Union[_builtins.int, _builtins.str]]]
|
|
540
539
|
"""
|
|
541
540
|
Specifies the port of the referenced service.
|
|
542
541
|
"""
|
|
@@ -547,13 +546,13 @@ elif False:
|
|
|
547
546
|
class IngressBackendPatchArgs:
|
|
548
547
|
def __init__(__self__, *,
|
|
549
548
|
resource: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']] = None,
|
|
550
|
-
service_name: Optional[pulumi.Input[
|
|
551
|
-
service_port: Optional[pulumi.Input[Union[
|
|
549
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
550
|
+
service_port: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]] = None):
|
|
552
551
|
"""
|
|
553
552
|
IngressBackend describes all endpoints for a given service and port.
|
|
554
553
|
:param pulumi.Input['_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.
|
|
555
|
-
:param pulumi.Input[
|
|
556
|
-
:param pulumi.Input[Union[
|
|
554
|
+
:param pulumi.Input[_builtins.str] service_name: Specifies the name of the referenced service.
|
|
555
|
+
:param pulumi.Input[Union[_builtins.int, _builtins.str]] service_port: Specifies the port of the referenced service.
|
|
557
556
|
"""
|
|
558
557
|
if resource is not None:
|
|
559
558
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -562,7 +561,7 @@ class IngressBackendPatchArgs:
|
|
|
562
561
|
if service_port is not None:
|
|
563
562
|
pulumi.set(__self__, "service_port", service_port)
|
|
564
563
|
|
|
565
|
-
@property
|
|
564
|
+
@_builtins.property
|
|
566
565
|
@pulumi.getter
|
|
567
566
|
def resource(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]:
|
|
568
567
|
"""
|
|
@@ -574,28 +573,28 @@ class IngressBackendPatchArgs:
|
|
|
574
573
|
def resource(self, value: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]):
|
|
575
574
|
pulumi.set(self, "resource", value)
|
|
576
575
|
|
|
577
|
-
@property
|
|
576
|
+
@_builtins.property
|
|
578
577
|
@pulumi.getter(name="serviceName")
|
|
579
|
-
def service_name(self) -> Optional[pulumi.Input[
|
|
578
|
+
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
580
579
|
"""
|
|
581
580
|
Specifies the name of the referenced service.
|
|
582
581
|
"""
|
|
583
582
|
return pulumi.get(self, "service_name")
|
|
584
583
|
|
|
585
584
|
@service_name.setter
|
|
586
|
-
def service_name(self, value: Optional[pulumi.Input[
|
|
585
|
+
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
587
586
|
pulumi.set(self, "service_name", value)
|
|
588
587
|
|
|
589
|
-
@property
|
|
588
|
+
@_builtins.property
|
|
590
589
|
@pulumi.getter(name="servicePort")
|
|
591
|
-
def service_port(self) -> Optional[pulumi.Input[Union[
|
|
590
|
+
def service_port(self) -> Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]:
|
|
592
591
|
"""
|
|
593
592
|
Specifies the port of the referenced service.
|
|
594
593
|
"""
|
|
595
594
|
return pulumi.get(self, "service_port")
|
|
596
595
|
|
|
597
596
|
@service_port.setter
|
|
598
|
-
def service_port(self, value: Optional[pulumi.Input[Union[
|
|
597
|
+
def service_port(self, value: Optional[pulumi.Input[Union[_builtins.int, _builtins.str]]]):
|
|
599
598
|
pulumi.set(self, "service_port", value)
|
|
600
599
|
|
|
601
600
|
|
|
@@ -604,11 +603,11 @@ if not MYPY:
|
|
|
604
603
|
"""
|
|
605
604
|
IngressBackend describes all endpoints for a given service and port.
|
|
606
605
|
"""
|
|
607
|
-
service_name: pulumi.Input[
|
|
606
|
+
service_name: pulumi.Input[_builtins.str]
|
|
608
607
|
"""
|
|
609
608
|
Specifies the name of the referenced service.
|
|
610
609
|
"""
|
|
611
|
-
service_port: pulumi.Input[Union[
|
|
610
|
+
service_port: pulumi.Input[Union[_builtins.int, _builtins.str]]
|
|
612
611
|
"""
|
|
613
612
|
Specifies the port of the referenced service.
|
|
614
613
|
"""
|
|
@@ -622,13 +621,13 @@ elif False:
|
|
|
622
621
|
@pulumi.input_type
|
|
623
622
|
class IngressBackendArgs:
|
|
624
623
|
def __init__(__self__, *,
|
|
625
|
-
service_name: pulumi.Input[
|
|
626
|
-
service_port: pulumi.Input[Union[
|
|
624
|
+
service_name: pulumi.Input[_builtins.str],
|
|
625
|
+
service_port: pulumi.Input[Union[_builtins.int, _builtins.str]],
|
|
627
626
|
resource: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']] = None):
|
|
628
627
|
"""
|
|
629
628
|
IngressBackend describes all endpoints for a given service and port.
|
|
630
|
-
:param pulumi.Input[
|
|
631
|
-
:param pulumi.Input[Union[
|
|
629
|
+
:param pulumi.Input[_builtins.str] service_name: Specifies the name of the referenced service.
|
|
630
|
+
:param pulumi.Input[Union[_builtins.int, _builtins.str]] service_port: Specifies the port of the referenced service.
|
|
632
631
|
:param pulumi.Input['_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.
|
|
633
632
|
"""
|
|
634
633
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -636,31 +635,31 @@ class IngressBackendArgs:
|
|
|
636
635
|
if resource is not None:
|
|
637
636
|
pulumi.set(__self__, "resource", resource)
|
|
638
637
|
|
|
639
|
-
@property
|
|
638
|
+
@_builtins.property
|
|
640
639
|
@pulumi.getter(name="serviceName")
|
|
641
|
-
def service_name(self) -> pulumi.Input[
|
|
640
|
+
def service_name(self) -> pulumi.Input[_builtins.str]:
|
|
642
641
|
"""
|
|
643
642
|
Specifies the name of the referenced service.
|
|
644
643
|
"""
|
|
645
644
|
return pulumi.get(self, "service_name")
|
|
646
645
|
|
|
647
646
|
@service_name.setter
|
|
648
|
-
def service_name(self, value: pulumi.Input[
|
|
647
|
+
def service_name(self, value: pulumi.Input[_builtins.str]):
|
|
649
648
|
pulumi.set(self, "service_name", value)
|
|
650
649
|
|
|
651
|
-
@property
|
|
650
|
+
@_builtins.property
|
|
652
651
|
@pulumi.getter(name="servicePort")
|
|
653
|
-
def service_port(self) -> pulumi.Input[Union[
|
|
652
|
+
def service_port(self) -> pulumi.Input[Union[_builtins.int, _builtins.str]]:
|
|
654
653
|
"""
|
|
655
654
|
Specifies the port of the referenced service.
|
|
656
655
|
"""
|
|
657
656
|
return pulumi.get(self, "service_port")
|
|
658
657
|
|
|
659
658
|
@service_port.setter
|
|
660
|
-
def service_port(self, value: pulumi.Input[Union[
|
|
659
|
+
def service_port(self, value: pulumi.Input[Union[_builtins.int, _builtins.str]]):
|
|
661
660
|
pulumi.set(self, "service_port", value)
|
|
662
661
|
|
|
663
|
-
@property
|
|
662
|
+
@_builtins.property
|
|
664
663
|
@pulumi.getter
|
|
665
664
|
def resource(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']]:
|
|
666
665
|
"""
|
|
@@ -678,7 +677,7 @@ if not MYPY:
|
|
|
678
677
|
"""
|
|
679
678
|
IngressClassSpec provides information about the class of an Ingress.
|
|
680
679
|
"""
|
|
681
|
-
controller: NotRequired[pulumi.Input[
|
|
680
|
+
controller: NotRequired[pulumi.Input[_builtins.str]]
|
|
682
681
|
"""
|
|
683
682
|
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.
|
|
684
683
|
"""
|
|
@@ -692,11 +691,11 @@ elif False:
|
|
|
692
691
|
@pulumi.input_type
|
|
693
692
|
class IngressClassSpecPatchArgs:
|
|
694
693
|
def __init__(__self__, *,
|
|
695
|
-
controller: Optional[pulumi.Input[
|
|
694
|
+
controller: Optional[pulumi.Input[_builtins.str]] = None,
|
|
696
695
|
parameters: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']] = None):
|
|
697
696
|
"""
|
|
698
697
|
IngressClassSpec provides information about the class of an Ingress.
|
|
699
|
-
:param pulumi.Input[
|
|
698
|
+
:param pulumi.Input[_builtins.str] controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
700
699
|
:param pulumi.Input['_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.
|
|
701
700
|
"""
|
|
702
701
|
if controller is not None:
|
|
@@ -704,19 +703,19 @@ class IngressClassSpecPatchArgs:
|
|
|
704
703
|
if parameters is not None:
|
|
705
704
|
pulumi.set(__self__, "parameters", parameters)
|
|
706
705
|
|
|
707
|
-
@property
|
|
706
|
+
@_builtins.property
|
|
708
707
|
@pulumi.getter
|
|
709
|
-
def controller(self) -> Optional[pulumi.Input[
|
|
708
|
+
def controller(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
710
709
|
"""
|
|
711
710
|
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.
|
|
712
711
|
"""
|
|
713
712
|
return pulumi.get(self, "controller")
|
|
714
713
|
|
|
715
714
|
@controller.setter
|
|
716
|
-
def controller(self, value: Optional[pulumi.Input[
|
|
715
|
+
def controller(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
717
716
|
pulumi.set(self, "controller", value)
|
|
718
717
|
|
|
719
|
-
@property
|
|
718
|
+
@_builtins.property
|
|
720
719
|
@pulumi.getter
|
|
721
720
|
def parameters(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferencePatchArgs']]:
|
|
722
721
|
"""
|
|
@@ -734,7 +733,7 @@ if not MYPY:
|
|
|
734
733
|
"""
|
|
735
734
|
IngressClassSpec provides information about the class of an Ingress.
|
|
736
735
|
"""
|
|
737
|
-
controller: NotRequired[pulumi.Input[
|
|
736
|
+
controller: NotRequired[pulumi.Input[_builtins.str]]
|
|
738
737
|
"""
|
|
739
738
|
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.
|
|
740
739
|
"""
|
|
@@ -748,11 +747,11 @@ elif False:
|
|
|
748
747
|
@pulumi.input_type
|
|
749
748
|
class IngressClassSpecArgs:
|
|
750
749
|
def __init__(__self__, *,
|
|
751
|
-
controller: Optional[pulumi.Input[
|
|
750
|
+
controller: Optional[pulumi.Input[_builtins.str]] = None,
|
|
752
751
|
parameters: Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']] = None):
|
|
753
752
|
"""
|
|
754
753
|
IngressClassSpec provides information about the class of an Ingress.
|
|
755
|
-
:param pulumi.Input[
|
|
754
|
+
:param pulumi.Input[_builtins.str] controller: Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
|
|
756
755
|
:param pulumi.Input['_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.
|
|
757
756
|
"""
|
|
758
757
|
if controller is not None:
|
|
@@ -760,19 +759,19 @@ class IngressClassSpecArgs:
|
|
|
760
759
|
if parameters is not None:
|
|
761
760
|
pulumi.set(__self__, "parameters", parameters)
|
|
762
761
|
|
|
763
|
-
@property
|
|
762
|
+
@_builtins.property
|
|
764
763
|
@pulumi.getter
|
|
765
|
-
def controller(self) -> Optional[pulumi.Input[
|
|
764
|
+
def controller(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
766
765
|
"""
|
|
767
766
|
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.
|
|
768
767
|
"""
|
|
769
768
|
return pulumi.get(self, "controller")
|
|
770
769
|
|
|
771
770
|
@controller.setter
|
|
772
|
-
def controller(self, value: Optional[pulumi.Input[
|
|
771
|
+
def controller(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
773
772
|
pulumi.set(self, "controller", value)
|
|
774
773
|
|
|
775
|
-
@property
|
|
774
|
+
@_builtins.property
|
|
776
775
|
@pulumi.getter
|
|
777
776
|
def parameters(self) -> Optional[pulumi.Input['_core.v1.TypedLocalObjectReferenceArgs']]:
|
|
778
777
|
"""
|
|
@@ -790,11 +789,11 @@ if not MYPY:
|
|
|
790
789
|
"""
|
|
791
790
|
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.
|
|
792
791
|
"""
|
|
793
|
-
api_version: NotRequired[pulumi.Input[
|
|
792
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
794
793
|
"""
|
|
795
794
|
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
|
|
796
795
|
"""
|
|
797
|
-
kind: NotRequired[pulumi.Input[
|
|
796
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
798
797
|
"""
|
|
799
798
|
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
|
|
800
799
|
"""
|
|
@@ -812,14 +811,14 @@ elif False:
|
|
|
812
811
|
@pulumi.input_type
|
|
813
812
|
class IngressClassArgs:
|
|
814
813
|
def __init__(__self__, *,
|
|
815
|
-
api_version: Optional[pulumi.Input[
|
|
816
|
-
kind: Optional[pulumi.Input[
|
|
814
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
815
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
817
816
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
818
817
|
spec: Optional[pulumi.Input['IngressClassSpecArgs']] = None):
|
|
819
818
|
"""
|
|
820
819
|
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.
|
|
821
|
-
:param pulumi.Input[
|
|
822
|
-
:param pulumi.Input[
|
|
820
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
821
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
823
822
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
824
823
|
:param pulumi.Input['IngressClassSpecArgs'] spec: Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
825
824
|
"""
|
|
@@ -832,31 +831,31 @@ class IngressClassArgs:
|
|
|
832
831
|
if spec is not None:
|
|
833
832
|
pulumi.set(__self__, "spec", spec)
|
|
834
833
|
|
|
835
|
-
@property
|
|
834
|
+
@_builtins.property
|
|
836
835
|
@pulumi.getter(name="apiVersion")
|
|
837
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
836
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
838
837
|
"""
|
|
839
838
|
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
|
|
840
839
|
"""
|
|
841
840
|
return pulumi.get(self, "api_version")
|
|
842
841
|
|
|
843
842
|
@api_version.setter
|
|
844
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
843
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
845
844
|
pulumi.set(self, "api_version", value)
|
|
846
845
|
|
|
847
|
-
@property
|
|
846
|
+
@_builtins.property
|
|
848
847
|
@pulumi.getter
|
|
849
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
848
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
850
849
|
"""
|
|
851
850
|
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
|
|
852
851
|
"""
|
|
853
852
|
return pulumi.get(self, "kind")
|
|
854
853
|
|
|
855
854
|
@kind.setter
|
|
856
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
855
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
857
856
|
pulumi.set(self, "kind", value)
|
|
858
857
|
|
|
859
|
-
@property
|
|
858
|
+
@_builtins.property
|
|
860
859
|
@pulumi.getter
|
|
861
860
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
862
861
|
"""
|
|
@@ -868,7 +867,7 @@ class IngressClassArgs:
|
|
|
868
867
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
869
868
|
pulumi.set(self, "metadata", value)
|
|
870
869
|
|
|
871
|
-
@property
|
|
870
|
+
@_builtins.property
|
|
872
871
|
@pulumi.getter
|
|
873
872
|
def spec(self) -> Optional[pulumi.Input['IngressClassSpecArgs']]:
|
|
874
873
|
"""
|
|
@@ -886,7 +885,7 @@ if not MYPY:
|
|
|
886
885
|
"""
|
|
887
886
|
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.
|
|
888
887
|
"""
|
|
889
|
-
host: NotRequired[pulumi.Input[
|
|
888
|
+
host: NotRequired[pulumi.Input[_builtins.str]]
|
|
890
889
|
"""
|
|
891
890
|
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
|
|
892
891
|
IP in the Spec of the parent Ingress.
|
|
@@ -902,11 +901,11 @@ elif False:
|
|
|
902
901
|
@pulumi.input_type
|
|
903
902
|
class IngressRulePatchArgs:
|
|
904
903
|
def __init__(__self__, *,
|
|
905
|
-
host: Optional[pulumi.Input[
|
|
904
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
906
905
|
http: Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']] = None):
|
|
907
906
|
"""
|
|
908
907
|
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.
|
|
909
|
-
:param pulumi.Input[
|
|
908
|
+
:param pulumi.Input[_builtins.str] host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
910
909
|
IP in the Spec of the parent Ingress.
|
|
911
910
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
912
911
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -918,9 +917,9 @@ class IngressRulePatchArgs:
|
|
|
918
917
|
if http is not None:
|
|
919
918
|
pulumi.set(__self__, "http", http)
|
|
920
919
|
|
|
921
|
-
@property
|
|
920
|
+
@_builtins.property
|
|
922
921
|
@pulumi.getter
|
|
923
|
-
def host(self) -> Optional[pulumi.Input[
|
|
922
|
+
def host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
924
923
|
"""
|
|
925
924
|
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
|
|
926
925
|
IP in the Spec of the parent Ingress.
|
|
@@ -932,10 +931,10 @@ class IngressRulePatchArgs:
|
|
|
932
931
|
return pulumi.get(self, "host")
|
|
933
932
|
|
|
934
933
|
@host.setter
|
|
935
|
-
def host(self, value: Optional[pulumi.Input[
|
|
934
|
+
def host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
936
935
|
pulumi.set(self, "host", value)
|
|
937
936
|
|
|
938
|
-
@property
|
|
937
|
+
@_builtins.property
|
|
939
938
|
@pulumi.getter
|
|
940
939
|
def http(self) -> Optional[pulumi.Input['HTTPIngressRuleValuePatchArgs']]:
|
|
941
940
|
return pulumi.get(self, "http")
|
|
@@ -950,7 +949,7 @@ if not MYPY:
|
|
|
950
949
|
"""
|
|
951
950
|
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.
|
|
952
951
|
"""
|
|
953
|
-
host: NotRequired[pulumi.Input[
|
|
952
|
+
host: NotRequired[pulumi.Input[_builtins.str]]
|
|
954
953
|
"""
|
|
955
954
|
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
|
|
956
955
|
IP in the Spec of the parent Ingress.
|
|
@@ -966,11 +965,11 @@ elif False:
|
|
|
966
965
|
@pulumi.input_type
|
|
967
966
|
class IngressRuleArgs:
|
|
968
967
|
def __init__(__self__, *,
|
|
969
|
-
host: Optional[pulumi.Input[
|
|
968
|
+
host: Optional[pulumi.Input[_builtins.str]] = None,
|
|
970
969
|
http: Optional[pulumi.Input['HTTPIngressRuleValueArgs']] = None):
|
|
971
970
|
"""
|
|
972
971
|
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.
|
|
973
|
-
:param pulumi.Input[
|
|
972
|
+
:param pulumi.Input[_builtins.str] host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
974
973
|
IP in the Spec of the parent Ingress.
|
|
975
974
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
976
975
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -982,9 +981,9 @@ class IngressRuleArgs:
|
|
|
982
981
|
if http is not None:
|
|
983
982
|
pulumi.set(__self__, "http", http)
|
|
984
983
|
|
|
985
|
-
@property
|
|
984
|
+
@_builtins.property
|
|
986
985
|
@pulumi.getter
|
|
987
|
-
def host(self) -> Optional[pulumi.Input[
|
|
986
|
+
def host(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
988
987
|
"""
|
|
989
988
|
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
|
|
990
989
|
IP in the Spec of the parent Ingress.
|
|
@@ -996,10 +995,10 @@ class IngressRuleArgs:
|
|
|
996
995
|
return pulumi.get(self, "host")
|
|
997
996
|
|
|
998
997
|
@host.setter
|
|
999
|
-
def host(self, value: Optional[pulumi.Input[
|
|
998
|
+
def host(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1000
999
|
pulumi.set(self, "host", value)
|
|
1001
1000
|
|
|
1002
|
-
@property
|
|
1001
|
+
@_builtins.property
|
|
1003
1002
|
@pulumi.getter
|
|
1004
1003
|
def http(self) -> Optional[pulumi.Input['HTTPIngressRuleValueArgs']]:
|
|
1005
1004
|
return pulumi.get(self, "http")
|
|
@@ -1018,7 +1017,7 @@ if not MYPY:
|
|
|
1018
1017
|
"""
|
|
1019
1018
|
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.
|
|
1020
1019
|
"""
|
|
1021
|
-
ingress_class_name: NotRequired[pulumi.Input[
|
|
1020
|
+
ingress_class_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1022
1021
|
"""
|
|
1023
1022
|
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.
|
|
1024
1023
|
"""
|
|
@@ -1037,13 +1036,13 @@ elif False:
|
|
|
1037
1036
|
class IngressSpecPatchArgs:
|
|
1038
1037
|
def __init__(__self__, *,
|
|
1039
1038
|
backend: Optional[pulumi.Input['IngressBackendPatchArgs']] = None,
|
|
1040
|
-
ingress_class_name: Optional[pulumi.Input[
|
|
1039
|
+
ingress_class_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1041
1040
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]] = None,
|
|
1042
1041
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]] = None):
|
|
1043
1042
|
"""
|
|
1044
1043
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1045
1044
|
:param pulumi.Input['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.
|
|
1046
|
-
:param pulumi.Input[
|
|
1045
|
+
:param pulumi.Input[_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.
|
|
1047
1046
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1048
1047
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1049
1048
|
"""
|
|
@@ -1056,7 +1055,7 @@ class IngressSpecPatchArgs:
|
|
|
1056
1055
|
if tls is not None:
|
|
1057
1056
|
pulumi.set(__self__, "tls", tls)
|
|
1058
1057
|
|
|
1059
|
-
@property
|
|
1058
|
+
@_builtins.property
|
|
1060
1059
|
@pulumi.getter
|
|
1061
1060
|
def backend(self) -> Optional[pulumi.Input['IngressBackendPatchArgs']]:
|
|
1062
1061
|
"""
|
|
@@ -1068,19 +1067,19 @@ class IngressSpecPatchArgs:
|
|
|
1068
1067
|
def backend(self, value: Optional[pulumi.Input['IngressBackendPatchArgs']]):
|
|
1069
1068
|
pulumi.set(self, "backend", value)
|
|
1070
1069
|
|
|
1071
|
-
@property
|
|
1070
|
+
@_builtins.property
|
|
1072
1071
|
@pulumi.getter(name="ingressClassName")
|
|
1073
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[
|
|
1072
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1074
1073
|
"""
|
|
1075
1074
|
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.
|
|
1076
1075
|
"""
|
|
1077
1076
|
return pulumi.get(self, "ingress_class_name")
|
|
1078
1077
|
|
|
1079
1078
|
@ingress_class_name.setter
|
|
1080
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[
|
|
1079
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1081
1080
|
pulumi.set(self, "ingress_class_name", value)
|
|
1082
1081
|
|
|
1083
|
-
@property
|
|
1082
|
+
@_builtins.property
|
|
1084
1083
|
@pulumi.getter
|
|
1085
1084
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]]:
|
|
1086
1085
|
"""
|
|
@@ -1092,7 +1091,7 @@ class IngressSpecPatchArgs:
|
|
|
1092
1091
|
def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRulePatchArgs']]]]):
|
|
1093
1092
|
pulumi.set(self, "rules", value)
|
|
1094
1093
|
|
|
1095
|
-
@property
|
|
1094
|
+
@_builtins.property
|
|
1096
1095
|
@pulumi.getter
|
|
1097
1096
|
def tls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSPatchArgs']]]]:
|
|
1098
1097
|
"""
|
|
@@ -1114,7 +1113,7 @@ if not MYPY:
|
|
|
1114
1113
|
"""
|
|
1115
1114
|
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.
|
|
1116
1115
|
"""
|
|
1117
|
-
ingress_class_name: NotRequired[pulumi.Input[
|
|
1116
|
+
ingress_class_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1118
1117
|
"""
|
|
1119
1118
|
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.
|
|
1120
1119
|
"""
|
|
@@ -1133,13 +1132,13 @@ elif False:
|
|
|
1133
1132
|
class IngressSpecArgs:
|
|
1134
1133
|
def __init__(__self__, *,
|
|
1135
1134
|
backend: Optional[pulumi.Input['IngressBackendArgs']] = None,
|
|
1136
|
-
ingress_class_name: Optional[pulumi.Input[
|
|
1135
|
+
ingress_class_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1137
1136
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]] = None,
|
|
1138
1137
|
tls: Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]] = None):
|
|
1139
1138
|
"""
|
|
1140
1139
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
1141
1140
|
:param pulumi.Input['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.
|
|
1142
|
-
:param pulumi.Input[
|
|
1141
|
+
:param pulumi.Input[_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.
|
|
1143
1142
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1144
1143
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
1145
1144
|
"""
|
|
@@ -1152,7 +1151,7 @@ class IngressSpecArgs:
|
|
|
1152
1151
|
if tls is not None:
|
|
1153
1152
|
pulumi.set(__self__, "tls", tls)
|
|
1154
1153
|
|
|
1155
|
-
@property
|
|
1154
|
+
@_builtins.property
|
|
1156
1155
|
@pulumi.getter
|
|
1157
1156
|
def backend(self) -> Optional[pulumi.Input['IngressBackendArgs']]:
|
|
1158
1157
|
"""
|
|
@@ -1164,19 +1163,19 @@ class IngressSpecArgs:
|
|
|
1164
1163
|
def backend(self, value: Optional[pulumi.Input['IngressBackendArgs']]):
|
|
1165
1164
|
pulumi.set(self, "backend", value)
|
|
1166
1165
|
|
|
1167
|
-
@property
|
|
1166
|
+
@_builtins.property
|
|
1168
1167
|
@pulumi.getter(name="ingressClassName")
|
|
1169
|
-
def ingress_class_name(self) -> Optional[pulumi.Input[
|
|
1168
|
+
def ingress_class_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1170
1169
|
"""
|
|
1171
1170
|
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.
|
|
1172
1171
|
"""
|
|
1173
1172
|
return pulumi.get(self, "ingress_class_name")
|
|
1174
1173
|
|
|
1175
1174
|
@ingress_class_name.setter
|
|
1176
|
-
def ingress_class_name(self, value: Optional[pulumi.Input[
|
|
1175
|
+
def ingress_class_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1177
1176
|
pulumi.set(self, "ingress_class_name", value)
|
|
1178
1177
|
|
|
1179
|
-
@property
|
|
1178
|
+
@_builtins.property
|
|
1180
1179
|
@pulumi.getter
|
|
1181
1180
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]]:
|
|
1182
1181
|
"""
|
|
@@ -1188,7 +1187,7 @@ class IngressSpecArgs:
|
|
|
1188
1187
|
def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IngressRuleArgs']]]]):
|
|
1189
1188
|
pulumi.set(self, "rules", value)
|
|
1190
1189
|
|
|
1191
|
-
@property
|
|
1190
|
+
@_builtins.property
|
|
1192
1191
|
@pulumi.getter
|
|
1193
1192
|
def tls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IngressTLSArgs']]]]:
|
|
1194
1193
|
"""
|
|
@@ -1224,7 +1223,7 @@ class IngressStatusArgs:
|
|
|
1224
1223
|
if load_balancer is not None:
|
|
1225
1224
|
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
1226
1225
|
|
|
1227
|
-
@property
|
|
1226
|
+
@_builtins.property
|
|
1228
1227
|
@pulumi.getter(name="loadBalancer")
|
|
1229
1228
|
def load_balancer(self) -> Optional[pulumi.Input['_core.v1.LoadBalancerStatusArgs']]:
|
|
1230
1229
|
"""
|
|
@@ -1242,11 +1241,11 @@ if not MYPY:
|
|
|
1242
1241
|
"""
|
|
1243
1242
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1244
1243
|
"""
|
|
1245
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1244
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1246
1245
|
"""
|
|
1247
1246
|
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.
|
|
1248
1247
|
"""
|
|
1249
|
-
secret_name: NotRequired[pulumi.Input[
|
|
1248
|
+
secret_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1250
1249
|
"""
|
|
1251
1250
|
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.
|
|
1252
1251
|
"""
|
|
@@ -1256,40 +1255,40 @@ elif False:
|
|
|
1256
1255
|
@pulumi.input_type
|
|
1257
1256
|
class IngressTLSPatchArgs:
|
|
1258
1257
|
def __init__(__self__, *,
|
|
1259
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1260
|
-
secret_name: Optional[pulumi.Input[
|
|
1258
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1259
|
+
secret_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1261
1260
|
"""
|
|
1262
1261
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1263
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1264
|
-
:param pulumi.Input[
|
|
1262
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
1263
|
+
:param pulumi.Input[_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.
|
|
1265
1264
|
"""
|
|
1266
1265
|
if hosts is not None:
|
|
1267
1266
|
pulumi.set(__self__, "hosts", hosts)
|
|
1268
1267
|
if secret_name is not None:
|
|
1269
1268
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
1270
1269
|
|
|
1271
|
-
@property
|
|
1270
|
+
@_builtins.property
|
|
1272
1271
|
@pulumi.getter
|
|
1273
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1272
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1274
1273
|
"""
|
|
1275
1274
|
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.
|
|
1276
1275
|
"""
|
|
1277
1276
|
return pulumi.get(self, "hosts")
|
|
1278
1277
|
|
|
1279
1278
|
@hosts.setter
|
|
1280
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1279
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1281
1280
|
pulumi.set(self, "hosts", value)
|
|
1282
1281
|
|
|
1283
|
-
@property
|
|
1282
|
+
@_builtins.property
|
|
1284
1283
|
@pulumi.getter(name="secretName")
|
|
1285
|
-
def secret_name(self) -> Optional[pulumi.Input[
|
|
1284
|
+
def secret_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1286
1285
|
"""
|
|
1287
1286
|
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.
|
|
1288
1287
|
"""
|
|
1289
1288
|
return pulumi.get(self, "secret_name")
|
|
1290
1289
|
|
|
1291
1290
|
@secret_name.setter
|
|
1292
|
-
def secret_name(self, value: Optional[pulumi.Input[
|
|
1291
|
+
def secret_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1293
1292
|
pulumi.set(self, "secret_name", value)
|
|
1294
1293
|
|
|
1295
1294
|
|
|
@@ -1298,11 +1297,11 @@ if not MYPY:
|
|
|
1298
1297
|
"""
|
|
1299
1298
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1300
1299
|
"""
|
|
1301
|
-
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1300
|
+
hosts: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1302
1301
|
"""
|
|
1303
1302
|
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.
|
|
1304
1303
|
"""
|
|
1305
|
-
secret_name: NotRequired[pulumi.Input[
|
|
1304
|
+
secret_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1306
1305
|
"""
|
|
1307
1306
|
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.
|
|
1308
1307
|
"""
|
|
@@ -1312,40 +1311,40 @@ elif False:
|
|
|
1312
1311
|
@pulumi.input_type
|
|
1313
1312
|
class IngressTLSArgs:
|
|
1314
1313
|
def __init__(__self__, *,
|
|
1315
|
-
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1316
|
-
secret_name: Optional[pulumi.Input[
|
|
1314
|
+
hosts: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1315
|
+
secret_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1317
1316
|
"""
|
|
1318
1317
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
1319
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1320
|
-
:param pulumi.Input[
|
|
1318
|
+
:param pulumi.Input[Sequence[pulumi.Input[_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.
|
|
1319
|
+
:param pulumi.Input[_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.
|
|
1321
1320
|
"""
|
|
1322
1321
|
if hosts is not None:
|
|
1323
1322
|
pulumi.set(__self__, "hosts", hosts)
|
|
1324
1323
|
if secret_name is not None:
|
|
1325
1324
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
1326
1325
|
|
|
1327
|
-
@property
|
|
1326
|
+
@_builtins.property
|
|
1328
1327
|
@pulumi.getter
|
|
1329
|
-
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1328
|
+
def hosts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1330
1329
|
"""
|
|
1331
1330
|
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.
|
|
1332
1331
|
"""
|
|
1333
1332
|
return pulumi.get(self, "hosts")
|
|
1334
1333
|
|
|
1335
1334
|
@hosts.setter
|
|
1336
|
-
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1335
|
+
def hosts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1337
1336
|
pulumi.set(self, "hosts", value)
|
|
1338
1337
|
|
|
1339
|
-
@property
|
|
1338
|
+
@_builtins.property
|
|
1340
1339
|
@pulumi.getter(name="secretName")
|
|
1341
|
-
def secret_name(self) -> Optional[pulumi.Input[
|
|
1340
|
+
def secret_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1342
1341
|
"""
|
|
1343
1342
|
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.
|
|
1344
1343
|
"""
|
|
1345
1344
|
return pulumi.get(self, "secret_name")
|
|
1346
1345
|
|
|
1347
1346
|
@secret_name.setter
|
|
1348
|
-
def secret_name(self, value: Optional[pulumi.Input[
|
|
1347
|
+
def secret_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1349
1348
|
pulumi.set(self, "secret_name", value)
|
|
1350
1349
|
|
|
1351
1350
|
|
|
@@ -1368,11 +1367,11 @@ if not MYPY:
|
|
|
1368
1367
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1369
1368
|
by setting the 'customTimeouts' option on the resource.
|
|
1370
1369
|
"""
|
|
1371
|
-
api_version: NotRequired[pulumi.Input[
|
|
1370
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1372
1371
|
"""
|
|
1373
1372
|
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
|
|
1374
1373
|
"""
|
|
1375
|
-
kind: NotRequired[pulumi.Input[
|
|
1374
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1376
1375
|
"""
|
|
1377
1376
|
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
|
|
1378
1377
|
"""
|
|
@@ -1394,8 +1393,8 @@ elif False:
|
|
|
1394
1393
|
@pulumi.input_type
|
|
1395
1394
|
class IngressArgs:
|
|
1396
1395
|
def __init__(__self__, *,
|
|
1397
|
-
api_version: Optional[pulumi.Input[
|
|
1398
|
-
kind: Optional[pulumi.Input[
|
|
1396
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1397
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1399
1398
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1400
1399
|
spec: Optional[pulumi.Input['IngressSpecArgs']] = None,
|
|
1401
1400
|
status: Optional[pulumi.Input['IngressStatusArgs']] = None):
|
|
@@ -1415,8 +1414,8 @@ class IngressArgs:
|
|
|
1415
1414
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
1416
1415
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1417
1416
|
by setting the 'customTimeouts' option on the resource.
|
|
1418
|
-
:param pulumi.Input[
|
|
1419
|
-
:param pulumi.Input[
|
|
1417
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1418
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1420
1419
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1421
1420
|
:param pulumi.Input['IngressSpecArgs'] spec: Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1422
1421
|
:param pulumi.Input['IngressStatusArgs'] status: Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1432,31 +1431,31 @@ class IngressArgs:
|
|
|
1432
1431
|
if status is not None:
|
|
1433
1432
|
pulumi.set(__self__, "status", status)
|
|
1434
1433
|
|
|
1435
|
-
@property
|
|
1434
|
+
@_builtins.property
|
|
1436
1435
|
@pulumi.getter(name="apiVersion")
|
|
1437
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1436
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1438
1437
|
"""
|
|
1439
1438
|
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
|
|
1440
1439
|
"""
|
|
1441
1440
|
return pulumi.get(self, "api_version")
|
|
1442
1441
|
|
|
1443
1442
|
@api_version.setter
|
|
1444
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1443
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1445
1444
|
pulumi.set(self, "api_version", value)
|
|
1446
1445
|
|
|
1447
|
-
@property
|
|
1446
|
+
@_builtins.property
|
|
1448
1447
|
@pulumi.getter
|
|
1449
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1448
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1450
1449
|
"""
|
|
1451
1450
|
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
|
|
1452
1451
|
"""
|
|
1453
1452
|
return pulumi.get(self, "kind")
|
|
1454
1453
|
|
|
1455
1454
|
@kind.setter
|
|
1456
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1455
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1457
1456
|
pulumi.set(self, "kind", value)
|
|
1458
1457
|
|
|
1459
|
-
@property
|
|
1458
|
+
@_builtins.property
|
|
1460
1459
|
@pulumi.getter
|
|
1461
1460
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1462
1461
|
"""
|
|
@@ -1468,7 +1467,7 @@ class IngressArgs:
|
|
|
1468
1467
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1469
1468
|
pulumi.set(self, "metadata", value)
|
|
1470
1469
|
|
|
1471
|
-
@property
|
|
1470
|
+
@_builtins.property
|
|
1472
1471
|
@pulumi.getter
|
|
1473
1472
|
def spec(self) -> Optional[pulumi.Input['IngressSpecArgs']]:
|
|
1474
1473
|
"""
|
|
@@ -1480,7 +1479,7 @@ class IngressArgs:
|
|
|
1480
1479
|
def spec(self, value: Optional[pulumi.Input['IngressSpecArgs']]):
|
|
1481
1480
|
pulumi.set(self, "spec", value)
|
|
1482
1481
|
|
|
1483
|
-
@property
|
|
1482
|
+
@_builtins.property
|
|
1484
1483
|
@pulumi.getter
|
|
1485
1484
|
def status(self) -> Optional[pulumi.Input['IngressStatusArgs']]:
|
|
1486
1485
|
"""
|
|
@@ -1498,19 +1497,19 @@ if not MYPY:
|
|
|
1498
1497
|
"""
|
|
1499
1498
|
ParentReference describes a reference to a parent object.
|
|
1500
1499
|
"""
|
|
1501
|
-
group: NotRequired[pulumi.Input[
|
|
1500
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
1502
1501
|
"""
|
|
1503
1502
|
Group is the group of the object being referenced.
|
|
1504
1503
|
"""
|
|
1505
|
-
name: NotRequired[pulumi.Input[
|
|
1504
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1506
1505
|
"""
|
|
1507
1506
|
Name is the name of the object being referenced.
|
|
1508
1507
|
"""
|
|
1509
|
-
namespace: NotRequired[pulumi.Input[
|
|
1508
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
1510
1509
|
"""
|
|
1511
1510
|
Namespace is the namespace of the object being referenced.
|
|
1512
1511
|
"""
|
|
1513
|
-
resource: NotRequired[pulumi.Input[
|
|
1512
|
+
resource: NotRequired[pulumi.Input[_builtins.str]]
|
|
1514
1513
|
"""
|
|
1515
1514
|
Resource is the resource of the object being referenced.
|
|
1516
1515
|
"""
|
|
@@ -1520,16 +1519,16 @@ elif False:
|
|
|
1520
1519
|
@pulumi.input_type
|
|
1521
1520
|
class ParentReferencePatchArgs:
|
|
1522
1521
|
def __init__(__self__, *,
|
|
1523
|
-
group: Optional[pulumi.Input[
|
|
1524
|
-
name: Optional[pulumi.Input[
|
|
1525
|
-
namespace: Optional[pulumi.Input[
|
|
1526
|
-
resource: Optional[pulumi.Input[
|
|
1522
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1523
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1524
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1525
|
+
resource: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1527
1526
|
"""
|
|
1528
1527
|
ParentReference describes a reference to a parent object.
|
|
1529
|
-
:param pulumi.Input[
|
|
1530
|
-
:param pulumi.Input[
|
|
1531
|
-
:param pulumi.Input[
|
|
1532
|
-
:param pulumi.Input[
|
|
1528
|
+
:param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
|
|
1529
|
+
:param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
|
|
1530
|
+
:param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
1531
|
+
:param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
|
|
1533
1532
|
"""
|
|
1534
1533
|
if group is not None:
|
|
1535
1534
|
pulumi.set(__self__, "group", group)
|
|
@@ -1540,52 +1539,52 @@ class ParentReferencePatchArgs:
|
|
|
1540
1539
|
if resource is not None:
|
|
1541
1540
|
pulumi.set(__self__, "resource", resource)
|
|
1542
1541
|
|
|
1543
|
-
@property
|
|
1542
|
+
@_builtins.property
|
|
1544
1543
|
@pulumi.getter
|
|
1545
|
-
def group(self) -> Optional[pulumi.Input[
|
|
1544
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1546
1545
|
"""
|
|
1547
1546
|
Group is the group of the object being referenced.
|
|
1548
1547
|
"""
|
|
1549
1548
|
return pulumi.get(self, "group")
|
|
1550
1549
|
|
|
1551
1550
|
@group.setter
|
|
1552
|
-
def group(self, value: Optional[pulumi.Input[
|
|
1551
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1553
1552
|
pulumi.set(self, "group", value)
|
|
1554
1553
|
|
|
1555
|
-
@property
|
|
1554
|
+
@_builtins.property
|
|
1556
1555
|
@pulumi.getter
|
|
1557
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1556
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1558
1557
|
"""
|
|
1559
1558
|
Name is the name of the object being referenced.
|
|
1560
1559
|
"""
|
|
1561
1560
|
return pulumi.get(self, "name")
|
|
1562
1561
|
|
|
1563
1562
|
@name.setter
|
|
1564
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1563
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1565
1564
|
pulumi.set(self, "name", value)
|
|
1566
1565
|
|
|
1567
|
-
@property
|
|
1566
|
+
@_builtins.property
|
|
1568
1567
|
@pulumi.getter
|
|
1569
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
1568
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1570
1569
|
"""
|
|
1571
1570
|
Namespace is the namespace of the object being referenced.
|
|
1572
1571
|
"""
|
|
1573
1572
|
return pulumi.get(self, "namespace")
|
|
1574
1573
|
|
|
1575
1574
|
@namespace.setter
|
|
1576
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
1575
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1577
1576
|
pulumi.set(self, "namespace", value)
|
|
1578
1577
|
|
|
1579
|
-
@property
|
|
1578
|
+
@_builtins.property
|
|
1580
1579
|
@pulumi.getter
|
|
1581
|
-
def resource(self) -> Optional[pulumi.Input[
|
|
1580
|
+
def resource(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1582
1581
|
"""
|
|
1583
1582
|
Resource is the resource of the object being referenced.
|
|
1584
1583
|
"""
|
|
1585
1584
|
return pulumi.get(self, "resource")
|
|
1586
1585
|
|
|
1587
1586
|
@resource.setter
|
|
1588
|
-
def resource(self, value: Optional[pulumi.Input[
|
|
1587
|
+
def resource(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1589
1588
|
pulumi.set(self, "resource", value)
|
|
1590
1589
|
|
|
1591
1590
|
|
|
@@ -1594,19 +1593,19 @@ if not MYPY:
|
|
|
1594
1593
|
"""
|
|
1595
1594
|
ParentReference describes a reference to a parent object.
|
|
1596
1595
|
"""
|
|
1597
|
-
name: pulumi.Input[
|
|
1596
|
+
name: pulumi.Input[_builtins.str]
|
|
1598
1597
|
"""
|
|
1599
1598
|
Name is the name of the object being referenced.
|
|
1600
1599
|
"""
|
|
1601
|
-
resource: pulumi.Input[
|
|
1600
|
+
resource: pulumi.Input[_builtins.str]
|
|
1602
1601
|
"""
|
|
1603
1602
|
Resource is the resource of the object being referenced.
|
|
1604
1603
|
"""
|
|
1605
|
-
group: NotRequired[pulumi.Input[
|
|
1604
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
1606
1605
|
"""
|
|
1607
1606
|
Group is the group of the object being referenced.
|
|
1608
1607
|
"""
|
|
1609
|
-
namespace: NotRequired[pulumi.Input[
|
|
1608
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
1610
1609
|
"""
|
|
1611
1610
|
Namespace is the namespace of the object being referenced.
|
|
1612
1611
|
"""
|
|
@@ -1616,16 +1615,16 @@ elif False:
|
|
|
1616
1615
|
@pulumi.input_type
|
|
1617
1616
|
class ParentReferenceArgs:
|
|
1618
1617
|
def __init__(__self__, *,
|
|
1619
|
-
name: pulumi.Input[
|
|
1620
|
-
resource: pulumi.Input[
|
|
1621
|
-
group: Optional[pulumi.Input[
|
|
1622
|
-
namespace: Optional[pulumi.Input[
|
|
1618
|
+
name: pulumi.Input[_builtins.str],
|
|
1619
|
+
resource: pulumi.Input[_builtins.str],
|
|
1620
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1621
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1623
1622
|
"""
|
|
1624
1623
|
ParentReference describes a reference to a parent object.
|
|
1625
|
-
:param pulumi.Input[
|
|
1626
|
-
:param pulumi.Input[
|
|
1627
|
-
:param pulumi.Input[
|
|
1628
|
-
:param pulumi.Input[
|
|
1624
|
+
:param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
|
|
1625
|
+
:param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
|
|
1626
|
+
:param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
|
|
1627
|
+
:param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
1629
1628
|
"""
|
|
1630
1629
|
pulumi.set(__self__, "name", name)
|
|
1631
1630
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -1634,52 +1633,52 @@ class ParentReferenceArgs:
|
|
|
1634
1633
|
if namespace is not None:
|
|
1635
1634
|
pulumi.set(__self__, "namespace", namespace)
|
|
1636
1635
|
|
|
1637
|
-
@property
|
|
1636
|
+
@_builtins.property
|
|
1638
1637
|
@pulumi.getter
|
|
1639
|
-
def name(self) -> pulumi.Input[
|
|
1638
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1640
1639
|
"""
|
|
1641
1640
|
Name is the name of the object being referenced.
|
|
1642
1641
|
"""
|
|
1643
1642
|
return pulumi.get(self, "name")
|
|
1644
1643
|
|
|
1645
1644
|
@name.setter
|
|
1646
|
-
def name(self, value: pulumi.Input[
|
|
1645
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1647
1646
|
pulumi.set(self, "name", value)
|
|
1648
1647
|
|
|
1649
|
-
@property
|
|
1648
|
+
@_builtins.property
|
|
1650
1649
|
@pulumi.getter
|
|
1651
|
-
def resource(self) -> pulumi.Input[
|
|
1650
|
+
def resource(self) -> pulumi.Input[_builtins.str]:
|
|
1652
1651
|
"""
|
|
1653
1652
|
Resource is the resource of the object being referenced.
|
|
1654
1653
|
"""
|
|
1655
1654
|
return pulumi.get(self, "resource")
|
|
1656
1655
|
|
|
1657
1656
|
@resource.setter
|
|
1658
|
-
def resource(self, value: pulumi.Input[
|
|
1657
|
+
def resource(self, value: pulumi.Input[_builtins.str]):
|
|
1659
1658
|
pulumi.set(self, "resource", value)
|
|
1660
1659
|
|
|
1661
|
-
@property
|
|
1660
|
+
@_builtins.property
|
|
1662
1661
|
@pulumi.getter
|
|
1663
|
-
def group(self) -> Optional[pulumi.Input[
|
|
1662
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1664
1663
|
"""
|
|
1665
1664
|
Group is the group of the object being referenced.
|
|
1666
1665
|
"""
|
|
1667
1666
|
return pulumi.get(self, "group")
|
|
1668
1667
|
|
|
1669
1668
|
@group.setter
|
|
1670
|
-
def group(self, value: Optional[pulumi.Input[
|
|
1669
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1671
1670
|
pulumi.set(self, "group", value)
|
|
1672
1671
|
|
|
1673
|
-
@property
|
|
1672
|
+
@_builtins.property
|
|
1674
1673
|
@pulumi.getter
|
|
1675
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
1674
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1676
1675
|
"""
|
|
1677
1676
|
Namespace is the namespace of the object being referenced.
|
|
1678
1677
|
"""
|
|
1679
1678
|
return pulumi.get(self, "namespace")
|
|
1680
1679
|
|
|
1681
1680
|
@namespace.setter
|
|
1682
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
1681
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1683
1682
|
pulumi.set(self, "namespace", value)
|
|
1684
1683
|
|
|
1685
1684
|
|
|
@@ -1688,7 +1687,7 @@ if not MYPY:
|
|
|
1688
1687
|
"""
|
|
1689
1688
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1690
1689
|
"""
|
|
1691
|
-
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1690
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1692
1691
|
"""
|
|
1693
1692
|
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.
|
|
1694
1693
|
"""
|
|
@@ -1698,24 +1697,24 @@ elif False:
|
|
|
1698
1697
|
@pulumi.input_type
|
|
1699
1698
|
class ServiceCIDRSpecPatchArgs:
|
|
1700
1699
|
def __init__(__self__, *,
|
|
1701
|
-
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1700
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
1702
1701
|
"""
|
|
1703
1702
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1704
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1703
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1705
1704
|
"""
|
|
1706
1705
|
if cidrs is not None:
|
|
1707
1706
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
1708
1707
|
|
|
1709
|
-
@property
|
|
1708
|
+
@_builtins.property
|
|
1710
1709
|
@pulumi.getter
|
|
1711
|
-
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1710
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1712
1711
|
"""
|
|
1713
1712
|
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.
|
|
1714
1713
|
"""
|
|
1715
1714
|
return pulumi.get(self, "cidrs")
|
|
1716
1715
|
|
|
1717
1716
|
@cidrs.setter
|
|
1718
|
-
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1717
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1719
1718
|
pulumi.set(self, "cidrs", value)
|
|
1720
1719
|
|
|
1721
1720
|
|
|
@@ -1724,7 +1723,7 @@ if not MYPY:
|
|
|
1724
1723
|
"""
|
|
1725
1724
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1726
1725
|
"""
|
|
1727
|
-
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1726
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1728
1727
|
"""
|
|
1729
1728
|
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.
|
|
1730
1729
|
"""
|
|
@@ -1734,24 +1733,24 @@ elif False:
|
|
|
1734
1733
|
@pulumi.input_type
|
|
1735
1734
|
class ServiceCIDRSpecArgs:
|
|
1736
1735
|
def __init__(__self__, *,
|
|
1737
|
-
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1736
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
1738
1737
|
"""
|
|
1739
1738
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
1740
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1739
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
1741
1740
|
"""
|
|
1742
1741
|
if cidrs is not None:
|
|
1743
1742
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
1744
1743
|
|
|
1745
|
-
@property
|
|
1744
|
+
@_builtins.property
|
|
1746
1745
|
@pulumi.getter
|
|
1747
|
-
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1746
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1748
1747
|
"""
|
|
1749
1748
|
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.
|
|
1750
1749
|
"""
|
|
1751
1750
|
return pulumi.get(self, "cidrs")
|
|
1752
1751
|
|
|
1753
1752
|
@cidrs.setter
|
|
1754
|
-
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1753
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1755
1754
|
pulumi.set(self, "cidrs", value)
|
|
1756
1755
|
|
|
1757
1756
|
|
|
@@ -1778,7 +1777,7 @@ class ServiceCIDRStatusArgs:
|
|
|
1778
1777
|
if conditions is not None:
|
|
1779
1778
|
pulumi.set(__self__, "conditions", conditions)
|
|
1780
1779
|
|
|
1781
|
-
@property
|
|
1780
|
+
@_builtins.property
|
|
1782
1781
|
@pulumi.getter
|
|
1783
1782
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
|
|
1784
1783
|
"""
|
|
@@ -1796,11 +1795,11 @@ if not MYPY:
|
|
|
1796
1795
|
"""
|
|
1797
1796
|
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.
|
|
1798
1797
|
"""
|
|
1799
|
-
api_version: NotRequired[pulumi.Input[
|
|
1798
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1800
1799
|
"""
|
|
1801
1800
|
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
|
|
1802
1801
|
"""
|
|
1803
|
-
kind: NotRequired[pulumi.Input[
|
|
1802
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1804
1803
|
"""
|
|
1805
1804
|
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
|
|
1806
1805
|
"""
|
|
@@ -1822,15 +1821,15 @@ elif False:
|
|
|
1822
1821
|
@pulumi.input_type
|
|
1823
1822
|
class ServiceCIDRArgs:
|
|
1824
1823
|
def __init__(__self__, *,
|
|
1825
|
-
api_version: Optional[pulumi.Input[
|
|
1826
|
-
kind: Optional[pulumi.Input[
|
|
1824
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1825
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1827
1826
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1828
1827
|
spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
|
|
1829
1828
|
status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
|
|
1830
1829
|
"""
|
|
1831
1830
|
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.
|
|
1832
|
-
:param pulumi.Input[
|
|
1833
|
-
:param pulumi.Input[
|
|
1831
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1832
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1834
1833
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1835
1834
|
:param pulumi.Input['ServiceCIDRSpecArgs'] spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1836
1835
|
:param pulumi.Input['ServiceCIDRStatusArgs'] status: status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1846,31 +1845,31 @@ class ServiceCIDRArgs:
|
|
|
1846
1845
|
if status is not None:
|
|
1847
1846
|
pulumi.set(__self__, "status", status)
|
|
1848
1847
|
|
|
1849
|
-
@property
|
|
1848
|
+
@_builtins.property
|
|
1850
1849
|
@pulumi.getter(name="apiVersion")
|
|
1851
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1850
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1852
1851
|
"""
|
|
1853
1852
|
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
|
|
1854
1853
|
"""
|
|
1855
1854
|
return pulumi.get(self, "api_version")
|
|
1856
1855
|
|
|
1857
1856
|
@api_version.setter
|
|
1858
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1857
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1859
1858
|
pulumi.set(self, "api_version", value)
|
|
1860
1859
|
|
|
1861
|
-
@property
|
|
1860
|
+
@_builtins.property
|
|
1862
1861
|
@pulumi.getter
|
|
1863
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1862
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1864
1863
|
"""
|
|
1865
1864
|
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
|
|
1866
1865
|
"""
|
|
1867
1866
|
return pulumi.get(self, "kind")
|
|
1868
1867
|
|
|
1869
1868
|
@kind.setter
|
|
1870
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1869
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1871
1870
|
pulumi.set(self, "kind", value)
|
|
1872
1871
|
|
|
1873
|
-
@property
|
|
1872
|
+
@_builtins.property
|
|
1874
1873
|
@pulumi.getter
|
|
1875
1874
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1876
1875
|
"""
|
|
@@ -1882,7 +1881,7 @@ class ServiceCIDRArgs:
|
|
|
1882
1881
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1883
1882
|
pulumi.set(self, "metadata", value)
|
|
1884
1883
|
|
|
1885
|
-
@property
|
|
1884
|
+
@_builtins.property
|
|
1886
1885
|
@pulumi.getter
|
|
1887
1886
|
def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
|
|
1888
1887
|
"""
|
|
@@ -1894,7 +1893,7 @@ class ServiceCIDRArgs:
|
|
|
1894
1893
|
def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
|
|
1895
1894
|
pulumi.set(self, "spec", value)
|
|
1896
1895
|
|
|
1897
|
-
@property
|
|
1896
|
+
@_builtins.property
|
|
1898
1897
|
@pulumi.getter
|
|
1899
1898
|
def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
|
|
1900
1899
|
"""
|