pulumi-kubernetes 4.23.0a1743496684__py3-none-any.whl → 4.23.0a1743595894__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.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743496684.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.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
|
|
@@ -70,22 +71,22 @@ if not MYPY:
|
|
|
70
71
|
"""
|
|
71
72
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
72
73
|
"""
|
|
73
|
-
attach_required: NotRequired[pulumi.Input[bool]]
|
|
74
|
+
attach_required: NotRequired[pulumi.Input[builtins.bool]]
|
|
74
75
|
"""
|
|
75
76
|
attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
|
|
76
77
|
"""
|
|
77
|
-
fs_group_policy: NotRequired[pulumi.Input[str]]
|
|
78
|
+
fs_group_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
78
79
|
"""
|
|
79
80
|
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
80
81
|
"""
|
|
81
|
-
pod_info_on_mount: NotRequired[pulumi.Input[bool]]
|
|
82
|
+
pod_info_on_mount: NotRequired[pulumi.Input[builtins.bool]]
|
|
82
83
|
"""
|
|
83
84
|
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
84
85
|
defined by a CSIVolumeSource, otherwise "false"
|
|
85
86
|
|
|
86
87
|
"csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
|
|
87
88
|
"""
|
|
88
|
-
requires_republish: NotRequired[pulumi.Input[bool]]
|
|
89
|
+
requires_republish: NotRequired[pulumi.Input[builtins.bool]]
|
|
89
90
|
"""
|
|
90
91
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
91
92
|
|
|
@@ -93,7 +94,7 @@ if not MYPY:
|
|
|
93
94
|
|
|
94
95
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
95
96
|
"""
|
|
96
|
-
storage_capacity: NotRequired[pulumi.Input[bool]]
|
|
97
|
+
storage_capacity: NotRequired[pulumi.Input[builtins.bool]]
|
|
97
98
|
"""
|
|
98
99
|
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
99
100
|
|
|
@@ -117,7 +118,7 @@ if not MYPY:
|
|
|
117
118
|
|
|
118
119
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
119
120
|
"""
|
|
120
|
-
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
121
|
+
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
121
122
|
"""
|
|
122
123
|
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
123
124
|
"""
|
|
@@ -127,27 +128,27 @@ elif False:
|
|
|
127
128
|
@pulumi.input_type
|
|
128
129
|
class CSIDriverSpecPatchArgs:
|
|
129
130
|
def __init__(__self__, *,
|
|
130
|
-
attach_required: Optional[pulumi.Input[bool]] = None,
|
|
131
|
-
fs_group_policy: Optional[pulumi.Input[str]] = None,
|
|
132
|
-
pod_info_on_mount: Optional[pulumi.Input[bool]] = None,
|
|
133
|
-
requires_republish: Optional[pulumi.Input[bool]] = None,
|
|
134
|
-
storage_capacity: Optional[pulumi.Input[bool]] = None,
|
|
131
|
+
attach_required: Optional[pulumi.Input[builtins.bool]] = None,
|
|
132
|
+
fs_group_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
133
|
+
pod_info_on_mount: Optional[pulumi.Input[builtins.bool]] = None,
|
|
134
|
+
requires_republish: Optional[pulumi.Input[builtins.bool]] = None,
|
|
135
|
+
storage_capacity: Optional[pulumi.Input[builtins.bool]] = None,
|
|
135
136
|
token_requests: Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestPatchArgs']]]] = None,
|
|
136
|
-
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
137
|
+
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
137
138
|
"""
|
|
138
139
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
139
|
-
: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.
|
|
140
|
-
:param pulumi.Input[str] fs_group_policy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
141
|
-
:param pulumi.Input[bool] pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
140
|
+
: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.
|
|
141
|
+
:param pulumi.Input[builtins.str] fs_group_policy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
142
|
+
:param pulumi.Input[builtins.bool] pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
142
143
|
defined by a CSIVolumeSource, otherwise "false"
|
|
143
144
|
|
|
144
145
|
"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.
|
|
145
|
-
: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.
|
|
146
|
+
: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.
|
|
146
147
|
|
|
147
148
|
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.
|
|
148
149
|
|
|
149
150
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
150
|
-
:param pulumi.Input[bool] storage_capacity: If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
151
|
+
:param pulumi.Input[builtins.bool] storage_capacity: If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
151
152
|
|
|
152
153
|
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.
|
|
153
154
|
|
|
@@ -165,7 +166,7 @@ class CSIDriverSpecPatchArgs:
|
|
|
165
166
|
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.
|
|
166
167
|
|
|
167
168
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
168
|
-
: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. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
169
|
+
: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. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
169
170
|
"""
|
|
170
171
|
if attach_required is not None:
|
|
171
172
|
pulumi.set(__self__, "attach_required", attach_required)
|
|
@@ -184,31 +185,31 @@ class CSIDriverSpecPatchArgs:
|
|
|
184
185
|
|
|
185
186
|
@property
|
|
186
187
|
@pulumi.getter(name="attachRequired")
|
|
187
|
-
def attach_required(self) -> Optional[pulumi.Input[bool]]:
|
|
188
|
+
def attach_required(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
188
189
|
"""
|
|
189
190
|
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.
|
|
190
191
|
"""
|
|
191
192
|
return pulumi.get(self, "attach_required")
|
|
192
193
|
|
|
193
194
|
@attach_required.setter
|
|
194
|
-
def attach_required(self, value: Optional[pulumi.Input[bool]]):
|
|
195
|
+
def attach_required(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
195
196
|
pulumi.set(self, "attach_required", value)
|
|
196
197
|
|
|
197
198
|
@property
|
|
198
199
|
@pulumi.getter(name="fsGroupPolicy")
|
|
199
|
-
def fs_group_policy(self) -> Optional[pulumi.Input[str]]:
|
|
200
|
+
def fs_group_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
200
201
|
"""
|
|
201
202
|
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
202
203
|
"""
|
|
203
204
|
return pulumi.get(self, "fs_group_policy")
|
|
204
205
|
|
|
205
206
|
@fs_group_policy.setter
|
|
206
|
-
def fs_group_policy(self, value: Optional[pulumi.Input[str]]):
|
|
207
|
+
def fs_group_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
207
208
|
pulumi.set(self, "fs_group_policy", value)
|
|
208
209
|
|
|
209
210
|
@property
|
|
210
211
|
@pulumi.getter(name="podInfoOnMount")
|
|
211
|
-
def pod_info_on_mount(self) -> Optional[pulumi.Input[bool]]:
|
|
212
|
+
def pod_info_on_mount(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
212
213
|
"""
|
|
213
214
|
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
214
215
|
defined by a CSIVolumeSource, otherwise "false"
|
|
@@ -218,12 +219,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
218
219
|
return pulumi.get(self, "pod_info_on_mount")
|
|
219
220
|
|
|
220
221
|
@pod_info_on_mount.setter
|
|
221
|
-
def pod_info_on_mount(self, value: Optional[pulumi.Input[bool]]):
|
|
222
|
+
def pod_info_on_mount(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
222
223
|
pulumi.set(self, "pod_info_on_mount", value)
|
|
223
224
|
|
|
224
225
|
@property
|
|
225
226
|
@pulumi.getter(name="requiresRepublish")
|
|
226
|
-
def requires_republish(self) -> Optional[pulumi.Input[bool]]:
|
|
227
|
+
def requires_republish(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
227
228
|
"""
|
|
228
229
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
229
230
|
|
|
@@ -234,12 +235,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
234
235
|
return pulumi.get(self, "requires_republish")
|
|
235
236
|
|
|
236
237
|
@requires_republish.setter
|
|
237
|
-
def requires_republish(self, value: Optional[pulumi.Input[bool]]):
|
|
238
|
+
def requires_republish(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
238
239
|
pulumi.set(self, "requires_republish", value)
|
|
239
240
|
|
|
240
241
|
@property
|
|
241
242
|
@pulumi.getter(name="storageCapacity")
|
|
242
|
-
def storage_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
243
|
+
def storage_capacity(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
243
244
|
"""
|
|
244
245
|
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
245
246
|
|
|
@@ -252,7 +253,7 @@ class CSIDriverSpecPatchArgs:
|
|
|
252
253
|
return pulumi.get(self, "storage_capacity")
|
|
253
254
|
|
|
254
255
|
@storage_capacity.setter
|
|
255
|
-
def storage_capacity(self, value: Optional[pulumi.Input[bool]]):
|
|
256
|
+
def storage_capacity(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
256
257
|
pulumi.set(self, "storage_capacity", value)
|
|
257
258
|
|
|
258
259
|
@property
|
|
@@ -279,14 +280,14 @@ class CSIDriverSpecPatchArgs:
|
|
|
279
280
|
|
|
280
281
|
@property
|
|
281
282
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
282
|
-
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
283
|
+
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
283
284
|
"""
|
|
284
285
|
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
285
286
|
"""
|
|
286
287
|
return pulumi.get(self, "volume_lifecycle_modes")
|
|
287
288
|
|
|
288
289
|
@volume_lifecycle_modes.setter
|
|
289
|
-
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
290
|
+
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
290
291
|
pulumi.set(self, "volume_lifecycle_modes", value)
|
|
291
292
|
|
|
292
293
|
|
|
@@ -295,22 +296,22 @@ if not MYPY:
|
|
|
295
296
|
"""
|
|
296
297
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
297
298
|
"""
|
|
298
|
-
attach_required: NotRequired[pulumi.Input[bool]]
|
|
299
|
+
attach_required: NotRequired[pulumi.Input[builtins.bool]]
|
|
299
300
|
"""
|
|
300
301
|
attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
|
|
301
302
|
"""
|
|
302
|
-
fs_group_policy: NotRequired[pulumi.Input[str]]
|
|
303
|
+
fs_group_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
303
304
|
"""
|
|
304
305
|
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
305
306
|
"""
|
|
306
|
-
pod_info_on_mount: NotRequired[pulumi.Input[bool]]
|
|
307
|
+
pod_info_on_mount: NotRequired[pulumi.Input[builtins.bool]]
|
|
307
308
|
"""
|
|
308
309
|
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
309
310
|
defined by a CSIVolumeSource, otherwise "false"
|
|
310
311
|
|
|
311
312
|
"csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
|
|
312
313
|
"""
|
|
313
|
-
requires_republish: NotRequired[pulumi.Input[bool]]
|
|
314
|
+
requires_republish: NotRequired[pulumi.Input[builtins.bool]]
|
|
314
315
|
"""
|
|
315
316
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
316
317
|
|
|
@@ -318,7 +319,7 @@ if not MYPY:
|
|
|
318
319
|
|
|
319
320
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
320
321
|
"""
|
|
321
|
-
storage_capacity: NotRequired[pulumi.Input[bool]]
|
|
322
|
+
storage_capacity: NotRequired[pulumi.Input[builtins.bool]]
|
|
322
323
|
"""
|
|
323
324
|
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
324
325
|
|
|
@@ -342,7 +343,7 @@ if not MYPY:
|
|
|
342
343
|
|
|
343
344
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
344
345
|
"""
|
|
345
|
-
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
346
|
+
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
346
347
|
"""
|
|
347
348
|
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
348
349
|
"""
|
|
@@ -352,27 +353,27 @@ elif False:
|
|
|
352
353
|
@pulumi.input_type
|
|
353
354
|
class CSIDriverSpecArgs:
|
|
354
355
|
def __init__(__self__, *,
|
|
355
|
-
attach_required: Optional[pulumi.Input[bool]] = None,
|
|
356
|
-
fs_group_policy: Optional[pulumi.Input[str]] = None,
|
|
357
|
-
pod_info_on_mount: Optional[pulumi.Input[bool]] = None,
|
|
358
|
-
requires_republish: Optional[pulumi.Input[bool]] = None,
|
|
359
|
-
storage_capacity: Optional[pulumi.Input[bool]] = None,
|
|
356
|
+
attach_required: Optional[pulumi.Input[builtins.bool]] = None,
|
|
357
|
+
fs_group_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
358
|
+
pod_info_on_mount: Optional[pulumi.Input[builtins.bool]] = None,
|
|
359
|
+
requires_republish: Optional[pulumi.Input[builtins.bool]] = None,
|
|
360
|
+
storage_capacity: Optional[pulumi.Input[builtins.bool]] = None,
|
|
360
361
|
token_requests: Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestArgs']]]] = None,
|
|
361
|
-
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
362
|
+
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
362
363
|
"""
|
|
363
364
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
364
|
-
: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.
|
|
365
|
-
:param pulumi.Input[str] fs_group_policy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
366
|
-
:param pulumi.Input[bool] pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
365
|
+
: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.
|
|
366
|
+
:param pulumi.Input[builtins.str] fs_group_policy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
367
|
+
:param pulumi.Input[builtins.bool] pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
367
368
|
defined by a CSIVolumeSource, otherwise "false"
|
|
368
369
|
|
|
369
370
|
"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.
|
|
370
|
-
: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.
|
|
371
|
+
: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.
|
|
371
372
|
|
|
372
373
|
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.
|
|
373
374
|
|
|
374
375
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
375
|
-
:param pulumi.Input[bool] storage_capacity: If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
376
|
+
:param pulumi.Input[builtins.bool] storage_capacity: If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
376
377
|
|
|
377
378
|
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.
|
|
378
379
|
|
|
@@ -390,7 +391,7 @@ class CSIDriverSpecArgs:
|
|
|
390
391
|
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.
|
|
391
392
|
|
|
392
393
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
393
|
-
: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. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
394
|
+
: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. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
394
395
|
"""
|
|
395
396
|
if attach_required is not None:
|
|
396
397
|
pulumi.set(__self__, "attach_required", attach_required)
|
|
@@ -409,31 +410,31 @@ class CSIDriverSpecArgs:
|
|
|
409
410
|
|
|
410
411
|
@property
|
|
411
412
|
@pulumi.getter(name="attachRequired")
|
|
412
|
-
def attach_required(self) -> Optional[pulumi.Input[bool]]:
|
|
413
|
+
def attach_required(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
413
414
|
"""
|
|
414
415
|
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.
|
|
415
416
|
"""
|
|
416
417
|
return pulumi.get(self, "attach_required")
|
|
417
418
|
|
|
418
419
|
@attach_required.setter
|
|
419
|
-
def attach_required(self, value: Optional[pulumi.Input[bool]]):
|
|
420
|
+
def attach_required(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
420
421
|
pulumi.set(self, "attach_required", value)
|
|
421
422
|
|
|
422
423
|
@property
|
|
423
424
|
@pulumi.getter(name="fsGroupPolicy")
|
|
424
|
-
def fs_group_policy(self) -> Optional[pulumi.Input[str]]:
|
|
425
|
+
def fs_group_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
425
426
|
"""
|
|
426
427
|
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
427
428
|
"""
|
|
428
429
|
return pulumi.get(self, "fs_group_policy")
|
|
429
430
|
|
|
430
431
|
@fs_group_policy.setter
|
|
431
|
-
def fs_group_policy(self, value: Optional[pulumi.Input[str]]):
|
|
432
|
+
def fs_group_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
432
433
|
pulumi.set(self, "fs_group_policy", value)
|
|
433
434
|
|
|
434
435
|
@property
|
|
435
436
|
@pulumi.getter(name="podInfoOnMount")
|
|
436
|
-
def pod_info_on_mount(self) -> Optional[pulumi.Input[bool]]:
|
|
437
|
+
def pod_info_on_mount(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
437
438
|
"""
|
|
438
439
|
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
439
440
|
defined by a CSIVolumeSource, otherwise "false"
|
|
@@ -443,12 +444,12 @@ class CSIDriverSpecArgs:
|
|
|
443
444
|
return pulumi.get(self, "pod_info_on_mount")
|
|
444
445
|
|
|
445
446
|
@pod_info_on_mount.setter
|
|
446
|
-
def pod_info_on_mount(self, value: Optional[pulumi.Input[bool]]):
|
|
447
|
+
def pod_info_on_mount(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
447
448
|
pulumi.set(self, "pod_info_on_mount", value)
|
|
448
449
|
|
|
449
450
|
@property
|
|
450
451
|
@pulumi.getter(name="requiresRepublish")
|
|
451
|
-
def requires_republish(self) -> Optional[pulumi.Input[bool]]:
|
|
452
|
+
def requires_republish(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
452
453
|
"""
|
|
453
454
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
454
455
|
|
|
@@ -459,12 +460,12 @@ class CSIDriverSpecArgs:
|
|
|
459
460
|
return pulumi.get(self, "requires_republish")
|
|
460
461
|
|
|
461
462
|
@requires_republish.setter
|
|
462
|
-
def requires_republish(self, value: Optional[pulumi.Input[bool]]):
|
|
463
|
+
def requires_republish(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
463
464
|
pulumi.set(self, "requires_republish", value)
|
|
464
465
|
|
|
465
466
|
@property
|
|
466
467
|
@pulumi.getter(name="storageCapacity")
|
|
467
|
-
def storage_capacity(self) -> Optional[pulumi.Input[bool]]:
|
|
468
|
+
def storage_capacity(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
468
469
|
"""
|
|
469
470
|
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
470
471
|
|
|
@@ -477,7 +478,7 @@ class CSIDriverSpecArgs:
|
|
|
477
478
|
return pulumi.get(self, "storage_capacity")
|
|
478
479
|
|
|
479
480
|
@storage_capacity.setter
|
|
480
|
-
def storage_capacity(self, value: Optional[pulumi.Input[bool]]):
|
|
481
|
+
def storage_capacity(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
481
482
|
pulumi.set(self, "storage_capacity", value)
|
|
482
483
|
|
|
483
484
|
@property
|
|
@@ -504,14 +505,14 @@ class CSIDriverSpecArgs:
|
|
|
504
505
|
|
|
505
506
|
@property
|
|
506
507
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
507
|
-
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
508
|
+
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
508
509
|
"""
|
|
509
510
|
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
510
511
|
"""
|
|
511
512
|
return pulumi.get(self, "volume_lifecycle_modes")
|
|
512
513
|
|
|
513
514
|
@volume_lifecycle_modes.setter
|
|
514
|
-
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
515
|
+
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
515
516
|
pulumi.set(self, "volume_lifecycle_modes", value)
|
|
516
517
|
|
|
517
518
|
|
|
@@ -524,11 +525,11 @@ if not MYPY:
|
|
|
524
525
|
"""
|
|
525
526
|
Specification of the CSI Driver.
|
|
526
527
|
"""
|
|
527
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
528
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
528
529
|
"""
|
|
529
530
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
530
531
|
"""
|
|
531
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
532
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
532
533
|
"""
|
|
533
534
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
534
535
|
"""
|
|
@@ -543,14 +544,14 @@ elif False:
|
|
|
543
544
|
class CSIDriverArgs:
|
|
544
545
|
def __init__(__self__, *,
|
|
545
546
|
spec: pulumi.Input['CSIDriverSpecArgs'],
|
|
546
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
547
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
547
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
548
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
548
549
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
549
550
|
"""
|
|
550
551
|
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.
|
|
551
552
|
:param pulumi.Input['CSIDriverSpecArgs'] spec: Specification of the CSI Driver.
|
|
552
|
-
: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
|
|
553
|
-
: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
|
|
553
|
+
: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
|
|
554
|
+
: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
|
|
554
555
|
: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
|
|
555
556
|
"""
|
|
556
557
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -575,26 +576,26 @@ class CSIDriverArgs:
|
|
|
575
576
|
|
|
576
577
|
@property
|
|
577
578
|
@pulumi.getter(name="apiVersion")
|
|
578
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
579
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
579
580
|
"""
|
|
580
581
|
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
|
|
581
582
|
"""
|
|
582
583
|
return pulumi.get(self, "api_version")
|
|
583
584
|
|
|
584
585
|
@api_version.setter
|
|
585
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
586
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
586
587
|
pulumi.set(self, "api_version", value)
|
|
587
588
|
|
|
588
589
|
@property
|
|
589
590
|
@pulumi.getter
|
|
590
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
591
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
591
592
|
"""
|
|
592
593
|
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
|
|
593
594
|
"""
|
|
594
595
|
return pulumi.get(self, "kind")
|
|
595
596
|
|
|
596
597
|
@kind.setter
|
|
597
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
598
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
598
599
|
pulumi.set(self, "kind", value)
|
|
599
600
|
|
|
600
601
|
@property
|
|
@@ -619,15 +620,15 @@ if not MYPY:
|
|
|
619
620
|
"""
|
|
620
621
|
allocatable represents the volume resources of a node that are available for scheduling.
|
|
621
622
|
"""
|
|
622
|
-
name: NotRequired[pulumi.Input[str]]
|
|
623
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
623
624
|
"""
|
|
624
625
|
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
625
626
|
"""
|
|
626
|
-
node_id: NotRequired[pulumi.Input[str]]
|
|
627
|
+
node_id: NotRequired[pulumi.Input[builtins.str]]
|
|
627
628
|
"""
|
|
628
629
|
nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
|
|
629
630
|
"""
|
|
630
|
-
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
631
|
+
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
631
632
|
"""
|
|
632
633
|
topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
|
|
633
634
|
"""
|
|
@@ -638,15 +639,15 @@ elif False:
|
|
|
638
639
|
class CSINodeDriverPatchArgs:
|
|
639
640
|
def __init__(__self__, *,
|
|
640
641
|
allocatable: Optional[pulumi.Input['VolumeNodeResourcesPatchArgs']] = None,
|
|
641
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
642
|
-
node_id: Optional[pulumi.Input[str]] = None,
|
|
643
|
-
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
642
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
643
|
+
node_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
644
|
+
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
644
645
|
"""
|
|
645
646
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
646
647
|
:param pulumi.Input['VolumeNodeResourcesPatchArgs'] allocatable: allocatable represents the volume resources of a node that are available for scheduling.
|
|
647
|
-
:param pulumi.Input[str] name: This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
648
|
-
: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.
|
|
649
|
-
: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.
|
|
648
|
+
:param pulumi.Input[builtins.str] name: This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
649
|
+
: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.
|
|
650
|
+
: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.
|
|
650
651
|
"""
|
|
651
652
|
if allocatable is not None:
|
|
652
653
|
pulumi.set(__self__, "allocatable", allocatable)
|
|
@@ -671,38 +672,38 @@ class CSINodeDriverPatchArgs:
|
|
|
671
672
|
|
|
672
673
|
@property
|
|
673
674
|
@pulumi.getter
|
|
674
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
675
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
675
676
|
"""
|
|
676
677
|
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
677
678
|
"""
|
|
678
679
|
return pulumi.get(self, "name")
|
|
679
680
|
|
|
680
681
|
@name.setter
|
|
681
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
682
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
682
683
|
pulumi.set(self, "name", value)
|
|
683
684
|
|
|
684
685
|
@property
|
|
685
686
|
@pulumi.getter(name="nodeID")
|
|
686
|
-
def node_id(self) -> Optional[pulumi.Input[str]]:
|
|
687
|
+
def node_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
687
688
|
"""
|
|
688
689
|
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.
|
|
689
690
|
"""
|
|
690
691
|
return pulumi.get(self, "node_id")
|
|
691
692
|
|
|
692
693
|
@node_id.setter
|
|
693
|
-
def node_id(self, value: Optional[pulumi.Input[str]]):
|
|
694
|
+
def node_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
694
695
|
pulumi.set(self, "node_id", value)
|
|
695
696
|
|
|
696
697
|
@property
|
|
697
698
|
@pulumi.getter(name="topologyKeys")
|
|
698
|
-
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
699
|
+
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
699
700
|
"""
|
|
700
701
|
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.
|
|
701
702
|
"""
|
|
702
703
|
return pulumi.get(self, "topology_keys")
|
|
703
704
|
|
|
704
705
|
@topology_keys.setter
|
|
705
|
-
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
706
|
+
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
706
707
|
pulumi.set(self, "topology_keys", value)
|
|
707
708
|
|
|
708
709
|
|
|
@@ -711,11 +712,11 @@ if not MYPY:
|
|
|
711
712
|
"""
|
|
712
713
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
713
714
|
"""
|
|
714
|
-
name: pulumi.Input[str]
|
|
715
|
+
name: pulumi.Input[builtins.str]
|
|
715
716
|
"""
|
|
716
717
|
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
717
718
|
"""
|
|
718
|
-
node_id: pulumi.Input[str]
|
|
719
|
+
node_id: pulumi.Input[builtins.str]
|
|
719
720
|
"""
|
|
720
721
|
nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
|
|
721
722
|
"""
|
|
@@ -723,7 +724,7 @@ if not MYPY:
|
|
|
723
724
|
"""
|
|
724
725
|
allocatable represents the volume resources of a node that are available for scheduling.
|
|
725
726
|
"""
|
|
726
|
-
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
727
|
+
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
727
728
|
"""
|
|
728
729
|
topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
|
|
729
730
|
"""
|
|
@@ -733,16 +734,16 @@ elif False:
|
|
|
733
734
|
@pulumi.input_type
|
|
734
735
|
class CSINodeDriverArgs:
|
|
735
736
|
def __init__(__self__, *,
|
|
736
|
-
name: pulumi.Input[str],
|
|
737
|
-
node_id: pulumi.Input[str],
|
|
737
|
+
name: pulumi.Input[builtins.str],
|
|
738
|
+
node_id: pulumi.Input[builtins.str],
|
|
738
739
|
allocatable: Optional[pulumi.Input['VolumeNodeResourcesArgs']] = None,
|
|
739
|
-
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
740
|
+
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
740
741
|
"""
|
|
741
742
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
742
|
-
:param pulumi.Input[str] name: This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
743
|
-
: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.
|
|
743
|
+
:param pulumi.Input[builtins.str] name: This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
744
|
+
: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.
|
|
744
745
|
:param pulumi.Input['VolumeNodeResourcesArgs'] allocatable: allocatable represents the volume resources of a node that are available for scheduling.
|
|
745
|
-
: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.
|
|
746
|
+
: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.
|
|
746
747
|
"""
|
|
747
748
|
pulumi.set(__self__, "name", name)
|
|
748
749
|
pulumi.set(__self__, "node_id", node_id)
|
|
@@ -753,26 +754,26 @@ class CSINodeDriverArgs:
|
|
|
753
754
|
|
|
754
755
|
@property
|
|
755
756
|
@pulumi.getter
|
|
756
|
-
def name(self) -> pulumi.Input[str]:
|
|
757
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
757
758
|
"""
|
|
758
759
|
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
759
760
|
"""
|
|
760
761
|
return pulumi.get(self, "name")
|
|
761
762
|
|
|
762
763
|
@name.setter
|
|
763
|
-
def name(self, value: pulumi.Input[str]):
|
|
764
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
764
765
|
pulumi.set(self, "name", value)
|
|
765
766
|
|
|
766
767
|
@property
|
|
767
768
|
@pulumi.getter(name="nodeID")
|
|
768
|
-
def node_id(self) -> pulumi.Input[str]:
|
|
769
|
+
def node_id(self) -> pulumi.Input[builtins.str]:
|
|
769
770
|
"""
|
|
770
771
|
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.
|
|
771
772
|
"""
|
|
772
773
|
return pulumi.get(self, "node_id")
|
|
773
774
|
|
|
774
775
|
@node_id.setter
|
|
775
|
-
def node_id(self, value: pulumi.Input[str]):
|
|
776
|
+
def node_id(self, value: pulumi.Input[builtins.str]):
|
|
776
777
|
pulumi.set(self, "node_id", value)
|
|
777
778
|
|
|
778
779
|
@property
|
|
@@ -789,14 +790,14 @@ class CSINodeDriverArgs:
|
|
|
789
790
|
|
|
790
791
|
@property
|
|
791
792
|
@pulumi.getter(name="topologyKeys")
|
|
792
|
-
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
793
|
+
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
793
794
|
"""
|
|
794
795
|
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.
|
|
795
796
|
"""
|
|
796
797
|
return pulumi.get(self, "topology_keys")
|
|
797
798
|
|
|
798
799
|
@topology_keys.setter
|
|
799
|
-
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
800
|
+
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
800
801
|
pulumi.set(self, "topology_keys", value)
|
|
801
802
|
|
|
802
803
|
|
|
@@ -880,11 +881,11 @@ if not MYPY:
|
|
|
880
881
|
"""
|
|
881
882
|
spec is the specification of CSINode
|
|
882
883
|
"""
|
|
883
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
884
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
884
885
|
"""
|
|
885
886
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
886
887
|
"""
|
|
887
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
888
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
888
889
|
"""
|
|
889
890
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
890
891
|
"""
|
|
@@ -899,14 +900,14 @@ elif False:
|
|
|
899
900
|
class CSINodeArgs:
|
|
900
901
|
def __init__(__self__, *,
|
|
901
902
|
spec: pulumi.Input['CSINodeSpecArgs'],
|
|
902
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
903
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
903
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
904
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
904
905
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
905
906
|
"""
|
|
906
907
|
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.
|
|
907
908
|
:param pulumi.Input['CSINodeSpecArgs'] spec: spec is the specification of CSINode
|
|
908
|
-
: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
|
|
909
|
-
: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
|
|
909
|
+
: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
|
|
910
|
+
: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
|
|
910
911
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: metadata.name must be the Kubernetes node name.
|
|
911
912
|
"""
|
|
912
913
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -931,26 +932,26 @@ class CSINodeArgs:
|
|
|
931
932
|
|
|
932
933
|
@property
|
|
933
934
|
@pulumi.getter(name="apiVersion")
|
|
934
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
935
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
935
936
|
"""
|
|
936
937
|
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
|
|
937
938
|
"""
|
|
938
939
|
return pulumi.get(self, "api_version")
|
|
939
940
|
|
|
940
941
|
@api_version.setter
|
|
941
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
942
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
942
943
|
pulumi.set(self, "api_version", value)
|
|
943
944
|
|
|
944
945
|
@property
|
|
945
946
|
@pulumi.getter
|
|
946
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
947
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
947
948
|
"""
|
|
948
949
|
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
|
|
949
950
|
"""
|
|
950
951
|
return pulumi.get(self, "kind")
|
|
951
952
|
|
|
952
953
|
@kind.setter
|
|
953
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
954
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
954
955
|
pulumi.set(self, "kind", value)
|
|
955
956
|
|
|
956
957
|
@property
|
|
@@ -979,25 +980,25 @@ if not MYPY:
|
|
|
979
980
|
|
|
980
981
|
They are consumed by the kube-scheduler when a CSI driver opts into capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler compares the MaximumVolumeSize against the requested size of pending volumes to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back to a comparison against the less precise Capacity. If that is also unset, the scheduler assumes that capacity is insufficient and tries some other node.
|
|
981
982
|
"""
|
|
982
|
-
storage_class_name: pulumi.Input[str]
|
|
983
|
+
storage_class_name: pulumi.Input[builtins.str]
|
|
983
984
|
"""
|
|
984
985
|
The name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
|
|
985
986
|
"""
|
|
986
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
987
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
987
988
|
"""
|
|
988
989
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
989
990
|
"""
|
|
990
|
-
capacity: NotRequired[pulumi.Input[str]]
|
|
991
|
+
capacity: NotRequired[pulumi.Input[builtins.str]]
|
|
991
992
|
"""
|
|
992
993
|
Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
993
994
|
|
|
994
995
|
The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable.
|
|
995
996
|
"""
|
|
996
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
997
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
997
998
|
"""
|
|
998
999
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
999
1000
|
"""
|
|
1000
|
-
maximum_volume_size: NotRequired[pulumi.Input[str]]
|
|
1001
|
+
maximum_volume_size: NotRequired[pulumi.Input[builtins.str]]
|
|
1001
1002
|
"""
|
|
1002
1003
|
MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1003
1004
|
|
|
@@ -1021,11 +1022,11 @@ elif False:
|
|
|
1021
1022
|
@pulumi.input_type
|
|
1022
1023
|
class CSIStorageCapacityArgs:
|
|
1023
1024
|
def __init__(__self__, *,
|
|
1024
|
-
storage_class_name: pulumi.Input[str],
|
|
1025
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1026
|
-
capacity: Optional[pulumi.Input[str]] = None,
|
|
1027
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1028
|
-
maximum_volume_size: Optional[pulumi.Input[str]] = None,
|
|
1025
|
+
storage_class_name: pulumi.Input[builtins.str],
|
|
1026
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1027
|
+
capacity: Optional[pulumi.Input[builtins.str]] = None,
|
|
1028
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1029
|
+
maximum_volume_size: Optional[pulumi.Input[builtins.str]] = None,
|
|
1029
1030
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1030
1031
|
node_topology: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
1031
1032
|
"""
|
|
@@ -1038,13 +1039,13 @@ class CSIStorageCapacityArgs:
|
|
|
1038
1039
|
The producer of these objects can decide which approach is more suitable.
|
|
1039
1040
|
|
|
1040
1041
|
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.
|
|
1041
|
-
:param pulumi.Input[str] storage_class_name: 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.
|
|
1042
|
-
: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
|
|
1043
|
-
: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.
|
|
1042
|
+
:param pulumi.Input[builtins.str] storage_class_name: 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.
|
|
1043
|
+
: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
|
|
1044
|
+
: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.
|
|
1044
1045
|
|
|
1045
1046
|
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.
|
|
1046
|
-
: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
|
|
1047
|
-
: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.
|
|
1047
|
+
: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
|
|
1048
|
+
: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.
|
|
1048
1049
|
|
|
1049
1050
|
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.
|
|
1050
1051
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. The name has no particular meaning. It must be be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-<uuid>, a generated name, or a reverse-domain name which ends with the unique CSI driver name.
|
|
@@ -1070,31 +1071,31 @@ class CSIStorageCapacityArgs:
|
|
|
1070
1071
|
|
|
1071
1072
|
@property
|
|
1072
1073
|
@pulumi.getter(name="storageClassName")
|
|
1073
|
-
def storage_class_name(self) -> pulumi.Input[str]:
|
|
1074
|
+
def storage_class_name(self) -> pulumi.Input[builtins.str]:
|
|
1074
1075
|
"""
|
|
1075
1076
|
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.
|
|
1076
1077
|
"""
|
|
1077
1078
|
return pulumi.get(self, "storage_class_name")
|
|
1078
1079
|
|
|
1079
1080
|
@storage_class_name.setter
|
|
1080
|
-
def storage_class_name(self, value: pulumi.Input[str]):
|
|
1081
|
+
def storage_class_name(self, value: pulumi.Input[builtins.str]):
|
|
1081
1082
|
pulumi.set(self, "storage_class_name", value)
|
|
1082
1083
|
|
|
1083
1084
|
@property
|
|
1084
1085
|
@pulumi.getter(name="apiVersion")
|
|
1085
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1086
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1086
1087
|
"""
|
|
1087
1088
|
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
|
|
1088
1089
|
"""
|
|
1089
1090
|
return pulumi.get(self, "api_version")
|
|
1090
1091
|
|
|
1091
1092
|
@api_version.setter
|
|
1092
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1093
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1093
1094
|
pulumi.set(self, "api_version", value)
|
|
1094
1095
|
|
|
1095
1096
|
@property
|
|
1096
1097
|
@pulumi.getter
|
|
1097
|
-
def capacity(self) -> Optional[pulumi.Input[str]]:
|
|
1098
|
+
def capacity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1098
1099
|
"""
|
|
1099
1100
|
Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1100
1101
|
|
|
@@ -1103,24 +1104,24 @@ class CSIStorageCapacityArgs:
|
|
|
1103
1104
|
return pulumi.get(self, "capacity")
|
|
1104
1105
|
|
|
1105
1106
|
@capacity.setter
|
|
1106
|
-
def capacity(self, value: Optional[pulumi.Input[str]]):
|
|
1107
|
+
def capacity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1107
1108
|
pulumi.set(self, "capacity", value)
|
|
1108
1109
|
|
|
1109
1110
|
@property
|
|
1110
1111
|
@pulumi.getter
|
|
1111
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1112
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1112
1113
|
"""
|
|
1113
1114
|
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
|
|
1114
1115
|
"""
|
|
1115
1116
|
return pulumi.get(self, "kind")
|
|
1116
1117
|
|
|
1117
1118
|
@kind.setter
|
|
1118
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1119
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1119
1120
|
pulumi.set(self, "kind", value)
|
|
1120
1121
|
|
|
1121
1122
|
@property
|
|
1122
1123
|
@pulumi.getter(name="maximumVolumeSize")
|
|
1123
|
-
def maximum_volume_size(self) -> Optional[pulumi.Input[str]]:
|
|
1124
|
+
def maximum_volume_size(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1124
1125
|
"""
|
|
1125
1126
|
MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1126
1127
|
|
|
@@ -1129,7 +1130,7 @@ class CSIStorageCapacityArgs:
|
|
|
1129
1130
|
return pulumi.get(self, "maximum_volume_size")
|
|
1130
1131
|
|
|
1131
1132
|
@maximum_volume_size.setter
|
|
1132
|
-
def maximum_volume_size(self, value: Optional[pulumi.Input[str]]):
|
|
1133
|
+
def maximum_volume_size(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1133
1134
|
pulumi.set(self, "maximum_volume_size", value)
|
|
1134
1135
|
|
|
1135
1136
|
@property
|
|
@@ -1168,11 +1169,11 @@ if not MYPY:
|
|
|
1168
1169
|
|
|
1169
1170
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1170
1171
|
"""
|
|
1171
|
-
provisioner: pulumi.Input[str]
|
|
1172
|
+
provisioner: pulumi.Input[builtins.str]
|
|
1172
1173
|
"""
|
|
1173
1174
|
Provisioner indicates the type of the provisioner.
|
|
1174
1175
|
"""
|
|
1175
|
-
allow_volume_expansion: NotRequired[pulumi.Input[bool]]
|
|
1176
|
+
allow_volume_expansion: NotRequired[pulumi.Input[builtins.bool]]
|
|
1176
1177
|
"""
|
|
1177
1178
|
AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
1178
1179
|
"""
|
|
@@ -1180,11 +1181,11 @@ if not MYPY:
|
|
|
1180
1181
|
"""
|
|
1181
1182
|
Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.
|
|
1182
1183
|
"""
|
|
1183
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1184
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1184
1185
|
"""
|
|
1185
1186
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1186
1187
|
"""
|
|
1187
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1188
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1188
1189
|
"""
|
|
1189
1190
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1190
1191
|
"""
|
|
@@ -1192,19 +1193,19 @@ if not MYPY:
|
|
|
1192
1193
|
"""
|
|
1193
1194
|
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1194
1195
|
"""
|
|
1195
|
-
mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1196
|
+
mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1196
1197
|
"""
|
|
1197
1198
|
Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1198
1199
|
"""
|
|
1199
|
-
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1200
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
1200
1201
|
"""
|
|
1201
1202
|
Parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1202
1203
|
"""
|
|
1203
|
-
reclaim_policy: NotRequired[pulumi.Input[str]]
|
|
1204
|
+
reclaim_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
1204
1205
|
"""
|
|
1205
1206
|
Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1206
1207
|
"""
|
|
1207
|
-
volume_binding_mode: NotRequired[pulumi.Input[str]]
|
|
1208
|
+
volume_binding_mode: NotRequired[pulumi.Input[builtins.str]]
|
|
1208
1209
|
"""
|
|
1209
1210
|
VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
|
|
1210
1211
|
"""
|
|
@@ -1214,30 +1215,30 @@ elif False:
|
|
|
1214
1215
|
@pulumi.input_type
|
|
1215
1216
|
class StorageClassArgs:
|
|
1216
1217
|
def __init__(__self__, *,
|
|
1217
|
-
provisioner: pulumi.Input[str],
|
|
1218
|
-
allow_volume_expansion: Optional[pulumi.Input[bool]] = None,
|
|
1218
|
+
provisioner: pulumi.Input[builtins.str],
|
|
1219
|
+
allow_volume_expansion: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1219
1220
|
allowed_topologies: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.TopologySelectorTermArgs']]]] = None,
|
|
1220
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1221
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1221
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1222
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1222
1223
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1223
|
-
mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1224
|
-
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1225
|
-
reclaim_policy: Optional[pulumi.Input[str]] = None,
|
|
1226
|
-
volume_binding_mode: Optional[pulumi.Input[str]] = None):
|
|
1224
|
+
mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1225
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
1226
|
+
reclaim_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
1227
|
+
volume_binding_mode: Optional[pulumi.Input[builtins.str]] = None):
|
|
1227
1228
|
"""
|
|
1228
1229
|
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
|
|
1229
1230
|
|
|
1230
1231
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1231
|
-
:param pulumi.Input[str] provisioner: Provisioner indicates the type of the provisioner.
|
|
1232
|
-
:param pulumi.Input[bool] allow_volume_expansion: AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
1232
|
+
:param pulumi.Input[builtins.str] provisioner: Provisioner indicates the type of the provisioner.
|
|
1233
|
+
:param pulumi.Input[builtins.bool] allow_volume_expansion: AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
1233
1234
|
:param pulumi.Input[Sequence[pulumi.Input['_core.v1.TopologySelectorTermArgs']]] allowed_topologies: 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.
|
|
1234
|
-
: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
|
|
1235
|
-
: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
|
|
1235
|
+
: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
|
|
1236
|
+
: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
|
|
1236
1237
|
: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
|
|
1237
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] mount_options: Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1238
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: Parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1239
|
-
:param pulumi.Input[str] reclaim_policy: Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1240
|
-
: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.
|
|
1238
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] mount_options: Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1239
|
+
: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.
|
|
1240
|
+
:param pulumi.Input[builtins.str] reclaim_policy: Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1241
|
+
: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.
|
|
1241
1242
|
"""
|
|
1242
1243
|
pulumi.set(__self__, "provisioner", provisioner)
|
|
1243
1244
|
if allow_volume_expansion is not None:
|
|
@@ -1261,26 +1262,26 @@ class StorageClassArgs:
|
|
|
1261
1262
|
|
|
1262
1263
|
@property
|
|
1263
1264
|
@pulumi.getter
|
|
1264
|
-
def provisioner(self) -> pulumi.Input[str]:
|
|
1265
|
+
def provisioner(self) -> pulumi.Input[builtins.str]:
|
|
1265
1266
|
"""
|
|
1266
1267
|
Provisioner indicates the type of the provisioner.
|
|
1267
1268
|
"""
|
|
1268
1269
|
return pulumi.get(self, "provisioner")
|
|
1269
1270
|
|
|
1270
1271
|
@provisioner.setter
|
|
1271
|
-
def provisioner(self, value: pulumi.Input[str]):
|
|
1272
|
+
def provisioner(self, value: pulumi.Input[builtins.str]):
|
|
1272
1273
|
pulumi.set(self, "provisioner", value)
|
|
1273
1274
|
|
|
1274
1275
|
@property
|
|
1275
1276
|
@pulumi.getter(name="allowVolumeExpansion")
|
|
1276
|
-
def allow_volume_expansion(self) -> Optional[pulumi.Input[bool]]:
|
|
1277
|
+
def allow_volume_expansion(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1277
1278
|
"""
|
|
1278
1279
|
AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
1279
1280
|
"""
|
|
1280
1281
|
return pulumi.get(self, "allow_volume_expansion")
|
|
1281
1282
|
|
|
1282
1283
|
@allow_volume_expansion.setter
|
|
1283
|
-
def allow_volume_expansion(self, value: Optional[pulumi.Input[bool]]):
|
|
1284
|
+
def allow_volume_expansion(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1284
1285
|
pulumi.set(self, "allow_volume_expansion", value)
|
|
1285
1286
|
|
|
1286
1287
|
@property
|
|
@@ -1297,26 +1298,26 @@ class StorageClassArgs:
|
|
|
1297
1298
|
|
|
1298
1299
|
@property
|
|
1299
1300
|
@pulumi.getter(name="apiVersion")
|
|
1300
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1301
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1301
1302
|
"""
|
|
1302
1303
|
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
|
|
1303
1304
|
"""
|
|
1304
1305
|
return pulumi.get(self, "api_version")
|
|
1305
1306
|
|
|
1306
1307
|
@api_version.setter
|
|
1307
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1308
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1308
1309
|
pulumi.set(self, "api_version", value)
|
|
1309
1310
|
|
|
1310
1311
|
@property
|
|
1311
1312
|
@pulumi.getter
|
|
1312
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1313
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1313
1314
|
"""
|
|
1314
1315
|
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
|
|
1315
1316
|
"""
|
|
1316
1317
|
return pulumi.get(self, "kind")
|
|
1317
1318
|
|
|
1318
1319
|
@kind.setter
|
|
1319
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1320
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1320
1321
|
pulumi.set(self, "kind", value)
|
|
1321
1322
|
|
|
1322
1323
|
@property
|
|
@@ -1333,50 +1334,50 @@ class StorageClassArgs:
|
|
|
1333
1334
|
|
|
1334
1335
|
@property
|
|
1335
1336
|
@pulumi.getter(name="mountOptions")
|
|
1336
|
-
def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1337
|
+
def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1337
1338
|
"""
|
|
1338
1339
|
Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1339
1340
|
"""
|
|
1340
1341
|
return pulumi.get(self, "mount_options")
|
|
1341
1342
|
|
|
1342
1343
|
@mount_options.setter
|
|
1343
|
-
def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1344
|
+
def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1344
1345
|
pulumi.set(self, "mount_options", value)
|
|
1345
1346
|
|
|
1346
1347
|
@property
|
|
1347
1348
|
@pulumi.getter
|
|
1348
|
-
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1349
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
1349
1350
|
"""
|
|
1350
1351
|
Parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1351
1352
|
"""
|
|
1352
1353
|
return pulumi.get(self, "parameters")
|
|
1353
1354
|
|
|
1354
1355
|
@parameters.setter
|
|
1355
|
-
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1356
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
1356
1357
|
pulumi.set(self, "parameters", value)
|
|
1357
1358
|
|
|
1358
1359
|
@property
|
|
1359
1360
|
@pulumi.getter(name="reclaimPolicy")
|
|
1360
|
-
def reclaim_policy(self) -> Optional[pulumi.Input[str]]:
|
|
1361
|
+
def reclaim_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1361
1362
|
"""
|
|
1362
1363
|
Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1363
1364
|
"""
|
|
1364
1365
|
return pulumi.get(self, "reclaim_policy")
|
|
1365
1366
|
|
|
1366
1367
|
@reclaim_policy.setter
|
|
1367
|
-
def reclaim_policy(self, value: Optional[pulumi.Input[str]]):
|
|
1368
|
+
def reclaim_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1368
1369
|
pulumi.set(self, "reclaim_policy", value)
|
|
1369
1370
|
|
|
1370
1371
|
@property
|
|
1371
1372
|
@pulumi.getter(name="volumeBindingMode")
|
|
1372
|
-
def volume_binding_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1373
|
+
def volume_binding_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1373
1374
|
"""
|
|
1374
1375
|
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.
|
|
1375
1376
|
"""
|
|
1376
1377
|
return pulumi.get(self, "volume_binding_mode")
|
|
1377
1378
|
|
|
1378
1379
|
@volume_binding_mode.setter
|
|
1379
|
-
def volume_binding_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1380
|
+
def volume_binding_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1380
1381
|
pulumi.set(self, "volume_binding_mode", value)
|
|
1381
1382
|
|
|
1382
1383
|
|
|
@@ -1385,11 +1386,11 @@ if not MYPY:
|
|
|
1385
1386
|
"""
|
|
1386
1387
|
TokenRequest contains parameters of a service account token.
|
|
1387
1388
|
"""
|
|
1388
|
-
audience: NotRequired[pulumi.Input[str]]
|
|
1389
|
+
audience: NotRequired[pulumi.Input[builtins.str]]
|
|
1389
1390
|
"""
|
|
1390
1391
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1391
1392
|
"""
|
|
1392
|
-
expiration_seconds: NotRequired[pulumi.Input[int]]
|
|
1393
|
+
expiration_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1393
1394
|
"""
|
|
1394
1395
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1395
1396
|
"""
|
|
@@ -1399,12 +1400,12 @@ elif False:
|
|
|
1399
1400
|
@pulumi.input_type
|
|
1400
1401
|
class TokenRequestPatchArgs:
|
|
1401
1402
|
def __init__(__self__, *,
|
|
1402
|
-
audience: Optional[pulumi.Input[str]] = None,
|
|
1403
|
-
expiration_seconds: Optional[pulumi.Input[int]] = None):
|
|
1403
|
+
audience: Optional[pulumi.Input[builtins.str]] = None,
|
|
1404
|
+
expiration_seconds: Optional[pulumi.Input[builtins.int]] = None):
|
|
1404
1405
|
"""
|
|
1405
1406
|
TokenRequest contains parameters of a service account token.
|
|
1406
|
-
:param pulumi.Input[str] audience: Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1407
|
-
: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"
|
|
1407
|
+
: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.
|
|
1408
|
+
: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"
|
|
1408
1409
|
"""
|
|
1409
1410
|
if audience is not None:
|
|
1410
1411
|
pulumi.set(__self__, "audience", audience)
|
|
@@ -1413,26 +1414,26 @@ class TokenRequestPatchArgs:
|
|
|
1413
1414
|
|
|
1414
1415
|
@property
|
|
1415
1416
|
@pulumi.getter
|
|
1416
|
-
def audience(self) -> Optional[pulumi.Input[str]]:
|
|
1417
|
+
def audience(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1417
1418
|
"""
|
|
1418
1419
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1419
1420
|
"""
|
|
1420
1421
|
return pulumi.get(self, "audience")
|
|
1421
1422
|
|
|
1422
1423
|
@audience.setter
|
|
1423
|
-
def audience(self, value: Optional[pulumi.Input[str]]):
|
|
1424
|
+
def audience(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1424
1425
|
pulumi.set(self, "audience", value)
|
|
1425
1426
|
|
|
1426
1427
|
@property
|
|
1427
1428
|
@pulumi.getter(name="expirationSeconds")
|
|
1428
|
-
def expiration_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1429
|
+
def expiration_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1429
1430
|
"""
|
|
1430
1431
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1431
1432
|
"""
|
|
1432
1433
|
return pulumi.get(self, "expiration_seconds")
|
|
1433
1434
|
|
|
1434
1435
|
@expiration_seconds.setter
|
|
1435
|
-
def expiration_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1436
|
+
def expiration_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1436
1437
|
pulumi.set(self, "expiration_seconds", value)
|
|
1437
1438
|
|
|
1438
1439
|
|
|
@@ -1441,11 +1442,11 @@ if not MYPY:
|
|
|
1441
1442
|
"""
|
|
1442
1443
|
TokenRequest contains parameters of a service account token.
|
|
1443
1444
|
"""
|
|
1444
|
-
audience: pulumi.Input[str]
|
|
1445
|
+
audience: pulumi.Input[builtins.str]
|
|
1445
1446
|
"""
|
|
1446
1447
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1447
1448
|
"""
|
|
1448
|
-
expiration_seconds: NotRequired[pulumi.Input[int]]
|
|
1449
|
+
expiration_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
1449
1450
|
"""
|
|
1450
1451
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1451
1452
|
"""
|
|
@@ -1455,12 +1456,12 @@ elif False:
|
|
|
1455
1456
|
@pulumi.input_type
|
|
1456
1457
|
class TokenRequestArgs:
|
|
1457
1458
|
def __init__(__self__, *,
|
|
1458
|
-
audience: pulumi.Input[str],
|
|
1459
|
-
expiration_seconds: Optional[pulumi.Input[int]] = None):
|
|
1459
|
+
audience: pulumi.Input[builtins.str],
|
|
1460
|
+
expiration_seconds: Optional[pulumi.Input[builtins.int]] = None):
|
|
1460
1461
|
"""
|
|
1461
1462
|
TokenRequest contains parameters of a service account token.
|
|
1462
|
-
:param pulumi.Input[str] audience: Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1463
|
-
: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"
|
|
1463
|
+
: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.
|
|
1464
|
+
: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"
|
|
1464
1465
|
"""
|
|
1465
1466
|
pulumi.set(__self__, "audience", audience)
|
|
1466
1467
|
if expiration_seconds is not None:
|
|
@@ -1468,26 +1469,26 @@ class TokenRequestArgs:
|
|
|
1468
1469
|
|
|
1469
1470
|
@property
|
|
1470
1471
|
@pulumi.getter
|
|
1471
|
-
def audience(self) -> pulumi.Input[str]:
|
|
1472
|
+
def audience(self) -> pulumi.Input[builtins.str]:
|
|
1472
1473
|
"""
|
|
1473
1474
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1474
1475
|
"""
|
|
1475
1476
|
return pulumi.get(self, "audience")
|
|
1476
1477
|
|
|
1477
1478
|
@audience.setter
|
|
1478
|
-
def audience(self, value: pulumi.Input[str]):
|
|
1479
|
+
def audience(self, value: pulumi.Input[builtins.str]):
|
|
1479
1480
|
pulumi.set(self, "audience", value)
|
|
1480
1481
|
|
|
1481
1482
|
@property
|
|
1482
1483
|
@pulumi.getter(name="expirationSeconds")
|
|
1483
|
-
def expiration_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
1484
|
+
def expiration_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1484
1485
|
"""
|
|
1485
1486
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1486
1487
|
"""
|
|
1487
1488
|
return pulumi.get(self, "expiration_seconds")
|
|
1488
1489
|
|
|
1489
1490
|
@expiration_seconds.setter
|
|
1490
|
-
def expiration_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
1491
|
+
def expiration_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1491
1492
|
pulumi.set(self, "expiration_seconds", value)
|
|
1492
1493
|
|
|
1493
1494
|
|
|
@@ -1500,7 +1501,7 @@ if not MYPY:
|
|
|
1500
1501
|
"""
|
|
1501
1502
|
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1502
1503
|
"""
|
|
1503
|
-
persistent_volume_name: NotRequired[pulumi.Input[str]]
|
|
1504
|
+
persistent_volume_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1504
1505
|
"""
|
|
1505
1506
|
Name of the persistent volume to attach.
|
|
1506
1507
|
"""
|
|
@@ -1511,11 +1512,11 @@ elif False:
|
|
|
1511
1512
|
class VolumeAttachmentSourcePatchArgs:
|
|
1512
1513
|
def __init__(__self__, *,
|
|
1513
1514
|
inline_volume_spec: Optional[pulumi.Input['_core.v1.PersistentVolumeSpecPatchArgs']] = None,
|
|
1514
|
-
persistent_volume_name: Optional[pulumi.Input[str]] = None):
|
|
1515
|
+
persistent_volume_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1515
1516
|
"""
|
|
1516
1517
|
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1517
1518
|
: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 alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1518
|
-
:param pulumi.Input[str] persistent_volume_name: Name of the persistent volume to attach.
|
|
1519
|
+
:param pulumi.Input[builtins.str] persistent_volume_name: Name of the persistent volume to attach.
|
|
1519
1520
|
"""
|
|
1520
1521
|
if inline_volume_spec is not None:
|
|
1521
1522
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
@@ -1536,14 +1537,14 @@ class VolumeAttachmentSourcePatchArgs:
|
|
|
1536
1537
|
|
|
1537
1538
|
@property
|
|
1538
1539
|
@pulumi.getter(name="persistentVolumeName")
|
|
1539
|
-
def persistent_volume_name(self) -> Optional[pulumi.Input[str]]:
|
|
1540
|
+
def persistent_volume_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1540
1541
|
"""
|
|
1541
1542
|
Name of the persistent volume to attach.
|
|
1542
1543
|
"""
|
|
1543
1544
|
return pulumi.get(self, "persistent_volume_name")
|
|
1544
1545
|
|
|
1545
1546
|
@persistent_volume_name.setter
|
|
1546
|
-
def persistent_volume_name(self, value: Optional[pulumi.Input[str]]):
|
|
1547
|
+
def persistent_volume_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1547
1548
|
pulumi.set(self, "persistent_volume_name", value)
|
|
1548
1549
|
|
|
1549
1550
|
|
|
@@ -1556,7 +1557,7 @@ if not MYPY:
|
|
|
1556
1557
|
"""
|
|
1557
1558
|
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1558
1559
|
"""
|
|
1559
|
-
persistent_volume_name: NotRequired[pulumi.Input[str]]
|
|
1560
|
+
persistent_volume_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1560
1561
|
"""
|
|
1561
1562
|
Name of the persistent volume to attach.
|
|
1562
1563
|
"""
|
|
@@ -1567,11 +1568,11 @@ elif False:
|
|
|
1567
1568
|
class VolumeAttachmentSourceArgs:
|
|
1568
1569
|
def __init__(__self__, *,
|
|
1569
1570
|
inline_volume_spec: Optional[pulumi.Input['_core.v1.PersistentVolumeSpecArgs']] = None,
|
|
1570
|
-
persistent_volume_name: Optional[pulumi.Input[str]] = None):
|
|
1571
|
+
persistent_volume_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1571
1572
|
"""
|
|
1572
1573
|
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1573
1574
|
: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 alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1574
|
-
:param pulumi.Input[str] persistent_volume_name: Name of the persistent volume to attach.
|
|
1575
|
+
:param pulumi.Input[builtins.str] persistent_volume_name: Name of the persistent volume to attach.
|
|
1575
1576
|
"""
|
|
1576
1577
|
if inline_volume_spec is not None:
|
|
1577
1578
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
@@ -1592,14 +1593,14 @@ class VolumeAttachmentSourceArgs:
|
|
|
1592
1593
|
|
|
1593
1594
|
@property
|
|
1594
1595
|
@pulumi.getter(name="persistentVolumeName")
|
|
1595
|
-
def persistent_volume_name(self) -> Optional[pulumi.Input[str]]:
|
|
1596
|
+
def persistent_volume_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1596
1597
|
"""
|
|
1597
1598
|
Name of the persistent volume to attach.
|
|
1598
1599
|
"""
|
|
1599
1600
|
return pulumi.get(self, "persistent_volume_name")
|
|
1600
1601
|
|
|
1601
1602
|
@persistent_volume_name.setter
|
|
1602
|
-
def persistent_volume_name(self, value: Optional[pulumi.Input[str]]):
|
|
1603
|
+
def persistent_volume_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1603
1604
|
pulumi.set(self, "persistent_volume_name", value)
|
|
1604
1605
|
|
|
1605
1606
|
|
|
@@ -1608,11 +1609,11 @@ if not MYPY:
|
|
|
1608
1609
|
"""
|
|
1609
1610
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1610
1611
|
"""
|
|
1611
|
-
attacher: NotRequired[pulumi.Input[str]]
|
|
1612
|
+
attacher: NotRequired[pulumi.Input[builtins.str]]
|
|
1612
1613
|
"""
|
|
1613
1614
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1614
1615
|
"""
|
|
1615
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
1616
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1616
1617
|
"""
|
|
1617
1618
|
The node that the volume should be attached to.
|
|
1618
1619
|
"""
|
|
@@ -1626,13 +1627,13 @@ elif False:
|
|
|
1626
1627
|
@pulumi.input_type
|
|
1627
1628
|
class VolumeAttachmentSpecPatchArgs:
|
|
1628
1629
|
def __init__(__self__, *,
|
|
1629
|
-
attacher: Optional[pulumi.Input[str]] = None,
|
|
1630
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
1630
|
+
attacher: Optional[pulumi.Input[builtins.str]] = None,
|
|
1631
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1631
1632
|
source: Optional[pulumi.Input['VolumeAttachmentSourcePatchArgs']] = None):
|
|
1632
1633
|
"""
|
|
1633
1634
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1634
|
-
: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().
|
|
1635
|
-
:param pulumi.Input[str] node_name: The node that the volume should be attached to.
|
|
1635
|
+
: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().
|
|
1636
|
+
:param pulumi.Input[builtins.str] node_name: The node that the volume should be attached to.
|
|
1636
1637
|
:param pulumi.Input['VolumeAttachmentSourcePatchArgs'] source: Source represents the volume that should be attached.
|
|
1637
1638
|
"""
|
|
1638
1639
|
if attacher is not None:
|
|
@@ -1644,26 +1645,26 @@ class VolumeAttachmentSpecPatchArgs:
|
|
|
1644
1645
|
|
|
1645
1646
|
@property
|
|
1646
1647
|
@pulumi.getter
|
|
1647
|
-
def attacher(self) -> Optional[pulumi.Input[str]]:
|
|
1648
|
+
def attacher(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1648
1649
|
"""
|
|
1649
1650
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1650
1651
|
"""
|
|
1651
1652
|
return pulumi.get(self, "attacher")
|
|
1652
1653
|
|
|
1653
1654
|
@attacher.setter
|
|
1654
|
-
def attacher(self, value: Optional[pulumi.Input[str]]):
|
|
1655
|
+
def attacher(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1655
1656
|
pulumi.set(self, "attacher", value)
|
|
1656
1657
|
|
|
1657
1658
|
@property
|
|
1658
1659
|
@pulumi.getter(name="nodeName")
|
|
1659
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
1660
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1660
1661
|
"""
|
|
1661
1662
|
The node that the volume should be attached to.
|
|
1662
1663
|
"""
|
|
1663
1664
|
return pulumi.get(self, "node_name")
|
|
1664
1665
|
|
|
1665
1666
|
@node_name.setter
|
|
1666
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
1667
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1667
1668
|
pulumi.set(self, "node_name", value)
|
|
1668
1669
|
|
|
1669
1670
|
@property
|
|
@@ -1684,11 +1685,11 @@ if not MYPY:
|
|
|
1684
1685
|
"""
|
|
1685
1686
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1686
1687
|
"""
|
|
1687
|
-
attacher: pulumi.Input[str]
|
|
1688
|
+
attacher: pulumi.Input[builtins.str]
|
|
1688
1689
|
"""
|
|
1689
1690
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1690
1691
|
"""
|
|
1691
|
-
node_name: pulumi.Input[str]
|
|
1692
|
+
node_name: pulumi.Input[builtins.str]
|
|
1692
1693
|
"""
|
|
1693
1694
|
The node that the volume should be attached to.
|
|
1694
1695
|
"""
|
|
@@ -1702,13 +1703,13 @@ elif False:
|
|
|
1702
1703
|
@pulumi.input_type
|
|
1703
1704
|
class VolumeAttachmentSpecArgs:
|
|
1704
1705
|
def __init__(__self__, *,
|
|
1705
|
-
attacher: pulumi.Input[str],
|
|
1706
|
-
node_name: pulumi.Input[str],
|
|
1706
|
+
attacher: pulumi.Input[builtins.str],
|
|
1707
|
+
node_name: pulumi.Input[builtins.str],
|
|
1707
1708
|
source: pulumi.Input['VolumeAttachmentSourceArgs']):
|
|
1708
1709
|
"""
|
|
1709
1710
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1710
|
-
: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().
|
|
1711
|
-
:param pulumi.Input[str] node_name: The node that the volume should be attached to.
|
|
1711
|
+
: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().
|
|
1712
|
+
:param pulumi.Input[builtins.str] node_name: The node that the volume should be attached to.
|
|
1712
1713
|
:param pulumi.Input['VolumeAttachmentSourceArgs'] source: Source represents the volume that should be attached.
|
|
1713
1714
|
"""
|
|
1714
1715
|
pulumi.set(__self__, "attacher", attacher)
|
|
@@ -1717,26 +1718,26 @@ class VolumeAttachmentSpecArgs:
|
|
|
1717
1718
|
|
|
1718
1719
|
@property
|
|
1719
1720
|
@pulumi.getter
|
|
1720
|
-
def attacher(self) -> pulumi.Input[str]:
|
|
1721
|
+
def attacher(self) -> pulumi.Input[builtins.str]:
|
|
1721
1722
|
"""
|
|
1722
1723
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1723
1724
|
"""
|
|
1724
1725
|
return pulumi.get(self, "attacher")
|
|
1725
1726
|
|
|
1726
1727
|
@attacher.setter
|
|
1727
|
-
def attacher(self, value: pulumi.Input[str]):
|
|
1728
|
+
def attacher(self, value: pulumi.Input[builtins.str]):
|
|
1728
1729
|
pulumi.set(self, "attacher", value)
|
|
1729
1730
|
|
|
1730
1731
|
@property
|
|
1731
1732
|
@pulumi.getter(name="nodeName")
|
|
1732
|
-
def node_name(self) -> pulumi.Input[str]:
|
|
1733
|
+
def node_name(self) -> pulumi.Input[builtins.str]:
|
|
1733
1734
|
"""
|
|
1734
1735
|
The node that the volume should be attached to.
|
|
1735
1736
|
"""
|
|
1736
1737
|
return pulumi.get(self, "node_name")
|
|
1737
1738
|
|
|
1738
1739
|
@node_name.setter
|
|
1739
|
-
def node_name(self, value: pulumi.Input[str]):
|
|
1740
|
+
def node_name(self, value: pulumi.Input[builtins.str]):
|
|
1740
1741
|
pulumi.set(self, "node_name", value)
|
|
1741
1742
|
|
|
1742
1743
|
@property
|
|
@@ -1757,7 +1758,7 @@ if not MYPY:
|
|
|
1757
1758
|
"""
|
|
1758
1759
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1759
1760
|
"""
|
|
1760
|
-
attached: pulumi.Input[bool]
|
|
1761
|
+
attached: pulumi.Input[builtins.bool]
|
|
1761
1762
|
"""
|
|
1762
1763
|
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1763
1764
|
"""
|
|
@@ -1765,7 +1766,7 @@ if not MYPY:
|
|
|
1765
1766
|
"""
|
|
1766
1767
|
The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1767
1768
|
"""
|
|
1768
|
-
attachment_metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1769
|
+
attachment_metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
1769
1770
|
"""
|
|
1770
1771
|
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1771
1772
|
"""
|
|
@@ -1779,15 +1780,15 @@ elif False:
|
|
|
1779
1780
|
@pulumi.input_type
|
|
1780
1781
|
class VolumeAttachmentStatusArgs:
|
|
1781
1782
|
def __init__(__self__, *,
|
|
1782
|
-
attached: pulumi.Input[bool],
|
|
1783
|
+
attached: pulumi.Input[builtins.bool],
|
|
1783
1784
|
attach_error: Optional[pulumi.Input['VolumeErrorArgs']] = None,
|
|
1784
|
-
attachment_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1785
|
+
attachment_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
1785
1786
|
detach_error: Optional[pulumi.Input['VolumeErrorArgs']] = None):
|
|
1786
1787
|
"""
|
|
1787
1788
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1788
|
-
:param pulumi.Input[bool] 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.
|
|
1789
|
+
:param pulumi.Input[builtins.bool] 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.
|
|
1789
1790
|
:param pulumi.Input['VolumeErrorArgs'] attach_error: 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.
|
|
1790
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] attachment_metadata: Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1791
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] attachment_metadata: Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1791
1792
|
:param pulumi.Input['VolumeErrorArgs'] detach_error: 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.
|
|
1792
1793
|
"""
|
|
1793
1794
|
pulumi.set(__self__, "attached", attached)
|
|
@@ -1800,14 +1801,14 @@ class VolumeAttachmentStatusArgs:
|
|
|
1800
1801
|
|
|
1801
1802
|
@property
|
|
1802
1803
|
@pulumi.getter
|
|
1803
|
-
def attached(self) -> pulumi.Input[bool]:
|
|
1804
|
+
def attached(self) -> pulumi.Input[builtins.bool]:
|
|
1804
1805
|
"""
|
|
1805
1806
|
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1806
1807
|
"""
|
|
1807
1808
|
return pulumi.get(self, "attached")
|
|
1808
1809
|
|
|
1809
1810
|
@attached.setter
|
|
1810
|
-
def attached(self, value: pulumi.Input[bool]):
|
|
1811
|
+
def attached(self, value: pulumi.Input[builtins.bool]):
|
|
1811
1812
|
pulumi.set(self, "attached", value)
|
|
1812
1813
|
|
|
1813
1814
|
@property
|
|
@@ -1824,14 +1825,14 @@ class VolumeAttachmentStatusArgs:
|
|
|
1824
1825
|
|
|
1825
1826
|
@property
|
|
1826
1827
|
@pulumi.getter(name="attachmentMetadata")
|
|
1827
|
-
def attachment_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1828
|
+
def attachment_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
1828
1829
|
"""
|
|
1829
1830
|
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1830
1831
|
"""
|
|
1831
1832
|
return pulumi.get(self, "attachment_metadata")
|
|
1832
1833
|
|
|
1833
1834
|
@attachment_metadata.setter
|
|
1834
|
-
def attachment_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1835
|
+
def attachment_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
1835
1836
|
pulumi.set(self, "attachment_metadata", value)
|
|
1836
1837
|
|
|
1837
1838
|
@property
|
|
@@ -1858,11 +1859,11 @@ if not MYPY:
|
|
|
1858
1859
|
"""
|
|
1859
1860
|
Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
1860
1861
|
"""
|
|
1861
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1862
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1862
1863
|
"""
|
|
1863
1864
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1864
1865
|
"""
|
|
1865
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1866
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1866
1867
|
"""
|
|
1867
1868
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1868
1869
|
"""
|
|
@@ -1881,8 +1882,8 @@ elif False:
|
|
|
1881
1882
|
class VolumeAttachmentArgs:
|
|
1882
1883
|
def __init__(__self__, *,
|
|
1883
1884
|
spec: pulumi.Input['VolumeAttachmentSpecArgs'],
|
|
1884
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1885
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1885
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1886
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1886
1887
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1887
1888
|
status: Optional[pulumi.Input['VolumeAttachmentStatusArgs']] = None):
|
|
1888
1889
|
"""
|
|
@@ -1890,8 +1891,8 @@ class VolumeAttachmentArgs:
|
|
|
1890
1891
|
|
|
1891
1892
|
VolumeAttachment objects are non-namespaced.
|
|
1892
1893
|
:param pulumi.Input['VolumeAttachmentSpecArgs'] spec: Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
1893
|
-
: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
|
|
1894
|
-
: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
|
|
1894
|
+
: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
|
|
1895
|
+
: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
|
|
1895
1896
|
: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
|
|
1896
1897
|
:param pulumi.Input['VolumeAttachmentStatusArgs'] status: Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
|
|
1897
1898
|
"""
|
|
@@ -1919,26 +1920,26 @@ class VolumeAttachmentArgs:
|
|
|
1919
1920
|
|
|
1920
1921
|
@property
|
|
1921
1922
|
@pulumi.getter(name="apiVersion")
|
|
1922
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1923
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1923
1924
|
"""
|
|
1924
1925
|
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
|
|
1925
1926
|
"""
|
|
1926
1927
|
return pulumi.get(self, "api_version")
|
|
1927
1928
|
|
|
1928
1929
|
@api_version.setter
|
|
1929
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1930
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1930
1931
|
pulumi.set(self, "api_version", value)
|
|
1931
1932
|
|
|
1932
1933
|
@property
|
|
1933
1934
|
@pulumi.getter
|
|
1934
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1935
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1935
1936
|
"""
|
|
1936
1937
|
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
|
|
1937
1938
|
"""
|
|
1938
1939
|
return pulumi.get(self, "kind")
|
|
1939
1940
|
|
|
1940
1941
|
@kind.setter
|
|
1941
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1942
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1942
1943
|
pulumi.set(self, "kind", value)
|
|
1943
1944
|
|
|
1944
1945
|
@property
|
|
@@ -1971,15 +1972,15 @@ if not MYPY:
|
|
|
1971
1972
|
"""
|
|
1972
1973
|
VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
|
|
1973
1974
|
"""
|
|
1974
|
-
driver_name: pulumi.Input[str]
|
|
1975
|
+
driver_name: pulumi.Input[builtins.str]
|
|
1975
1976
|
"""
|
|
1976
1977
|
Name of the CSI driver This field is immutable.
|
|
1977
1978
|
"""
|
|
1978
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1979
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1979
1980
|
"""
|
|
1980
1981
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1981
1982
|
"""
|
|
1982
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1983
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1983
1984
|
"""
|
|
1984
1985
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1985
1986
|
"""
|
|
@@ -1987,7 +1988,7 @@ if not MYPY:
|
|
|
1987
1988
|
"""
|
|
1988
1989
|
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1989
1990
|
"""
|
|
1990
|
-
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1991
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
1991
1992
|
"""
|
|
1992
1993
|
parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
1993
1994
|
|
|
@@ -1999,18 +2000,18 @@ elif False:
|
|
|
1999
2000
|
@pulumi.input_type
|
|
2000
2001
|
class VolumeAttributesClassArgs:
|
|
2001
2002
|
def __init__(__self__, *,
|
|
2002
|
-
driver_name: pulumi.Input[str],
|
|
2003
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2004
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2003
|
+
driver_name: pulumi.Input[builtins.str],
|
|
2004
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2005
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2005
2006
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2006
|
-
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
2007
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
2007
2008
|
"""
|
|
2008
2009
|
VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
|
|
2009
|
-
:param pulumi.Input[str] driver_name: Name of the CSI driver This field is immutable.
|
|
2010
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2011
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2010
|
+
:param pulumi.Input[builtins.str] driver_name: Name of the CSI driver This field is immutable.
|
|
2011
|
+
: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
|
|
2012
|
+
: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
|
|
2012
2013
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2013
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
2014
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] parameters: parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
2014
2015
|
|
|
2015
2016
|
This field is required and must contain at least one key/value pair. The keys cannot be empty, and the maximum number of parameters is 512, with a cumulative max size of 256K. If the CSI driver rejects invalid parameters, the target PersistentVolumeClaim will be set to an "Infeasible" state in the modifyVolumeStatus field.
|
|
2016
2017
|
"""
|
|
@@ -2026,38 +2027,38 @@ class VolumeAttributesClassArgs:
|
|
|
2026
2027
|
|
|
2027
2028
|
@property
|
|
2028
2029
|
@pulumi.getter(name="driverName")
|
|
2029
|
-
def driver_name(self) -> pulumi.Input[str]:
|
|
2030
|
+
def driver_name(self) -> pulumi.Input[builtins.str]:
|
|
2030
2031
|
"""
|
|
2031
2032
|
Name of the CSI driver This field is immutable.
|
|
2032
2033
|
"""
|
|
2033
2034
|
return pulumi.get(self, "driver_name")
|
|
2034
2035
|
|
|
2035
2036
|
@driver_name.setter
|
|
2036
|
-
def driver_name(self, value: pulumi.Input[str]):
|
|
2037
|
+
def driver_name(self, value: pulumi.Input[builtins.str]):
|
|
2037
2038
|
pulumi.set(self, "driver_name", value)
|
|
2038
2039
|
|
|
2039
2040
|
@property
|
|
2040
2041
|
@pulumi.getter(name="apiVersion")
|
|
2041
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2042
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2042
2043
|
"""
|
|
2043
2044
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2044
2045
|
"""
|
|
2045
2046
|
return pulumi.get(self, "api_version")
|
|
2046
2047
|
|
|
2047
2048
|
@api_version.setter
|
|
2048
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2049
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2049
2050
|
pulumi.set(self, "api_version", value)
|
|
2050
2051
|
|
|
2051
2052
|
@property
|
|
2052
2053
|
@pulumi.getter
|
|
2053
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2054
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2054
2055
|
"""
|
|
2055
2056
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2056
2057
|
"""
|
|
2057
2058
|
return pulumi.get(self, "kind")
|
|
2058
2059
|
|
|
2059
2060
|
@kind.setter
|
|
2060
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2061
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2061
2062
|
pulumi.set(self, "kind", value)
|
|
2062
2063
|
|
|
2063
2064
|
@property
|
|
@@ -2074,7 +2075,7 @@ class VolumeAttributesClassArgs:
|
|
|
2074
2075
|
|
|
2075
2076
|
@property
|
|
2076
2077
|
@pulumi.getter
|
|
2077
|
-
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2078
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
2078
2079
|
"""
|
|
2079
2080
|
parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
2080
2081
|
|
|
@@ -2083,7 +2084,7 @@ class VolumeAttributesClassArgs:
|
|
|
2083
2084
|
return pulumi.get(self, "parameters")
|
|
2084
2085
|
|
|
2085
2086
|
@parameters.setter
|
|
2086
|
-
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2087
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
2087
2088
|
pulumi.set(self, "parameters", value)
|
|
2088
2089
|
|
|
2089
2090
|
|
|
@@ -2092,11 +2093,11 @@ if not MYPY:
|
|
|
2092
2093
|
"""
|
|
2093
2094
|
VolumeError captures an error encountered during a volume operation.
|
|
2094
2095
|
"""
|
|
2095
|
-
message: NotRequired[pulumi.Input[str]]
|
|
2096
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
2096
2097
|
"""
|
|
2097
2098
|
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2098
2099
|
"""
|
|
2099
|
-
time: NotRequired[pulumi.Input[str]]
|
|
2100
|
+
time: NotRequired[pulumi.Input[builtins.str]]
|
|
2100
2101
|
"""
|
|
2101
2102
|
Time the error was encountered.
|
|
2102
2103
|
"""
|
|
@@ -2106,12 +2107,12 @@ elif False:
|
|
|
2106
2107
|
@pulumi.input_type
|
|
2107
2108
|
class VolumeErrorArgs:
|
|
2108
2109
|
def __init__(__self__, *,
|
|
2109
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
2110
|
-
time: Optional[pulumi.Input[str]] = None):
|
|
2110
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
2111
|
+
time: Optional[pulumi.Input[builtins.str]] = None):
|
|
2111
2112
|
"""
|
|
2112
2113
|
VolumeError captures an error encountered during a volume operation.
|
|
2113
|
-
:param pulumi.Input[str] message: String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2114
|
-
:param pulumi.Input[str] time: Time the error was encountered.
|
|
2114
|
+
:param pulumi.Input[builtins.str] message: String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2115
|
+
:param pulumi.Input[builtins.str] time: Time the error was encountered.
|
|
2115
2116
|
"""
|
|
2116
2117
|
if message is not None:
|
|
2117
2118
|
pulumi.set(__self__, "message", message)
|
|
@@ -2120,26 +2121,26 @@ class VolumeErrorArgs:
|
|
|
2120
2121
|
|
|
2121
2122
|
@property
|
|
2122
2123
|
@pulumi.getter
|
|
2123
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
2124
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2124
2125
|
"""
|
|
2125
2126
|
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2126
2127
|
"""
|
|
2127
2128
|
return pulumi.get(self, "message")
|
|
2128
2129
|
|
|
2129
2130
|
@message.setter
|
|
2130
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
2131
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2131
2132
|
pulumi.set(self, "message", value)
|
|
2132
2133
|
|
|
2133
2134
|
@property
|
|
2134
2135
|
@pulumi.getter
|
|
2135
|
-
def time(self) -> Optional[pulumi.Input[str]]:
|
|
2136
|
+
def time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2136
2137
|
"""
|
|
2137
2138
|
Time the error was encountered.
|
|
2138
2139
|
"""
|
|
2139
2140
|
return pulumi.get(self, "time")
|
|
2140
2141
|
|
|
2141
2142
|
@time.setter
|
|
2142
|
-
def time(self, value: Optional[pulumi.Input[str]]):
|
|
2143
|
+
def time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2143
2144
|
pulumi.set(self, "time", value)
|
|
2144
2145
|
|
|
2145
2146
|
|
|
@@ -2148,7 +2149,7 @@ if not MYPY:
|
|
|
2148
2149
|
"""
|
|
2149
2150
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2150
2151
|
"""
|
|
2151
|
-
count: NotRequired[pulumi.Input[int]]
|
|
2152
|
+
count: NotRequired[pulumi.Input[builtins.int]]
|
|
2152
2153
|
"""
|
|
2153
2154
|
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2154
2155
|
"""
|
|
@@ -2158,24 +2159,24 @@ elif False:
|
|
|
2158
2159
|
@pulumi.input_type
|
|
2159
2160
|
class VolumeNodeResourcesPatchArgs:
|
|
2160
2161
|
def __init__(__self__, *,
|
|
2161
|
-
count: Optional[pulumi.Input[int]] = None):
|
|
2162
|
+
count: Optional[pulumi.Input[builtins.int]] = None):
|
|
2162
2163
|
"""
|
|
2163
2164
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2164
|
-
:param pulumi.Input[int] count: Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2165
|
+
:param pulumi.Input[builtins.int] count: Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2165
2166
|
"""
|
|
2166
2167
|
if count is not None:
|
|
2167
2168
|
pulumi.set(__self__, "count", count)
|
|
2168
2169
|
|
|
2169
2170
|
@property
|
|
2170
2171
|
@pulumi.getter
|
|
2171
|
-
def count(self) -> Optional[pulumi.Input[int]]:
|
|
2172
|
+
def count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2172
2173
|
"""
|
|
2173
2174
|
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2174
2175
|
"""
|
|
2175
2176
|
return pulumi.get(self, "count")
|
|
2176
2177
|
|
|
2177
2178
|
@count.setter
|
|
2178
|
-
def count(self, value: Optional[pulumi.Input[int]]):
|
|
2179
|
+
def count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2179
2180
|
pulumi.set(self, "count", value)
|
|
2180
2181
|
|
|
2181
2182
|
|
|
@@ -2184,7 +2185,7 @@ if not MYPY:
|
|
|
2184
2185
|
"""
|
|
2185
2186
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2186
2187
|
"""
|
|
2187
|
-
count: NotRequired[pulumi.Input[int]]
|
|
2188
|
+
count: NotRequired[pulumi.Input[builtins.int]]
|
|
2188
2189
|
"""
|
|
2189
2190
|
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2190
2191
|
"""
|
|
@@ -2194,24 +2195,24 @@ elif False:
|
|
|
2194
2195
|
@pulumi.input_type
|
|
2195
2196
|
class VolumeNodeResourcesArgs:
|
|
2196
2197
|
def __init__(__self__, *,
|
|
2197
|
-
count: Optional[pulumi.Input[int]] = None):
|
|
2198
|
+
count: Optional[pulumi.Input[builtins.int]] = None):
|
|
2198
2199
|
"""
|
|
2199
2200
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2200
|
-
:param pulumi.Input[int] count: Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2201
|
+
:param pulumi.Input[builtins.int] count: Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2201
2202
|
"""
|
|
2202
2203
|
if count is not None:
|
|
2203
2204
|
pulumi.set(__self__, "count", count)
|
|
2204
2205
|
|
|
2205
2206
|
@property
|
|
2206
2207
|
@pulumi.getter
|
|
2207
|
-
def count(self) -> Optional[pulumi.Input[int]]:
|
|
2208
|
+
def count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2208
2209
|
"""
|
|
2209
2210
|
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2210
2211
|
"""
|
|
2211
2212
|
return pulumi.get(self, "count")
|
|
2212
2213
|
|
|
2213
2214
|
@count.setter
|
|
2214
|
-
def count(self, value: Optional[pulumi.Input[int]]):
|
|
2215
|
+
def count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2215
2216
|
pulumi.set(self, "count", value)
|
|
2216
2217
|
|
|
2217
2218
|
|