pulumi-kubernetes 4.10.0a1710288589__py3-none-any.whl → 4.20.0__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 +123 -3
- pulumi_kubernetes/_inputs.py +63 -6
- pulumi_kubernetes/_utilities.py +41 -5
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +226 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +224 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +236 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +238 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/__init__.py +6 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +4571 -939
- pulumi_kubernetes/admissionregistration/v1/outputs.py +2880 -470
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +214 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +222 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +234 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +226 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +12 -7
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +12 -15
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +29 -23
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +12 -15
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +29 -23
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +12 -7
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +6 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2514 -141
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1370 -246
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +12 -7
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +12 -7
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +29 -23
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +12 -7
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +29 -23
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +12 -7
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +1522 -42
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +9 -4
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +11 -6
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +11 -6
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +11 -6
- pulumi_kubernetes/apiextensions/v1/_inputs.py +1175 -12
- pulumi_kubernetes/apiextensions/v1/outputs.py +122 -8
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +903 -6
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +11 -6
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +11 -6
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +11 -6
- pulumi_kubernetes/apiregistration/v1/_inputs.py +194 -0
- pulumi_kubernetes/apiregistration/v1/outputs.py +5 -0
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +10 -5
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +9 -4
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +10 -5
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +191 -0
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1/DaemonSet.py +11 -6
- pulumi_kubernetes/apps/v1/DaemonSetList.py +11 -6
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSet.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSet.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSetList.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/_inputs.py +1057 -8
- pulumi_kubernetes/apps/v1/outputs.py +13 -8
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1beta1/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +10 -5
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +9 -4
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +10 -5
- pulumi_kubernetes/apps/v1beta1/_inputs.py +603 -0
- pulumi_kubernetes/apps/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +10 -5
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +9 -4
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +10 -5
- pulumi_kubernetes/apps/v1beta2/_inputs.py +935 -0
- pulumi_kubernetes/apps/v1beta2/outputs.py +5 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +281 -0
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v1/_inputs.py +157 -0
- pulumi_kubernetes/autoscaling/v1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2/_inputs.py +815 -10
- pulumi_kubernetes/autoscaling/v2/outputs.py +17 -12
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +652 -0
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +796 -0
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +5 -0
- pulumi_kubernetes/batch/v1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v1/Job.py +11 -6
- pulumi_kubernetes/batch/v1/JobList.py +11 -6
- pulumi_kubernetes/batch/v1/JobPatch.py +11 -6
- pulumi_kubernetes/batch/v1/_inputs.py +1070 -85
- pulumi_kubernetes/batch/v1/outputs.py +298 -40
- pulumi_kubernetes/batch/v1beta1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v1beta1/_inputs.py +161 -0
- pulumi_kubernetes/batch/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +161 -0
- pulumi_kubernetes/batch/v2alpha1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +10 -5
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +10 -5
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +10 -5
- pulumi_kubernetes/certificates/v1/_inputs.py +290 -0
- pulumi_kubernetes/certificates/v1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +94 -0
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +10 -5
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +9 -4
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +10 -5
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +165 -0
- pulumi_kubernetes/certificates/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/coordination/__init__.py +6 -0
- pulumi_kubernetes/coordination/v1/Lease.py +11 -6
- pulumi_kubernetes/coordination/v1/LeaseList.py +11 -6
- pulumi_kubernetes/coordination/v1/LeasePatch.py +11 -6
- pulumi_kubernetes/coordination/v1/_inputs.py +180 -10
- pulumi_kubernetes/coordination/v1/outputs.py +67 -10
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +216 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +215 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +228 -0
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +12 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +418 -0
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +334 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +215 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +228 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +12 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +90 -0
- pulumi_kubernetes/coordination/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/core/v1/Binding.py +13 -8
- pulumi_kubernetes/core/v1/BindingPatch.py +13 -8
- pulumi_kubernetes/core/v1/ConfigMap.py +8 -3
- pulumi_kubernetes/core/v1/ConfigMapList.py +11 -6
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +8 -3
- pulumi_kubernetes/core/v1/Endpoints.py +11 -6
- pulumi_kubernetes/core/v1/EndpointsList.py +11 -6
- pulumi_kubernetes/core/v1/EndpointsPatch.py +11 -6
- pulumi_kubernetes/core/v1/Event.py +20 -15
- pulumi_kubernetes/core/v1/EventList.py +11 -6
- pulumi_kubernetes/core/v1/EventPatch.py +20 -15
- pulumi_kubernetes/core/v1/LimitRange.py +11 -6
- pulumi_kubernetes/core/v1/LimitRangeList.py +11 -6
- pulumi_kubernetes/core/v1/LimitRangePatch.py +11 -6
- pulumi_kubernetes/core/v1/Namespace.py +11 -6
- pulumi_kubernetes/core/v1/NamespaceList.py +11 -6
- pulumi_kubernetes/core/v1/NamespacePatch.py +11 -6
- pulumi_kubernetes/core/v1/Node.py +11 -6
- pulumi_kubernetes/core/v1/NodeList.py +11 -6
- pulumi_kubernetes/core/v1/NodePatch.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolume.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +11 -6
- pulumi_kubernetes/core/v1/Pod.py +11 -6
- pulumi_kubernetes/core/v1/PodList.py +11 -6
- pulumi_kubernetes/core/v1/PodPatch.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplate.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplateList.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationController.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuota.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +11 -6
- pulumi_kubernetes/core/v1/Secret.py +8 -3
- pulumi_kubernetes/core/v1/SecretList.py +11 -6
- pulumi_kubernetes/core/v1/SecretPatch.py +8 -3
- pulumi_kubernetes/core/v1/Service.py +17 -28
- pulumi_kubernetes/core/v1/ServiceAccount.py +17 -12
- pulumi_kubernetes/core/v1/ServiceAccountList.py +11 -6
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +17 -12
- pulumi_kubernetes/core/v1/ServiceList.py +11 -6
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -28
- pulumi_kubernetes/core/v1/_inputs.py +11760 -756
- pulumi_kubernetes/core/v1/outputs.py +2131 -448
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +14 -9
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +11 -6
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +14 -9
- pulumi_kubernetes/discovery/v1/_inputs.py +284 -0
- pulumi_kubernetes/discovery/v1/outputs.py +5 -0
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +14 -9
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +11 -6
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +14 -9
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +210 -0
- pulumi_kubernetes/discovery/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/events/v1/Event.py +20 -15
- pulumi_kubernetes/events/v1/EventList.py +11 -6
- pulumi_kubernetes/events/v1/EventPatch.py +20 -15
- pulumi_kubernetes/events/v1/_inputs.py +118 -0
- pulumi_kubernetes/events/v1/outputs.py +5 -0
- pulumi_kubernetes/events/v1beta1/Event.py +19 -14
- pulumi_kubernetes/events/v1beta1/EventList.py +11 -6
- pulumi_kubernetes/events/v1beta1/EventPatch.py +19 -14
- pulumi_kubernetes/events/v1beta1/_inputs.py +123 -0
- pulumi_kubernetes/events/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1884 -26
- pulumi_kubernetes/extensions/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +779 -0
- pulumi_kubernetes/flowcontrol/v1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +671 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +671 -0
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +771 -0
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +779 -8
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +13 -8
- pulumi_kubernetes/helm/__init__.py +3 -0
- pulumi_kubernetes/helm/v3/Release.py +8 -3
- pulumi_kubernetes/helm/v3/_inputs.py +42 -2
- pulumi_kubernetes/helm/v3/outputs.py +7 -2
- pulumi_kubernetes/helm/v4/Chart.py +721 -0
- pulumi_kubernetes/helm/v4/__init__.py +9 -0
- pulumi_kubernetes/helm/v4/_inputs.py +216 -0
- pulumi_kubernetes/kustomize/__init__.py +8 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +219 -0
- pulumi_kubernetes/kustomize/v2/__init__.py +8 -0
- pulumi_kubernetes/meta/v1/Status.py +11 -6
- pulumi_kubernetes/meta/v1/StatusPatch.py +11 -6
- pulumi_kubernetes/meta/v1/_inputs.py +596 -0
- pulumi_kubernetes/meta/v1/outputs.py +5 -0
- pulumi_kubernetes/networking/v1/Ingress.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClass.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClassList.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +11 -6
- pulumi_kubernetes/networking/v1/IngressList.py +11 -6
- pulumi_kubernetes/networking/v1/IngressPatch.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +11 -6
- pulumi_kubernetes/networking/v1/_inputs.py +840 -0
- pulumi_kubernetes/networking/v1/outputs.py +5 -0
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +13 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +13 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +13 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +13 -6
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +293 -37
- pulumi_kubernetes/networking/v1alpha1/outputs.py +26 -24
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +216 -0
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +215 -0
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +228 -0
- pulumi_kubernetes/networking/v1beta1/Ingress.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressList.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +11 -6
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +226 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +215 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +238 -0
- pulumi_kubernetes/networking/v1beta1/__init__.py +6 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +984 -11
- pulumi_kubernetes/networking/v1beta1/outputs.py +466 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +14 -9
- pulumi_kubernetes/node/v1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +14 -9
- pulumi_kubernetes/node/v1/_inputs.py +101 -0
- pulumi_kubernetes/node/v1/outputs.py +5 -0
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +11 -6
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +11 -6
- pulumi_kubernetes/node/v1alpha1/_inputs.py +134 -0
- pulumi_kubernetes/node/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +14 -9
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +14 -9
- pulumi_kubernetes/node/v1beta1/_inputs.py +100 -0
- pulumi_kubernetes/node/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +11 -6
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +11 -6
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +11 -6
- pulumi_kubernetes/policy/v1/_inputs.py +151 -0
- pulumi_kubernetes/policy/v1/outputs.py +5 -0
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +10 -5
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +9 -4
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +10 -5
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +11 -6
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +11 -6
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +11 -6
- pulumi_kubernetes/policy/v1beta1/_inputs.py +713 -0
- pulumi_kubernetes/policy/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/provider.py +82 -6
- pulumi_kubernetes/pulumi-plugin.json +2 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1/outputs.py +5 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/resource/__init__.py +6 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +12 -7
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +12 -7
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +12 -7
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +12 -7
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +14 -9
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +14 -9
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +458 -0
- pulumi_kubernetes/resource/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +13 -6
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +13 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +12 -7
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +280 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +215 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +292 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +12 -7
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +12 -7
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +12 -7
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +43 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +272 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +215 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +284 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +43 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +283 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +215 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +294 -0
- pulumi_kubernetes/resource/v1alpha2/__init__.py +9 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +3177 -634
- pulumi_kubernetes/resource/v1alpha2/outputs.py +2628 -880
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +231 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +215 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +242 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +232 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +243 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +229 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +215 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +240 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +245 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +257 -0
- pulumi_kubernetes/resource/v1alpha3/__init__.py +24 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +4372 -0
- pulumi_kubernetes/resource/v1alpha3/outputs.py +3914 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +237 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +215 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +248 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +232 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +243 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +229 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +215 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +240 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +246 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +257 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +21 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +3867 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +3334 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1/outputs.py +5 -0
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +9 -4
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +11 -6
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +9 -4
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +84 -0
- pulumi_kubernetes/settings/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +11 -6
- pulumi_kubernetes/storage/v1/CSIDriverList.py +11 -6
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +11 -6
- pulumi_kubernetes/storage/v1/CSINode.py +11 -6
- pulumi_kubernetes/storage/v1/CSINodeList.py +11 -6
- pulumi_kubernetes/storage/v1/CSINodePatch.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClass.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClassList.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1/_inputs.py +624 -10
- pulumi_kubernetes/storage/v1/outputs.py +17 -12
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +10 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +10 -3
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +187 -0
- pulumi_kubernetes/storage/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINode.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +252 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +215 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +263 -0
- pulumi_kubernetes/storage/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +689 -0
- pulumi_kubernetes/storage/v1beta1/outputs.py +99 -0
- pulumi_kubernetes/storagemigration/__init__.py +14 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +224 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +215 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +236 -0
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +12 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +585 -0
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +593 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +81 -4
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +123 -42
- pulumi_kubernetes/yaml/yaml.py +264 -0
- {pulumi_kubernetes-4.10.0a1710288589.dist-info → pulumi_kubernetes-4.20.0.dist-info}/METADATA +8 -7
- pulumi_kubernetes-4.20.0.dist-info/RECORD +679 -0
- {pulumi_kubernetes-4.10.0a1710288589.dist-info → pulumi_kubernetes-4.20.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.10.0a1710288589.dist-info/RECORD +0 -592
- {pulumi_kubernetes-4.10.0a1710288589.dist-info → pulumi_kubernetes-4.20.0.dist-info}/top_level.txt +0 -0
|
@@ -4,37 +4,126 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from ... import core as _core
|
|
12
17
|
from ... import meta as _meta
|
|
13
18
|
|
|
14
19
|
__all__ = [
|
|
15
20
|
'CSIDriverSpecPatchArgs',
|
|
21
|
+
'CSIDriverSpecPatchArgsDict',
|
|
16
22
|
'CSIDriverSpecArgs',
|
|
23
|
+
'CSIDriverSpecArgsDict',
|
|
17
24
|
'CSIDriverArgs',
|
|
25
|
+
'CSIDriverArgsDict',
|
|
18
26
|
'CSINodeDriverPatchArgs',
|
|
27
|
+
'CSINodeDriverPatchArgsDict',
|
|
19
28
|
'CSINodeDriverArgs',
|
|
29
|
+
'CSINodeDriverArgsDict',
|
|
20
30
|
'CSINodeSpecPatchArgs',
|
|
31
|
+
'CSINodeSpecPatchArgsDict',
|
|
21
32
|
'CSINodeSpecArgs',
|
|
33
|
+
'CSINodeSpecArgsDict',
|
|
22
34
|
'CSINodeArgs',
|
|
35
|
+
'CSINodeArgsDict',
|
|
23
36
|
'CSIStorageCapacityArgs',
|
|
37
|
+
'CSIStorageCapacityArgsDict',
|
|
24
38
|
'StorageClassArgs',
|
|
39
|
+
'StorageClassArgsDict',
|
|
25
40
|
'TokenRequestPatchArgs',
|
|
41
|
+
'TokenRequestPatchArgsDict',
|
|
26
42
|
'TokenRequestArgs',
|
|
43
|
+
'TokenRequestArgsDict',
|
|
27
44
|
'VolumeAttachmentSourcePatchArgs',
|
|
45
|
+
'VolumeAttachmentSourcePatchArgsDict',
|
|
28
46
|
'VolumeAttachmentSourceArgs',
|
|
47
|
+
'VolumeAttachmentSourceArgsDict',
|
|
29
48
|
'VolumeAttachmentSpecPatchArgs',
|
|
49
|
+
'VolumeAttachmentSpecPatchArgsDict',
|
|
30
50
|
'VolumeAttachmentSpecArgs',
|
|
51
|
+
'VolumeAttachmentSpecArgsDict',
|
|
31
52
|
'VolumeAttachmentStatusArgs',
|
|
53
|
+
'VolumeAttachmentStatusArgsDict',
|
|
32
54
|
'VolumeAttachmentArgs',
|
|
55
|
+
'VolumeAttachmentArgsDict',
|
|
56
|
+
'VolumeAttributesClassArgs',
|
|
57
|
+
'VolumeAttributesClassArgsDict',
|
|
33
58
|
'VolumeErrorArgs',
|
|
59
|
+
'VolumeErrorArgsDict',
|
|
34
60
|
'VolumeNodeResourcesPatchArgs',
|
|
61
|
+
'VolumeNodeResourcesPatchArgsDict',
|
|
35
62
|
'VolumeNodeResourcesArgs',
|
|
63
|
+
'VolumeNodeResourcesArgsDict',
|
|
36
64
|
]
|
|
37
65
|
|
|
66
|
+
MYPY = False
|
|
67
|
+
|
|
68
|
+
if not MYPY:
|
|
69
|
+
class CSIDriverSpecPatchArgsDict(TypedDict):
|
|
70
|
+
"""
|
|
71
|
+
CSIDriverSpec is the specification of a CSIDriver.
|
|
72
|
+
"""
|
|
73
|
+
attach_required: NotRequired[pulumi.Input[bool]]
|
|
74
|
+
"""
|
|
75
|
+
attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
|
|
76
|
+
"""
|
|
77
|
+
fs_group_policy: NotRequired[pulumi.Input[str]]
|
|
78
|
+
"""
|
|
79
|
+
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
80
|
+
"""
|
|
81
|
+
pod_info_on_mount: NotRequired[pulumi.Input[bool]]
|
|
82
|
+
"""
|
|
83
|
+
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
84
|
+
defined by a CSIVolumeSource, otherwise "false"
|
|
85
|
+
|
|
86
|
+
"csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
|
|
87
|
+
"""
|
|
88
|
+
requires_republish: NotRequired[pulumi.Input[bool]]
|
|
89
|
+
"""
|
|
90
|
+
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
91
|
+
|
|
92
|
+
Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.
|
|
93
|
+
|
|
94
|
+
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
95
|
+
"""
|
|
96
|
+
storage_capacity: NotRequired[pulumi.Input[bool]]
|
|
97
|
+
"""
|
|
98
|
+
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
99
|
+
|
|
100
|
+
The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.
|
|
101
|
+
|
|
102
|
+
Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published.
|
|
103
|
+
|
|
104
|
+
This is an alpha field and only available when the CSIStorageCapacity feature is enabled. The default is false.
|
|
105
|
+
"""
|
|
106
|
+
token_requests: NotRequired[pulumi.Input[Sequence[pulumi.Input['TokenRequestPatchArgsDict']]]]
|
|
107
|
+
"""
|
|
108
|
+
TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": {
|
|
109
|
+
"<audience>": {
|
|
110
|
+
"token": <token>,
|
|
111
|
+
"expirationTimestamp": <expiration timestamp in RFC3339>,
|
|
112
|
+
},
|
|
113
|
+
...
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.
|
|
117
|
+
|
|
118
|
+
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
119
|
+
"""
|
|
120
|
+
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
121
|
+
"""
|
|
122
|
+
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
123
|
+
"""
|
|
124
|
+
elif False:
|
|
125
|
+
CSIDriverSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
126
|
+
|
|
38
127
|
@pulumi.input_type
|
|
39
128
|
class CSIDriverSpecPatchArgs:
|
|
40
129
|
def __init__(__self__, *,
|
|
@@ -201,6 +290,65 @@ class CSIDriverSpecPatchArgs:
|
|
|
201
290
|
pulumi.set(self, "volume_lifecycle_modes", value)
|
|
202
291
|
|
|
203
292
|
|
|
293
|
+
if not MYPY:
|
|
294
|
+
class CSIDriverSpecArgsDict(TypedDict):
|
|
295
|
+
"""
|
|
296
|
+
CSIDriverSpec is the specification of a CSIDriver.
|
|
297
|
+
"""
|
|
298
|
+
attach_required: NotRequired[pulumi.Input[bool]]
|
|
299
|
+
"""
|
|
300
|
+
attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
|
|
301
|
+
"""
|
|
302
|
+
fs_group_policy: NotRequired[pulumi.Input[str]]
|
|
303
|
+
"""
|
|
304
|
+
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
305
|
+
"""
|
|
306
|
+
pod_info_on_mount: NotRequired[pulumi.Input[bool]]
|
|
307
|
+
"""
|
|
308
|
+
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
309
|
+
defined by a CSIVolumeSource, otherwise "false"
|
|
310
|
+
|
|
311
|
+
"csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
|
|
312
|
+
"""
|
|
313
|
+
requires_republish: NotRequired[pulumi.Input[bool]]
|
|
314
|
+
"""
|
|
315
|
+
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
316
|
+
|
|
317
|
+
Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.
|
|
318
|
+
|
|
319
|
+
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
320
|
+
"""
|
|
321
|
+
storage_capacity: NotRequired[pulumi.Input[bool]]
|
|
322
|
+
"""
|
|
323
|
+
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
324
|
+
|
|
325
|
+
The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.
|
|
326
|
+
|
|
327
|
+
Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published.
|
|
328
|
+
|
|
329
|
+
This is an alpha field and only available when the CSIStorageCapacity feature is enabled. The default is false.
|
|
330
|
+
"""
|
|
331
|
+
token_requests: NotRequired[pulumi.Input[Sequence[pulumi.Input['TokenRequestArgsDict']]]]
|
|
332
|
+
"""
|
|
333
|
+
TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": {
|
|
334
|
+
"<audience>": {
|
|
335
|
+
"token": <token>,
|
|
336
|
+
"expirationTimestamp": <expiration timestamp in RFC3339>,
|
|
337
|
+
},
|
|
338
|
+
...
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.
|
|
342
|
+
|
|
343
|
+
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
344
|
+
"""
|
|
345
|
+
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
346
|
+
"""
|
|
347
|
+
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
348
|
+
"""
|
|
349
|
+
elif False:
|
|
350
|
+
CSIDriverSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
351
|
+
|
|
204
352
|
@pulumi.input_type
|
|
205
353
|
class CSIDriverSpecArgs:
|
|
206
354
|
def __init__(__self__, *,
|
|
@@ -367,6 +515,30 @@ class CSIDriverSpecArgs:
|
|
|
367
515
|
pulumi.set(self, "volume_lifecycle_modes", value)
|
|
368
516
|
|
|
369
517
|
|
|
518
|
+
if not MYPY:
|
|
519
|
+
class CSIDriverArgsDict(TypedDict):
|
|
520
|
+
"""
|
|
521
|
+
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.
|
|
522
|
+
"""
|
|
523
|
+
spec: pulumi.Input['CSIDriverSpecArgsDict']
|
|
524
|
+
"""
|
|
525
|
+
Specification of the CSI Driver.
|
|
526
|
+
"""
|
|
527
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
528
|
+
"""
|
|
529
|
+
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
|
|
530
|
+
"""
|
|
531
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
532
|
+
"""
|
|
533
|
+
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
|
|
534
|
+
"""
|
|
535
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
536
|
+
"""
|
|
537
|
+
Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
538
|
+
"""
|
|
539
|
+
elif False:
|
|
540
|
+
CSIDriverArgsDict: TypeAlias = Mapping[str, Any]
|
|
541
|
+
|
|
370
542
|
@pulumi.input_type
|
|
371
543
|
class CSIDriverArgs:
|
|
372
544
|
def __init__(__self__, *,
|
|
@@ -438,6 +610,30 @@ class CSIDriverArgs:
|
|
|
438
610
|
pulumi.set(self, "metadata", value)
|
|
439
611
|
|
|
440
612
|
|
|
613
|
+
if not MYPY:
|
|
614
|
+
class CSINodeDriverPatchArgsDict(TypedDict):
|
|
615
|
+
"""
|
|
616
|
+
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
617
|
+
"""
|
|
618
|
+
allocatable: NotRequired[pulumi.Input['VolumeNodeResourcesPatchArgsDict']]
|
|
619
|
+
"""
|
|
620
|
+
allocatable represents the volume resources of a node that are available for scheduling.
|
|
621
|
+
"""
|
|
622
|
+
name: NotRequired[pulumi.Input[str]]
|
|
623
|
+
"""
|
|
624
|
+
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
625
|
+
"""
|
|
626
|
+
node_id: NotRequired[pulumi.Input[str]]
|
|
627
|
+
"""
|
|
628
|
+
nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
|
|
629
|
+
"""
|
|
630
|
+
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
631
|
+
"""
|
|
632
|
+
topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
|
|
633
|
+
"""
|
|
634
|
+
elif False:
|
|
635
|
+
CSINodeDriverPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
636
|
+
|
|
441
637
|
@pulumi.input_type
|
|
442
638
|
class CSINodeDriverPatchArgs:
|
|
443
639
|
def __init__(__self__, *,
|
|
@@ -510,6 +706,30 @@ class CSINodeDriverPatchArgs:
|
|
|
510
706
|
pulumi.set(self, "topology_keys", value)
|
|
511
707
|
|
|
512
708
|
|
|
709
|
+
if not MYPY:
|
|
710
|
+
class CSINodeDriverArgsDict(TypedDict):
|
|
711
|
+
"""
|
|
712
|
+
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
713
|
+
"""
|
|
714
|
+
name: pulumi.Input[str]
|
|
715
|
+
"""
|
|
716
|
+
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
717
|
+
"""
|
|
718
|
+
node_id: pulumi.Input[str]
|
|
719
|
+
"""
|
|
720
|
+
nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
|
|
721
|
+
"""
|
|
722
|
+
allocatable: NotRequired[pulumi.Input['VolumeNodeResourcesArgsDict']]
|
|
723
|
+
"""
|
|
724
|
+
allocatable represents the volume resources of a node that are available for scheduling.
|
|
725
|
+
"""
|
|
726
|
+
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
727
|
+
"""
|
|
728
|
+
topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
|
|
729
|
+
"""
|
|
730
|
+
elif False:
|
|
731
|
+
CSINodeDriverArgsDict: TypeAlias = Mapping[str, Any]
|
|
732
|
+
|
|
513
733
|
@pulumi.input_type
|
|
514
734
|
class CSINodeDriverArgs:
|
|
515
735
|
def __init__(__self__, *,
|
|
@@ -580,6 +800,18 @@ class CSINodeDriverArgs:
|
|
|
580
800
|
pulumi.set(self, "topology_keys", value)
|
|
581
801
|
|
|
582
802
|
|
|
803
|
+
if not MYPY:
|
|
804
|
+
class CSINodeSpecPatchArgsDict(TypedDict):
|
|
805
|
+
"""
|
|
806
|
+
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
|
|
807
|
+
"""
|
|
808
|
+
drivers: NotRequired[pulumi.Input[Sequence[pulumi.Input['CSINodeDriverPatchArgsDict']]]]
|
|
809
|
+
"""
|
|
810
|
+
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
|
|
811
|
+
"""
|
|
812
|
+
elif False:
|
|
813
|
+
CSINodeSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
814
|
+
|
|
583
815
|
@pulumi.input_type
|
|
584
816
|
class CSINodeSpecPatchArgs:
|
|
585
817
|
def __init__(__self__, *,
|
|
@@ -604,6 +836,18 @@ class CSINodeSpecPatchArgs:
|
|
|
604
836
|
pulumi.set(self, "drivers", value)
|
|
605
837
|
|
|
606
838
|
|
|
839
|
+
if not MYPY:
|
|
840
|
+
class CSINodeSpecArgsDict(TypedDict):
|
|
841
|
+
"""
|
|
842
|
+
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
|
|
843
|
+
"""
|
|
844
|
+
drivers: pulumi.Input[Sequence[pulumi.Input['CSINodeDriverArgsDict']]]
|
|
845
|
+
"""
|
|
846
|
+
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
|
|
847
|
+
"""
|
|
848
|
+
elif False:
|
|
849
|
+
CSINodeSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
850
|
+
|
|
607
851
|
@pulumi.input_type
|
|
608
852
|
class CSINodeSpecArgs:
|
|
609
853
|
def __init__(__self__, *,
|
|
@@ -627,6 +871,30 @@ class CSINodeSpecArgs:
|
|
|
627
871
|
pulumi.set(self, "drivers", value)
|
|
628
872
|
|
|
629
873
|
|
|
874
|
+
if not MYPY:
|
|
875
|
+
class CSINodeArgsDict(TypedDict):
|
|
876
|
+
"""
|
|
877
|
+
CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.
|
|
878
|
+
"""
|
|
879
|
+
spec: pulumi.Input['CSINodeSpecArgsDict']
|
|
880
|
+
"""
|
|
881
|
+
spec is the specification of CSINode
|
|
882
|
+
"""
|
|
883
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
884
|
+
"""
|
|
885
|
+
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
|
|
886
|
+
"""
|
|
887
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
888
|
+
"""
|
|
889
|
+
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
|
|
890
|
+
"""
|
|
891
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
892
|
+
"""
|
|
893
|
+
metadata.name must be the Kubernetes node name.
|
|
894
|
+
"""
|
|
895
|
+
elif False:
|
|
896
|
+
CSINodeArgsDict: TypeAlias = Mapping[str, Any]
|
|
897
|
+
|
|
630
898
|
@pulumi.input_type
|
|
631
899
|
class CSINodeArgs:
|
|
632
900
|
def __init__(__self__, *,
|
|
@@ -698,6 +966,58 @@ class CSINodeArgs:
|
|
|
698
966
|
pulumi.set(self, "metadata", value)
|
|
699
967
|
|
|
700
968
|
|
|
969
|
+
if not MYPY:
|
|
970
|
+
class CSIStorageCapacityArgsDict(TypedDict):
|
|
971
|
+
"""
|
|
972
|
+
CSIStorageCapacity stores the result of one CSI GetCapacity call. For a given StorageClass, this describes the available capacity in a particular topology segment. This can be used when considering where to instantiate new PersistentVolumes.
|
|
973
|
+
|
|
974
|
+
For example this can express things like: - StorageClass "standard" has "1234 GiB" available in "topology.kubernetes.io/zone=us-east1" - StorageClass "localssd" has "10 GiB" available in "kubernetes.io/hostname=knode-abc123"
|
|
975
|
+
|
|
976
|
+
The following three cases all imply that no capacity is available for a certain combination: - no object exists with suitable topology and storage class name - such an object exists, but the capacity is unset - such an object exists, but the capacity is zero
|
|
977
|
+
|
|
978
|
+
The producer of these objects can decide which approach is more suitable.
|
|
979
|
+
|
|
980
|
+
They are consumed by the kube-scheduler when a CSI driver opts into capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler compares the MaximumVolumeSize against the requested size of pending volumes to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back to a comparison against the less precise Capacity. If that is also unset, the scheduler assumes that capacity is insufficient and tries some other node.
|
|
981
|
+
"""
|
|
982
|
+
storage_class_name: pulumi.Input[str]
|
|
983
|
+
"""
|
|
984
|
+
The name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
|
|
985
|
+
"""
|
|
986
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
987
|
+
"""
|
|
988
|
+
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
|
|
989
|
+
"""
|
|
990
|
+
capacity: NotRequired[pulumi.Input[str]]
|
|
991
|
+
"""
|
|
992
|
+
Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
993
|
+
|
|
994
|
+
The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable.
|
|
995
|
+
"""
|
|
996
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
997
|
+
"""
|
|
998
|
+
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
|
|
999
|
+
"""
|
|
1000
|
+
maximum_volume_size: NotRequired[pulumi.Input[str]]
|
|
1001
|
+
"""
|
|
1002
|
+
MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1003
|
+
|
|
1004
|
+
This is defined since CSI spec 1.4.0 as the largest size that may be used in a CreateVolumeRequest.capacity_range.required_bytes field to create a volume with the same parameters as those in GetCapacityRequest. The corresponding value in the Kubernetes API is ResourceRequirements.Requests in a volume claim.
|
|
1005
|
+
"""
|
|
1006
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1007
|
+
"""
|
|
1008
|
+
Standard object's metadata. The name has no particular meaning. It must be be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-<uuid>, a generated name, or a reverse-domain name which ends with the unique CSI driver name.
|
|
1009
|
+
|
|
1010
|
+
Objects are namespaced.
|
|
1011
|
+
|
|
1012
|
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1013
|
+
"""
|
|
1014
|
+
node_topology: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
|
|
1015
|
+
"""
|
|
1016
|
+
NodeTopology defines which nodes have access to the storage for which capacity was reported. If not set, the storage is not accessible from any node in the cluster. If empty, the storage is accessible from all nodes. This field is immutable.
|
|
1017
|
+
"""
|
|
1018
|
+
elif False:
|
|
1019
|
+
CSIStorageCapacityArgsDict: TypeAlias = Mapping[str, Any]
|
|
1020
|
+
|
|
701
1021
|
@pulumi.input_type
|
|
702
1022
|
class CSIStorageCapacityArgs:
|
|
703
1023
|
def __init__(__self__, *,
|
|
@@ -841,6 +1161,56 @@ class CSIStorageCapacityArgs:
|
|
|
841
1161
|
pulumi.set(self, "node_topology", value)
|
|
842
1162
|
|
|
843
1163
|
|
|
1164
|
+
if not MYPY:
|
|
1165
|
+
class StorageClassArgsDict(TypedDict):
|
|
1166
|
+
"""
|
|
1167
|
+
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
|
|
1168
|
+
|
|
1169
|
+
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1170
|
+
"""
|
|
1171
|
+
provisioner: pulumi.Input[str]
|
|
1172
|
+
"""
|
|
1173
|
+
Provisioner indicates the type of the provisioner.
|
|
1174
|
+
"""
|
|
1175
|
+
allow_volume_expansion: NotRequired[pulumi.Input[bool]]
|
|
1176
|
+
"""
|
|
1177
|
+
AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
1178
|
+
"""
|
|
1179
|
+
allowed_topologies: NotRequired[pulumi.Input[Sequence[pulumi.Input['_core.v1.TopologySelectorTermArgsDict']]]]
|
|
1180
|
+
"""
|
|
1181
|
+
Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.
|
|
1182
|
+
"""
|
|
1183
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1184
|
+
"""
|
|
1185
|
+
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
|
|
1186
|
+
"""
|
|
1187
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1188
|
+
"""
|
|
1189
|
+
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
|
|
1190
|
+
"""
|
|
1191
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1192
|
+
"""
|
|
1193
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1194
|
+
"""
|
|
1195
|
+
mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1196
|
+
"""
|
|
1197
|
+
Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1198
|
+
"""
|
|
1199
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1200
|
+
"""
|
|
1201
|
+
Parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1202
|
+
"""
|
|
1203
|
+
reclaim_policy: NotRequired[pulumi.Input[str]]
|
|
1204
|
+
"""
|
|
1205
|
+
Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1206
|
+
"""
|
|
1207
|
+
volume_binding_mode: NotRequired[pulumi.Input[str]]
|
|
1208
|
+
"""
|
|
1209
|
+
VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
|
|
1210
|
+
"""
|
|
1211
|
+
elif False:
|
|
1212
|
+
StorageClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
1213
|
+
|
|
844
1214
|
@pulumi.input_type
|
|
845
1215
|
class StorageClassArgs:
|
|
846
1216
|
def __init__(__self__, *,
|
|
@@ -1010,6 +1380,22 @@ class StorageClassArgs:
|
|
|
1010
1380
|
pulumi.set(self, "volume_binding_mode", value)
|
|
1011
1381
|
|
|
1012
1382
|
|
|
1383
|
+
if not MYPY:
|
|
1384
|
+
class TokenRequestPatchArgsDict(TypedDict):
|
|
1385
|
+
"""
|
|
1386
|
+
TokenRequest contains parameters of a service account token.
|
|
1387
|
+
"""
|
|
1388
|
+
audience: NotRequired[pulumi.Input[str]]
|
|
1389
|
+
"""
|
|
1390
|
+
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1391
|
+
"""
|
|
1392
|
+
expiration_seconds: NotRequired[pulumi.Input[int]]
|
|
1393
|
+
"""
|
|
1394
|
+
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1395
|
+
"""
|
|
1396
|
+
elif False:
|
|
1397
|
+
TokenRequestPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1398
|
+
|
|
1013
1399
|
@pulumi.input_type
|
|
1014
1400
|
class TokenRequestPatchArgs:
|
|
1015
1401
|
def __init__(__self__, *,
|
|
@@ -1050,6 +1436,22 @@ class TokenRequestPatchArgs:
|
|
|
1050
1436
|
pulumi.set(self, "expiration_seconds", value)
|
|
1051
1437
|
|
|
1052
1438
|
|
|
1439
|
+
if not MYPY:
|
|
1440
|
+
class TokenRequestArgsDict(TypedDict):
|
|
1441
|
+
"""
|
|
1442
|
+
TokenRequest contains parameters of a service account token.
|
|
1443
|
+
"""
|
|
1444
|
+
audience: pulumi.Input[str]
|
|
1445
|
+
"""
|
|
1446
|
+
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1447
|
+
"""
|
|
1448
|
+
expiration_seconds: NotRequired[pulumi.Input[int]]
|
|
1449
|
+
"""
|
|
1450
|
+
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1451
|
+
"""
|
|
1452
|
+
elif False:
|
|
1453
|
+
TokenRequestArgsDict: TypeAlias = Mapping[str, Any]
|
|
1454
|
+
|
|
1053
1455
|
@pulumi.input_type
|
|
1054
1456
|
class TokenRequestArgs:
|
|
1055
1457
|
def __init__(__self__, *,
|
|
@@ -1089,6 +1491,22 @@ class TokenRequestArgs:
|
|
|
1089
1491
|
pulumi.set(self, "expiration_seconds", value)
|
|
1090
1492
|
|
|
1091
1493
|
|
|
1494
|
+
if not MYPY:
|
|
1495
|
+
class VolumeAttachmentSourcePatchArgsDict(TypedDict):
|
|
1496
|
+
"""
|
|
1497
|
+
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1498
|
+
"""
|
|
1499
|
+
inline_volume_spec: NotRequired[pulumi.Input['_core.v1.PersistentVolumeSpecPatchArgsDict']]
|
|
1500
|
+
"""
|
|
1501
|
+
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1502
|
+
"""
|
|
1503
|
+
persistent_volume_name: NotRequired[pulumi.Input[str]]
|
|
1504
|
+
"""
|
|
1505
|
+
Name of the persistent volume to attach.
|
|
1506
|
+
"""
|
|
1507
|
+
elif False:
|
|
1508
|
+
VolumeAttachmentSourcePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1509
|
+
|
|
1092
1510
|
@pulumi.input_type
|
|
1093
1511
|
class VolumeAttachmentSourcePatchArgs:
|
|
1094
1512
|
def __init__(__self__, *,
|
|
@@ -1129,6 +1547,22 @@ class VolumeAttachmentSourcePatchArgs:
|
|
|
1129
1547
|
pulumi.set(self, "persistent_volume_name", value)
|
|
1130
1548
|
|
|
1131
1549
|
|
|
1550
|
+
if not MYPY:
|
|
1551
|
+
class VolumeAttachmentSourceArgsDict(TypedDict):
|
|
1552
|
+
"""
|
|
1553
|
+
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1554
|
+
"""
|
|
1555
|
+
inline_volume_spec: NotRequired[pulumi.Input['_core.v1.PersistentVolumeSpecArgsDict']]
|
|
1556
|
+
"""
|
|
1557
|
+
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1558
|
+
"""
|
|
1559
|
+
persistent_volume_name: NotRequired[pulumi.Input[str]]
|
|
1560
|
+
"""
|
|
1561
|
+
Name of the persistent volume to attach.
|
|
1562
|
+
"""
|
|
1563
|
+
elif False:
|
|
1564
|
+
VolumeAttachmentSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1565
|
+
|
|
1132
1566
|
@pulumi.input_type
|
|
1133
1567
|
class VolumeAttachmentSourceArgs:
|
|
1134
1568
|
def __init__(__self__, *,
|
|
@@ -1169,6 +1603,26 @@ class VolumeAttachmentSourceArgs:
|
|
|
1169
1603
|
pulumi.set(self, "persistent_volume_name", value)
|
|
1170
1604
|
|
|
1171
1605
|
|
|
1606
|
+
if not MYPY:
|
|
1607
|
+
class VolumeAttachmentSpecPatchArgsDict(TypedDict):
|
|
1608
|
+
"""
|
|
1609
|
+
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1610
|
+
"""
|
|
1611
|
+
attacher: NotRequired[pulumi.Input[str]]
|
|
1612
|
+
"""
|
|
1613
|
+
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1614
|
+
"""
|
|
1615
|
+
node_name: NotRequired[pulumi.Input[str]]
|
|
1616
|
+
"""
|
|
1617
|
+
The node that the volume should be attached to.
|
|
1618
|
+
"""
|
|
1619
|
+
source: NotRequired[pulumi.Input['VolumeAttachmentSourcePatchArgsDict']]
|
|
1620
|
+
"""
|
|
1621
|
+
Source represents the volume that should be attached.
|
|
1622
|
+
"""
|
|
1623
|
+
elif False:
|
|
1624
|
+
VolumeAttachmentSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
1625
|
+
|
|
1172
1626
|
@pulumi.input_type
|
|
1173
1627
|
class VolumeAttachmentSpecPatchArgs:
|
|
1174
1628
|
def __init__(__self__, *,
|
|
@@ -1225,6 +1679,26 @@ class VolumeAttachmentSpecPatchArgs:
|
|
|
1225
1679
|
pulumi.set(self, "source", value)
|
|
1226
1680
|
|
|
1227
1681
|
|
|
1682
|
+
if not MYPY:
|
|
1683
|
+
class VolumeAttachmentSpecArgsDict(TypedDict):
|
|
1684
|
+
"""
|
|
1685
|
+
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1686
|
+
"""
|
|
1687
|
+
attacher: pulumi.Input[str]
|
|
1688
|
+
"""
|
|
1689
|
+
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1690
|
+
"""
|
|
1691
|
+
node_name: pulumi.Input[str]
|
|
1692
|
+
"""
|
|
1693
|
+
The node that the volume should be attached to.
|
|
1694
|
+
"""
|
|
1695
|
+
source: pulumi.Input['VolumeAttachmentSourceArgsDict']
|
|
1696
|
+
"""
|
|
1697
|
+
Source represents the volume that should be attached.
|
|
1698
|
+
"""
|
|
1699
|
+
elif False:
|
|
1700
|
+
VolumeAttachmentSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
1701
|
+
|
|
1228
1702
|
@pulumi.input_type
|
|
1229
1703
|
class VolumeAttachmentSpecArgs:
|
|
1230
1704
|
def __init__(__self__, *,
|
|
@@ -1278,6 +1752,30 @@ class VolumeAttachmentSpecArgs:
|
|
|
1278
1752
|
pulumi.set(self, "source", value)
|
|
1279
1753
|
|
|
1280
1754
|
|
|
1755
|
+
if not MYPY:
|
|
1756
|
+
class VolumeAttachmentStatusArgsDict(TypedDict):
|
|
1757
|
+
"""
|
|
1758
|
+
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1759
|
+
"""
|
|
1760
|
+
attached: pulumi.Input[bool]
|
|
1761
|
+
"""
|
|
1762
|
+
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1763
|
+
"""
|
|
1764
|
+
attach_error: NotRequired[pulumi.Input['VolumeErrorArgsDict']]
|
|
1765
|
+
"""
|
|
1766
|
+
The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1767
|
+
"""
|
|
1768
|
+
attachment_metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1769
|
+
"""
|
|
1770
|
+
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1771
|
+
"""
|
|
1772
|
+
detach_error: NotRequired[pulumi.Input['VolumeErrorArgsDict']]
|
|
1773
|
+
"""
|
|
1774
|
+
The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
|
|
1775
|
+
"""
|
|
1776
|
+
elif False:
|
|
1777
|
+
VolumeAttachmentStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
1778
|
+
|
|
1281
1779
|
@pulumi.input_type
|
|
1282
1780
|
class VolumeAttachmentStatusArgs:
|
|
1283
1781
|
def __init__(__self__, *,
|
|
@@ -1349,6 +1847,36 @@ class VolumeAttachmentStatusArgs:
|
|
|
1349
1847
|
pulumi.set(self, "detach_error", value)
|
|
1350
1848
|
|
|
1351
1849
|
|
|
1850
|
+
if not MYPY:
|
|
1851
|
+
class VolumeAttachmentArgsDict(TypedDict):
|
|
1852
|
+
"""
|
|
1853
|
+
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
|
|
1854
|
+
|
|
1855
|
+
VolumeAttachment objects are non-namespaced.
|
|
1856
|
+
"""
|
|
1857
|
+
spec: pulumi.Input['VolumeAttachmentSpecArgsDict']
|
|
1858
|
+
"""
|
|
1859
|
+
Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
1860
|
+
"""
|
|
1861
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1862
|
+
"""
|
|
1863
|
+
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
|
|
1864
|
+
"""
|
|
1865
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1866
|
+
"""
|
|
1867
|
+
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
|
|
1868
|
+
"""
|
|
1869
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1870
|
+
"""
|
|
1871
|
+
Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1872
|
+
"""
|
|
1873
|
+
status: NotRequired[pulumi.Input['VolumeAttachmentStatusArgsDict']]
|
|
1874
|
+
"""
|
|
1875
|
+
Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
|
|
1876
|
+
"""
|
|
1877
|
+
elif False:
|
|
1878
|
+
VolumeAttachmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
1879
|
+
|
|
1352
1880
|
@pulumi.input_type
|
|
1353
1881
|
class VolumeAttachmentArgs:
|
|
1354
1882
|
def __init__(__self__, *,
|
|
@@ -1438,6 +1966,143 @@ class VolumeAttachmentArgs:
|
|
|
1438
1966
|
pulumi.set(self, "status", value)
|
|
1439
1967
|
|
|
1440
1968
|
|
|
1969
|
+
if not MYPY:
|
|
1970
|
+
class VolumeAttributesClassArgsDict(TypedDict):
|
|
1971
|
+
"""
|
|
1972
|
+
VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
|
|
1973
|
+
"""
|
|
1974
|
+
driver_name: pulumi.Input[str]
|
|
1975
|
+
"""
|
|
1976
|
+
Name of the CSI driver This field is immutable.
|
|
1977
|
+
"""
|
|
1978
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
1979
|
+
"""
|
|
1980
|
+
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
|
|
1981
|
+
"""
|
|
1982
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
1983
|
+
"""
|
|
1984
|
+
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
|
|
1985
|
+
"""
|
|
1986
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
1987
|
+
"""
|
|
1988
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1989
|
+
"""
|
|
1990
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1991
|
+
"""
|
|
1992
|
+
parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
1993
|
+
|
|
1994
|
+
This field is required and must contain at least one key/value pair. The keys cannot be empty, and the maximum number of parameters is 512, with a cumulative max size of 256K. If the CSI driver rejects invalid parameters, the target PersistentVolumeClaim will be set to an "Infeasible" state in the modifyVolumeStatus field.
|
|
1995
|
+
"""
|
|
1996
|
+
elif False:
|
|
1997
|
+
VolumeAttributesClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
1998
|
+
|
|
1999
|
+
@pulumi.input_type
|
|
2000
|
+
class VolumeAttributesClassArgs:
|
|
2001
|
+
def __init__(__self__, *,
|
|
2002
|
+
driver_name: pulumi.Input[str],
|
|
2003
|
+
api_version: Optional[pulumi.Input[str]] = None,
|
|
2004
|
+
kind: Optional[pulumi.Input[str]] = None,
|
|
2005
|
+
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2006
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
2007
|
+
"""
|
|
2008
|
+
VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
|
|
2009
|
+
:param pulumi.Input[str] driver_name: Name of the CSI driver This field is immutable.
|
|
2010
|
+
: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
|
|
2011
|
+
: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
|
|
2012
|
+
: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
|
|
2013
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
2014
|
+
|
|
2015
|
+
This field is required and must contain at least one key/value pair. The keys cannot be empty, and the maximum number of parameters is 512, with a cumulative max size of 256K. If the CSI driver rejects invalid parameters, the target PersistentVolumeClaim will be set to an "Infeasible" state in the modifyVolumeStatus field.
|
|
2016
|
+
"""
|
|
2017
|
+
pulumi.set(__self__, "driver_name", driver_name)
|
|
2018
|
+
if api_version is not None:
|
|
2019
|
+
pulumi.set(__self__, "api_version", 'storage.k8s.io/v1beta1')
|
|
2020
|
+
if kind is not None:
|
|
2021
|
+
pulumi.set(__self__, "kind", 'VolumeAttributesClass')
|
|
2022
|
+
if metadata is not None:
|
|
2023
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
2024
|
+
if parameters is not None:
|
|
2025
|
+
pulumi.set(__self__, "parameters", parameters)
|
|
2026
|
+
|
|
2027
|
+
@property
|
|
2028
|
+
@pulumi.getter(name="driverName")
|
|
2029
|
+
def driver_name(self) -> pulumi.Input[str]:
|
|
2030
|
+
"""
|
|
2031
|
+
Name of the CSI driver This field is immutable.
|
|
2032
|
+
"""
|
|
2033
|
+
return pulumi.get(self, "driver_name")
|
|
2034
|
+
|
|
2035
|
+
@driver_name.setter
|
|
2036
|
+
def driver_name(self, value: pulumi.Input[str]):
|
|
2037
|
+
pulumi.set(self, "driver_name", value)
|
|
2038
|
+
|
|
2039
|
+
@property
|
|
2040
|
+
@pulumi.getter(name="apiVersion")
|
|
2041
|
+
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2042
|
+
"""
|
|
2043
|
+
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
|
|
2044
|
+
"""
|
|
2045
|
+
return pulumi.get(self, "api_version")
|
|
2046
|
+
|
|
2047
|
+
@api_version.setter
|
|
2048
|
+
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2049
|
+
pulumi.set(self, "api_version", value)
|
|
2050
|
+
|
|
2051
|
+
@property
|
|
2052
|
+
@pulumi.getter
|
|
2053
|
+
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2054
|
+
"""
|
|
2055
|
+
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
|
|
2056
|
+
"""
|
|
2057
|
+
return pulumi.get(self, "kind")
|
|
2058
|
+
|
|
2059
|
+
@kind.setter
|
|
2060
|
+
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2061
|
+
pulumi.set(self, "kind", value)
|
|
2062
|
+
|
|
2063
|
+
@property
|
|
2064
|
+
@pulumi.getter
|
|
2065
|
+
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
2066
|
+
"""
|
|
2067
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2068
|
+
"""
|
|
2069
|
+
return pulumi.get(self, "metadata")
|
|
2070
|
+
|
|
2071
|
+
@metadata.setter
|
|
2072
|
+
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
2073
|
+
pulumi.set(self, "metadata", value)
|
|
2074
|
+
|
|
2075
|
+
@property
|
|
2076
|
+
@pulumi.getter
|
|
2077
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2078
|
+
"""
|
|
2079
|
+
parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
2080
|
+
|
|
2081
|
+
This field is required and must contain at least one key/value pair. The keys cannot be empty, and the maximum number of parameters is 512, with a cumulative max size of 256K. If the CSI driver rejects invalid parameters, the target PersistentVolumeClaim will be set to an "Infeasible" state in the modifyVolumeStatus field.
|
|
2082
|
+
"""
|
|
2083
|
+
return pulumi.get(self, "parameters")
|
|
2084
|
+
|
|
2085
|
+
@parameters.setter
|
|
2086
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2087
|
+
pulumi.set(self, "parameters", value)
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
if not MYPY:
|
|
2091
|
+
class VolumeErrorArgsDict(TypedDict):
|
|
2092
|
+
"""
|
|
2093
|
+
VolumeError captures an error encountered during a volume operation.
|
|
2094
|
+
"""
|
|
2095
|
+
message: NotRequired[pulumi.Input[str]]
|
|
2096
|
+
"""
|
|
2097
|
+
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2098
|
+
"""
|
|
2099
|
+
time: NotRequired[pulumi.Input[str]]
|
|
2100
|
+
"""
|
|
2101
|
+
Time the error was encountered.
|
|
2102
|
+
"""
|
|
2103
|
+
elif False:
|
|
2104
|
+
VolumeErrorArgsDict: TypeAlias = Mapping[str, Any]
|
|
2105
|
+
|
|
1441
2106
|
@pulumi.input_type
|
|
1442
2107
|
class VolumeErrorArgs:
|
|
1443
2108
|
def __init__(__self__, *,
|
|
@@ -1478,6 +2143,18 @@ class VolumeErrorArgs:
|
|
|
1478
2143
|
pulumi.set(self, "time", value)
|
|
1479
2144
|
|
|
1480
2145
|
|
|
2146
|
+
if not MYPY:
|
|
2147
|
+
class VolumeNodeResourcesPatchArgsDict(TypedDict):
|
|
2148
|
+
"""
|
|
2149
|
+
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2150
|
+
"""
|
|
2151
|
+
count: NotRequired[pulumi.Input[int]]
|
|
2152
|
+
"""
|
|
2153
|
+
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2154
|
+
"""
|
|
2155
|
+
elif False:
|
|
2156
|
+
VolumeNodeResourcesPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
2157
|
+
|
|
1481
2158
|
@pulumi.input_type
|
|
1482
2159
|
class VolumeNodeResourcesPatchArgs:
|
|
1483
2160
|
def __init__(__self__, *,
|
|
@@ -1502,6 +2179,18 @@ class VolumeNodeResourcesPatchArgs:
|
|
|
1502
2179
|
pulumi.set(self, "count", value)
|
|
1503
2180
|
|
|
1504
2181
|
|
|
2182
|
+
if not MYPY:
|
|
2183
|
+
class VolumeNodeResourcesArgsDict(TypedDict):
|
|
2184
|
+
"""
|
|
2185
|
+
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2186
|
+
"""
|
|
2187
|
+
count: NotRequired[pulumi.Input[int]]
|
|
2188
|
+
"""
|
|
2189
|
+
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2190
|
+
"""
|
|
2191
|
+
elif False:
|
|
2192
|
+
VolumeNodeResourcesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2193
|
+
|
|
1505
2194
|
@pulumi.input_type
|
|
1506
2195
|
class VolumeNodeResourcesArgs:
|
|
1507
2196
|
def __init__(__self__, *,
|