pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -68,13 +69,13 @@ if not MYPY:
|
|
|
68
69
|
"""
|
|
69
70
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
70
71
|
"""
|
|
71
|
-
attach_required: NotRequired[pulumi.Input[bool]]
|
|
72
|
+
attach_required: NotRequired[pulumi.Input[builtins.bool]]
|
|
72
73
|
"""
|
|
73
74
|
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.
|
|
74
75
|
|
|
75
76
|
This field is immutable.
|
|
76
77
|
"""
|
|
77
|
-
fs_group_policy: NotRequired[pulumi.Input[str]]
|
|
78
|
+
fs_group_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
78
79
|
"""
|
|
79
80
|
fsGroupPolicy 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.
|
|
80
81
|
|
|
@@ -82,7 +83,7 @@ if not MYPY:
|
|
|
82
83
|
|
|
83
84
|
Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.
|
|
84
85
|
"""
|
|
85
|
-
pod_info_on_mount: NotRequired[pulumi.Input[bool]]
|
|
86
|
+
pod_info_on_mount: NotRequired[pulumi.Input[builtins.bool]]
|
|
86
87
|
"""
|
|
87
88
|
podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
88
89
|
|
|
@@ -95,13 +96,13 @@ if not MYPY:
|
|
|
95
96
|
|
|
96
97
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
97
98
|
"""
|
|
98
|
-
requires_republish: NotRequired[pulumi.Input[bool]]
|
|
99
|
+
requires_republish: NotRequired[pulumi.Input[builtins.bool]]
|
|
99
100
|
"""
|
|
100
101
|
requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
101
102
|
|
|
102
103
|
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.
|
|
103
104
|
"""
|
|
104
|
-
se_linux_mount: NotRequired[pulumi.Input[bool]]
|
|
105
|
+
se_linux_mount: NotRequired[pulumi.Input[builtins.bool]]
|
|
105
106
|
"""
|
|
106
107
|
seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
107
108
|
|
|
@@ -111,7 +112,7 @@ if not MYPY:
|
|
|
111
112
|
|
|
112
113
|
Default is "false".
|
|
113
114
|
"""
|
|
114
|
-
storage_capacity: NotRequired[pulumi.Input[bool]]
|
|
115
|
+
storage_capacity: NotRequired[pulumi.Input[builtins.bool]]
|
|
115
116
|
"""
|
|
116
117
|
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, if set to true.
|
|
117
118
|
|
|
@@ -133,7 +134,7 @@ if not MYPY:
|
|
|
133
134
|
|
|
134
135
|
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.
|
|
135
136
|
"""
|
|
136
|
-
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
137
|
+
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
137
138
|
"""
|
|
138
139
|
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.
|
|
139
140
|
|
|
@@ -149,25 +150,25 @@ elif False:
|
|
|
149
150
|
@pulumi.input_type
|
|
150
151
|
class CSIDriverSpecPatchArgs:
|
|
151
152
|
def __init__(__self__, *,
|
|
152
|
-
attach_required: Optional[pulumi.Input[bool]] = None,
|
|
153
|
-
fs_group_policy: Optional[pulumi.Input[str]] = None,
|
|
154
|
-
pod_info_on_mount: Optional[pulumi.Input[bool]] = None,
|
|
155
|
-
requires_republish: Optional[pulumi.Input[bool]] = None,
|
|
156
|
-
se_linux_mount: Optional[pulumi.Input[bool]] = None,
|
|
157
|
-
storage_capacity: Optional[pulumi.Input[bool]] = None,
|
|
153
|
+
attach_required: Optional[pulumi.Input[builtins.bool]] = None,
|
|
154
|
+
fs_group_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
155
|
+
pod_info_on_mount: Optional[pulumi.Input[builtins.bool]] = None,
|
|
156
|
+
requires_republish: Optional[pulumi.Input[builtins.bool]] = None,
|
|
157
|
+
se_linux_mount: Optional[pulumi.Input[builtins.bool]] = None,
|
|
158
|
+
storage_capacity: Optional[pulumi.Input[builtins.bool]] = None,
|
|
158
159
|
token_requests: Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestPatchArgs']]]] = None,
|
|
159
|
-
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
160
|
+
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
160
161
|
"""
|
|
161
162
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
162
|
-
:param pulumi.Input[bool] attach_required: 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.
|
|
163
|
+
:param pulumi.Input[builtins.bool] attach_required: 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.
|
|
163
164
|
|
|
164
165
|
This field is immutable.
|
|
165
|
-
:param pulumi.Input[str] fs_group_policy: fsGroupPolicy 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.
|
|
166
|
+
:param pulumi.Input[builtins.str] fs_group_policy: fsGroupPolicy 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.
|
|
166
167
|
|
|
167
168
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
168
169
|
|
|
169
170
|
Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.
|
|
170
|
-
:param pulumi.Input[bool] pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
171
|
+
:param pulumi.Input[builtins.bool] pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
171
172
|
|
|
172
173
|
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.
|
|
173
174
|
|
|
@@ -177,17 +178,17 @@ class CSIDriverSpecPatchArgs:
|
|
|
177
178
|
"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.
|
|
178
179
|
|
|
179
180
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
180
|
-
:param pulumi.Input[bool] requires_republish: requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
181
|
+
:param pulumi.Input[builtins.bool] requires_republish: requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
181
182
|
|
|
182
183
|
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.
|
|
183
|
-
:param pulumi.Input[bool] se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
184
|
+
:param pulumi.Input[builtins.bool] se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
184
185
|
|
|
185
186
|
When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context.
|
|
186
187
|
|
|
187
188
|
When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem.
|
|
188
189
|
|
|
189
190
|
Default is "false".
|
|
190
|
-
:param pulumi.Input[bool] storage_capacity: 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, if set to true.
|
|
191
|
+
:param pulumi.Input[builtins.bool] storage_capacity: 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, if set to true.
|
|
191
192
|
|
|
192
193
|
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.
|
|
193
194
|
|
|
@@ -203,7 +204,7 @@ class CSIDriverSpecPatchArgs:
|
|
|
203
204
|
}
|
|
204
205
|
|
|
205
206
|
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.
|
|
206
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] volume_lifecycle_modes: 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.
|
|
207
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] volume_lifecycle_modes: 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.
|
|
207
208
|
|
|
208
209
|
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.
|
|
209
210
|
|
|
@@ -230,7 +231,7 @@ class CSIDriverSpecPatchArgs:
|
|
|
230
231
|
|
|
231
232
|
@property
|
|
232
233
|
@pulumi.getter(name="attachRequired")
|
|
233
|
-
def attach_required(self) -> Optional[pulumi.Input[bool]]:
|
|
234
|
+
def attach_required(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
234
235
|
"""
|
|
235
236
|
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.
|
|
236
237
|
|
|
@@ -239,12 +240,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
239
240
|
return pulumi.get(self, "attach_required")
|
|
240
241
|
|
|
241
242
|
@attach_required.setter
|
|
242
|
-
def attach_required(self, value: Optional[pulumi.Input[bool]]):
|
|
243
|
+
def attach_required(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
243
244
|
pulumi.set(self, "attach_required", value)
|
|
244
245
|
|
|
245
246
|
@property
|
|
246
247
|
@pulumi.getter(name="fsGroupPolicy")
|
|
247
|
-
def fs_group_policy(self) -> Optional[pulumi.Input[str]]:
|
|
248
|
+
def fs_group_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
248
249
|
"""
|
|
249
250
|
fsGroupPolicy 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.
|
|
250
251
|
|
|
@@ -255,12 +256,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
255
256
|
return pulumi.get(self, "fs_group_policy")
|
|
256
257
|
|
|
257
258
|
@fs_group_policy.setter
|
|
258
|
-
def fs_group_policy(self, value: Optional[pulumi.Input[str]]):
|
|
259
|
+
def fs_group_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
259
260
|
pulumi.set(self, "fs_group_policy", value)
|
|
260
261
|
|
|
261
262
|
@property
|
|
262
263
|
@pulumi.getter(name="podInfoOnMount")
|
|
263
|
-
def pod_info_on_mount(self) -> Optional[pulumi.Input[bool]]:
|
|
264
|
+
def pod_info_on_mount(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
264
265
|
"""
|
|
265
266
|
podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
266
267
|
|
|
@@ -276,12 +277,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
276
277
|
return pulumi.get(self, "pod_info_on_mount")
|
|
277
278
|
|
|
278
279
|
@pod_info_on_mount.setter
|
|
279
|
-
def pod_info_on_mount(self, value: Optional[pulumi.Input[bool]]):
|
|
280
|
+
def pod_info_on_mount(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
280
281
|
pulumi.set(self, "pod_info_on_mount", value)
|
|
281
282
|
|
|
282
283
|
@property
|
|
283
284
|
@pulumi.getter(name="requiresRepublish")
|
|
284
|
-
def requires_republish(self) -> Optional[pulumi.Input[bool]]:
|
|
285
|
+
def requires_republish(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
285
286
|
"""
|
|
286
287
|
requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
287
288
|
|
|
@@ -290,12 +291,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
290
291
|
return pulumi.get(self, "requires_republish")
|
|
291
292
|
|
|
292
293
|
@requires_republish.setter
|
|
293
|
-
def requires_republish(self, value: Optional[pulumi.Input[bool]]):
|
|
294
|
+
def requires_republish(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
294
295
|
pulumi.set(self, "requires_republish", value)
|
|
295
296
|
|
|
296
297
|
@property
|
|
297
298
|
@pulumi.getter(name="seLinuxMount")
|
|
298
|
-
def se_linux_mount(self) -> Optional[pulumi.Input[bool]]:
|
|
299
|
+
def se_linux_mount(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
299
300
|
"""
|
|
300
301
|
seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
301
302
|
|
|
@@ -308,12 +309,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
308
309
|
return pulumi.get(self, "se_linux_mount")
|
|
309
310
|
|
|
310
311
|
@se_linux_mount.setter
|
|
311
|
-
def se_linux_mount(self, value: Optional[pulumi.Input[bool]]):
|
|
312
|
+
def se_linux_mount(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
312
313
|
pulumi.set(self, "se_linux_mount", value)
|
|
313
314
|
|
|
314
315
|
@property
|
|
315
316
|
@pulumi.getter(name="storageCapacity")
|
|
316
|
-
def storage_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
317
|
+
def storage_capacity(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
317
318
|
"""
|
|
318
319
|
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, if set to true.
|
|
319
320
|
|
|
@@ -326,7 +327,7 @@ class CSIDriverSpecPatchArgs:
|
|
|
326
327
|
return pulumi.get(self, "storage_capacity")
|
|
327
328
|
|
|
328
329
|
@storage_capacity.setter
|
|
329
|
-
def storage_capacity(self, value: Optional[pulumi.Input[bool]]):
|
|
330
|
+
def storage_capacity(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
330
331
|
pulumi.set(self, "storage_capacity", value)
|
|
331
332
|
|
|
332
333
|
@property
|
|
@@ -351,7 +352,7 @@ class CSIDriverSpecPatchArgs:
|
|
|
351
352
|
|
|
352
353
|
@property
|
|
353
354
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
354
|
-
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
355
|
+
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
355
356
|
"""
|
|
356
357
|
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.
|
|
357
358
|
|
|
@@ -364,7 +365,7 @@ class CSIDriverSpecPatchArgs:
|
|
|
364
365
|
return pulumi.get(self, "volume_lifecycle_modes")
|
|
365
366
|
|
|
366
367
|
@volume_lifecycle_modes.setter
|
|
367
|
-
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
368
|
+
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
368
369
|
pulumi.set(self, "volume_lifecycle_modes", value)
|
|
369
370
|
|
|
370
371
|
|
|
@@ -373,13 +374,13 @@ if not MYPY:
|
|
|
373
374
|
"""
|
|
374
375
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
375
376
|
"""
|
|
376
|
-
attach_required: NotRequired[pulumi.Input[bool]]
|
|
377
|
+
attach_required: NotRequired[pulumi.Input[builtins.bool]]
|
|
377
378
|
"""
|
|
378
379
|
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.
|
|
379
380
|
|
|
380
381
|
This field is immutable.
|
|
381
382
|
"""
|
|
382
|
-
fs_group_policy: NotRequired[pulumi.Input[str]]
|
|
383
|
+
fs_group_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
383
384
|
"""
|
|
384
385
|
fsGroupPolicy 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.
|
|
385
386
|
|
|
@@ -387,7 +388,7 @@ if not MYPY:
|
|
|
387
388
|
|
|
388
389
|
Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.
|
|
389
390
|
"""
|
|
390
|
-
pod_info_on_mount: NotRequired[pulumi.Input[bool]]
|
|
391
|
+
pod_info_on_mount: NotRequired[pulumi.Input[builtins.bool]]
|
|
391
392
|
"""
|
|
392
393
|
podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
393
394
|
|
|
@@ -400,13 +401,13 @@ if not MYPY:
|
|
|
400
401
|
|
|
401
402
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
402
403
|
"""
|
|
403
|
-
requires_republish: NotRequired[pulumi.Input[bool]]
|
|
404
|
+
requires_republish: NotRequired[pulumi.Input[builtins.bool]]
|
|
404
405
|
"""
|
|
405
406
|
requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
406
407
|
|
|
407
408
|
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.
|
|
408
409
|
"""
|
|
409
|
-
se_linux_mount: NotRequired[pulumi.Input[bool]]
|
|
410
|
+
se_linux_mount: NotRequired[pulumi.Input[builtins.bool]]
|
|
410
411
|
"""
|
|
411
412
|
seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
412
413
|
|
|
@@ -416,7 +417,7 @@ if not MYPY:
|
|
|
416
417
|
|
|
417
418
|
Default is "false".
|
|
418
419
|
"""
|
|
419
|
-
storage_capacity: NotRequired[pulumi.Input[bool]]
|
|
420
|
+
storage_capacity: NotRequired[pulumi.Input[builtins.bool]]
|
|
420
421
|
"""
|
|
421
422
|
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, if set to true.
|
|
422
423
|
|
|
@@ -438,7 +439,7 @@ if not MYPY:
|
|
|
438
439
|
|
|
439
440
|
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.
|
|
440
441
|
"""
|
|
441
|
-
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
442
|
+
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
442
443
|
"""
|
|
443
444
|
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.
|
|
444
445
|
|
|
@@ -454,25 +455,25 @@ elif False:
|
|
|
454
455
|
@pulumi.input_type
|
|
455
456
|
class CSIDriverSpecArgs:
|
|
456
457
|
def __init__(__self__, *,
|
|
457
|
-
attach_required: Optional[pulumi.Input[bool]] = None,
|
|
458
|
-
fs_group_policy: Optional[pulumi.Input[str]] = None,
|
|
459
|
-
pod_info_on_mount: Optional[pulumi.Input[bool]] = None,
|
|
460
|
-
requires_republish: Optional[pulumi.Input[bool]] = None,
|
|
461
|
-
se_linux_mount: Optional[pulumi.Input[bool]] = None,
|
|
462
|
-
storage_capacity: Optional[pulumi.Input[bool]] = None,
|
|
458
|
+
attach_required: Optional[pulumi.Input[builtins.bool]] = None,
|
|
459
|
+
fs_group_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
460
|
+
pod_info_on_mount: Optional[pulumi.Input[builtins.bool]] = None,
|
|
461
|
+
requires_republish: Optional[pulumi.Input[builtins.bool]] = None,
|
|
462
|
+
se_linux_mount: Optional[pulumi.Input[builtins.bool]] = None,
|
|
463
|
+
storage_capacity: Optional[pulumi.Input[builtins.bool]] = None,
|
|
463
464
|
token_requests: Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestArgs']]]] = None,
|
|
464
|
-
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
465
|
+
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
465
466
|
"""
|
|
466
467
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
467
|
-
:param pulumi.Input[bool] attach_required: 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.
|
|
468
|
+
:param pulumi.Input[builtins.bool] attach_required: 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.
|
|
468
469
|
|
|
469
470
|
This field is immutable.
|
|
470
|
-
:param pulumi.Input[str] fs_group_policy: fsGroupPolicy 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.
|
|
471
|
+
:param pulumi.Input[builtins.str] fs_group_policy: fsGroupPolicy 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.
|
|
471
472
|
|
|
472
473
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
473
474
|
|
|
474
475
|
Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.
|
|
475
|
-
:param pulumi.Input[bool] pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
476
|
+
:param pulumi.Input[builtins.bool] pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
476
477
|
|
|
477
478
|
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.
|
|
478
479
|
|
|
@@ -482,17 +483,17 @@ class CSIDriverSpecArgs:
|
|
|
482
483
|
"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.
|
|
483
484
|
|
|
484
485
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
485
|
-
:param pulumi.Input[bool] requires_republish: requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
486
|
+
:param pulumi.Input[builtins.bool] requires_republish: requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
486
487
|
|
|
487
488
|
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.
|
|
488
|
-
:param pulumi.Input[bool] se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
489
|
+
:param pulumi.Input[builtins.bool] se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
489
490
|
|
|
490
491
|
When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context.
|
|
491
492
|
|
|
492
493
|
When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem.
|
|
493
494
|
|
|
494
495
|
Default is "false".
|
|
495
|
-
:param pulumi.Input[bool] storage_capacity: 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, if set to true.
|
|
496
|
+
:param pulumi.Input[builtins.bool] storage_capacity: 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, if set to true.
|
|
496
497
|
|
|
497
498
|
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.
|
|
498
499
|
|
|
@@ -508,7 +509,7 @@ class CSIDriverSpecArgs:
|
|
|
508
509
|
}
|
|
509
510
|
|
|
510
511
|
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.
|
|
511
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] volume_lifecycle_modes: 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.
|
|
512
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] volume_lifecycle_modes: 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.
|
|
512
513
|
|
|
513
514
|
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.
|
|
514
515
|
|
|
@@ -535,7 +536,7 @@ class CSIDriverSpecArgs:
|
|
|
535
536
|
|
|
536
537
|
@property
|
|
537
538
|
@pulumi.getter(name="attachRequired")
|
|
538
|
-
def attach_required(self) -> Optional[pulumi.Input[bool]]:
|
|
539
|
+
def attach_required(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
539
540
|
"""
|
|
540
541
|
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.
|
|
541
542
|
|
|
@@ -544,12 +545,12 @@ class CSIDriverSpecArgs:
|
|
|
544
545
|
return pulumi.get(self, "attach_required")
|
|
545
546
|
|
|
546
547
|
@attach_required.setter
|
|
547
|
-
def attach_required(self, value: Optional[pulumi.Input[bool]]):
|
|
548
|
+
def attach_required(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
548
549
|
pulumi.set(self, "attach_required", value)
|
|
549
550
|
|
|
550
551
|
@property
|
|
551
552
|
@pulumi.getter(name="fsGroupPolicy")
|
|
552
|
-
def fs_group_policy(self) -> Optional[pulumi.Input[str]]:
|
|
553
|
+
def fs_group_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
553
554
|
"""
|
|
554
555
|
fsGroupPolicy 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.
|
|
555
556
|
|
|
@@ -560,12 +561,12 @@ class CSIDriverSpecArgs:
|
|
|
560
561
|
return pulumi.get(self, "fs_group_policy")
|
|
561
562
|
|
|
562
563
|
@fs_group_policy.setter
|
|
563
|
-
def fs_group_policy(self, value: Optional[pulumi.Input[str]]):
|
|
564
|
+
def fs_group_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
564
565
|
pulumi.set(self, "fs_group_policy", value)
|
|
565
566
|
|
|
566
567
|
@property
|
|
567
568
|
@pulumi.getter(name="podInfoOnMount")
|
|
568
|
-
def pod_info_on_mount(self) -> Optional[pulumi.Input[bool]]:
|
|
569
|
+
def pod_info_on_mount(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
569
570
|
"""
|
|
570
571
|
podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
571
572
|
|
|
@@ -581,12 +582,12 @@ class CSIDriverSpecArgs:
|
|
|
581
582
|
return pulumi.get(self, "pod_info_on_mount")
|
|
582
583
|
|
|
583
584
|
@pod_info_on_mount.setter
|
|
584
|
-
def pod_info_on_mount(self, value: Optional[pulumi.Input[bool]]):
|
|
585
|
+
def pod_info_on_mount(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
585
586
|
pulumi.set(self, "pod_info_on_mount", value)
|
|
586
587
|
|
|
587
588
|
@property
|
|
588
589
|
@pulumi.getter(name="requiresRepublish")
|
|
589
|
-
def requires_republish(self) -> Optional[pulumi.Input[bool]]:
|
|
590
|
+
def requires_republish(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
590
591
|
"""
|
|
591
592
|
requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
592
593
|
|
|
@@ -595,12 +596,12 @@ class CSIDriverSpecArgs:
|
|
|
595
596
|
return pulumi.get(self, "requires_republish")
|
|
596
597
|
|
|
597
598
|
@requires_republish.setter
|
|
598
|
-
def requires_republish(self, value: Optional[pulumi.Input[bool]]):
|
|
599
|
+
def requires_republish(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
599
600
|
pulumi.set(self, "requires_republish", value)
|
|
600
601
|
|
|
601
602
|
@property
|
|
602
603
|
@pulumi.getter(name="seLinuxMount")
|
|
603
|
-
def se_linux_mount(self) -> Optional[pulumi.Input[bool]]:
|
|
604
|
+
def se_linux_mount(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
604
605
|
"""
|
|
605
606
|
seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
606
607
|
|
|
@@ -613,12 +614,12 @@ class CSIDriverSpecArgs:
|
|
|
613
614
|
return pulumi.get(self, "se_linux_mount")
|
|
614
615
|
|
|
615
616
|
@se_linux_mount.setter
|
|
616
|
-
def se_linux_mount(self, value: Optional[pulumi.Input[bool]]):
|
|
617
|
+
def se_linux_mount(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
617
618
|
pulumi.set(self, "se_linux_mount", value)
|
|
618
619
|
|
|
619
620
|
@property
|
|
620
621
|
@pulumi.getter(name="storageCapacity")
|
|
621
|
-
def storage_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
622
|
+
def storage_capacity(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
622
623
|
"""
|
|
623
624
|
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, if set to true.
|
|
624
625
|
|
|
@@ -631,7 +632,7 @@ class CSIDriverSpecArgs:
|
|
|
631
632
|
return pulumi.get(self, "storage_capacity")
|
|
632
633
|
|
|
633
634
|
@storage_capacity.setter
|
|
634
|
-
def storage_capacity(self, value: Optional[pulumi.Input[bool]]):
|
|
635
|
+
def storage_capacity(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
635
636
|
pulumi.set(self, "storage_capacity", value)
|
|
636
637
|
|
|
637
638
|
@property
|
|
@@ -656,7 +657,7 @@ class CSIDriverSpecArgs:
|
|
|
656
657
|
|
|
657
658
|
@property
|
|
658
659
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
659
|
-
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
660
|
+
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
660
661
|
"""
|
|
661
662
|
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.
|
|
662
663
|
|
|
@@ -669,7 +670,7 @@ class CSIDriverSpecArgs:
|
|
|
669
670
|
return pulumi.get(self, "volume_lifecycle_modes")
|
|
670
671
|
|
|
671
672
|
@volume_lifecycle_modes.setter
|
|
672
|
-
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
673
|
+
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
673
674
|
pulumi.set(self, "volume_lifecycle_modes", value)
|
|
674
675
|
|
|
675
676
|
|
|
@@ -682,11 +683,11 @@ if not MYPY:
|
|
|
682
683
|
"""
|
|
683
684
|
spec represents the specification of the CSI Driver.
|
|
684
685
|
"""
|
|
685
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
686
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
686
687
|
"""
|
|
687
688
|
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
|
|
688
689
|
"""
|
|
689
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
690
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
690
691
|
"""
|
|
691
692
|
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
|
|
692
693
|
"""
|
|
@@ -701,14 +702,14 @@ elif False:
|
|
|
701
702
|
class CSIDriverArgs:
|
|
702
703
|
def __init__(__self__, *,
|
|
703
704
|
spec: pulumi.Input['CSIDriverSpecArgs'],
|
|
704
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
705
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
705
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
706
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
706
707
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
707
708
|
"""
|
|
708
709
|
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. 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.
|
|
709
710
|
:param pulumi.Input['CSIDriverSpecArgs'] spec: spec represents the specification of the CSI Driver.
|
|
710
|
-
: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
|
|
711
|
-
: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
|
|
711
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
712
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
712
713
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: 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
|
|
713
714
|
"""
|
|
714
715
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -733,26 +734,26 @@ class CSIDriverArgs:
|
|
|
733
734
|
|
|
734
735
|
@property
|
|
735
736
|
@pulumi.getter(name="apiVersion")
|
|
736
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
737
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
737
738
|
"""
|
|
738
739
|
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
|
|
739
740
|
"""
|
|
740
741
|
return pulumi.get(self, "api_version")
|
|
741
742
|
|
|
742
743
|
@api_version.setter
|
|
743
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
744
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
744
745
|
pulumi.set(self, "api_version", value)
|
|
745
746
|
|
|
746
747
|
@property
|
|
747
748
|
@pulumi.getter
|
|
748
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
749
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
749
750
|
"""
|
|
750
751
|
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
|
|
751
752
|
"""
|
|
752
753
|
return pulumi.get(self, "kind")
|
|
753
754
|
|
|
754
755
|
@kind.setter
|
|
755
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
756
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
756
757
|
pulumi.set(self, "kind", value)
|
|
757
758
|
|
|
758
759
|
@property
|
|
@@ -777,15 +778,15 @@ if not MYPY:
|
|
|
777
778
|
"""
|
|
778
779
|
allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
|
|
779
780
|
"""
|
|
780
|
-
name: NotRequired[pulumi.Input[str]]
|
|
781
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
781
782
|
"""
|
|
782
783
|
name represents 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.
|
|
783
784
|
"""
|
|
784
|
-
node_id: NotRequired[pulumi.Input[str]]
|
|
785
|
+
node_id: NotRequired[pulumi.Input[builtins.str]]
|
|
785
786
|
"""
|
|
786
787
|
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.
|
|
787
788
|
"""
|
|
788
|
-
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
789
|
+
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
789
790
|
"""
|
|
790
791
|
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.
|
|
791
792
|
"""
|
|
@@ -796,15 +797,15 @@ elif False:
|
|
|
796
797
|
class CSINodeDriverPatchArgs:
|
|
797
798
|
def __init__(__self__, *,
|
|
798
799
|
allocatable: Optional[pulumi.Input['VolumeNodeResourcesPatchArgs']] = None,
|
|
799
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
800
|
-
node_id: Optional[pulumi.Input[str]] = None,
|
|
801
|
-
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
800
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
801
|
+
node_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
802
|
+
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
802
803
|
"""
|
|
803
804
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
804
805
|
:param pulumi.Input['VolumeNodeResourcesPatchArgs'] allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
|
|
805
|
-
:param pulumi.Input[str] name: name represents 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.
|
|
806
|
-
:param pulumi.Input[str] node_id: 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.
|
|
807
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] topology_keys: 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.
|
|
806
|
+
:param pulumi.Input[builtins.str] name: name represents 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.
|
|
807
|
+
:param pulumi.Input[builtins.str] node_id: 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.
|
|
808
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] topology_keys: 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.
|
|
808
809
|
"""
|
|
809
810
|
if allocatable is not None:
|
|
810
811
|
pulumi.set(__self__, "allocatable", allocatable)
|
|
@@ -829,38 +830,38 @@ class CSINodeDriverPatchArgs:
|
|
|
829
830
|
|
|
830
831
|
@property
|
|
831
832
|
@pulumi.getter
|
|
832
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
833
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
833
834
|
"""
|
|
834
835
|
name represents 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.
|
|
835
836
|
"""
|
|
836
837
|
return pulumi.get(self, "name")
|
|
837
838
|
|
|
838
839
|
@name.setter
|
|
839
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
840
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
840
841
|
pulumi.set(self, "name", value)
|
|
841
842
|
|
|
842
843
|
@property
|
|
843
844
|
@pulumi.getter(name="nodeID")
|
|
844
|
-
def node_id(self) -> Optional[pulumi.Input[str]]:
|
|
845
|
+
def node_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
845
846
|
"""
|
|
846
847
|
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.
|
|
847
848
|
"""
|
|
848
849
|
return pulumi.get(self, "node_id")
|
|
849
850
|
|
|
850
851
|
@node_id.setter
|
|
851
|
-
def node_id(self, value: Optional[pulumi.Input[str]]):
|
|
852
|
+
def node_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
852
853
|
pulumi.set(self, "node_id", value)
|
|
853
854
|
|
|
854
855
|
@property
|
|
855
856
|
@pulumi.getter(name="topologyKeys")
|
|
856
|
-
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
857
|
+
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
857
858
|
"""
|
|
858
859
|
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.
|
|
859
860
|
"""
|
|
860
861
|
return pulumi.get(self, "topology_keys")
|
|
861
862
|
|
|
862
863
|
@topology_keys.setter
|
|
863
|
-
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
864
|
+
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
864
865
|
pulumi.set(self, "topology_keys", value)
|
|
865
866
|
|
|
866
867
|
|
|
@@ -869,11 +870,11 @@ if not MYPY:
|
|
|
869
870
|
"""
|
|
870
871
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
871
872
|
"""
|
|
872
|
-
name: pulumi.Input[str]
|
|
873
|
+
name: pulumi.Input[builtins.str]
|
|
873
874
|
"""
|
|
874
875
|
name represents 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.
|
|
875
876
|
"""
|
|
876
|
-
node_id: pulumi.Input[str]
|
|
877
|
+
node_id: pulumi.Input[builtins.str]
|
|
877
878
|
"""
|
|
878
879
|
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.
|
|
879
880
|
"""
|
|
@@ -881,7 +882,7 @@ if not MYPY:
|
|
|
881
882
|
"""
|
|
882
883
|
allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
|
|
883
884
|
"""
|
|
884
|
-
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
885
|
+
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
885
886
|
"""
|
|
886
887
|
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.
|
|
887
888
|
"""
|
|
@@ -891,16 +892,16 @@ elif False:
|
|
|
891
892
|
@pulumi.input_type
|
|
892
893
|
class CSINodeDriverArgs:
|
|
893
894
|
def __init__(__self__, *,
|
|
894
|
-
name: pulumi.Input[str],
|
|
895
|
-
node_id: pulumi.Input[str],
|
|
895
|
+
name: pulumi.Input[builtins.str],
|
|
896
|
+
node_id: pulumi.Input[builtins.str],
|
|
896
897
|
allocatable: Optional[pulumi.Input['VolumeNodeResourcesArgs']] = None,
|
|
897
|
-
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
898
|
+
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
898
899
|
"""
|
|
899
900
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
900
|
-
:param pulumi.Input[str] name: name represents 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.
|
|
901
|
-
:param pulumi.Input[str] node_id: 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.
|
|
901
|
+
:param pulumi.Input[builtins.str] name: name represents 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.
|
|
902
|
+
:param pulumi.Input[builtins.str] node_id: 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.
|
|
902
903
|
:param pulumi.Input['VolumeNodeResourcesArgs'] allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
|
|
903
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] topology_keys: 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.
|
|
904
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] topology_keys: 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.
|
|
904
905
|
"""
|
|
905
906
|
pulumi.set(__self__, "name", name)
|
|
906
907
|
pulumi.set(__self__, "node_id", node_id)
|
|
@@ -911,26 +912,26 @@ class CSINodeDriverArgs:
|
|
|
911
912
|
|
|
912
913
|
@property
|
|
913
914
|
@pulumi.getter
|
|
914
|
-
def name(self) -> pulumi.Input[str]:
|
|
915
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
915
916
|
"""
|
|
916
917
|
name represents 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.
|
|
917
918
|
"""
|
|
918
919
|
return pulumi.get(self, "name")
|
|
919
920
|
|
|
920
921
|
@name.setter
|
|
921
|
-
def name(self, value: pulumi.Input[str]):
|
|
922
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
922
923
|
pulumi.set(self, "name", value)
|
|
923
924
|
|
|
924
925
|
@property
|
|
925
926
|
@pulumi.getter(name="nodeID")
|
|
926
|
-
def node_id(self) -> pulumi.Input[str]:
|
|
927
|
+
def node_id(self) -> pulumi.Input[builtins.str]:
|
|
927
928
|
"""
|
|
928
929
|
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.
|
|
929
930
|
"""
|
|
930
931
|
return pulumi.get(self, "node_id")
|
|
931
932
|
|
|
932
933
|
@node_id.setter
|
|
933
|
-
def node_id(self, value: pulumi.Input[str]):
|
|
934
|
+
def node_id(self, value: pulumi.Input[builtins.str]):
|
|
934
935
|
pulumi.set(self, "node_id", value)
|
|
935
936
|
|
|
936
937
|
@property
|
|
@@ -947,14 +948,14 @@ class CSINodeDriverArgs:
|
|
|
947
948
|
|
|
948
949
|
@property
|
|
949
950
|
@pulumi.getter(name="topologyKeys")
|
|
950
|
-
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
951
|
+
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
951
952
|
"""
|
|
952
953
|
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.
|
|
953
954
|
"""
|
|
954
955
|
return pulumi.get(self, "topology_keys")
|
|
955
956
|
|
|
956
957
|
@topology_keys.setter
|
|
957
|
-
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
958
|
+
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
958
959
|
pulumi.set(self, "topology_keys", value)
|
|
959
960
|
|
|
960
961
|
|
|
@@ -1038,11 +1039,11 @@ if not MYPY:
|
|
|
1038
1039
|
"""
|
|
1039
1040
|
spec is the specification of CSINode
|
|
1040
1041
|
"""
|
|
1041
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1042
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1042
1043
|
"""
|
|
1043
1044
|
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
|
|
1044
1045
|
"""
|
|
1045
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1046
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1046
1047
|
"""
|
|
1047
1048
|
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
|
|
1048
1049
|
"""
|
|
@@ -1057,14 +1058,14 @@ elif False:
|
|
|
1057
1058
|
class CSINodeArgs:
|
|
1058
1059
|
def __init__(__self__, *,
|
|
1059
1060
|
spec: pulumi.Input['CSINodeSpecArgs'],
|
|
1060
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1061
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1061
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1062
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1062
1063
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
1063
1064
|
"""
|
|
1064
1065
|
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.
|
|
1065
1066
|
:param pulumi.Input['CSINodeSpecArgs'] spec: spec is the specification of CSINode
|
|
1066
|
-
: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
|
|
1067
|
-
: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
|
|
1067
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1068
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1068
1069
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. metadata.name must be the Kubernetes node name.
|
|
1069
1070
|
"""
|
|
1070
1071
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1089,26 +1090,26 @@ class CSINodeArgs:
|
|
|
1089
1090
|
|
|
1090
1091
|
@property
|
|
1091
1092
|
@pulumi.getter(name="apiVersion")
|
|
1092
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1093
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1093
1094
|
"""
|
|
1094
1095
|
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
|
|
1095
1096
|
"""
|
|
1096
1097
|
return pulumi.get(self, "api_version")
|
|
1097
1098
|
|
|
1098
1099
|
@api_version.setter
|
|
1099
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1100
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1100
1101
|
pulumi.set(self, "api_version", value)
|
|
1101
1102
|
|
|
1102
1103
|
@property
|
|
1103
1104
|
@pulumi.getter
|
|
1104
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1105
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1105
1106
|
"""
|
|
1106
1107
|
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
|
|
1107
1108
|
"""
|
|
1108
1109
|
return pulumi.get(self, "kind")
|
|
1109
1110
|
|
|
1110
1111
|
@kind.setter
|
|
1111
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1112
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1112
1113
|
pulumi.set(self, "kind", value)
|
|
1113
1114
|
|
|
1114
1115
|
@property
|
|
@@ -1137,25 +1138,25 @@ if not MYPY:
|
|
|
1137
1138
|
|
|
1138
1139
|
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.
|
|
1139
1140
|
"""
|
|
1140
|
-
storage_class_name: pulumi.Input[str]
|
|
1141
|
+
storage_class_name: pulumi.Input[builtins.str]
|
|
1141
1142
|
"""
|
|
1142
1143
|
storageClassName represents 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.
|
|
1143
1144
|
"""
|
|
1144
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1145
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1145
1146
|
"""
|
|
1146
1147
|
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
|
|
1147
1148
|
"""
|
|
1148
|
-
capacity: NotRequired[pulumi.Input[str]]
|
|
1149
|
+
capacity: NotRequired[pulumi.Input[builtins.str]]
|
|
1149
1150
|
"""
|
|
1150
1151
|
capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1151
1152
|
|
|
1152
1153
|
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.
|
|
1153
1154
|
"""
|
|
1154
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1155
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1155
1156
|
"""
|
|
1156
1157
|
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
|
|
1157
1158
|
"""
|
|
1158
|
-
maximum_volume_size: NotRequired[pulumi.Input[str]]
|
|
1159
|
+
maximum_volume_size: NotRequired[pulumi.Input[builtins.str]]
|
|
1159
1160
|
"""
|
|
1160
1161
|
maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1161
1162
|
|
|
@@ -1179,11 +1180,11 @@ elif False:
|
|
|
1179
1180
|
@pulumi.input_type
|
|
1180
1181
|
class CSIStorageCapacityArgs:
|
|
1181
1182
|
def __init__(__self__, *,
|
|
1182
|
-
storage_class_name: pulumi.Input[str],
|
|
1183
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1184
|
-
capacity: Optional[pulumi.Input[str]] = None,
|
|
1185
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1186
|
-
maximum_volume_size: Optional[pulumi.Input[str]] = None,
|
|
1183
|
+
storage_class_name: pulumi.Input[builtins.str],
|
|
1184
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1185
|
+
capacity: Optional[pulumi.Input[builtins.str]] = None,
|
|
1186
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1187
|
+
maximum_volume_size: Optional[pulumi.Input[builtins.str]] = None,
|
|
1187
1188
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1188
1189
|
node_topology: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
1189
1190
|
"""
|
|
@@ -1196,13 +1197,13 @@ class CSIStorageCapacityArgs:
|
|
|
1196
1197
|
The producer of these objects can decide which approach is more suitable.
|
|
1197
1198
|
|
|
1198
1199
|
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.
|
|
1199
|
-
:param pulumi.Input[str] storage_class_name: storageClassName represents 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.
|
|
1200
|
-
: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
|
|
1201
|
-
:param pulumi.Input[str] capacity: capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1200
|
+
:param pulumi.Input[builtins.str] storage_class_name: storageClassName represents 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.
|
|
1201
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1202
|
+
:param pulumi.Input[builtins.str] capacity: capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1202
1203
|
|
|
1203
1204
|
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.
|
|
1204
|
-
: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
|
|
1205
|
-
:param pulumi.Input[str] maximum_volume_size: maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1205
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1206
|
+
:param pulumi.Input[builtins.str] maximum_volume_size: maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1206
1207
|
|
|
1207
1208
|
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.
|
|
1208
1209
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. The name has no particular meaning. It must 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.
|
|
@@ -1228,31 +1229,31 @@ class CSIStorageCapacityArgs:
|
|
|
1228
1229
|
|
|
1229
1230
|
@property
|
|
1230
1231
|
@pulumi.getter(name="storageClassName")
|
|
1231
|
-
def storage_class_name(self) -> pulumi.Input[str]:
|
|
1232
|
+
def storage_class_name(self) -> pulumi.Input[builtins.str]:
|
|
1232
1233
|
"""
|
|
1233
1234
|
storageClassName represents 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.
|
|
1234
1235
|
"""
|
|
1235
1236
|
return pulumi.get(self, "storage_class_name")
|
|
1236
1237
|
|
|
1237
1238
|
@storage_class_name.setter
|
|
1238
|
-
def storage_class_name(self, value: pulumi.Input[str]):
|
|
1239
|
+
def storage_class_name(self, value: pulumi.Input[builtins.str]):
|
|
1239
1240
|
pulumi.set(self, "storage_class_name", value)
|
|
1240
1241
|
|
|
1241
1242
|
@property
|
|
1242
1243
|
@pulumi.getter(name="apiVersion")
|
|
1243
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1244
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1244
1245
|
"""
|
|
1245
1246
|
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
|
|
1246
1247
|
"""
|
|
1247
1248
|
return pulumi.get(self, "api_version")
|
|
1248
1249
|
|
|
1249
1250
|
@api_version.setter
|
|
1250
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1251
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1251
1252
|
pulumi.set(self, "api_version", value)
|
|
1252
1253
|
|
|
1253
1254
|
@property
|
|
1254
1255
|
@pulumi.getter
|
|
1255
|
-
def capacity(self) -> Optional[pulumi.Input[str]]:
|
|
1256
|
+
def capacity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1256
1257
|
"""
|
|
1257
1258
|
capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1258
1259
|
|
|
@@ -1261,24 +1262,24 @@ class CSIStorageCapacityArgs:
|
|
|
1261
1262
|
return pulumi.get(self, "capacity")
|
|
1262
1263
|
|
|
1263
1264
|
@capacity.setter
|
|
1264
|
-
def capacity(self, value: Optional[pulumi.Input[str]]):
|
|
1265
|
+
def capacity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1265
1266
|
pulumi.set(self, "capacity", value)
|
|
1266
1267
|
|
|
1267
1268
|
@property
|
|
1268
1269
|
@pulumi.getter
|
|
1269
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1270
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1270
1271
|
"""
|
|
1271
1272
|
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
|
|
1272
1273
|
"""
|
|
1273
1274
|
return pulumi.get(self, "kind")
|
|
1274
1275
|
|
|
1275
1276
|
@kind.setter
|
|
1276
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1277
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1277
1278
|
pulumi.set(self, "kind", value)
|
|
1278
1279
|
|
|
1279
1280
|
@property
|
|
1280
1281
|
@pulumi.getter(name="maximumVolumeSize")
|
|
1281
|
-
def maximum_volume_size(self) -> Optional[pulumi.Input[str]]:
|
|
1282
|
+
def maximum_volume_size(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1282
1283
|
"""
|
|
1283
1284
|
maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1284
1285
|
|
|
@@ -1287,7 +1288,7 @@ class CSIStorageCapacityArgs:
|
|
|
1287
1288
|
return pulumi.get(self, "maximum_volume_size")
|
|
1288
1289
|
|
|
1289
1290
|
@maximum_volume_size.setter
|
|
1290
|
-
def maximum_volume_size(self, value: Optional[pulumi.Input[str]]):
|
|
1291
|
+
def maximum_volume_size(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1291
1292
|
pulumi.set(self, "maximum_volume_size", value)
|
|
1292
1293
|
|
|
1293
1294
|
@property
|
|
@@ -1326,11 +1327,11 @@ if not MYPY:
|
|
|
1326
1327
|
|
|
1327
1328
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1328
1329
|
"""
|
|
1329
|
-
provisioner: pulumi.Input[str]
|
|
1330
|
+
provisioner: pulumi.Input[builtins.str]
|
|
1330
1331
|
"""
|
|
1331
1332
|
provisioner indicates the type of the provisioner.
|
|
1332
1333
|
"""
|
|
1333
|
-
allow_volume_expansion: NotRequired[pulumi.Input[bool]]
|
|
1334
|
+
allow_volume_expansion: NotRequired[pulumi.Input[builtins.bool]]
|
|
1334
1335
|
"""
|
|
1335
1336
|
allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1336
1337
|
"""
|
|
@@ -1338,11 +1339,11 @@ if not MYPY:
|
|
|
1338
1339
|
"""
|
|
1339
1340
|
allowedTopologies 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.
|
|
1340
1341
|
"""
|
|
1341
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1342
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1342
1343
|
"""
|
|
1343
1344
|
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
|
|
1344
1345
|
"""
|
|
1345
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1346
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1346
1347
|
"""
|
|
1347
1348
|
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
|
|
1348
1349
|
"""
|
|
@@ -1350,19 +1351,19 @@ if not MYPY:
|
|
|
1350
1351
|
"""
|
|
1351
1352
|
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1352
1353
|
"""
|
|
1353
|
-
mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1354
|
+
mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1354
1355
|
"""
|
|
1355
1356
|
mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1356
1357
|
"""
|
|
1357
|
-
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1358
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
1358
1359
|
"""
|
|
1359
1360
|
parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1360
1361
|
"""
|
|
1361
|
-
reclaim_policy: NotRequired[pulumi.Input[str]]
|
|
1362
|
+
reclaim_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
1362
1363
|
"""
|
|
1363
1364
|
reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1364
1365
|
"""
|
|
1365
|
-
volume_binding_mode: NotRequired[pulumi.Input[str]]
|
|
1366
|
+
volume_binding_mode: NotRequired[pulumi.Input[builtins.str]]
|
|
1366
1367
|
"""
|
|
1367
1368
|
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.
|
|
1368
1369
|
"""
|
|
@@ -1372,30 +1373,30 @@ elif False:
|
|
|
1372
1373
|
@pulumi.input_type
|
|
1373
1374
|
class StorageClassArgs:
|
|
1374
1375
|
def __init__(__self__, *,
|
|
1375
|
-
provisioner: pulumi.Input[str],
|
|
1376
|
-
allow_volume_expansion: Optional[pulumi.Input[bool]] = None,
|
|
1376
|
+
provisioner: pulumi.Input[builtins.str],
|
|
1377
|
+
allow_volume_expansion: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1377
1378
|
allowed_topologies: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.TopologySelectorTermArgs']]]] = None,
|
|
1378
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1379
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1379
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1380
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1380
1381
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1381
|
-
mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1382
|
-
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1383
|
-
reclaim_policy: Optional[pulumi.Input[str]] = None,
|
|
1384
|
-
volume_binding_mode: Optional[pulumi.Input[str]] = None):
|
|
1382
|
+
mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1383
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
1384
|
+
reclaim_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
1385
|
+
volume_binding_mode: Optional[pulumi.Input[builtins.str]] = None):
|
|
1385
1386
|
"""
|
|
1386
1387
|
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
|
|
1387
1388
|
|
|
1388
1389
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1389
|
-
:param pulumi.Input[str] provisioner: provisioner indicates the type of the provisioner.
|
|
1390
|
-
:param pulumi.Input[bool] allow_volume_expansion: allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1390
|
+
:param pulumi.Input[builtins.str] provisioner: provisioner indicates the type of the provisioner.
|
|
1391
|
+
:param pulumi.Input[builtins.bool] allow_volume_expansion: allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1391
1392
|
:param pulumi.Input[Sequence[pulumi.Input['_core.v1.TopologySelectorTermArgs']]] allowed_topologies: allowedTopologies 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.
|
|
1392
|
-
: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
|
|
1393
|
-
: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
|
|
1393
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1394
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1394
1395
|
: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
|
|
1395
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] mount_options: mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1396
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1397
|
-
:param pulumi.Input[str] reclaim_policy: reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1398
|
-
:param pulumi.Input[str] volume_binding_mode: 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.
|
|
1396
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] mount_options: mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1397
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] parameters: parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1398
|
+
:param pulumi.Input[builtins.str] reclaim_policy: reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1399
|
+
:param pulumi.Input[builtins.str] volume_binding_mode: 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.
|
|
1399
1400
|
"""
|
|
1400
1401
|
pulumi.set(__self__, "provisioner", provisioner)
|
|
1401
1402
|
if allow_volume_expansion is not None:
|
|
@@ -1419,26 +1420,26 @@ class StorageClassArgs:
|
|
|
1419
1420
|
|
|
1420
1421
|
@property
|
|
1421
1422
|
@pulumi.getter
|
|
1422
|
-
def provisioner(self) -> pulumi.Input[str]:
|
|
1423
|
+
def provisioner(self) -> pulumi.Input[builtins.str]:
|
|
1423
1424
|
"""
|
|
1424
1425
|
provisioner indicates the type of the provisioner.
|
|
1425
1426
|
"""
|
|
1426
1427
|
return pulumi.get(self, "provisioner")
|
|
1427
1428
|
|
|
1428
1429
|
@provisioner.setter
|
|
1429
|
-
def provisioner(self, value: pulumi.Input[str]):
|
|
1430
|
+
def provisioner(self, value: pulumi.Input[builtins.str]):
|
|
1430
1431
|
pulumi.set(self, "provisioner", value)
|
|
1431
1432
|
|
|
1432
1433
|
@property
|
|
1433
1434
|
@pulumi.getter(name="allowVolumeExpansion")
|
|
1434
|
-
def allow_volume_expansion(self) -> Optional[pulumi.Input[bool]]:
|
|
1435
|
+
def allow_volume_expansion(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1435
1436
|
"""
|
|
1436
1437
|
allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1437
1438
|
"""
|
|
1438
1439
|
return pulumi.get(self, "allow_volume_expansion")
|
|
1439
1440
|
|
|
1440
1441
|
@allow_volume_expansion.setter
|
|
1441
|
-
def allow_volume_expansion(self, value: Optional[pulumi.Input[bool]]):
|
|
1442
|
+
def allow_volume_expansion(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1442
1443
|
pulumi.set(self, "allow_volume_expansion", value)
|
|
1443
1444
|
|
|
1444
1445
|
@property
|
|
@@ -1455,26 +1456,26 @@ class StorageClassArgs:
|
|
|
1455
1456
|
|
|
1456
1457
|
@property
|
|
1457
1458
|
@pulumi.getter(name="apiVersion")
|
|
1458
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1459
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1459
1460
|
"""
|
|
1460
1461
|
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
|
|
1461
1462
|
"""
|
|
1462
1463
|
return pulumi.get(self, "api_version")
|
|
1463
1464
|
|
|
1464
1465
|
@api_version.setter
|
|
1465
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1466
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1466
1467
|
pulumi.set(self, "api_version", value)
|
|
1467
1468
|
|
|
1468
1469
|
@property
|
|
1469
1470
|
@pulumi.getter
|
|
1470
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1471
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1471
1472
|
"""
|
|
1472
1473
|
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
|
|
1473
1474
|
"""
|
|
1474
1475
|
return pulumi.get(self, "kind")
|
|
1475
1476
|
|
|
1476
1477
|
@kind.setter
|
|
1477
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1478
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1478
1479
|
pulumi.set(self, "kind", value)
|
|
1479
1480
|
|
|
1480
1481
|
@property
|
|
@@ -1491,50 +1492,50 @@ class StorageClassArgs:
|
|
|
1491
1492
|
|
|
1492
1493
|
@property
|
|
1493
1494
|
@pulumi.getter(name="mountOptions")
|
|
1494
|
-
def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1495
|
+
def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1495
1496
|
"""
|
|
1496
1497
|
mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1497
1498
|
"""
|
|
1498
1499
|
return pulumi.get(self, "mount_options")
|
|
1499
1500
|
|
|
1500
1501
|
@mount_options.setter
|
|
1501
|
-
def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1502
|
+
def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1502
1503
|
pulumi.set(self, "mount_options", value)
|
|
1503
1504
|
|
|
1504
1505
|
@property
|
|
1505
1506
|
@pulumi.getter
|
|
1506
|
-
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1507
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
1507
1508
|
"""
|
|
1508
1509
|
parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1509
1510
|
"""
|
|
1510
1511
|
return pulumi.get(self, "parameters")
|
|
1511
1512
|
|
|
1512
1513
|
@parameters.setter
|
|
1513
|
-
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1514
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
1514
1515
|
pulumi.set(self, "parameters", value)
|
|
1515
1516
|
|
|
1516
1517
|
@property
|
|
1517
1518
|
@pulumi.getter(name="reclaimPolicy")
|
|
1518
|
-
def reclaim_policy(self) -> Optional[pulumi.Input[str]]:
|
|
1519
|
+
def reclaim_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1519
1520
|
"""
|
|
1520
1521
|
reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1521
1522
|
"""
|
|
1522
1523
|
return pulumi.get(self, "reclaim_policy")
|
|
1523
1524
|
|
|
1524
1525
|
@reclaim_policy.setter
|
|
1525
|
-
def reclaim_policy(self, value: Optional[pulumi.Input[str]]):
|
|
1526
|
+
def reclaim_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1526
1527
|
pulumi.set(self, "reclaim_policy", value)
|
|
1527
1528
|
|
|
1528
1529
|
@property
|
|
1529
1530
|
@pulumi.getter(name="volumeBindingMode")
|
|
1530
|
-
def volume_binding_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1531
|
+
def volume_binding_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1531
1532
|
"""
|
|
1532
1533
|
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.
|
|
1533
1534
|
"""
|
|
1534
1535
|
return pulumi.get(self, "volume_binding_mode")
|
|
1535
1536
|
|
|
1536
1537
|
@volume_binding_mode.setter
|
|
1537
|
-
def volume_binding_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1538
|
+
def volume_binding_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1538
1539
|
pulumi.set(self, "volume_binding_mode", value)
|
|
1539
1540
|
|
|
1540
1541
|
|
|
@@ -1543,11 +1544,11 @@ if not MYPY:
|
|
|
1543
1544
|
"""
|
|
1544
1545
|
TokenRequest contains parameters of a service account token.
|
|
1545
1546
|
"""
|
|
1546
|
-
audience: NotRequired[pulumi.Input[str]]
|
|
1547
|
+
audience: NotRequired[pulumi.Input[builtins.str]]
|
|
1547
1548
|
"""
|
|
1548
1549
|
audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1549
1550
|
"""
|
|
1550
|
-
expiration_seconds: NotRequired[pulumi.Input[int]]
|
|
1551
|
+
expiration_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1551
1552
|
"""
|
|
1552
1553
|
expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1553
1554
|
"""
|
|
@@ -1557,12 +1558,12 @@ elif False:
|
|
|
1557
1558
|
@pulumi.input_type
|
|
1558
1559
|
class TokenRequestPatchArgs:
|
|
1559
1560
|
def __init__(__self__, *,
|
|
1560
|
-
audience: Optional[pulumi.Input[str]] = None,
|
|
1561
|
-
expiration_seconds: Optional[pulumi.Input[int]] = None):
|
|
1561
|
+
audience: Optional[pulumi.Input[builtins.str]] = None,
|
|
1562
|
+
expiration_seconds: Optional[pulumi.Input[builtins.int]] = None):
|
|
1562
1563
|
"""
|
|
1563
1564
|
TokenRequest contains parameters of a service account token.
|
|
1564
|
-
:param pulumi.Input[str] audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1565
|
-
:param pulumi.Input[int] expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1565
|
+
:param pulumi.Input[builtins.str] audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1566
|
+
:param pulumi.Input[builtins.int] expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1566
1567
|
"""
|
|
1567
1568
|
if audience is not None:
|
|
1568
1569
|
pulumi.set(__self__, "audience", audience)
|
|
@@ -1571,26 +1572,26 @@ class TokenRequestPatchArgs:
|
|
|
1571
1572
|
|
|
1572
1573
|
@property
|
|
1573
1574
|
@pulumi.getter
|
|
1574
|
-
def audience(self) -> Optional[pulumi.Input[str]]:
|
|
1575
|
+
def audience(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1575
1576
|
"""
|
|
1576
1577
|
audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1577
1578
|
"""
|
|
1578
1579
|
return pulumi.get(self, "audience")
|
|
1579
1580
|
|
|
1580
1581
|
@audience.setter
|
|
1581
|
-
def audience(self, value: Optional[pulumi.Input[str]]):
|
|
1582
|
+
def audience(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1582
1583
|
pulumi.set(self, "audience", value)
|
|
1583
1584
|
|
|
1584
1585
|
@property
|
|
1585
1586
|
@pulumi.getter(name="expirationSeconds")
|
|
1586
|
-
def expiration_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1587
|
+
def expiration_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1587
1588
|
"""
|
|
1588
1589
|
expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1589
1590
|
"""
|
|
1590
1591
|
return pulumi.get(self, "expiration_seconds")
|
|
1591
1592
|
|
|
1592
1593
|
@expiration_seconds.setter
|
|
1593
|
-
def expiration_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1594
|
+
def expiration_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1594
1595
|
pulumi.set(self, "expiration_seconds", value)
|
|
1595
1596
|
|
|
1596
1597
|
|
|
@@ -1599,11 +1600,11 @@ if not MYPY:
|
|
|
1599
1600
|
"""
|
|
1600
1601
|
TokenRequest contains parameters of a service account token.
|
|
1601
1602
|
"""
|
|
1602
|
-
audience: pulumi.Input[str]
|
|
1603
|
+
audience: pulumi.Input[builtins.str]
|
|
1603
1604
|
"""
|
|
1604
1605
|
audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1605
1606
|
"""
|
|
1606
|
-
expiration_seconds: NotRequired[pulumi.Input[int]]
|
|
1607
|
+
expiration_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1607
1608
|
"""
|
|
1608
1609
|
expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1609
1610
|
"""
|
|
@@ -1613,12 +1614,12 @@ elif False:
|
|
|
1613
1614
|
@pulumi.input_type
|
|
1614
1615
|
class TokenRequestArgs:
|
|
1615
1616
|
def __init__(__self__, *,
|
|
1616
|
-
audience: pulumi.Input[str],
|
|
1617
|
-
expiration_seconds: Optional[pulumi.Input[int]] = None):
|
|
1617
|
+
audience: pulumi.Input[builtins.str],
|
|
1618
|
+
expiration_seconds: Optional[pulumi.Input[builtins.int]] = None):
|
|
1618
1619
|
"""
|
|
1619
1620
|
TokenRequest contains parameters of a service account token.
|
|
1620
|
-
:param pulumi.Input[str] audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1621
|
-
:param pulumi.Input[int] expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1621
|
+
:param pulumi.Input[builtins.str] audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1622
|
+
:param pulumi.Input[builtins.int] expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1622
1623
|
"""
|
|
1623
1624
|
pulumi.set(__self__, "audience", audience)
|
|
1624
1625
|
if expiration_seconds is not None:
|
|
@@ -1626,26 +1627,26 @@ class TokenRequestArgs:
|
|
|
1626
1627
|
|
|
1627
1628
|
@property
|
|
1628
1629
|
@pulumi.getter
|
|
1629
|
-
def audience(self) -> pulumi.Input[str]:
|
|
1630
|
+
def audience(self) -> pulumi.Input[builtins.str]:
|
|
1630
1631
|
"""
|
|
1631
1632
|
audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1632
1633
|
"""
|
|
1633
1634
|
return pulumi.get(self, "audience")
|
|
1634
1635
|
|
|
1635
1636
|
@audience.setter
|
|
1636
|
-
def audience(self, value: pulumi.Input[str]):
|
|
1637
|
+
def audience(self, value: pulumi.Input[builtins.str]):
|
|
1637
1638
|
pulumi.set(self, "audience", value)
|
|
1638
1639
|
|
|
1639
1640
|
@property
|
|
1640
1641
|
@pulumi.getter(name="expirationSeconds")
|
|
1641
|
-
def expiration_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1642
|
+
def expiration_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1642
1643
|
"""
|
|
1643
1644
|
expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1644
1645
|
"""
|
|
1645
1646
|
return pulumi.get(self, "expiration_seconds")
|
|
1646
1647
|
|
|
1647
1648
|
@expiration_seconds.setter
|
|
1648
|
-
def expiration_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1649
|
+
def expiration_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1649
1650
|
pulumi.set(self, "expiration_seconds", value)
|
|
1650
1651
|
|
|
1651
1652
|
|
|
@@ -1658,7 +1659,7 @@ if not MYPY:
|
|
|
1658
1659
|
"""
|
|
1659
1660
|
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 beta-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1660
1661
|
"""
|
|
1661
|
-
persistent_volume_name: NotRequired[pulumi.Input[str]]
|
|
1662
|
+
persistent_volume_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1662
1663
|
"""
|
|
1663
1664
|
persistentVolumeName represents the name of the persistent volume to attach.
|
|
1664
1665
|
"""
|
|
@@ -1669,11 +1670,11 @@ elif False:
|
|
|
1669
1670
|
class VolumeAttachmentSourcePatchArgs:
|
|
1670
1671
|
def __init__(__self__, *,
|
|
1671
1672
|
inline_volume_spec: Optional[pulumi.Input['_core.v1.PersistentVolumeSpecPatchArgs']] = None,
|
|
1672
|
-
persistent_volume_name: Optional[pulumi.Input[str]] = None):
|
|
1673
|
+
persistent_volume_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1673
1674
|
"""
|
|
1674
1675
|
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1675
1676
|
:param pulumi.Input['_core.v1.PersistentVolumeSpecPatchArgs'] inline_volume_spec: 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 beta-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1676
|
-
:param pulumi.Input[str] persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1677
|
+
:param pulumi.Input[builtins.str] persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1677
1678
|
"""
|
|
1678
1679
|
if inline_volume_spec is not None:
|
|
1679
1680
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
@@ -1694,14 +1695,14 @@ class VolumeAttachmentSourcePatchArgs:
|
|
|
1694
1695
|
|
|
1695
1696
|
@property
|
|
1696
1697
|
@pulumi.getter(name="persistentVolumeName")
|
|
1697
|
-
def persistent_volume_name(self) -> Optional[pulumi.Input[str]]:
|
|
1698
|
+
def persistent_volume_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1698
1699
|
"""
|
|
1699
1700
|
persistentVolumeName represents the name of the persistent volume to attach.
|
|
1700
1701
|
"""
|
|
1701
1702
|
return pulumi.get(self, "persistent_volume_name")
|
|
1702
1703
|
|
|
1703
1704
|
@persistent_volume_name.setter
|
|
1704
|
-
def persistent_volume_name(self, value: Optional[pulumi.Input[str]]):
|
|
1705
|
+
def persistent_volume_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1705
1706
|
pulumi.set(self, "persistent_volume_name", value)
|
|
1706
1707
|
|
|
1707
1708
|
|
|
@@ -1714,7 +1715,7 @@ if not MYPY:
|
|
|
1714
1715
|
"""
|
|
1715
1716
|
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 beta-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1716
1717
|
"""
|
|
1717
|
-
persistent_volume_name: NotRequired[pulumi.Input[str]]
|
|
1718
|
+
persistent_volume_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1718
1719
|
"""
|
|
1719
1720
|
persistentVolumeName represents the name of the persistent volume to attach.
|
|
1720
1721
|
"""
|
|
@@ -1725,11 +1726,11 @@ elif False:
|
|
|
1725
1726
|
class VolumeAttachmentSourceArgs:
|
|
1726
1727
|
def __init__(__self__, *,
|
|
1727
1728
|
inline_volume_spec: Optional[pulumi.Input['_core.v1.PersistentVolumeSpecArgs']] = None,
|
|
1728
|
-
persistent_volume_name: Optional[pulumi.Input[str]] = None):
|
|
1729
|
+
persistent_volume_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1729
1730
|
"""
|
|
1730
1731
|
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1731
1732
|
:param pulumi.Input['_core.v1.PersistentVolumeSpecArgs'] inline_volume_spec: 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 beta-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1732
|
-
:param pulumi.Input[str] persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1733
|
+
:param pulumi.Input[builtins.str] persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1733
1734
|
"""
|
|
1734
1735
|
if inline_volume_spec is not None:
|
|
1735
1736
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
@@ -1750,14 +1751,14 @@ class VolumeAttachmentSourceArgs:
|
|
|
1750
1751
|
|
|
1751
1752
|
@property
|
|
1752
1753
|
@pulumi.getter(name="persistentVolumeName")
|
|
1753
|
-
def persistent_volume_name(self) -> Optional[pulumi.Input[str]]:
|
|
1754
|
+
def persistent_volume_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1754
1755
|
"""
|
|
1755
1756
|
persistentVolumeName represents the name of the persistent volume to attach.
|
|
1756
1757
|
"""
|
|
1757
1758
|
return pulumi.get(self, "persistent_volume_name")
|
|
1758
1759
|
|
|
1759
1760
|
@persistent_volume_name.setter
|
|
1760
|
-
def persistent_volume_name(self, value: Optional[pulumi.Input[str]]):
|
|
1761
|
+
def persistent_volume_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1761
1762
|
pulumi.set(self, "persistent_volume_name", value)
|
|
1762
1763
|
|
|
1763
1764
|
|
|
@@ -1766,11 +1767,11 @@ if not MYPY:
|
|
|
1766
1767
|
"""
|
|
1767
1768
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1768
1769
|
"""
|
|
1769
|
-
attacher: NotRequired[pulumi.Input[str]]
|
|
1770
|
+
attacher: NotRequired[pulumi.Input[builtins.str]]
|
|
1770
1771
|
"""
|
|
1771
1772
|
attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1772
1773
|
"""
|
|
1773
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
1774
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1774
1775
|
"""
|
|
1775
1776
|
nodeName represents the node that the volume should be attached to.
|
|
1776
1777
|
"""
|
|
@@ -1784,13 +1785,13 @@ elif False:
|
|
|
1784
1785
|
@pulumi.input_type
|
|
1785
1786
|
class VolumeAttachmentSpecPatchArgs:
|
|
1786
1787
|
def __init__(__self__, *,
|
|
1787
|
-
attacher: Optional[pulumi.Input[str]] = None,
|
|
1788
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
1788
|
+
attacher: Optional[pulumi.Input[builtins.str]] = None,
|
|
1789
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1789
1790
|
source: Optional[pulumi.Input['VolumeAttachmentSourcePatchArgs']] = None):
|
|
1790
1791
|
"""
|
|
1791
1792
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1792
|
-
:param pulumi.Input[str] attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1793
|
-
:param pulumi.Input[str] node_name: nodeName represents the node that the volume should be attached to.
|
|
1793
|
+
:param pulumi.Input[builtins.str] attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1794
|
+
:param pulumi.Input[builtins.str] node_name: nodeName represents the node that the volume should be attached to.
|
|
1794
1795
|
:param pulumi.Input['VolumeAttachmentSourcePatchArgs'] source: source represents the volume that should be attached.
|
|
1795
1796
|
"""
|
|
1796
1797
|
if attacher is not None:
|
|
@@ -1802,26 +1803,26 @@ class VolumeAttachmentSpecPatchArgs:
|
|
|
1802
1803
|
|
|
1803
1804
|
@property
|
|
1804
1805
|
@pulumi.getter
|
|
1805
|
-
def attacher(self) -> Optional[pulumi.Input[str]]:
|
|
1806
|
+
def attacher(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1806
1807
|
"""
|
|
1807
1808
|
attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1808
1809
|
"""
|
|
1809
1810
|
return pulumi.get(self, "attacher")
|
|
1810
1811
|
|
|
1811
1812
|
@attacher.setter
|
|
1812
|
-
def attacher(self, value: Optional[pulumi.Input[str]]):
|
|
1813
|
+
def attacher(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1813
1814
|
pulumi.set(self, "attacher", value)
|
|
1814
1815
|
|
|
1815
1816
|
@property
|
|
1816
1817
|
@pulumi.getter(name="nodeName")
|
|
1817
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
1818
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1818
1819
|
"""
|
|
1819
1820
|
nodeName represents the node that the volume should be attached to.
|
|
1820
1821
|
"""
|
|
1821
1822
|
return pulumi.get(self, "node_name")
|
|
1822
1823
|
|
|
1823
1824
|
@node_name.setter
|
|
1824
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
1825
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1825
1826
|
pulumi.set(self, "node_name", value)
|
|
1826
1827
|
|
|
1827
1828
|
@property
|
|
@@ -1842,11 +1843,11 @@ if not MYPY:
|
|
|
1842
1843
|
"""
|
|
1843
1844
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1844
1845
|
"""
|
|
1845
|
-
attacher: pulumi.Input[str]
|
|
1846
|
+
attacher: pulumi.Input[builtins.str]
|
|
1846
1847
|
"""
|
|
1847
1848
|
attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1848
1849
|
"""
|
|
1849
|
-
node_name: pulumi.Input[str]
|
|
1850
|
+
node_name: pulumi.Input[builtins.str]
|
|
1850
1851
|
"""
|
|
1851
1852
|
nodeName represents the node that the volume should be attached to.
|
|
1852
1853
|
"""
|
|
@@ -1860,13 +1861,13 @@ elif False:
|
|
|
1860
1861
|
@pulumi.input_type
|
|
1861
1862
|
class VolumeAttachmentSpecArgs:
|
|
1862
1863
|
def __init__(__self__, *,
|
|
1863
|
-
attacher: pulumi.Input[str],
|
|
1864
|
-
node_name: pulumi.Input[str],
|
|
1864
|
+
attacher: pulumi.Input[builtins.str],
|
|
1865
|
+
node_name: pulumi.Input[builtins.str],
|
|
1865
1866
|
source: pulumi.Input['VolumeAttachmentSourceArgs']):
|
|
1866
1867
|
"""
|
|
1867
1868
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1868
|
-
:param pulumi.Input[str] attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1869
|
-
:param pulumi.Input[str] node_name: nodeName represents the node that the volume should be attached to.
|
|
1869
|
+
:param pulumi.Input[builtins.str] attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1870
|
+
:param pulumi.Input[builtins.str] node_name: nodeName represents the node that the volume should be attached to.
|
|
1870
1871
|
:param pulumi.Input['VolumeAttachmentSourceArgs'] source: source represents the volume that should be attached.
|
|
1871
1872
|
"""
|
|
1872
1873
|
pulumi.set(__self__, "attacher", attacher)
|
|
@@ -1875,26 +1876,26 @@ class VolumeAttachmentSpecArgs:
|
|
|
1875
1876
|
|
|
1876
1877
|
@property
|
|
1877
1878
|
@pulumi.getter
|
|
1878
|
-
def attacher(self) -> pulumi.Input[str]:
|
|
1879
|
+
def attacher(self) -> pulumi.Input[builtins.str]:
|
|
1879
1880
|
"""
|
|
1880
1881
|
attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1881
1882
|
"""
|
|
1882
1883
|
return pulumi.get(self, "attacher")
|
|
1883
1884
|
|
|
1884
1885
|
@attacher.setter
|
|
1885
|
-
def attacher(self, value: pulumi.Input[str]):
|
|
1886
|
+
def attacher(self, value: pulumi.Input[builtins.str]):
|
|
1886
1887
|
pulumi.set(self, "attacher", value)
|
|
1887
1888
|
|
|
1888
1889
|
@property
|
|
1889
1890
|
@pulumi.getter(name="nodeName")
|
|
1890
|
-
def node_name(self) -> pulumi.Input[str]:
|
|
1891
|
+
def node_name(self) -> pulumi.Input[builtins.str]:
|
|
1891
1892
|
"""
|
|
1892
1893
|
nodeName represents the node that the volume should be attached to.
|
|
1893
1894
|
"""
|
|
1894
1895
|
return pulumi.get(self, "node_name")
|
|
1895
1896
|
|
|
1896
1897
|
@node_name.setter
|
|
1897
|
-
def node_name(self, value: pulumi.Input[str]):
|
|
1898
|
+
def node_name(self, value: pulumi.Input[builtins.str]):
|
|
1898
1899
|
pulumi.set(self, "node_name", value)
|
|
1899
1900
|
|
|
1900
1901
|
@property
|
|
@@ -1915,7 +1916,7 @@ if not MYPY:
|
|
|
1915
1916
|
"""
|
|
1916
1917
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1917
1918
|
"""
|
|
1918
|
-
attached: pulumi.Input[bool]
|
|
1919
|
+
attached: pulumi.Input[builtins.bool]
|
|
1919
1920
|
"""
|
|
1920
1921
|
attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1921
1922
|
"""
|
|
@@ -1923,7 +1924,7 @@ if not MYPY:
|
|
|
1923
1924
|
"""
|
|
1924
1925
|
attachError represents 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.
|
|
1925
1926
|
"""
|
|
1926
|
-
attachment_metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1927
|
+
attachment_metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
1927
1928
|
"""
|
|
1928
1929
|
attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, 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.
|
|
1929
1930
|
"""
|
|
@@ -1937,15 +1938,15 @@ elif False:
|
|
|
1937
1938
|
@pulumi.input_type
|
|
1938
1939
|
class VolumeAttachmentStatusArgs:
|
|
1939
1940
|
def __init__(__self__, *,
|
|
1940
|
-
attached: pulumi.Input[bool],
|
|
1941
|
+
attached: pulumi.Input[builtins.bool],
|
|
1941
1942
|
attach_error: Optional[pulumi.Input['VolumeErrorArgs']] = None,
|
|
1942
|
-
attachment_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1943
|
+
attachment_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
1943
1944
|
detach_error: Optional[pulumi.Input['VolumeErrorArgs']] = None):
|
|
1944
1945
|
"""
|
|
1945
1946
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1946
|
-
:param pulumi.Input[bool] attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1947
|
+
:param pulumi.Input[builtins.bool] attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1947
1948
|
:param pulumi.Input['VolumeErrorArgs'] attach_error: attachError represents 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.
|
|
1948
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, 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.
|
|
1949
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, 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.
|
|
1949
1950
|
:param pulumi.Input['VolumeErrorArgs'] detach_error: detachError represents 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.
|
|
1950
1951
|
"""
|
|
1951
1952
|
pulumi.set(__self__, "attached", attached)
|
|
@@ -1958,14 +1959,14 @@ class VolumeAttachmentStatusArgs:
|
|
|
1958
1959
|
|
|
1959
1960
|
@property
|
|
1960
1961
|
@pulumi.getter
|
|
1961
|
-
def attached(self) -> pulumi.Input[bool]:
|
|
1962
|
+
def attached(self) -> pulumi.Input[builtins.bool]:
|
|
1962
1963
|
"""
|
|
1963
1964
|
attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1964
1965
|
"""
|
|
1965
1966
|
return pulumi.get(self, "attached")
|
|
1966
1967
|
|
|
1967
1968
|
@attached.setter
|
|
1968
|
-
def attached(self, value: pulumi.Input[bool]):
|
|
1969
|
+
def attached(self, value: pulumi.Input[builtins.bool]):
|
|
1969
1970
|
pulumi.set(self, "attached", value)
|
|
1970
1971
|
|
|
1971
1972
|
@property
|
|
@@ -1982,14 +1983,14 @@ class VolumeAttachmentStatusArgs:
|
|
|
1982
1983
|
|
|
1983
1984
|
@property
|
|
1984
1985
|
@pulumi.getter(name="attachmentMetadata")
|
|
1985
|
-
def attachment_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1986
|
+
def attachment_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
1986
1987
|
"""
|
|
1987
1988
|
attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, 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.
|
|
1988
1989
|
"""
|
|
1989
1990
|
return pulumi.get(self, "attachment_metadata")
|
|
1990
1991
|
|
|
1991
1992
|
@attachment_metadata.setter
|
|
1992
|
-
def attachment_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1993
|
+
def attachment_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
1993
1994
|
pulumi.set(self, "attachment_metadata", value)
|
|
1994
1995
|
|
|
1995
1996
|
@property
|
|
@@ -2016,11 +2017,11 @@ if not MYPY:
|
|
|
2016
2017
|
"""
|
|
2017
2018
|
spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
2018
2019
|
"""
|
|
2019
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2020
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
2020
2021
|
"""
|
|
2021
2022
|
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
|
|
2022
2023
|
"""
|
|
2023
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2024
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2024
2025
|
"""
|
|
2025
2026
|
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
|
|
2026
2027
|
"""
|
|
@@ -2039,8 +2040,8 @@ elif False:
|
|
|
2039
2040
|
class VolumeAttachmentArgs:
|
|
2040
2041
|
def __init__(__self__, *,
|
|
2041
2042
|
spec: pulumi.Input['VolumeAttachmentSpecArgs'],
|
|
2042
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2043
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2043
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2044
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2044
2045
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2045
2046
|
status: Optional[pulumi.Input['VolumeAttachmentStatusArgs']] = None):
|
|
2046
2047
|
"""
|
|
@@ -2048,8 +2049,8 @@ class VolumeAttachmentArgs:
|
|
|
2048
2049
|
|
|
2049
2050
|
VolumeAttachment objects are non-namespaced.
|
|
2050
2051
|
:param pulumi.Input['VolumeAttachmentSpecArgs'] spec: spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
2051
|
-
: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
|
|
2052
|
-
: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
|
|
2052
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2053
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2053
2054
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2054
2055
|
:param pulumi.Input['VolumeAttachmentStatusArgs'] status: status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
|
|
2055
2056
|
"""
|
|
@@ -2077,26 +2078,26 @@ class VolumeAttachmentArgs:
|
|
|
2077
2078
|
|
|
2078
2079
|
@property
|
|
2079
2080
|
@pulumi.getter(name="apiVersion")
|
|
2080
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2081
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2081
2082
|
"""
|
|
2082
2083
|
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
|
|
2083
2084
|
"""
|
|
2084
2085
|
return pulumi.get(self, "api_version")
|
|
2085
2086
|
|
|
2086
2087
|
@api_version.setter
|
|
2087
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2088
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2088
2089
|
pulumi.set(self, "api_version", value)
|
|
2089
2090
|
|
|
2090
2091
|
@property
|
|
2091
2092
|
@pulumi.getter
|
|
2092
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2093
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2093
2094
|
"""
|
|
2094
2095
|
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
|
|
2095
2096
|
"""
|
|
2096
2097
|
return pulumi.get(self, "kind")
|
|
2097
2098
|
|
|
2098
2099
|
@kind.setter
|
|
2099
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2100
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2100
2101
|
pulumi.set(self, "kind", value)
|
|
2101
2102
|
|
|
2102
2103
|
@property
|
|
@@ -2129,11 +2130,11 @@ if not MYPY:
|
|
|
2129
2130
|
"""
|
|
2130
2131
|
VolumeError captures an error encountered during a volume operation.
|
|
2131
2132
|
"""
|
|
2132
|
-
message: NotRequired[pulumi.Input[str]]
|
|
2133
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
2133
2134
|
"""
|
|
2134
2135
|
message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2135
2136
|
"""
|
|
2136
|
-
time: NotRequired[pulumi.Input[str]]
|
|
2137
|
+
time: NotRequired[pulumi.Input[builtins.str]]
|
|
2137
2138
|
"""
|
|
2138
2139
|
time represents the time the error was encountered.
|
|
2139
2140
|
"""
|
|
@@ -2143,12 +2144,12 @@ elif False:
|
|
|
2143
2144
|
@pulumi.input_type
|
|
2144
2145
|
class VolumeErrorArgs:
|
|
2145
2146
|
def __init__(__self__, *,
|
|
2146
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
2147
|
-
time: Optional[pulumi.Input[str]] = None):
|
|
2147
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
2148
|
+
time: Optional[pulumi.Input[builtins.str]] = None):
|
|
2148
2149
|
"""
|
|
2149
2150
|
VolumeError captures an error encountered during a volume operation.
|
|
2150
|
-
:param pulumi.Input[str] message: message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2151
|
-
:param pulumi.Input[str] time: time represents the time the error was encountered.
|
|
2151
|
+
:param pulumi.Input[builtins.str] message: message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2152
|
+
:param pulumi.Input[builtins.str] time: time represents the time the error was encountered.
|
|
2152
2153
|
"""
|
|
2153
2154
|
if message is not None:
|
|
2154
2155
|
pulumi.set(__self__, "message", message)
|
|
@@ -2157,26 +2158,26 @@ class VolumeErrorArgs:
|
|
|
2157
2158
|
|
|
2158
2159
|
@property
|
|
2159
2160
|
@pulumi.getter
|
|
2160
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
2161
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2161
2162
|
"""
|
|
2162
2163
|
message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2163
2164
|
"""
|
|
2164
2165
|
return pulumi.get(self, "message")
|
|
2165
2166
|
|
|
2166
2167
|
@message.setter
|
|
2167
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
2168
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2168
2169
|
pulumi.set(self, "message", value)
|
|
2169
2170
|
|
|
2170
2171
|
@property
|
|
2171
2172
|
@pulumi.getter
|
|
2172
|
-
def time(self) -> Optional[pulumi.Input[str]]:
|
|
2173
|
+
def time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2173
2174
|
"""
|
|
2174
2175
|
time represents the time the error was encountered.
|
|
2175
2176
|
"""
|
|
2176
2177
|
return pulumi.get(self, "time")
|
|
2177
2178
|
|
|
2178
2179
|
@time.setter
|
|
2179
|
-
def time(self, value: Optional[pulumi.Input[str]]):
|
|
2180
|
+
def time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2180
2181
|
pulumi.set(self, "time", value)
|
|
2181
2182
|
|
|
2182
2183
|
|
|
@@ -2185,7 +2186,7 @@ if not MYPY:
|
|
|
2185
2186
|
"""
|
|
2186
2187
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2187
2188
|
"""
|
|
2188
|
-
count: NotRequired[pulumi.Input[int]]
|
|
2189
|
+
count: NotRequired[pulumi.Input[builtins.int]]
|
|
2189
2190
|
"""
|
|
2190
2191
|
count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
|
|
2191
2192
|
"""
|
|
@@ -2195,24 +2196,24 @@ elif False:
|
|
|
2195
2196
|
@pulumi.input_type
|
|
2196
2197
|
class VolumeNodeResourcesPatchArgs:
|
|
2197
2198
|
def __init__(__self__, *,
|
|
2198
|
-
count: Optional[pulumi.Input[int]] = None):
|
|
2199
|
+
count: Optional[pulumi.Input[builtins.int]] = None):
|
|
2199
2200
|
"""
|
|
2200
2201
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2201
|
-
:param pulumi.Input[int] count: count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
|
|
2202
|
+
:param pulumi.Input[builtins.int] count: count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
|
|
2202
2203
|
"""
|
|
2203
2204
|
if count is not None:
|
|
2204
2205
|
pulumi.set(__self__, "count", count)
|
|
2205
2206
|
|
|
2206
2207
|
@property
|
|
2207
2208
|
@pulumi.getter
|
|
2208
|
-
def count(self) -> Optional[pulumi.Input[int]]:
|
|
2209
|
+
def count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2209
2210
|
"""
|
|
2210
2211
|
count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
|
|
2211
2212
|
"""
|
|
2212
2213
|
return pulumi.get(self, "count")
|
|
2213
2214
|
|
|
2214
2215
|
@count.setter
|
|
2215
|
-
def count(self, value: Optional[pulumi.Input[int]]):
|
|
2216
|
+
def count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2216
2217
|
pulumi.set(self, "count", value)
|
|
2217
2218
|
|
|
2218
2219
|
|
|
@@ -2221,7 +2222,7 @@ if not MYPY:
|
|
|
2221
2222
|
"""
|
|
2222
2223
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2223
2224
|
"""
|
|
2224
|
-
count: NotRequired[pulumi.Input[int]]
|
|
2225
|
+
count: NotRequired[pulumi.Input[builtins.int]]
|
|
2225
2226
|
"""
|
|
2226
2227
|
count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
|
|
2227
2228
|
"""
|
|
@@ -2231,24 +2232,24 @@ elif False:
|
|
|
2231
2232
|
@pulumi.input_type
|
|
2232
2233
|
class VolumeNodeResourcesArgs:
|
|
2233
2234
|
def __init__(__self__, *,
|
|
2234
|
-
count: Optional[pulumi.Input[int]] = None):
|
|
2235
|
+
count: Optional[pulumi.Input[builtins.int]] = None):
|
|
2235
2236
|
"""
|
|
2236
2237
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2237
|
-
:param pulumi.Input[int] count: count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
|
|
2238
|
+
:param pulumi.Input[builtins.int] count: count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
|
|
2238
2239
|
"""
|
|
2239
2240
|
if count is not None:
|
|
2240
2241
|
pulumi.set(__self__, "count", count)
|
|
2241
2242
|
|
|
2242
2243
|
@property
|
|
2243
2244
|
@pulumi.getter
|
|
2244
|
-
def count(self) -> Optional[pulumi.Input[int]]:
|
|
2245
|
+
def count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2245
2246
|
"""
|
|
2246
2247
|
count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.
|
|
2247
2248
|
"""
|
|
2248
2249
|
return pulumi.get(self, "count")
|
|
2249
2250
|
|
|
2250
2251
|
@count.setter
|
|
2251
|
-
def count(self, value: Optional[pulumi.Input[int]]):
|
|
2252
|
+
def count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2252
2253
|
pulumi.set(self, "count", value)
|
|
2253
2254
|
|
|
2254
2255
|
|