pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__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.
- pulumi_kubernetes/__init__.py +73 -2
- pulumi_kubernetes/_inputs.py +49 -49
- pulumi_kubernetes/_utilities.py +9 -5
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
- pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
- pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +835 -782
- pulumi_kubernetes/apps/v1/outputs.py +806 -733
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
- pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/Job.py +27 -26
- pulumi_kubernetes/batch/v1/JobList.py +26 -25
- pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +508 -538
- pulumi_kubernetes/batch/v1/outputs.py +427 -451
- pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
- pulumi_kubernetes/certificates/v1/outputs.py +134 -134
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
- pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
- pulumi_kubernetes/coordination/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
- pulumi_kubernetes/coordination/v1/outputs.py +67 -67
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
- pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +28 -27
- pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
- pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
- pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
- pulumi_kubernetes/core/v1/Endpoints.py +34 -25
- pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
- pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
- pulumi_kubernetes/core/v1/Event.py +132 -131
- pulumi_kubernetes/core/v1/EventList.py +26 -25
- pulumi_kubernetes/core/v1/EventPatch.py +132 -131
- pulumi_kubernetes/core/v1/LimitRange.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
- pulumi_kubernetes/core/v1/Namespace.py +27 -26
- pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
- pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
- pulumi_kubernetes/core/v1/Node.py +27 -26
- pulumi_kubernetes/core/v1/NodeList.py +26 -25
- pulumi_kubernetes/core/v1/NodePatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
- pulumi_kubernetes/core/v1/Pod.py +27 -26
- pulumi_kubernetes/core/v1/PodList.py +26 -25
- pulumi_kubernetes/core/v1/PodPatch.py +27 -26
- pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
- pulumi_kubernetes/core/v1/Secret.py +64 -63
- pulumi_kubernetes/core/v1/SecretList.py +26 -25
- pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
- pulumi_kubernetes/core/v1/Service.py +33 -48
- pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
- pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
- pulumi_kubernetes/core/v1/ServiceList.py +26 -25
- pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
- pulumi_kubernetes/core/v1/outputs.py +5980 -5608
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
- pulumi_kubernetes/discovery/v1/outputs.py +224 -149
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +132 -131
- pulumi_kubernetes/events/v1/EventList.py +26 -25
- pulumi_kubernetes/events/v1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +102 -102
- pulumi_kubernetes/events/v1/outputs.py +70 -70
- pulumi_kubernetes/events/v1beta1/Event.py +132 -131
- pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
- pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +317 -316
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +39 -39
- pulumi_kubernetes/helm/v3/outputs.py +55 -55
- pulumi_kubernetes/helm/v4/Chart.py +114 -87
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +36 -36
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +58 -57
- pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +551 -551
- pulumi_kubernetes/meta/v1/outputs.py +395 -395
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
- pulumi_kubernetes/networking/v1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +970 -371
- pulumi_kubernetes/networking/v1/outputs.py +746 -285
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1/outputs.py +34 -34
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +91 -103
- pulumi_kubernetes/policy/v1/outputs.py +80 -88
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
- pulumi_kubernetes/provider.py +139 -99
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
- pulumi_kubernetes/resource/__init__.py +7 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +448 -358
- pulumi_kubernetes/storage/v1/outputs.py +376 -266
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +198 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
- pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +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
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -50,11 +50,11 @@ if not MYPY:
|
|
|
50
50
|
"""
|
|
51
51
|
ClusterCIDRSpec defines the desired state of ClusterCIDR.
|
|
52
52
|
"""
|
|
53
|
-
ipv4: NotRequired[pulumi.Input[str]]
|
|
53
|
+
ipv4: NotRequired[pulumi.Input[_builtins.str]]
|
|
54
54
|
"""
|
|
55
55
|
IPv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
56
56
|
"""
|
|
57
|
-
ipv6: NotRequired[pulumi.Input[str]]
|
|
57
|
+
ipv6: NotRequired[pulumi.Input[_builtins.str]]
|
|
58
58
|
"""
|
|
59
59
|
IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
60
60
|
"""
|
|
@@ -62,7 +62,7 @@ if not MYPY:
|
|
|
62
62
|
"""
|
|
63
63
|
NodeSelector defines which nodes the config is applicable to. An empty or nil NodeSelector selects all nodes. This field is immutable.
|
|
64
64
|
"""
|
|
65
|
-
per_node_host_bits: NotRequired[pulumi.Input[int]]
|
|
65
|
+
per_node_host_bits: NotRequired[pulumi.Input[_builtins.int]]
|
|
66
66
|
"""
|
|
67
67
|
PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable.
|
|
68
68
|
"""
|
|
@@ -72,16 +72,16 @@ elif False:
|
|
|
72
72
|
@pulumi.input_type
|
|
73
73
|
class ClusterCIDRSpecPatchArgs:
|
|
74
74
|
def __init__(__self__, *,
|
|
75
|
-
ipv4: Optional[pulumi.Input[str]] = None,
|
|
76
|
-
ipv6: Optional[pulumi.Input[str]] = None,
|
|
75
|
+
ipv4: Optional[pulumi.Input[_builtins.str]] = None,
|
|
76
|
+
ipv6: Optional[pulumi.Input[_builtins.str]] = None,
|
|
77
77
|
node_selector: Optional[pulumi.Input['_core.v1.NodeSelectorPatchArgs']] = None,
|
|
78
|
-
per_node_host_bits: Optional[pulumi.Input[int]] = None):
|
|
78
|
+
per_node_host_bits: Optional[pulumi.Input[_builtins.int]] = None):
|
|
79
79
|
"""
|
|
80
80
|
ClusterCIDRSpec defines the desired state of ClusterCIDR.
|
|
81
|
-
:param pulumi.Input[str] ipv4: IPv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
82
|
-
:param pulumi.Input[str] ipv6: IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
81
|
+
:param pulumi.Input[_builtins.str] ipv4: IPv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
82
|
+
:param pulumi.Input[_builtins.str] ipv6: IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
83
83
|
:param pulumi.Input['_core.v1.NodeSelectorPatchArgs'] node_selector: NodeSelector defines which nodes the config is applicable to. An empty or nil NodeSelector selects all nodes. This field is immutable.
|
|
84
|
-
:param pulumi.Input[int] per_node_host_bits: PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable.
|
|
84
|
+
:param pulumi.Input[_builtins.int] per_node_host_bits: PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable.
|
|
85
85
|
"""
|
|
86
86
|
if ipv4 is not None:
|
|
87
87
|
pulumi.set(__self__, "ipv4", ipv4)
|
|
@@ -92,31 +92,31 @@ class ClusterCIDRSpecPatchArgs:
|
|
|
92
92
|
if per_node_host_bits is not None:
|
|
93
93
|
pulumi.set(__self__, "per_node_host_bits", per_node_host_bits)
|
|
94
94
|
|
|
95
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
96
96
|
@pulumi.getter
|
|
97
|
-
def ipv4(self) -> Optional[pulumi.Input[str]]:
|
|
97
|
+
def ipv4(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
98
98
|
"""
|
|
99
99
|
IPv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "ipv4")
|
|
102
102
|
|
|
103
103
|
@ipv4.setter
|
|
104
|
-
def ipv4(self, value: Optional[pulumi.Input[str]]):
|
|
104
|
+
def ipv4(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
105
105
|
pulumi.set(self, "ipv4", value)
|
|
106
106
|
|
|
107
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
108
108
|
@pulumi.getter
|
|
109
|
-
def ipv6(self) -> Optional[pulumi.Input[str]]:
|
|
109
|
+
def ipv6(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
110
110
|
"""
|
|
111
111
|
IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "ipv6")
|
|
114
114
|
|
|
115
115
|
@ipv6.setter
|
|
116
|
-
def ipv6(self, value: Optional[pulumi.Input[str]]):
|
|
116
|
+
def ipv6(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
117
117
|
pulumi.set(self, "ipv6", value)
|
|
118
118
|
|
|
119
|
-
@property
|
|
119
|
+
@_builtins.property
|
|
120
120
|
@pulumi.getter(name="nodeSelector")
|
|
121
121
|
def node_selector(self) -> Optional[pulumi.Input['_core.v1.NodeSelectorPatchArgs']]:
|
|
122
122
|
"""
|
|
@@ -128,16 +128,16 @@ class ClusterCIDRSpecPatchArgs:
|
|
|
128
128
|
def node_selector(self, value: Optional[pulumi.Input['_core.v1.NodeSelectorPatchArgs']]):
|
|
129
129
|
pulumi.set(self, "node_selector", value)
|
|
130
130
|
|
|
131
|
-
@property
|
|
131
|
+
@_builtins.property
|
|
132
132
|
@pulumi.getter(name="perNodeHostBits")
|
|
133
|
-
def per_node_host_bits(self) -> Optional[pulumi.Input[int]]:
|
|
133
|
+
def per_node_host_bits(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
134
134
|
"""
|
|
135
135
|
PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable.
|
|
136
136
|
"""
|
|
137
137
|
return pulumi.get(self, "per_node_host_bits")
|
|
138
138
|
|
|
139
139
|
@per_node_host_bits.setter
|
|
140
|
-
def per_node_host_bits(self, value: Optional[pulumi.Input[int]]):
|
|
140
|
+
def per_node_host_bits(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
141
141
|
pulumi.set(self, "per_node_host_bits", value)
|
|
142
142
|
|
|
143
143
|
|
|
@@ -146,15 +146,15 @@ if not MYPY:
|
|
|
146
146
|
"""
|
|
147
147
|
ClusterCIDRSpec defines the desired state of ClusterCIDR.
|
|
148
148
|
"""
|
|
149
|
-
per_node_host_bits: pulumi.Input[int]
|
|
149
|
+
per_node_host_bits: pulumi.Input[_builtins.int]
|
|
150
150
|
"""
|
|
151
151
|
PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable.
|
|
152
152
|
"""
|
|
153
|
-
ipv4: NotRequired[pulumi.Input[str]]
|
|
153
|
+
ipv4: NotRequired[pulumi.Input[_builtins.str]]
|
|
154
154
|
"""
|
|
155
155
|
IPv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
156
156
|
"""
|
|
157
|
-
ipv6: NotRequired[pulumi.Input[str]]
|
|
157
|
+
ipv6: NotRequired[pulumi.Input[_builtins.str]]
|
|
158
158
|
"""
|
|
159
159
|
IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
160
160
|
"""
|
|
@@ -168,15 +168,15 @@ elif False:
|
|
|
168
168
|
@pulumi.input_type
|
|
169
169
|
class ClusterCIDRSpecArgs:
|
|
170
170
|
def __init__(__self__, *,
|
|
171
|
-
per_node_host_bits: pulumi.Input[int],
|
|
172
|
-
ipv4: Optional[pulumi.Input[str]] = None,
|
|
173
|
-
ipv6: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
per_node_host_bits: pulumi.Input[_builtins.int],
|
|
172
|
+
ipv4: Optional[pulumi.Input[_builtins.str]] = None,
|
|
173
|
+
ipv6: Optional[pulumi.Input[_builtins.str]] = None,
|
|
174
174
|
node_selector: Optional[pulumi.Input['_core.v1.NodeSelectorArgs']] = None):
|
|
175
175
|
"""
|
|
176
176
|
ClusterCIDRSpec defines the desired state of ClusterCIDR.
|
|
177
|
-
:param pulumi.Input[int] per_node_host_bits: PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable.
|
|
178
|
-
:param pulumi.Input[str] ipv4: IPv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
179
|
-
:param pulumi.Input[str] ipv6: IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
177
|
+
:param pulumi.Input[_builtins.int] per_node_host_bits: PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable.
|
|
178
|
+
:param pulumi.Input[_builtins.str] ipv4: IPv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
179
|
+
:param pulumi.Input[_builtins.str] ipv6: IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
180
180
|
:param pulumi.Input['_core.v1.NodeSelectorArgs'] node_selector: NodeSelector defines which nodes the config is applicable to. An empty or nil NodeSelector selects all nodes. This field is immutable.
|
|
181
181
|
"""
|
|
182
182
|
pulumi.set(__self__, "per_node_host_bits", per_node_host_bits)
|
|
@@ -187,43 +187,43 @@ class ClusterCIDRSpecArgs:
|
|
|
187
187
|
if node_selector is not None:
|
|
188
188
|
pulumi.set(__self__, "node_selector", node_selector)
|
|
189
189
|
|
|
190
|
-
@property
|
|
190
|
+
@_builtins.property
|
|
191
191
|
@pulumi.getter(name="perNodeHostBits")
|
|
192
|
-
def per_node_host_bits(self) -> pulumi.Input[int]:
|
|
192
|
+
def per_node_host_bits(self) -> pulumi.Input[_builtins.int]:
|
|
193
193
|
"""
|
|
194
194
|
PerNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable.
|
|
195
195
|
"""
|
|
196
196
|
return pulumi.get(self, "per_node_host_bits")
|
|
197
197
|
|
|
198
198
|
@per_node_host_bits.setter
|
|
199
|
-
def per_node_host_bits(self, value: pulumi.Input[int]):
|
|
199
|
+
def per_node_host_bits(self, value: pulumi.Input[_builtins.int]):
|
|
200
200
|
pulumi.set(self, "per_node_host_bits", value)
|
|
201
201
|
|
|
202
|
-
@property
|
|
202
|
+
@_builtins.property
|
|
203
203
|
@pulumi.getter
|
|
204
|
-
def ipv4(self) -> Optional[pulumi.Input[str]]:
|
|
204
|
+
def ipv4(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
205
205
|
"""
|
|
206
206
|
IPv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
207
207
|
"""
|
|
208
208
|
return pulumi.get(self, "ipv4")
|
|
209
209
|
|
|
210
210
|
@ipv4.setter
|
|
211
|
-
def ipv4(self, value: Optional[pulumi.Input[str]]):
|
|
211
|
+
def ipv4(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
212
212
|
pulumi.set(self, "ipv4", value)
|
|
213
213
|
|
|
214
|
-
@property
|
|
214
|
+
@_builtins.property
|
|
215
215
|
@pulumi.getter
|
|
216
|
-
def ipv6(self) -> Optional[pulumi.Input[str]]:
|
|
216
|
+
def ipv6(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
217
217
|
"""
|
|
218
218
|
IPv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of IPv4 and IPv6 must be specified. This field is immutable.
|
|
219
219
|
"""
|
|
220
220
|
return pulumi.get(self, "ipv6")
|
|
221
221
|
|
|
222
222
|
@ipv6.setter
|
|
223
|
-
def ipv6(self, value: Optional[pulumi.Input[str]]):
|
|
223
|
+
def ipv6(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
224
224
|
pulumi.set(self, "ipv6", value)
|
|
225
225
|
|
|
226
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
227
227
|
@pulumi.getter(name="nodeSelector")
|
|
228
228
|
def node_selector(self) -> Optional[pulumi.Input['_core.v1.NodeSelectorArgs']]:
|
|
229
229
|
"""
|
|
@@ -241,11 +241,11 @@ if not MYPY:
|
|
|
241
241
|
"""
|
|
242
242
|
ClusterCIDR represents a single configuration for per-Node Pod CIDR allocations when the MultiCIDRRangeAllocator is enabled (see the config for kube-controller-manager). A cluster may have any number of ClusterCIDR resources, all of which will be considered when allocating a CIDR for a Node. A ClusterCIDR is eligible to be used for a given Node when the node selector matches the node in question and has free CIDRs to allocate. In case of multiple matching ClusterCIDR resources, the allocator will attempt to break ties using internal heuristics, but any ClusterCIDR whose node selector matches the Node may be used.
|
|
243
243
|
"""
|
|
244
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
244
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
245
245
|
"""
|
|
246
246
|
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
|
|
247
247
|
"""
|
|
248
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
248
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
249
249
|
"""
|
|
250
250
|
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
|
|
251
251
|
"""
|
|
@@ -263,14 +263,14 @@ elif False:
|
|
|
263
263
|
@pulumi.input_type
|
|
264
264
|
class ClusterCIDRArgs:
|
|
265
265
|
def __init__(__self__, *,
|
|
266
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
267
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
266
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
267
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
268
268
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
269
269
|
spec: Optional[pulumi.Input['ClusterCIDRSpecArgs']] = None):
|
|
270
270
|
"""
|
|
271
271
|
ClusterCIDR represents a single configuration for per-Node Pod CIDR allocations when the MultiCIDRRangeAllocator is enabled (see the config for kube-controller-manager). A cluster may have any number of ClusterCIDR resources, all of which will be considered when allocating a CIDR for a Node. A ClusterCIDR is eligible to be used for a given Node when the node selector matches the node in question and has free CIDRs to allocate. In case of multiple matching ClusterCIDR resources, the allocator will attempt to break ties using internal heuristics, but any ClusterCIDR whose node selector matches the Node may be used.
|
|
272
|
-
:param pulumi.Input[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
|
|
273
|
-
:param pulumi.Input[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
|
|
272
|
+
: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
|
|
273
|
+
: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
|
|
274
274
|
: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
|
|
275
275
|
:param pulumi.Input['ClusterCIDRSpecArgs'] spec: Spec is the desired state of the ClusterCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
276
276
|
"""
|
|
@@ -283,31 +283,31 @@ class ClusterCIDRArgs:
|
|
|
283
283
|
if spec is not None:
|
|
284
284
|
pulumi.set(__self__, "spec", spec)
|
|
285
285
|
|
|
286
|
-
@property
|
|
286
|
+
@_builtins.property
|
|
287
287
|
@pulumi.getter(name="apiVersion")
|
|
288
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
288
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
289
289
|
"""
|
|
290
290
|
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
|
|
291
291
|
"""
|
|
292
292
|
return pulumi.get(self, "api_version")
|
|
293
293
|
|
|
294
294
|
@api_version.setter
|
|
295
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
295
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
296
296
|
pulumi.set(self, "api_version", value)
|
|
297
297
|
|
|
298
|
-
@property
|
|
298
|
+
@_builtins.property
|
|
299
299
|
@pulumi.getter
|
|
300
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
300
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
301
301
|
"""
|
|
302
302
|
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
|
|
303
303
|
"""
|
|
304
304
|
return pulumi.get(self, "kind")
|
|
305
305
|
|
|
306
306
|
@kind.setter
|
|
307
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
307
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
308
308
|
pulumi.set(self, "kind", value)
|
|
309
309
|
|
|
310
|
-
@property
|
|
310
|
+
@_builtins.property
|
|
311
311
|
@pulumi.getter
|
|
312
312
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
313
313
|
"""
|
|
@@ -319,7 +319,7 @@ class ClusterCIDRArgs:
|
|
|
319
319
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
320
320
|
pulumi.set(self, "metadata", value)
|
|
321
321
|
|
|
322
|
-
@property
|
|
322
|
+
@_builtins.property
|
|
323
323
|
@pulumi.getter
|
|
324
324
|
def spec(self) -> Optional[pulumi.Input['ClusterCIDRSpecArgs']]:
|
|
325
325
|
"""
|
|
@@ -355,7 +355,7 @@ class IPAddressSpecPatchArgs:
|
|
|
355
355
|
if parent_ref is not None:
|
|
356
356
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
357
357
|
|
|
358
|
-
@property
|
|
358
|
+
@_builtins.property
|
|
359
359
|
@pulumi.getter(name="parentRef")
|
|
360
360
|
def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
|
|
361
361
|
"""
|
|
@@ -390,7 +390,7 @@ class IPAddressSpecArgs:
|
|
|
390
390
|
"""
|
|
391
391
|
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
392
392
|
|
|
393
|
-
@property
|
|
393
|
+
@_builtins.property
|
|
394
394
|
@pulumi.getter(name="parentRef")
|
|
395
395
|
def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
|
|
396
396
|
"""
|
|
@@ -408,11 +408,11 @@ if not MYPY:
|
|
|
408
408
|
"""
|
|
409
409
|
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
|
|
410
410
|
"""
|
|
411
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
411
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
412
412
|
"""
|
|
413
413
|
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
|
|
414
414
|
"""
|
|
415
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
415
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
416
416
|
"""
|
|
417
417
|
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
|
|
418
418
|
"""
|
|
@@ -430,14 +430,14 @@ elif False:
|
|
|
430
430
|
@pulumi.input_type
|
|
431
431
|
class IPAddressArgs:
|
|
432
432
|
def __init__(__self__, *,
|
|
433
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
434
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
433
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
434
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
435
435
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
436
436
|
spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
|
|
437
437
|
"""
|
|
438
438
|
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
|
|
439
|
-
:param pulumi.Input[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
|
|
440
|
-
:param pulumi.Input[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
|
|
439
|
+
: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
|
|
440
|
+
: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
|
|
441
441
|
: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
|
|
442
442
|
: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
|
|
443
443
|
"""
|
|
@@ -450,31 +450,31 @@ class IPAddressArgs:
|
|
|
450
450
|
if spec is not None:
|
|
451
451
|
pulumi.set(__self__, "spec", spec)
|
|
452
452
|
|
|
453
|
-
@property
|
|
453
|
+
@_builtins.property
|
|
454
454
|
@pulumi.getter(name="apiVersion")
|
|
455
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
455
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
456
456
|
"""
|
|
457
457
|
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
|
|
458
458
|
"""
|
|
459
459
|
return pulumi.get(self, "api_version")
|
|
460
460
|
|
|
461
461
|
@api_version.setter
|
|
462
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
462
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
463
463
|
pulumi.set(self, "api_version", value)
|
|
464
464
|
|
|
465
|
-
@property
|
|
465
|
+
@_builtins.property
|
|
466
466
|
@pulumi.getter
|
|
467
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
467
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
468
468
|
"""
|
|
469
469
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
470
470
|
"""
|
|
471
471
|
return pulumi.get(self, "kind")
|
|
472
472
|
|
|
473
473
|
@kind.setter
|
|
474
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
474
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
475
475
|
pulumi.set(self, "kind", value)
|
|
476
476
|
|
|
477
|
-
@property
|
|
477
|
+
@_builtins.property
|
|
478
478
|
@pulumi.getter
|
|
479
479
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
480
480
|
"""
|
|
@@ -486,7 +486,7 @@ class IPAddressArgs:
|
|
|
486
486
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
487
487
|
pulumi.set(self, "metadata", value)
|
|
488
488
|
|
|
489
|
-
@property
|
|
489
|
+
@_builtins.property
|
|
490
490
|
@pulumi.getter
|
|
491
491
|
def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
|
|
492
492
|
"""
|
|
@@ -504,23 +504,23 @@ if not MYPY:
|
|
|
504
504
|
"""
|
|
505
505
|
ParentReference describes a reference to a parent object.
|
|
506
506
|
"""
|
|
507
|
-
group: NotRequired[pulumi.Input[str]]
|
|
507
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
508
508
|
"""
|
|
509
509
|
Group is the group of the object being referenced.
|
|
510
510
|
"""
|
|
511
|
-
name: NotRequired[pulumi.Input[str]]
|
|
511
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
512
512
|
"""
|
|
513
513
|
Name is the name of the object being referenced.
|
|
514
514
|
"""
|
|
515
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
515
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
516
516
|
"""
|
|
517
517
|
Namespace is the namespace of the object being referenced.
|
|
518
518
|
"""
|
|
519
|
-
resource: NotRequired[pulumi.Input[str]]
|
|
519
|
+
resource: NotRequired[pulumi.Input[_builtins.str]]
|
|
520
520
|
"""
|
|
521
521
|
Resource is the resource of the object being referenced.
|
|
522
522
|
"""
|
|
523
|
-
uid: NotRequired[pulumi.Input[str]]
|
|
523
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
524
524
|
"""
|
|
525
525
|
UID is the uid of the object being referenced.
|
|
526
526
|
"""
|
|
@@ -530,18 +530,18 @@ elif False:
|
|
|
530
530
|
@pulumi.input_type
|
|
531
531
|
class ParentReferencePatchArgs:
|
|
532
532
|
def __init__(__self__, *,
|
|
533
|
-
group: Optional[pulumi.Input[str]] = None,
|
|
534
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
535
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
536
|
-
resource: Optional[pulumi.Input[str]] = None,
|
|
537
|
-
uid: Optional[pulumi.Input[str]] = None):
|
|
533
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
534
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
535
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
536
|
+
resource: Optional[pulumi.Input[_builtins.str]] = None,
|
|
537
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
538
538
|
"""
|
|
539
539
|
ParentReference describes a reference to a parent object.
|
|
540
|
-
:param pulumi.Input[str] group: Group is the group of the object being referenced.
|
|
541
|
-
:param pulumi.Input[str] name: Name is the name of the object being referenced.
|
|
542
|
-
:param pulumi.Input[str] namespace: Namespace is the namespace of the object being referenced.
|
|
543
|
-
:param pulumi.Input[str] resource: Resource is the resource of the object being referenced.
|
|
544
|
-
:param pulumi.Input[str] uid: UID is the uid of the object being referenced.
|
|
540
|
+
:param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
|
|
541
|
+
:param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
|
|
542
|
+
:param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
543
|
+
:param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
|
|
544
|
+
:param pulumi.Input[_builtins.str] uid: UID is the uid of the object being referenced.
|
|
545
545
|
"""
|
|
546
546
|
if group is not None:
|
|
547
547
|
pulumi.set(__self__, "group", group)
|
|
@@ -554,64 +554,64 @@ class ParentReferencePatchArgs:
|
|
|
554
554
|
if uid is not None:
|
|
555
555
|
pulumi.set(__self__, "uid", uid)
|
|
556
556
|
|
|
557
|
-
@property
|
|
557
|
+
@_builtins.property
|
|
558
558
|
@pulumi.getter
|
|
559
|
-
def group(self) -> Optional[pulumi.Input[str]]:
|
|
559
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
560
560
|
"""
|
|
561
561
|
Group is the group of the object being referenced.
|
|
562
562
|
"""
|
|
563
563
|
return pulumi.get(self, "group")
|
|
564
564
|
|
|
565
565
|
@group.setter
|
|
566
|
-
def group(self, value: Optional[pulumi.Input[str]]):
|
|
566
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
567
567
|
pulumi.set(self, "group", value)
|
|
568
568
|
|
|
569
|
-
@property
|
|
569
|
+
@_builtins.property
|
|
570
570
|
@pulumi.getter
|
|
571
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
571
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
572
572
|
"""
|
|
573
573
|
Name is the name of the object being referenced.
|
|
574
574
|
"""
|
|
575
575
|
return pulumi.get(self, "name")
|
|
576
576
|
|
|
577
577
|
@name.setter
|
|
578
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
578
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
579
579
|
pulumi.set(self, "name", value)
|
|
580
580
|
|
|
581
|
-
@property
|
|
581
|
+
@_builtins.property
|
|
582
582
|
@pulumi.getter
|
|
583
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
583
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
584
584
|
"""
|
|
585
585
|
Namespace is the namespace of the object being referenced.
|
|
586
586
|
"""
|
|
587
587
|
return pulumi.get(self, "namespace")
|
|
588
588
|
|
|
589
589
|
@namespace.setter
|
|
590
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
590
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
591
591
|
pulumi.set(self, "namespace", value)
|
|
592
592
|
|
|
593
|
-
@property
|
|
593
|
+
@_builtins.property
|
|
594
594
|
@pulumi.getter
|
|
595
|
-
def resource(self) -> Optional[pulumi.Input[str]]:
|
|
595
|
+
def resource(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
596
596
|
"""
|
|
597
597
|
Resource is the resource of the object being referenced.
|
|
598
598
|
"""
|
|
599
599
|
return pulumi.get(self, "resource")
|
|
600
600
|
|
|
601
601
|
@resource.setter
|
|
602
|
-
def resource(self, value: Optional[pulumi.Input[str]]):
|
|
602
|
+
def resource(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
603
603
|
pulumi.set(self, "resource", value)
|
|
604
604
|
|
|
605
|
-
@property
|
|
605
|
+
@_builtins.property
|
|
606
606
|
@pulumi.getter
|
|
607
|
-
def uid(self) -> Optional[pulumi.Input[str]]:
|
|
607
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
608
608
|
"""
|
|
609
609
|
UID is the uid of the object being referenced.
|
|
610
610
|
"""
|
|
611
611
|
return pulumi.get(self, "uid")
|
|
612
612
|
|
|
613
613
|
@uid.setter
|
|
614
|
-
def uid(self, value: Optional[pulumi.Input[str]]):
|
|
614
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
615
615
|
pulumi.set(self, "uid", value)
|
|
616
616
|
|
|
617
617
|
|
|
@@ -620,23 +620,23 @@ if not MYPY:
|
|
|
620
620
|
"""
|
|
621
621
|
ParentReference describes a reference to a parent object.
|
|
622
622
|
"""
|
|
623
|
-
name: pulumi.Input[str]
|
|
623
|
+
name: pulumi.Input[_builtins.str]
|
|
624
624
|
"""
|
|
625
625
|
Name is the name of the object being referenced.
|
|
626
626
|
"""
|
|
627
|
-
resource: pulumi.Input[str]
|
|
627
|
+
resource: pulumi.Input[_builtins.str]
|
|
628
628
|
"""
|
|
629
629
|
Resource is the resource of the object being referenced.
|
|
630
630
|
"""
|
|
631
|
-
group: NotRequired[pulumi.Input[str]]
|
|
631
|
+
group: NotRequired[pulumi.Input[_builtins.str]]
|
|
632
632
|
"""
|
|
633
633
|
Group is the group of the object being referenced.
|
|
634
634
|
"""
|
|
635
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
635
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
636
636
|
"""
|
|
637
637
|
Namespace is the namespace of the object being referenced.
|
|
638
638
|
"""
|
|
639
|
-
uid: NotRequired[pulumi.Input[str]]
|
|
639
|
+
uid: NotRequired[pulumi.Input[_builtins.str]]
|
|
640
640
|
"""
|
|
641
641
|
UID is the uid of the object being referenced.
|
|
642
642
|
"""
|
|
@@ -646,18 +646,18 @@ elif False:
|
|
|
646
646
|
@pulumi.input_type
|
|
647
647
|
class ParentReferenceArgs:
|
|
648
648
|
def __init__(__self__, *,
|
|
649
|
-
name: pulumi.Input[str],
|
|
650
|
-
resource: pulumi.Input[str],
|
|
651
|
-
group: Optional[pulumi.Input[str]] = None,
|
|
652
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
|
653
|
-
uid: Optional[pulumi.Input[str]] = None):
|
|
649
|
+
name: pulumi.Input[_builtins.str],
|
|
650
|
+
resource: pulumi.Input[_builtins.str],
|
|
651
|
+
group: Optional[pulumi.Input[_builtins.str]] = None,
|
|
652
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
|
653
|
+
uid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
654
654
|
"""
|
|
655
655
|
ParentReference describes a reference to a parent object.
|
|
656
|
-
:param pulumi.Input[str] name: Name is the name of the object being referenced.
|
|
657
|
-
:param pulumi.Input[str] resource: Resource is the resource of the object being referenced.
|
|
658
|
-
:param pulumi.Input[str] group: Group is the group of the object being referenced.
|
|
659
|
-
:param pulumi.Input[str] namespace: Namespace is the namespace of the object being referenced.
|
|
660
|
-
:param pulumi.Input[str] uid: UID is the uid of the object being referenced.
|
|
656
|
+
:param pulumi.Input[_builtins.str] name: Name is the name of the object being referenced.
|
|
657
|
+
:param pulumi.Input[_builtins.str] resource: Resource is the resource of the object being referenced.
|
|
658
|
+
:param pulumi.Input[_builtins.str] group: Group is the group of the object being referenced.
|
|
659
|
+
:param pulumi.Input[_builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
660
|
+
:param pulumi.Input[_builtins.str] uid: UID is the uid of the object being referenced.
|
|
661
661
|
"""
|
|
662
662
|
pulumi.set(__self__, "name", name)
|
|
663
663
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -668,64 +668,64 @@ class ParentReferenceArgs:
|
|
|
668
668
|
if uid is not None:
|
|
669
669
|
pulumi.set(__self__, "uid", uid)
|
|
670
670
|
|
|
671
|
-
@property
|
|
671
|
+
@_builtins.property
|
|
672
672
|
@pulumi.getter
|
|
673
|
-
def name(self) -> pulumi.Input[str]:
|
|
673
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
674
674
|
"""
|
|
675
675
|
Name is the name of the object being referenced.
|
|
676
676
|
"""
|
|
677
677
|
return pulumi.get(self, "name")
|
|
678
678
|
|
|
679
679
|
@name.setter
|
|
680
|
-
def name(self, value: pulumi.Input[str]):
|
|
680
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
681
681
|
pulumi.set(self, "name", value)
|
|
682
682
|
|
|
683
|
-
@property
|
|
683
|
+
@_builtins.property
|
|
684
684
|
@pulumi.getter
|
|
685
|
-
def resource(self) -> pulumi.Input[str]:
|
|
685
|
+
def resource(self) -> pulumi.Input[_builtins.str]:
|
|
686
686
|
"""
|
|
687
687
|
Resource is the resource of the object being referenced.
|
|
688
688
|
"""
|
|
689
689
|
return pulumi.get(self, "resource")
|
|
690
690
|
|
|
691
691
|
@resource.setter
|
|
692
|
-
def resource(self, value: pulumi.Input[str]):
|
|
692
|
+
def resource(self, value: pulumi.Input[_builtins.str]):
|
|
693
693
|
pulumi.set(self, "resource", value)
|
|
694
694
|
|
|
695
|
-
@property
|
|
695
|
+
@_builtins.property
|
|
696
696
|
@pulumi.getter
|
|
697
|
-
def group(self) -> Optional[pulumi.Input[str]]:
|
|
697
|
+
def group(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
698
698
|
"""
|
|
699
699
|
Group is the group of the object being referenced.
|
|
700
700
|
"""
|
|
701
701
|
return pulumi.get(self, "group")
|
|
702
702
|
|
|
703
703
|
@group.setter
|
|
704
|
-
def group(self, value: Optional[pulumi.Input[str]]):
|
|
704
|
+
def group(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
705
705
|
pulumi.set(self, "group", value)
|
|
706
706
|
|
|
707
|
-
@property
|
|
707
|
+
@_builtins.property
|
|
708
708
|
@pulumi.getter
|
|
709
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
709
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
710
710
|
"""
|
|
711
711
|
Namespace is the namespace of the object being referenced.
|
|
712
712
|
"""
|
|
713
713
|
return pulumi.get(self, "namespace")
|
|
714
714
|
|
|
715
715
|
@namespace.setter
|
|
716
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
716
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
717
717
|
pulumi.set(self, "namespace", value)
|
|
718
718
|
|
|
719
|
-
@property
|
|
719
|
+
@_builtins.property
|
|
720
720
|
@pulumi.getter
|
|
721
|
-
def uid(self) -> Optional[pulumi.Input[str]]:
|
|
721
|
+
def uid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
722
722
|
"""
|
|
723
723
|
UID is the uid of the object being referenced.
|
|
724
724
|
"""
|
|
725
725
|
return pulumi.get(self, "uid")
|
|
726
726
|
|
|
727
727
|
@uid.setter
|
|
728
|
-
def uid(self, value: Optional[pulumi.Input[str]]):
|
|
728
|
+
def uid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
729
729
|
pulumi.set(self, "uid", value)
|
|
730
730
|
|
|
731
731
|
|
|
@@ -734,7 +734,7 @@ if not MYPY:
|
|
|
734
734
|
"""
|
|
735
735
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
736
736
|
"""
|
|
737
|
-
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
737
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
738
738
|
"""
|
|
739
739
|
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.
|
|
740
740
|
"""
|
|
@@ -744,24 +744,24 @@ elif False:
|
|
|
744
744
|
@pulumi.input_type
|
|
745
745
|
class ServiceCIDRSpecPatchArgs:
|
|
746
746
|
def __init__(__self__, *,
|
|
747
|
-
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
747
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
748
748
|
"""
|
|
749
749
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
750
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
750
|
+
: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.
|
|
751
751
|
"""
|
|
752
752
|
if cidrs is not None:
|
|
753
753
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
754
754
|
|
|
755
|
-
@property
|
|
755
|
+
@_builtins.property
|
|
756
756
|
@pulumi.getter
|
|
757
|
-
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
757
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
758
758
|
"""
|
|
759
759
|
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.
|
|
760
760
|
"""
|
|
761
761
|
return pulumi.get(self, "cidrs")
|
|
762
762
|
|
|
763
763
|
@cidrs.setter
|
|
764
|
-
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
764
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
765
765
|
pulumi.set(self, "cidrs", value)
|
|
766
766
|
|
|
767
767
|
|
|
@@ -770,7 +770,7 @@ if not MYPY:
|
|
|
770
770
|
"""
|
|
771
771
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
772
772
|
"""
|
|
773
|
-
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
773
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
774
774
|
"""
|
|
775
775
|
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.
|
|
776
776
|
"""
|
|
@@ -780,24 +780,24 @@ elif False:
|
|
|
780
780
|
@pulumi.input_type
|
|
781
781
|
class ServiceCIDRSpecArgs:
|
|
782
782
|
def __init__(__self__, *,
|
|
783
|
-
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
783
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
784
784
|
"""
|
|
785
785
|
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
786
|
-
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
786
|
+
: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.
|
|
787
787
|
"""
|
|
788
788
|
if cidrs is not None:
|
|
789
789
|
pulumi.set(__self__, "cidrs", cidrs)
|
|
790
790
|
|
|
791
|
-
@property
|
|
791
|
+
@_builtins.property
|
|
792
792
|
@pulumi.getter
|
|
793
|
-
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
793
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
794
794
|
"""
|
|
795
795
|
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.
|
|
796
796
|
"""
|
|
797
797
|
return pulumi.get(self, "cidrs")
|
|
798
798
|
|
|
799
799
|
@cidrs.setter
|
|
800
|
-
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
800
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
801
801
|
pulumi.set(self, "cidrs", value)
|
|
802
802
|
|
|
803
803
|
|
|
@@ -824,7 +824,7 @@ class ServiceCIDRStatusArgs:
|
|
|
824
824
|
if conditions is not None:
|
|
825
825
|
pulumi.set(__self__, "conditions", conditions)
|
|
826
826
|
|
|
827
|
-
@property
|
|
827
|
+
@_builtins.property
|
|
828
828
|
@pulumi.getter
|
|
829
829
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
|
|
830
830
|
"""
|
|
@@ -842,11 +842,11 @@ if not MYPY:
|
|
|
842
842
|
"""
|
|
843
843
|
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.
|
|
844
844
|
"""
|
|
845
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
845
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
846
846
|
"""
|
|
847
847
|
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
|
|
848
848
|
"""
|
|
849
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
849
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
850
850
|
"""
|
|
851
851
|
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
852
|
"""
|
|
@@ -868,15 +868,15 @@ elif False:
|
|
|
868
868
|
@pulumi.input_type
|
|
869
869
|
class ServiceCIDRArgs:
|
|
870
870
|
def __init__(__self__, *,
|
|
871
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
872
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
871
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
872
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
873
873
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
874
874
|
spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
|
|
875
875
|
status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
|
|
876
876
|
"""
|
|
877
877
|
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.
|
|
878
|
-
:param pulumi.Input[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
|
|
879
|
-
:param pulumi.Input[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
|
|
878
|
+
: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
|
|
879
|
+
: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
|
|
880
880
|
: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
|
|
881
881
|
: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
|
|
882
882
|
: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
|
|
@@ -892,31 +892,31 @@ class ServiceCIDRArgs:
|
|
|
892
892
|
if status is not None:
|
|
893
893
|
pulumi.set(__self__, "status", status)
|
|
894
894
|
|
|
895
|
-
@property
|
|
895
|
+
@_builtins.property
|
|
896
896
|
@pulumi.getter(name="apiVersion")
|
|
897
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
897
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
898
898
|
"""
|
|
899
899
|
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
|
|
900
900
|
"""
|
|
901
901
|
return pulumi.get(self, "api_version")
|
|
902
902
|
|
|
903
903
|
@api_version.setter
|
|
904
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
904
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
905
905
|
pulumi.set(self, "api_version", value)
|
|
906
906
|
|
|
907
|
-
@property
|
|
907
|
+
@_builtins.property
|
|
908
908
|
@pulumi.getter
|
|
909
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
909
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
910
910
|
"""
|
|
911
911
|
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
|
|
912
912
|
"""
|
|
913
913
|
return pulumi.get(self, "kind")
|
|
914
914
|
|
|
915
915
|
@kind.setter
|
|
916
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
916
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
917
917
|
pulumi.set(self, "kind", value)
|
|
918
918
|
|
|
919
|
-
@property
|
|
919
|
+
@_builtins.property
|
|
920
920
|
@pulumi.getter
|
|
921
921
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
922
922
|
"""
|
|
@@ -928,7 +928,7 @@ class ServiceCIDRArgs:
|
|
|
928
928
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
929
929
|
pulumi.set(self, "metadata", value)
|
|
930
930
|
|
|
931
|
-
@property
|
|
931
|
+
@_builtins.property
|
|
932
932
|
@pulumi.getter
|
|
933
933
|
def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
|
|
934
934
|
"""
|
|
@@ -940,7 +940,7 @@ class ServiceCIDRArgs:
|
|
|
940
940
|
def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
|
|
941
941
|
pulumi.set(self, "spec", value)
|
|
942
942
|
|
|
943
|
-
@property
|
|
943
|
+
@_builtins.property
|
|
944
944
|
@pulumi.getter
|
|
945
945
|
def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
|
|
946
946
|
"""
|