pulumi-kubernetes 4.23.0a1746131759__py3-none-any.whl → 4.23.0a1746153578__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +36 -2
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +30 -30
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +20 -20
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +1 -3
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +1 -3
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +1 -3
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +1 -3
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +1 -3
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +1 -3
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +1 -3
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +1 -3
- pulumi_kubernetes/apiregistration/v1/APIService.py +1 -3
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +1 -3
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +1 -3
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +1 -3
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +1 -3
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +1 -3
- pulumi_kubernetes/apps/v1/ControllerRevision.py +1 -3
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +1 -3
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +1 -3
- pulumi_kubernetes/apps/v1/DaemonSet.py +1 -3
- pulumi_kubernetes/apps/v1/DaemonSetList.py +1 -3
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1/Deployment.py +1 -3
- pulumi_kubernetes/apps/v1/DeploymentList.py +1 -3
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +1 -3
- pulumi_kubernetes/apps/v1/ReplicaSet.py +1 -3
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +5 -7
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1/StatefulSet.py +1 -3
- pulumi_kubernetes/apps/v1/StatefulSetList.py +1 -3
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1/_inputs.py +109 -56
- pulumi_kubernetes/apps/v1/outputs.py +129 -56
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +1 -3
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +1 -3
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta1/Deployment.py +1 -3
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +1 -3
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +1 -3
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +1 -3
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/Deployment.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +1 -3
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +1 -3
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +1 -3
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +1 -3
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +1 -3
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +1 -3
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +1 -3
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +1 -3
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +1 -3
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +1 -3
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +1 -3
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +1 -3
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +1 -3
- pulumi_kubernetes/autoscaling/v2/_inputs.py +92 -12
- pulumi_kubernetes/autoscaling/v2/outputs.py +66 -10
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +1 -3
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +1 -3
- pulumi_kubernetes/batch/v1/CronJob.py +1 -3
- pulumi_kubernetes/batch/v1/CronJobList.py +1 -3
- pulumi_kubernetes/batch/v1/CronJobPatch.py +1 -3
- pulumi_kubernetes/batch/v1/Job.py +1 -3
- pulumi_kubernetes/batch/v1/JobList.py +1 -3
- pulumi_kubernetes/batch/v1/JobPatch.py +1 -3
- pulumi_kubernetes/batch/v1/_inputs.py +12 -42
- pulumi_kubernetes/batch/v1/outputs.py +8 -32
- pulumi_kubernetes/batch/v1beta1/CronJob.py +1 -3
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +1 -3
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +1 -3
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +1 -3
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +1 -3
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +1 -3
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +1 -3
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +1 -3
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +1 -3
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +3 -3
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +1 -3
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +3 -3
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +1 -3
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +1 -3
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +1 -3
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +292 -0
- pulumi_kubernetes/certificates/v1beta1/outputs.py +241 -0
- pulumi_kubernetes/coordination/v1/Lease.py +1 -3
- pulumi_kubernetes/coordination/v1/LeaseList.py +1 -3
- pulumi_kubernetes/coordination/v1/LeasePatch.py +1 -3
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +2 -4
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +1 -3
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +2 -4
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +2 -4
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +1 -3
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +2 -4
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +6 -6
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +4 -4
- pulumi_kubernetes/coordination/v1beta1/Lease.py +1 -3
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +1 -3
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +1 -3
- pulumi_kubernetes/coordination/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +371 -0
- pulumi_kubernetes/coordination/v1beta1/outputs.py +292 -0
- pulumi_kubernetes/core/v1/Binding.py +1 -3
- pulumi_kubernetes/core/v1/BindingPatch.py +1 -3
- pulumi_kubernetes/core/v1/ConfigMap.py +1 -3
- pulumi_kubernetes/core/v1/ConfigMapList.py +1 -3
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +1 -3
- pulumi_kubernetes/core/v1/Endpoints.py +9 -3
- pulumi_kubernetes/core/v1/EndpointsList.py +3 -5
- pulumi_kubernetes/core/v1/EndpointsPatch.py +9 -3
- pulumi_kubernetes/core/v1/Event.py +1 -3
- pulumi_kubernetes/core/v1/EventList.py +1 -3
- pulumi_kubernetes/core/v1/EventPatch.py +1 -3
- pulumi_kubernetes/core/v1/LimitRange.py +1 -3
- pulumi_kubernetes/core/v1/LimitRangeList.py +1 -3
- pulumi_kubernetes/core/v1/LimitRangePatch.py +1 -3
- pulumi_kubernetes/core/v1/Namespace.py +1 -3
- pulumi_kubernetes/core/v1/NamespaceList.py +1 -3
- pulumi_kubernetes/core/v1/NamespacePatch.py +1 -3
- pulumi_kubernetes/core/v1/Node.py +1 -3
- pulumi_kubernetes/core/v1/NodeList.py +1 -3
- pulumi_kubernetes/core/v1/NodePatch.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolume.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +1 -3
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +1 -3
- pulumi_kubernetes/core/v1/Pod.py +1 -3
- pulumi_kubernetes/core/v1/PodList.py +1 -3
- pulumi_kubernetes/core/v1/PodPatch.py +1 -3
- pulumi_kubernetes/core/v1/PodTemplate.py +1 -3
- pulumi_kubernetes/core/v1/PodTemplateList.py +1 -3
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +1 -3
- pulumi_kubernetes/core/v1/ReplicationController.py +1 -3
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +1 -3
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +1 -3
- pulumi_kubernetes/core/v1/ResourceQuota.py +1 -3
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +1 -3
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +1 -3
- pulumi_kubernetes/core/v1/Secret.py +1 -3
- pulumi_kubernetes/core/v1/SecretList.py +1 -3
- pulumi_kubernetes/core/v1/SecretPatch.py +1 -3
- pulumi_kubernetes/core/v1/Service.py +1 -3
- pulumi_kubernetes/core/v1/ServiceAccount.py +1 -3
- pulumi_kubernetes/core/v1/ServiceAccountList.py +1 -3
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +1 -3
- pulumi_kubernetes/core/v1/ServiceList.py +1 -3
- pulumi_kubernetes/core/v1/ServicePatch.py +1 -3
- pulumi_kubernetes/core/v1/_enums.py +2 -1
- pulumi_kubernetes/core/v1/_inputs.py +240 -66
- pulumi_kubernetes/core/v1/outputs.py +251 -51
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +11 -13
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +1 -3
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +11 -13
- pulumi_kubernetes/discovery/v1/_inputs.py +159 -44
- pulumi_kubernetes/discovery/v1/outputs.py +107 -32
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +1 -3
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +1 -3
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +1 -3
- pulumi_kubernetes/events/v1/Event.py +1 -3
- pulumi_kubernetes/events/v1/EventList.py +1 -3
- pulumi_kubernetes/events/v1/EventPatch.py +1 -3
- pulumi_kubernetes/events/v1beta1/Event.py +1 -3
- pulumi_kubernetes/events/v1beta1/EventList.py +1 -3
- pulumi_kubernetes/events/v1beta1/EventPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +1 -3
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +1 -3
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +1 -3
- pulumi_kubernetes/helm/v3/Release.py +1 -3
- pulumi_kubernetes/helm/v4/Chart.py +1 -3
- pulumi_kubernetes/kustomize/v2/Directory.py +1 -3
- pulumi_kubernetes/meta/v1/Status.py +1 -3
- pulumi_kubernetes/meta/v1/StatusPatch.py +1 -3
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +1 -3
- pulumi_kubernetes/networking/v1/IngressClass.py +1 -3
- pulumi_kubernetes/networking/v1/IngressClassList.py +1 -3
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +1 -3
- pulumi_kubernetes/networking/v1/IngressList.py +1 -3
- pulumi_kubernetes/networking/v1/IngressPatch.py +1 -3
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +1 -3
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +1 -3
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +1 -3
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +6 -0
- pulumi_kubernetes/networking/v1/_inputs.py +599 -0
- pulumi_kubernetes/networking/v1/outputs.py +461 -0
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +2 -4
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +2 -4
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +2 -4
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +1 -3
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +2 -4
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +2 -4
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +2 -4
- pulumi_kubernetes/networking/v1beta1/Ingress.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressList.py +1 -3
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +1 -3
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +2 -4
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +1 -3
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +2 -4
- pulumi_kubernetes/node/v1/RuntimeClass.py +1 -3
- pulumi_kubernetes/node/v1/RuntimeClassList.py +1 -3
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +1 -3
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +1 -3
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +1 -3
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +1 -3
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +1 -3
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +1 -3
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +1 -3
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +1 -3
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +1 -3
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +1 -3
- pulumi_kubernetes/policy/v1/_inputs.py +0 -12
- pulumi_kubernetes/policy/v1/outputs.py +0 -8
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +1 -3
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +1 -3
- pulumi_kubernetes/provider.py +1 -3
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +1 -3
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1/Role.py +1 -3
- pulumi_kubernetes/rbac/v1/RoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1/RoleList.py +1 -3
- pulumi_kubernetes/rbac/v1/RolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/Role.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +1 -3
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/Role.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +1 -3
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +1 -3
- pulumi_kubernetes/resource/__init__.py +3 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +2 -4
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +2 -4
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +1 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +2 -4
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +1 -3
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +1 -3
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +2 -4
- pulumi_kubernetes/resource/v1alpha3/__init__.py +3 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2559 -213
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2037 -256
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +2 -4
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +1 -3
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +1 -3
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +1 -3
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +2 -4
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +1 -3
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +2 -4
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2044 -176
- pulumi_kubernetes/resource/v1beta1/outputs.py +1536 -134
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +1 -3
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +1 -3
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +1 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +1 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +1 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +1 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +1 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +1 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +1 -3
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +1 -3
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +1 -3
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +1 -3
- pulumi_kubernetes/storage/v1/CSIDriver.py +1 -3
- pulumi_kubernetes/storage/v1/CSIDriverList.py +1 -3
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +1 -3
- pulumi_kubernetes/storage/v1/CSINode.py +1 -3
- pulumi_kubernetes/storage/v1/CSINodeList.py +1 -3
- pulumi_kubernetes/storage/v1/CSINodePatch.py +1 -3
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +1 -3
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +1 -3
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +1 -3
- pulumi_kubernetes/storage/v1/StorageClass.py +1 -3
- pulumi_kubernetes/storage/v1/StorageClassList.py +1 -3
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +1 -3
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +1 -3
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +1 -3
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +1 -3
- pulumi_kubernetes/storage/v1/_inputs.py +90 -0
- pulumi_kubernetes/storage/v1/outputs.py +110 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +1 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSINode.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +1 -3
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +1 -3
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +1 -3
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +1 -3
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +1 -3
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +1 -3
- pulumi_kubernetes/yaml/v2/ConfigFile.py +1 -3
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +1 -3
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/METADATA +2 -2
- pulumi_kubernetes-4.23.0a1746153578.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.23.0a1746131759.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746153578.dist-info}/top_level.txt +0 -0
|
@@ -26,6 +26,12 @@ __all__ = [
|
|
|
26
26
|
'HTTPIngressRuleValuePatchArgsDict',
|
|
27
27
|
'HTTPIngressRuleValueArgs',
|
|
28
28
|
'HTTPIngressRuleValueArgsDict',
|
|
29
|
+
'IPAddressSpecPatchArgs',
|
|
30
|
+
'IPAddressSpecPatchArgsDict',
|
|
31
|
+
'IPAddressSpecArgs',
|
|
32
|
+
'IPAddressSpecArgsDict',
|
|
33
|
+
'IPAddressArgs',
|
|
34
|
+
'IPAddressArgsDict',
|
|
29
35
|
'IPBlockPatchArgs',
|
|
30
36
|
'IPBlockPatchArgsDict',
|
|
31
37
|
'IPBlockArgs',
|
|
@@ -94,10 +100,22 @@ __all__ = [
|
|
|
94
100
|
'NetworkPolicyStatusArgsDict',
|
|
95
101
|
'NetworkPolicyArgs',
|
|
96
102
|
'NetworkPolicyArgsDict',
|
|
103
|
+
'ParentReferencePatchArgs',
|
|
104
|
+
'ParentReferencePatchArgsDict',
|
|
105
|
+
'ParentReferenceArgs',
|
|
106
|
+
'ParentReferenceArgsDict',
|
|
97
107
|
'ServiceBackendPortPatchArgs',
|
|
98
108
|
'ServiceBackendPortPatchArgsDict',
|
|
99
109
|
'ServiceBackendPortArgs',
|
|
100
110
|
'ServiceBackendPortArgsDict',
|
|
111
|
+
'ServiceCIDRSpecPatchArgs',
|
|
112
|
+
'ServiceCIDRSpecPatchArgsDict',
|
|
113
|
+
'ServiceCIDRSpecArgs',
|
|
114
|
+
'ServiceCIDRSpecArgsDict',
|
|
115
|
+
'ServiceCIDRStatusArgs',
|
|
116
|
+
'ServiceCIDRStatusArgsDict',
|
|
117
|
+
'ServiceCIDRArgs',
|
|
118
|
+
'ServiceCIDRArgsDict',
|
|
101
119
|
]
|
|
102
120
|
|
|
103
121
|
MYPY = False
|
|
@@ -383,6 +401,173 @@ class HTTPIngressRuleValueArgs:
|
|
|
383
401
|
pulumi.set(self, "paths", value)
|
|
384
402
|
|
|
385
403
|
|
|
404
|
+
if not MYPY:
|
|
405
|
+
class IPAddressSpecPatchArgsDict(TypedDict):
|
|
406
|
+
"""
|
|
407
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
408
|
+
"""
|
|
409
|
+
parent_ref: NotRequired[pulumi.Input['ParentReferencePatchArgsDict']]
|
|
410
|
+
"""
|
|
411
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
412
|
+
"""
|
|
413
|
+
elif False:
|
|
414
|
+
IPAddressSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
415
|
+
|
|
416
|
+
@pulumi.input_type
|
|
417
|
+
class IPAddressSpecPatchArgs:
|
|
418
|
+
def __init__(__self__, *,
|
|
419
|
+
parent_ref: Optional[pulumi.Input['ParentReferencePatchArgs']] = None):
|
|
420
|
+
"""
|
|
421
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
422
|
+
:param pulumi.Input['ParentReferencePatchArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
423
|
+
"""
|
|
424
|
+
if parent_ref is not None:
|
|
425
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
426
|
+
|
|
427
|
+
@property
|
|
428
|
+
@pulumi.getter(name="parentRef")
|
|
429
|
+
def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
|
|
430
|
+
"""
|
|
431
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
432
|
+
"""
|
|
433
|
+
return pulumi.get(self, "parent_ref")
|
|
434
|
+
|
|
435
|
+
@parent_ref.setter
|
|
436
|
+
def parent_ref(self, value: Optional[pulumi.Input['ParentReferencePatchArgs']]):
|
|
437
|
+
pulumi.set(self, "parent_ref", value)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
if not MYPY:
|
|
441
|
+
class IPAddressSpecArgsDict(TypedDict):
|
|
442
|
+
"""
|
|
443
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
444
|
+
"""
|
|
445
|
+
parent_ref: pulumi.Input['ParentReferenceArgsDict']
|
|
446
|
+
"""
|
|
447
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
448
|
+
"""
|
|
449
|
+
elif False:
|
|
450
|
+
IPAddressSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
451
|
+
|
|
452
|
+
@pulumi.input_type
|
|
453
|
+
class IPAddressSpecArgs:
|
|
454
|
+
def __init__(__self__, *,
|
|
455
|
+
parent_ref: pulumi.Input['ParentReferenceArgs']):
|
|
456
|
+
"""
|
|
457
|
+
IPAddressSpec describe the attributes in an IP Address.
|
|
458
|
+
:param pulumi.Input['ParentReferenceArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
459
|
+
"""
|
|
460
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
|
461
|
+
|
|
462
|
+
@property
|
|
463
|
+
@pulumi.getter(name="parentRef")
|
|
464
|
+
def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
|
|
465
|
+
"""
|
|
466
|
+
ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "parent_ref")
|
|
469
|
+
|
|
470
|
+
@parent_ref.setter
|
|
471
|
+
def parent_ref(self, value: pulumi.Input['ParentReferenceArgs']):
|
|
472
|
+
pulumi.set(self, "parent_ref", value)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
if not MYPY:
|
|
476
|
+
class IPAddressArgsDict(TypedDict):
|
|
477
|
+
"""
|
|
478
|
+
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
479
|
+
"""
|
|
480
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
481
|
+
"""
|
|
482
|
+
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
483
|
+
"""
|
|
484
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
485
|
+
"""
|
|
486
|
+
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
487
|
+
"""
|
|
488
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
489
|
+
"""
|
|
490
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
491
|
+
"""
|
|
492
|
+
spec: NotRequired[pulumi.Input['IPAddressSpecArgsDict']]
|
|
493
|
+
"""
|
|
494
|
+
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
|
|
495
|
+
"""
|
|
496
|
+
elif False:
|
|
497
|
+
IPAddressArgsDict: TypeAlias = Mapping[str, Any]
|
|
498
|
+
|
|
499
|
+
@pulumi.input_type
|
|
500
|
+
class IPAddressArgs:
|
|
501
|
+
def __init__(__self__, *,
|
|
502
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
503
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
504
|
+
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
505
|
+
spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
|
|
506
|
+
"""
|
|
507
|
+
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
|
|
508
|
+
:param pulumi.Input[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
|
|
509
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
510
|
+
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
511
|
+
:param pulumi.Input['IPAddressSpecArgs'] spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
512
|
+
"""
|
|
513
|
+
if api_version is not None:
|
|
514
|
+
pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
|
|
515
|
+
if kind is not None:
|
|
516
|
+
pulumi.set(__self__, "kind", 'IPAddress')
|
|
517
|
+
if metadata is not None:
|
|
518
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
519
|
+
if spec is not None:
|
|
520
|
+
pulumi.set(__self__, "spec", spec)
|
|
521
|
+
|
|
522
|
+
@property
|
|
523
|
+
@pulumi.getter(name="apiVersion")
|
|
524
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
525
|
+
"""
|
|
526
|
+
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
527
|
+
"""
|
|
528
|
+
return pulumi.get(self, "api_version")
|
|
529
|
+
|
|
530
|
+
@api_version.setter
|
|
531
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
532
|
+
pulumi.set(self, "api_version", value)
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter
|
|
536
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
537
|
+
"""
|
|
538
|
+
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "kind")
|
|
541
|
+
|
|
542
|
+
@kind.setter
|
|
543
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
544
|
+
pulumi.set(self, "kind", value)
|
|
545
|
+
|
|
546
|
+
@property
|
|
547
|
+
@pulumi.getter
|
|
548
|
+
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
549
|
+
"""
|
|
550
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
551
|
+
"""
|
|
552
|
+
return pulumi.get(self, "metadata")
|
|
553
|
+
|
|
554
|
+
@metadata.setter
|
|
555
|
+
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
556
|
+
pulumi.set(self, "metadata", value)
|
|
557
|
+
|
|
558
|
+
@property
|
|
559
|
+
@pulumi.getter
|
|
560
|
+
def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
|
|
561
|
+
"""
|
|
562
|
+
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
|
|
563
|
+
"""
|
|
564
|
+
return pulumi.get(self, "spec")
|
|
565
|
+
|
|
566
|
+
@spec.setter
|
|
567
|
+
def spec(self, value: Optional[pulumi.Input['IPAddressSpecArgs']]):
|
|
568
|
+
pulumi.set(self, "spec", value)
|
|
569
|
+
|
|
570
|
+
|
|
386
571
|
if not MYPY:
|
|
387
572
|
class IPBlockPatchArgsDict(TypedDict):
|
|
388
573
|
"""
|
|
@@ -2869,6 +3054,196 @@ class NetworkPolicyArgs:
|
|
|
2869
3054
|
pulumi.set(self, "status", value)
|
|
2870
3055
|
|
|
2871
3056
|
|
|
3057
|
+
if not MYPY:
|
|
3058
|
+
class ParentReferencePatchArgsDict(TypedDict):
|
|
3059
|
+
"""
|
|
3060
|
+
ParentReference describes a reference to a parent object.
|
|
3061
|
+
"""
|
|
3062
|
+
group: NotRequired[pulumi.Input[builtins.str]]
|
|
3063
|
+
"""
|
|
3064
|
+
Group is the group of the object being referenced.
|
|
3065
|
+
"""
|
|
3066
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
3067
|
+
"""
|
|
3068
|
+
Name is the name of the object being referenced.
|
|
3069
|
+
"""
|
|
3070
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
3071
|
+
"""
|
|
3072
|
+
Namespace is the namespace of the object being referenced.
|
|
3073
|
+
"""
|
|
3074
|
+
resource: NotRequired[pulumi.Input[builtins.str]]
|
|
3075
|
+
"""
|
|
3076
|
+
Resource is the resource of the object being referenced.
|
|
3077
|
+
"""
|
|
3078
|
+
elif False:
|
|
3079
|
+
ParentReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
3080
|
+
|
|
3081
|
+
@pulumi.input_type
|
|
3082
|
+
class ParentReferencePatchArgs:
|
|
3083
|
+
def __init__(__self__, *,
|
|
3084
|
+
group: Optional[pulumi.Input[builtins.str]] = None,
|
|
3085
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3086
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
|
3087
|
+
resource: Optional[pulumi.Input[builtins.str]] = None):
|
|
3088
|
+
"""
|
|
3089
|
+
ParentReference describes a reference to a parent object.
|
|
3090
|
+
:param pulumi.Input[builtins.str] group: Group is the group of the object being referenced.
|
|
3091
|
+
:param pulumi.Input[builtins.str] name: Name is the name of the object being referenced.
|
|
3092
|
+
:param pulumi.Input[builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
3093
|
+
:param pulumi.Input[builtins.str] resource: Resource is the resource of the object being referenced.
|
|
3094
|
+
"""
|
|
3095
|
+
if group is not None:
|
|
3096
|
+
pulumi.set(__self__, "group", group)
|
|
3097
|
+
if name is not None:
|
|
3098
|
+
pulumi.set(__self__, "name", name)
|
|
3099
|
+
if namespace is not None:
|
|
3100
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
3101
|
+
if resource is not None:
|
|
3102
|
+
pulumi.set(__self__, "resource", resource)
|
|
3103
|
+
|
|
3104
|
+
@property
|
|
3105
|
+
@pulumi.getter
|
|
3106
|
+
def group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3107
|
+
"""
|
|
3108
|
+
Group is the group of the object being referenced.
|
|
3109
|
+
"""
|
|
3110
|
+
return pulumi.get(self, "group")
|
|
3111
|
+
|
|
3112
|
+
@group.setter
|
|
3113
|
+
def group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3114
|
+
pulumi.set(self, "group", value)
|
|
3115
|
+
|
|
3116
|
+
@property
|
|
3117
|
+
@pulumi.getter
|
|
3118
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3119
|
+
"""
|
|
3120
|
+
Name is the name of the object being referenced.
|
|
3121
|
+
"""
|
|
3122
|
+
return pulumi.get(self, "name")
|
|
3123
|
+
|
|
3124
|
+
@name.setter
|
|
3125
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3126
|
+
pulumi.set(self, "name", value)
|
|
3127
|
+
|
|
3128
|
+
@property
|
|
3129
|
+
@pulumi.getter
|
|
3130
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3131
|
+
"""
|
|
3132
|
+
Namespace is the namespace of the object being referenced.
|
|
3133
|
+
"""
|
|
3134
|
+
return pulumi.get(self, "namespace")
|
|
3135
|
+
|
|
3136
|
+
@namespace.setter
|
|
3137
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3138
|
+
pulumi.set(self, "namespace", value)
|
|
3139
|
+
|
|
3140
|
+
@property
|
|
3141
|
+
@pulumi.getter
|
|
3142
|
+
def resource(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3143
|
+
"""
|
|
3144
|
+
Resource is the resource of the object being referenced.
|
|
3145
|
+
"""
|
|
3146
|
+
return pulumi.get(self, "resource")
|
|
3147
|
+
|
|
3148
|
+
@resource.setter
|
|
3149
|
+
def resource(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3150
|
+
pulumi.set(self, "resource", value)
|
|
3151
|
+
|
|
3152
|
+
|
|
3153
|
+
if not MYPY:
|
|
3154
|
+
class ParentReferenceArgsDict(TypedDict):
|
|
3155
|
+
"""
|
|
3156
|
+
ParentReference describes a reference to a parent object.
|
|
3157
|
+
"""
|
|
3158
|
+
name: pulumi.Input[builtins.str]
|
|
3159
|
+
"""
|
|
3160
|
+
Name is the name of the object being referenced.
|
|
3161
|
+
"""
|
|
3162
|
+
resource: pulumi.Input[builtins.str]
|
|
3163
|
+
"""
|
|
3164
|
+
Resource is the resource of the object being referenced.
|
|
3165
|
+
"""
|
|
3166
|
+
group: NotRequired[pulumi.Input[builtins.str]]
|
|
3167
|
+
"""
|
|
3168
|
+
Group is the group of the object being referenced.
|
|
3169
|
+
"""
|
|
3170
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
3171
|
+
"""
|
|
3172
|
+
Namespace is the namespace of the object being referenced.
|
|
3173
|
+
"""
|
|
3174
|
+
elif False:
|
|
3175
|
+
ParentReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
3176
|
+
|
|
3177
|
+
@pulumi.input_type
|
|
3178
|
+
class ParentReferenceArgs:
|
|
3179
|
+
def __init__(__self__, *,
|
|
3180
|
+
name: pulumi.Input[builtins.str],
|
|
3181
|
+
resource: pulumi.Input[builtins.str],
|
|
3182
|
+
group: Optional[pulumi.Input[builtins.str]] = None,
|
|
3183
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None):
|
|
3184
|
+
"""
|
|
3185
|
+
ParentReference describes a reference to a parent object.
|
|
3186
|
+
:param pulumi.Input[builtins.str] name: Name is the name of the object being referenced.
|
|
3187
|
+
:param pulumi.Input[builtins.str] resource: Resource is the resource of the object being referenced.
|
|
3188
|
+
:param pulumi.Input[builtins.str] group: Group is the group of the object being referenced.
|
|
3189
|
+
:param pulumi.Input[builtins.str] namespace: Namespace is the namespace of the object being referenced.
|
|
3190
|
+
"""
|
|
3191
|
+
pulumi.set(__self__, "name", name)
|
|
3192
|
+
pulumi.set(__self__, "resource", resource)
|
|
3193
|
+
if group is not None:
|
|
3194
|
+
pulumi.set(__self__, "group", group)
|
|
3195
|
+
if namespace is not None:
|
|
3196
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
3197
|
+
|
|
3198
|
+
@property
|
|
3199
|
+
@pulumi.getter
|
|
3200
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
3201
|
+
"""
|
|
3202
|
+
Name is the name of the object being referenced.
|
|
3203
|
+
"""
|
|
3204
|
+
return pulumi.get(self, "name")
|
|
3205
|
+
|
|
3206
|
+
@name.setter
|
|
3207
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
3208
|
+
pulumi.set(self, "name", value)
|
|
3209
|
+
|
|
3210
|
+
@property
|
|
3211
|
+
@pulumi.getter
|
|
3212
|
+
def resource(self) -> pulumi.Input[builtins.str]:
|
|
3213
|
+
"""
|
|
3214
|
+
Resource is the resource of the object being referenced.
|
|
3215
|
+
"""
|
|
3216
|
+
return pulumi.get(self, "resource")
|
|
3217
|
+
|
|
3218
|
+
@resource.setter
|
|
3219
|
+
def resource(self, value: pulumi.Input[builtins.str]):
|
|
3220
|
+
pulumi.set(self, "resource", value)
|
|
3221
|
+
|
|
3222
|
+
@property
|
|
3223
|
+
@pulumi.getter
|
|
3224
|
+
def group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3225
|
+
"""
|
|
3226
|
+
Group is the group of the object being referenced.
|
|
3227
|
+
"""
|
|
3228
|
+
return pulumi.get(self, "group")
|
|
3229
|
+
|
|
3230
|
+
@group.setter
|
|
3231
|
+
def group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3232
|
+
pulumi.set(self, "group", value)
|
|
3233
|
+
|
|
3234
|
+
@property
|
|
3235
|
+
@pulumi.getter
|
|
3236
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3237
|
+
"""
|
|
3238
|
+
Namespace is the namespace of the object being referenced.
|
|
3239
|
+
"""
|
|
3240
|
+
return pulumi.get(self, "namespace")
|
|
3241
|
+
|
|
3242
|
+
@namespace.setter
|
|
3243
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3244
|
+
pulumi.set(self, "namespace", value)
|
|
3245
|
+
|
|
3246
|
+
|
|
2872
3247
|
if not MYPY:
|
|
2873
3248
|
class ServiceBackendPortPatchArgsDict(TypedDict):
|
|
2874
3249
|
"""
|
|
@@ -2981,3 +3356,227 @@ class ServiceBackendPortArgs:
|
|
|
2981
3356
|
pulumi.set(self, "number", value)
|
|
2982
3357
|
|
|
2983
3358
|
|
|
3359
|
+
if not MYPY:
|
|
3360
|
+
class ServiceCIDRSpecPatchArgsDict(TypedDict):
|
|
3361
|
+
"""
|
|
3362
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3363
|
+
"""
|
|
3364
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
3365
|
+
"""
|
|
3366
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
3367
|
+
"""
|
|
3368
|
+
elif False:
|
|
3369
|
+
ServiceCIDRSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
3370
|
+
|
|
3371
|
+
@pulumi.input_type
|
|
3372
|
+
class ServiceCIDRSpecPatchArgs:
|
|
3373
|
+
def __init__(__self__, *,
|
|
3374
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
3375
|
+
"""
|
|
3376
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3377
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
3378
|
+
"""
|
|
3379
|
+
if cidrs is not None:
|
|
3380
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
3381
|
+
|
|
3382
|
+
@property
|
|
3383
|
+
@pulumi.getter
|
|
3384
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3385
|
+
"""
|
|
3386
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
3387
|
+
"""
|
|
3388
|
+
return pulumi.get(self, "cidrs")
|
|
3389
|
+
|
|
3390
|
+
@cidrs.setter
|
|
3391
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3392
|
+
pulumi.set(self, "cidrs", value)
|
|
3393
|
+
|
|
3394
|
+
|
|
3395
|
+
if not MYPY:
|
|
3396
|
+
class ServiceCIDRSpecArgsDict(TypedDict):
|
|
3397
|
+
"""
|
|
3398
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3399
|
+
"""
|
|
3400
|
+
cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
3401
|
+
"""
|
|
3402
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
3403
|
+
"""
|
|
3404
|
+
elif False:
|
|
3405
|
+
ServiceCIDRSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
3406
|
+
|
|
3407
|
+
@pulumi.input_type
|
|
3408
|
+
class ServiceCIDRSpecArgs:
|
|
3409
|
+
def __init__(__self__, *,
|
|
3410
|
+
cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
3411
|
+
"""
|
|
3412
|
+
ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
|
|
3413
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
3414
|
+
"""
|
|
3415
|
+
if cidrs is not None:
|
|
3416
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
3417
|
+
|
|
3418
|
+
@property
|
|
3419
|
+
@pulumi.getter
|
|
3420
|
+
def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3421
|
+
"""
|
|
3422
|
+
CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
|
|
3423
|
+
"""
|
|
3424
|
+
return pulumi.get(self, "cidrs")
|
|
3425
|
+
|
|
3426
|
+
@cidrs.setter
|
|
3427
|
+
def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3428
|
+
pulumi.set(self, "cidrs", value)
|
|
3429
|
+
|
|
3430
|
+
|
|
3431
|
+
if not MYPY:
|
|
3432
|
+
class ServiceCIDRStatusArgsDict(TypedDict):
|
|
3433
|
+
"""
|
|
3434
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
3435
|
+
"""
|
|
3436
|
+
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgsDict']]]]
|
|
3437
|
+
"""
|
|
3438
|
+
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
3439
|
+
"""
|
|
3440
|
+
elif False:
|
|
3441
|
+
ServiceCIDRStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
3442
|
+
|
|
3443
|
+
@pulumi.input_type
|
|
3444
|
+
class ServiceCIDRStatusArgs:
|
|
3445
|
+
def __init__(__self__, *,
|
|
3446
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]] = None):
|
|
3447
|
+
"""
|
|
3448
|
+
ServiceCIDRStatus describes the current state of the ServiceCIDR.
|
|
3449
|
+
:param pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]] conditions: conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
3450
|
+
"""
|
|
3451
|
+
if conditions is not None:
|
|
3452
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
3453
|
+
|
|
3454
|
+
@property
|
|
3455
|
+
@pulumi.getter
|
|
3456
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
|
|
3457
|
+
"""
|
|
3458
|
+
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
|
|
3459
|
+
"""
|
|
3460
|
+
return pulumi.get(self, "conditions")
|
|
3461
|
+
|
|
3462
|
+
@conditions.setter
|
|
3463
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]):
|
|
3464
|
+
pulumi.set(self, "conditions", value)
|
|
3465
|
+
|
|
3466
|
+
|
|
3467
|
+
if not MYPY:
|
|
3468
|
+
class ServiceCIDRArgsDict(TypedDict):
|
|
3469
|
+
"""
|
|
3470
|
+
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
3471
|
+
"""
|
|
3472
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
3473
|
+
"""
|
|
3474
|
+
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3475
|
+
"""
|
|
3476
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3477
|
+
"""
|
|
3478
|
+
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3479
|
+
"""
|
|
3480
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
3481
|
+
"""
|
|
3482
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3483
|
+
"""
|
|
3484
|
+
spec: NotRequired[pulumi.Input['ServiceCIDRSpecArgsDict']]
|
|
3485
|
+
"""
|
|
3486
|
+
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
|
|
3487
|
+
"""
|
|
3488
|
+
status: NotRequired[pulumi.Input['ServiceCIDRStatusArgsDict']]
|
|
3489
|
+
"""
|
|
3490
|
+
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
|
|
3491
|
+
"""
|
|
3492
|
+
elif False:
|
|
3493
|
+
ServiceCIDRArgsDict: TypeAlias = Mapping[str, Any]
|
|
3494
|
+
|
|
3495
|
+
@pulumi.input_type
|
|
3496
|
+
class ServiceCIDRArgs:
|
|
3497
|
+
def __init__(__self__, *,
|
|
3498
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3499
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3500
|
+
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
3501
|
+
spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
|
|
3502
|
+
status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
|
|
3503
|
+
"""
|
|
3504
|
+
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
|
|
3505
|
+
:param pulumi.Input[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
|
|
3506
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3507
|
+
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3508
|
+
:param pulumi.Input['ServiceCIDRSpecArgs'] spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
3509
|
+
: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
|
|
3510
|
+
"""
|
|
3511
|
+
if api_version is not None:
|
|
3512
|
+
pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
|
|
3513
|
+
if kind is not None:
|
|
3514
|
+
pulumi.set(__self__, "kind", 'ServiceCIDR')
|
|
3515
|
+
if metadata is not None:
|
|
3516
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
3517
|
+
if spec is not None:
|
|
3518
|
+
pulumi.set(__self__, "spec", spec)
|
|
3519
|
+
if status is not None:
|
|
3520
|
+
pulumi.set(__self__, "status", status)
|
|
3521
|
+
|
|
3522
|
+
@property
|
|
3523
|
+
@pulumi.getter(name="apiVersion")
|
|
3524
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3525
|
+
"""
|
|
3526
|
+
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3527
|
+
"""
|
|
3528
|
+
return pulumi.get(self, "api_version")
|
|
3529
|
+
|
|
3530
|
+
@api_version.setter
|
|
3531
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3532
|
+
pulumi.set(self, "api_version", value)
|
|
3533
|
+
|
|
3534
|
+
@property
|
|
3535
|
+
@pulumi.getter
|
|
3536
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3537
|
+
"""
|
|
3538
|
+
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3539
|
+
"""
|
|
3540
|
+
return pulumi.get(self, "kind")
|
|
3541
|
+
|
|
3542
|
+
@kind.setter
|
|
3543
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3544
|
+
pulumi.set(self, "kind", value)
|
|
3545
|
+
|
|
3546
|
+
@property
|
|
3547
|
+
@pulumi.getter
|
|
3548
|
+
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
3549
|
+
"""
|
|
3550
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3551
|
+
"""
|
|
3552
|
+
return pulumi.get(self, "metadata")
|
|
3553
|
+
|
|
3554
|
+
@metadata.setter
|
|
3555
|
+
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
3556
|
+
pulumi.set(self, "metadata", value)
|
|
3557
|
+
|
|
3558
|
+
@property
|
|
3559
|
+
@pulumi.getter
|
|
3560
|
+
def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
|
|
3561
|
+
"""
|
|
3562
|
+
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
|
|
3563
|
+
"""
|
|
3564
|
+
return pulumi.get(self, "spec")
|
|
3565
|
+
|
|
3566
|
+
@spec.setter
|
|
3567
|
+
def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
|
|
3568
|
+
pulumi.set(self, "spec", value)
|
|
3569
|
+
|
|
3570
|
+
@property
|
|
3571
|
+
@pulumi.getter
|
|
3572
|
+
def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
|
|
3573
|
+
"""
|
|
3574
|
+
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
|
|
3575
|
+
"""
|
|
3576
|
+
return pulumi.get(self, "status")
|
|
3577
|
+
|
|
3578
|
+
@status.setter
|
|
3579
|
+
def status(self, value: Optional[pulumi.Input['ServiceCIDRStatusArgs']]):
|
|
3580
|
+
pulumi.set(self, "status", value)
|
|
3581
|
+
|
|
3582
|
+
|