pulumi-kubernetes 4.24.0a1752908431__py3-none-any.whl → 4.24.0a1753121506__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 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1752908431.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +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
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -71,22 +70,22 @@ if not MYPY:
|
|
|
71
70
|
"""
|
|
72
71
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
73
72
|
"""
|
|
74
|
-
attach_required: NotRequired[pulumi.Input[
|
|
73
|
+
attach_required: NotRequired[pulumi.Input[_builtins.bool]]
|
|
75
74
|
"""
|
|
76
75
|
attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
|
|
77
76
|
"""
|
|
78
|
-
fs_group_policy: NotRequired[pulumi.Input[
|
|
77
|
+
fs_group_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
79
78
|
"""
|
|
80
79
|
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
81
80
|
"""
|
|
82
|
-
pod_info_on_mount: NotRequired[pulumi.Input[
|
|
81
|
+
pod_info_on_mount: NotRequired[pulumi.Input[_builtins.bool]]
|
|
83
82
|
"""
|
|
84
83
|
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
85
84
|
defined by a CSIVolumeSource, otherwise "false"
|
|
86
85
|
|
|
87
86
|
"csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
|
|
88
87
|
"""
|
|
89
|
-
requires_republish: NotRequired[pulumi.Input[
|
|
88
|
+
requires_republish: NotRequired[pulumi.Input[_builtins.bool]]
|
|
90
89
|
"""
|
|
91
90
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
92
91
|
|
|
@@ -94,7 +93,7 @@ if not MYPY:
|
|
|
94
93
|
|
|
95
94
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
96
95
|
"""
|
|
97
|
-
storage_capacity: NotRequired[pulumi.Input[
|
|
96
|
+
storage_capacity: NotRequired[pulumi.Input[_builtins.bool]]
|
|
98
97
|
"""
|
|
99
98
|
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
100
99
|
|
|
@@ -118,7 +117,7 @@ if not MYPY:
|
|
|
118
117
|
|
|
119
118
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
120
119
|
"""
|
|
121
|
-
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
120
|
+
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
122
121
|
"""
|
|
123
122
|
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
124
123
|
"""
|
|
@@ -128,27 +127,27 @@ elif False:
|
|
|
128
127
|
@pulumi.input_type
|
|
129
128
|
class CSIDriverSpecPatchArgs:
|
|
130
129
|
def __init__(__self__, *,
|
|
131
|
-
attach_required: Optional[pulumi.Input[
|
|
132
|
-
fs_group_policy: Optional[pulumi.Input[
|
|
133
|
-
pod_info_on_mount: Optional[pulumi.Input[
|
|
134
|
-
requires_republish: Optional[pulumi.Input[
|
|
135
|
-
storage_capacity: Optional[pulumi.Input[
|
|
130
|
+
attach_required: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
131
|
+
fs_group_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
132
|
+
pod_info_on_mount: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
133
|
+
requires_republish: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
134
|
+
storage_capacity: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
136
135
|
token_requests: Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestPatchArgs']]]] = None,
|
|
137
|
-
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
136
|
+
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
138
137
|
"""
|
|
139
138
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
140
|
-
:param pulumi.Input[
|
|
141
|
-
:param pulumi.Input[
|
|
142
|
-
:param pulumi.Input[
|
|
139
|
+
: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.
|
|
140
|
+
: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.
|
|
141
|
+
: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
|
|
143
142
|
defined by a CSIVolumeSource, otherwise "false"
|
|
144
143
|
|
|
145
144
|
"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.
|
|
146
|
-
:param pulumi.Input[
|
|
145
|
+
: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.
|
|
147
146
|
|
|
148
147
|
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.
|
|
149
148
|
|
|
150
149
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
151
|
-
:param pulumi.Input[
|
|
150
|
+
: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.
|
|
152
151
|
|
|
153
152
|
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.
|
|
154
153
|
|
|
@@ -166,7 +165,7 @@ class CSIDriverSpecPatchArgs:
|
|
|
166
165
|
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.
|
|
167
166
|
|
|
168
167
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
169
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
168
|
+
: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.
|
|
170
169
|
"""
|
|
171
170
|
if attach_required is not None:
|
|
172
171
|
pulumi.set(__self__, "attach_required", attach_required)
|
|
@@ -183,33 +182,33 @@ class CSIDriverSpecPatchArgs:
|
|
|
183
182
|
if volume_lifecycle_modes is not None:
|
|
184
183
|
pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
|
|
185
184
|
|
|
186
|
-
@property
|
|
185
|
+
@_builtins.property
|
|
187
186
|
@pulumi.getter(name="attachRequired")
|
|
188
|
-
def attach_required(self) -> Optional[pulumi.Input[
|
|
187
|
+
def attach_required(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
189
188
|
"""
|
|
190
189
|
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.
|
|
191
190
|
"""
|
|
192
191
|
return pulumi.get(self, "attach_required")
|
|
193
192
|
|
|
194
193
|
@attach_required.setter
|
|
195
|
-
def attach_required(self, value: Optional[pulumi.Input[
|
|
194
|
+
def attach_required(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
196
195
|
pulumi.set(self, "attach_required", value)
|
|
197
196
|
|
|
198
|
-
@property
|
|
197
|
+
@_builtins.property
|
|
199
198
|
@pulumi.getter(name="fsGroupPolicy")
|
|
200
|
-
def fs_group_policy(self) -> Optional[pulumi.Input[
|
|
199
|
+
def fs_group_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
201
200
|
"""
|
|
202
201
|
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.
|
|
203
202
|
"""
|
|
204
203
|
return pulumi.get(self, "fs_group_policy")
|
|
205
204
|
|
|
206
205
|
@fs_group_policy.setter
|
|
207
|
-
def fs_group_policy(self, value: Optional[pulumi.Input[
|
|
206
|
+
def fs_group_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
208
207
|
pulumi.set(self, "fs_group_policy", value)
|
|
209
208
|
|
|
210
|
-
@property
|
|
209
|
+
@_builtins.property
|
|
211
210
|
@pulumi.getter(name="podInfoOnMount")
|
|
212
|
-
def pod_info_on_mount(self) -> Optional[pulumi.Input[
|
|
211
|
+
def pod_info_on_mount(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
213
212
|
"""
|
|
214
213
|
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
|
|
215
214
|
defined by a CSIVolumeSource, otherwise "false"
|
|
@@ -219,12 +218,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
219
218
|
return pulumi.get(self, "pod_info_on_mount")
|
|
220
219
|
|
|
221
220
|
@pod_info_on_mount.setter
|
|
222
|
-
def pod_info_on_mount(self, value: Optional[pulumi.Input[
|
|
221
|
+
def pod_info_on_mount(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
223
222
|
pulumi.set(self, "pod_info_on_mount", value)
|
|
224
223
|
|
|
225
|
-
@property
|
|
224
|
+
@_builtins.property
|
|
226
225
|
@pulumi.getter(name="requiresRepublish")
|
|
227
|
-
def requires_republish(self) -> Optional[pulumi.Input[
|
|
226
|
+
def requires_republish(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
228
227
|
"""
|
|
229
228
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
230
229
|
|
|
@@ -235,12 +234,12 @@ class CSIDriverSpecPatchArgs:
|
|
|
235
234
|
return pulumi.get(self, "requires_republish")
|
|
236
235
|
|
|
237
236
|
@requires_republish.setter
|
|
238
|
-
def requires_republish(self, value: Optional[pulumi.Input[
|
|
237
|
+
def requires_republish(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
239
238
|
pulumi.set(self, "requires_republish", value)
|
|
240
239
|
|
|
241
|
-
@property
|
|
240
|
+
@_builtins.property
|
|
242
241
|
@pulumi.getter(name="storageCapacity")
|
|
243
|
-
def storage_capacity(self) -> Optional[pulumi.Input[
|
|
242
|
+
def storage_capacity(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
244
243
|
"""
|
|
245
244
|
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.
|
|
246
245
|
|
|
@@ -253,10 +252,10 @@ class CSIDriverSpecPatchArgs:
|
|
|
253
252
|
return pulumi.get(self, "storage_capacity")
|
|
254
253
|
|
|
255
254
|
@storage_capacity.setter
|
|
256
|
-
def storage_capacity(self, value: Optional[pulumi.Input[
|
|
255
|
+
def storage_capacity(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
257
256
|
pulumi.set(self, "storage_capacity", value)
|
|
258
257
|
|
|
259
|
-
@property
|
|
258
|
+
@_builtins.property
|
|
260
259
|
@pulumi.getter(name="tokenRequests")
|
|
261
260
|
def token_requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestPatchArgs']]]]:
|
|
262
261
|
"""
|
|
@@ -278,16 +277,16 @@ class CSIDriverSpecPatchArgs:
|
|
|
278
277
|
def token_requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestPatchArgs']]]]):
|
|
279
278
|
pulumi.set(self, "token_requests", value)
|
|
280
279
|
|
|
281
|
-
@property
|
|
280
|
+
@_builtins.property
|
|
282
281
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
283
|
-
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
282
|
+
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
284
283
|
"""
|
|
285
284
|
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.
|
|
286
285
|
"""
|
|
287
286
|
return pulumi.get(self, "volume_lifecycle_modes")
|
|
288
287
|
|
|
289
288
|
@volume_lifecycle_modes.setter
|
|
290
|
-
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
289
|
+
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
291
290
|
pulumi.set(self, "volume_lifecycle_modes", value)
|
|
292
291
|
|
|
293
292
|
|
|
@@ -296,22 +295,22 @@ if not MYPY:
|
|
|
296
295
|
"""
|
|
297
296
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
298
297
|
"""
|
|
299
|
-
attach_required: NotRequired[pulumi.Input[
|
|
298
|
+
attach_required: NotRequired[pulumi.Input[_builtins.bool]]
|
|
300
299
|
"""
|
|
301
300
|
attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.
|
|
302
301
|
"""
|
|
303
|
-
fs_group_policy: NotRequired[pulumi.Input[
|
|
302
|
+
fs_group_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
304
303
|
"""
|
|
305
304
|
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
306
305
|
"""
|
|
307
|
-
pod_info_on_mount: NotRequired[pulumi.Input[
|
|
306
|
+
pod_info_on_mount: NotRequired[pulumi.Input[_builtins.bool]]
|
|
308
307
|
"""
|
|
309
308
|
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
310
309
|
defined by a CSIVolumeSource, otherwise "false"
|
|
311
310
|
|
|
312
311
|
"csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.
|
|
313
312
|
"""
|
|
314
|
-
requires_republish: NotRequired[pulumi.Input[
|
|
313
|
+
requires_republish: NotRequired[pulumi.Input[_builtins.bool]]
|
|
315
314
|
"""
|
|
316
315
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
317
316
|
|
|
@@ -319,7 +318,7 @@ if not MYPY:
|
|
|
319
318
|
|
|
320
319
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
321
320
|
"""
|
|
322
|
-
storage_capacity: NotRequired[pulumi.Input[
|
|
321
|
+
storage_capacity: NotRequired[pulumi.Input[_builtins.bool]]
|
|
323
322
|
"""
|
|
324
323
|
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
325
324
|
|
|
@@ -343,7 +342,7 @@ if not MYPY:
|
|
|
343
342
|
|
|
344
343
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
345
344
|
"""
|
|
346
|
-
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
345
|
+
volume_lifecycle_modes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
347
346
|
"""
|
|
348
347
|
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
349
348
|
"""
|
|
@@ -353,27 +352,27 @@ elif False:
|
|
|
353
352
|
@pulumi.input_type
|
|
354
353
|
class CSIDriverSpecArgs:
|
|
355
354
|
def __init__(__self__, *,
|
|
356
|
-
attach_required: Optional[pulumi.Input[
|
|
357
|
-
fs_group_policy: Optional[pulumi.Input[
|
|
358
|
-
pod_info_on_mount: Optional[pulumi.Input[
|
|
359
|
-
requires_republish: Optional[pulumi.Input[
|
|
360
|
-
storage_capacity: Optional[pulumi.Input[
|
|
355
|
+
attach_required: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
356
|
+
fs_group_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
357
|
+
pod_info_on_mount: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
358
|
+
requires_republish: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
359
|
+
storage_capacity: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
361
360
|
token_requests: Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestArgs']]]] = None,
|
|
362
|
-
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
361
|
+
volume_lifecycle_modes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
363
362
|
"""
|
|
364
363
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
365
|
-
:param pulumi.Input[
|
|
366
|
-
:param pulumi.Input[
|
|
367
|
-
:param pulumi.Input[
|
|
364
|
+
: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.
|
|
365
|
+
: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.
|
|
366
|
+
: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
|
|
368
367
|
defined by a CSIVolumeSource, otherwise "false"
|
|
369
368
|
|
|
370
369
|
"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.
|
|
371
|
-
:param pulumi.Input[
|
|
370
|
+
: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.
|
|
372
371
|
|
|
373
372
|
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.
|
|
374
373
|
|
|
375
374
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
376
|
-
:param pulumi.Input[
|
|
375
|
+
: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.
|
|
377
376
|
|
|
378
377
|
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.
|
|
379
378
|
|
|
@@ -391,7 +390,7 @@ class CSIDriverSpecArgs:
|
|
|
391
390
|
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.
|
|
392
391
|
|
|
393
392
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
394
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
393
|
+
: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.
|
|
395
394
|
"""
|
|
396
395
|
if attach_required is not None:
|
|
397
396
|
pulumi.set(__self__, "attach_required", attach_required)
|
|
@@ -408,33 +407,33 @@ class CSIDriverSpecArgs:
|
|
|
408
407
|
if volume_lifecycle_modes is not None:
|
|
409
408
|
pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
|
|
410
409
|
|
|
411
|
-
@property
|
|
410
|
+
@_builtins.property
|
|
412
411
|
@pulumi.getter(name="attachRequired")
|
|
413
|
-
def attach_required(self) -> Optional[pulumi.Input[
|
|
412
|
+
def attach_required(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
414
413
|
"""
|
|
415
414
|
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.
|
|
416
415
|
"""
|
|
417
416
|
return pulumi.get(self, "attach_required")
|
|
418
417
|
|
|
419
418
|
@attach_required.setter
|
|
420
|
-
def attach_required(self, value: Optional[pulumi.Input[
|
|
419
|
+
def attach_required(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
421
420
|
pulumi.set(self, "attach_required", value)
|
|
422
421
|
|
|
423
|
-
@property
|
|
422
|
+
@_builtins.property
|
|
424
423
|
@pulumi.getter(name="fsGroupPolicy")
|
|
425
|
-
def fs_group_policy(self) -> Optional[pulumi.Input[
|
|
424
|
+
def fs_group_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
426
425
|
"""
|
|
427
426
|
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.
|
|
428
427
|
"""
|
|
429
428
|
return pulumi.get(self, "fs_group_policy")
|
|
430
429
|
|
|
431
430
|
@fs_group_policy.setter
|
|
432
|
-
def fs_group_policy(self, value: Optional[pulumi.Input[
|
|
431
|
+
def fs_group_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
433
432
|
pulumi.set(self, "fs_group_policy", value)
|
|
434
433
|
|
|
435
|
-
@property
|
|
434
|
+
@_builtins.property
|
|
436
435
|
@pulumi.getter(name="podInfoOnMount")
|
|
437
|
-
def pod_info_on_mount(self) -> Optional[pulumi.Input[
|
|
436
|
+
def pod_info_on_mount(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
438
437
|
"""
|
|
439
438
|
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
|
|
440
439
|
defined by a CSIVolumeSource, otherwise "false"
|
|
@@ -444,12 +443,12 @@ class CSIDriverSpecArgs:
|
|
|
444
443
|
return pulumi.get(self, "pod_info_on_mount")
|
|
445
444
|
|
|
446
445
|
@pod_info_on_mount.setter
|
|
447
|
-
def pod_info_on_mount(self, value: Optional[pulumi.Input[
|
|
446
|
+
def pod_info_on_mount(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
448
447
|
pulumi.set(self, "pod_info_on_mount", value)
|
|
449
448
|
|
|
450
|
-
@property
|
|
449
|
+
@_builtins.property
|
|
451
450
|
@pulumi.getter(name="requiresRepublish")
|
|
452
|
-
def requires_republish(self) -> Optional[pulumi.Input[
|
|
451
|
+
def requires_republish(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
453
452
|
"""
|
|
454
453
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
455
454
|
|
|
@@ -460,12 +459,12 @@ class CSIDriverSpecArgs:
|
|
|
460
459
|
return pulumi.get(self, "requires_republish")
|
|
461
460
|
|
|
462
461
|
@requires_republish.setter
|
|
463
|
-
def requires_republish(self, value: Optional[pulumi.Input[
|
|
462
|
+
def requires_republish(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
464
463
|
pulumi.set(self, "requires_republish", value)
|
|
465
464
|
|
|
466
|
-
@property
|
|
465
|
+
@_builtins.property
|
|
467
466
|
@pulumi.getter(name="storageCapacity")
|
|
468
|
-
def storage_capacity(self) -> Optional[pulumi.Input[
|
|
467
|
+
def storage_capacity(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
469
468
|
"""
|
|
470
469
|
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.
|
|
471
470
|
|
|
@@ -478,10 +477,10 @@ class CSIDriverSpecArgs:
|
|
|
478
477
|
return pulumi.get(self, "storage_capacity")
|
|
479
478
|
|
|
480
479
|
@storage_capacity.setter
|
|
481
|
-
def storage_capacity(self, value: Optional[pulumi.Input[
|
|
480
|
+
def storage_capacity(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
482
481
|
pulumi.set(self, "storage_capacity", value)
|
|
483
482
|
|
|
484
|
-
@property
|
|
483
|
+
@_builtins.property
|
|
485
484
|
@pulumi.getter(name="tokenRequests")
|
|
486
485
|
def token_requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestArgs']]]]:
|
|
487
486
|
"""
|
|
@@ -503,16 +502,16 @@ class CSIDriverSpecArgs:
|
|
|
503
502
|
def token_requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TokenRequestArgs']]]]):
|
|
504
503
|
pulumi.set(self, "token_requests", value)
|
|
505
504
|
|
|
506
|
-
@property
|
|
505
|
+
@_builtins.property
|
|
507
506
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
508
|
-
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
507
|
+
def volume_lifecycle_modes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
509
508
|
"""
|
|
510
509
|
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.
|
|
511
510
|
"""
|
|
512
511
|
return pulumi.get(self, "volume_lifecycle_modes")
|
|
513
512
|
|
|
514
513
|
@volume_lifecycle_modes.setter
|
|
515
|
-
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
514
|
+
def volume_lifecycle_modes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
516
515
|
pulumi.set(self, "volume_lifecycle_modes", value)
|
|
517
516
|
|
|
518
517
|
|
|
@@ -525,11 +524,11 @@ if not MYPY:
|
|
|
525
524
|
"""
|
|
526
525
|
Specification of the CSI Driver.
|
|
527
526
|
"""
|
|
528
|
-
api_version: NotRequired[pulumi.Input[
|
|
527
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
529
528
|
"""
|
|
530
529
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
531
530
|
"""
|
|
532
|
-
kind: NotRequired[pulumi.Input[
|
|
531
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
533
532
|
"""
|
|
534
533
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
535
534
|
"""
|
|
@@ -544,14 +543,14 @@ elif False:
|
|
|
544
543
|
class CSIDriverArgs:
|
|
545
544
|
def __init__(__self__, *,
|
|
546
545
|
spec: pulumi.Input['CSIDriverSpecArgs'],
|
|
547
|
-
api_version: Optional[pulumi.Input[
|
|
548
|
-
kind: Optional[pulumi.Input[
|
|
546
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
547
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
549
548
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
550
549
|
"""
|
|
551
550
|
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.
|
|
552
551
|
:param pulumi.Input['CSIDriverSpecArgs'] spec: Specification of the CSI Driver.
|
|
553
|
-
:param pulumi.Input[
|
|
554
|
-
:param pulumi.Input[
|
|
552
|
+
: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
|
|
553
|
+
: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
|
|
555
554
|
: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
|
|
556
555
|
"""
|
|
557
556
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -562,7 +561,7 @@ class CSIDriverArgs:
|
|
|
562
561
|
if metadata is not None:
|
|
563
562
|
pulumi.set(__self__, "metadata", metadata)
|
|
564
563
|
|
|
565
|
-
@property
|
|
564
|
+
@_builtins.property
|
|
566
565
|
@pulumi.getter
|
|
567
566
|
def spec(self) -> pulumi.Input['CSIDriverSpecArgs']:
|
|
568
567
|
"""
|
|
@@ -574,31 +573,31 @@ class CSIDriverArgs:
|
|
|
574
573
|
def spec(self, value: pulumi.Input['CSIDriverSpecArgs']):
|
|
575
574
|
pulumi.set(self, "spec", value)
|
|
576
575
|
|
|
577
|
-
@property
|
|
576
|
+
@_builtins.property
|
|
578
577
|
@pulumi.getter(name="apiVersion")
|
|
579
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
578
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
580
579
|
"""
|
|
581
580
|
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
|
|
582
581
|
"""
|
|
583
582
|
return pulumi.get(self, "api_version")
|
|
584
583
|
|
|
585
584
|
@api_version.setter
|
|
586
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
585
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
587
586
|
pulumi.set(self, "api_version", value)
|
|
588
587
|
|
|
589
|
-
@property
|
|
588
|
+
@_builtins.property
|
|
590
589
|
@pulumi.getter
|
|
591
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
590
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
592
591
|
"""
|
|
593
592
|
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
|
|
594
593
|
"""
|
|
595
594
|
return pulumi.get(self, "kind")
|
|
596
595
|
|
|
597
596
|
@kind.setter
|
|
598
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
597
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
599
598
|
pulumi.set(self, "kind", value)
|
|
600
599
|
|
|
601
|
-
@property
|
|
600
|
+
@_builtins.property
|
|
602
601
|
@pulumi.getter
|
|
603
602
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
604
603
|
"""
|
|
@@ -620,15 +619,15 @@ if not MYPY:
|
|
|
620
619
|
"""
|
|
621
620
|
allocatable represents the volume resources of a node that are available for scheduling.
|
|
622
621
|
"""
|
|
623
|
-
name: NotRequired[pulumi.Input[
|
|
622
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
624
623
|
"""
|
|
625
624
|
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
626
625
|
"""
|
|
627
|
-
node_id: NotRequired[pulumi.Input[
|
|
626
|
+
node_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
628
627
|
"""
|
|
629
628
|
nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
|
|
630
629
|
"""
|
|
631
|
-
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
630
|
+
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
632
631
|
"""
|
|
633
632
|
topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
|
|
634
633
|
"""
|
|
@@ -639,15 +638,15 @@ elif False:
|
|
|
639
638
|
class CSINodeDriverPatchArgs:
|
|
640
639
|
def __init__(__self__, *,
|
|
641
640
|
allocatable: Optional[pulumi.Input['VolumeNodeResourcesPatchArgs']] = None,
|
|
642
|
-
name: Optional[pulumi.Input[
|
|
643
|
-
node_id: Optional[pulumi.Input[
|
|
644
|
-
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
641
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
642
|
+
node_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
643
|
+
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
645
644
|
"""
|
|
646
645
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
647
646
|
:param pulumi.Input['VolumeNodeResourcesPatchArgs'] allocatable: allocatable represents the volume resources of a node that are available for scheduling.
|
|
648
|
-
:param pulumi.Input[
|
|
649
|
-
:param pulumi.Input[
|
|
650
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
647
|
+
: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.
|
|
648
|
+
: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.
|
|
649
|
+
: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.
|
|
651
650
|
"""
|
|
652
651
|
if allocatable is not None:
|
|
653
652
|
pulumi.set(__self__, "allocatable", allocatable)
|
|
@@ -658,7 +657,7 @@ class CSINodeDriverPatchArgs:
|
|
|
658
657
|
if topology_keys is not None:
|
|
659
658
|
pulumi.set(__self__, "topology_keys", topology_keys)
|
|
660
659
|
|
|
661
|
-
@property
|
|
660
|
+
@_builtins.property
|
|
662
661
|
@pulumi.getter
|
|
663
662
|
def allocatable(self) -> Optional[pulumi.Input['VolumeNodeResourcesPatchArgs']]:
|
|
664
663
|
"""
|
|
@@ -670,40 +669,40 @@ class CSINodeDriverPatchArgs:
|
|
|
670
669
|
def allocatable(self, value: Optional[pulumi.Input['VolumeNodeResourcesPatchArgs']]):
|
|
671
670
|
pulumi.set(self, "allocatable", value)
|
|
672
671
|
|
|
673
|
-
@property
|
|
672
|
+
@_builtins.property
|
|
674
673
|
@pulumi.getter
|
|
675
|
-
def name(self) -> Optional[pulumi.Input[
|
|
674
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
676
675
|
"""
|
|
677
676
|
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.
|
|
678
677
|
"""
|
|
679
678
|
return pulumi.get(self, "name")
|
|
680
679
|
|
|
681
680
|
@name.setter
|
|
682
|
-
def name(self, value: Optional[pulumi.Input[
|
|
681
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
683
682
|
pulumi.set(self, "name", value)
|
|
684
683
|
|
|
685
|
-
@property
|
|
684
|
+
@_builtins.property
|
|
686
685
|
@pulumi.getter(name="nodeID")
|
|
687
|
-
def node_id(self) -> Optional[pulumi.Input[
|
|
686
|
+
def node_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
688
687
|
"""
|
|
689
688
|
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.
|
|
690
689
|
"""
|
|
691
690
|
return pulumi.get(self, "node_id")
|
|
692
691
|
|
|
693
692
|
@node_id.setter
|
|
694
|
-
def node_id(self, value: Optional[pulumi.Input[
|
|
693
|
+
def node_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
695
694
|
pulumi.set(self, "node_id", value)
|
|
696
695
|
|
|
697
|
-
@property
|
|
696
|
+
@_builtins.property
|
|
698
697
|
@pulumi.getter(name="topologyKeys")
|
|
699
|
-
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
698
|
+
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
700
699
|
"""
|
|
701
700
|
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.
|
|
702
701
|
"""
|
|
703
702
|
return pulumi.get(self, "topology_keys")
|
|
704
703
|
|
|
705
704
|
@topology_keys.setter
|
|
706
|
-
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
705
|
+
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
707
706
|
pulumi.set(self, "topology_keys", value)
|
|
708
707
|
|
|
709
708
|
|
|
@@ -712,11 +711,11 @@ if not MYPY:
|
|
|
712
711
|
"""
|
|
713
712
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
714
713
|
"""
|
|
715
|
-
name: pulumi.Input[
|
|
714
|
+
name: pulumi.Input[_builtins.str]
|
|
716
715
|
"""
|
|
717
716
|
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
718
717
|
"""
|
|
719
|
-
node_id: pulumi.Input[
|
|
718
|
+
node_id: pulumi.Input[_builtins.str]
|
|
720
719
|
"""
|
|
721
720
|
nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
|
|
722
721
|
"""
|
|
@@ -724,7 +723,7 @@ if not MYPY:
|
|
|
724
723
|
"""
|
|
725
724
|
allocatable represents the volume resources of a node that are available for scheduling.
|
|
726
725
|
"""
|
|
727
|
-
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
726
|
+
topology_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
728
727
|
"""
|
|
729
728
|
topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.
|
|
730
729
|
"""
|
|
@@ -734,16 +733,16 @@ elif False:
|
|
|
734
733
|
@pulumi.input_type
|
|
735
734
|
class CSINodeDriverArgs:
|
|
736
735
|
def __init__(__self__, *,
|
|
737
|
-
name: pulumi.Input[
|
|
738
|
-
node_id: pulumi.Input[
|
|
736
|
+
name: pulumi.Input[_builtins.str],
|
|
737
|
+
node_id: pulumi.Input[_builtins.str],
|
|
739
738
|
allocatable: Optional[pulumi.Input['VolumeNodeResourcesArgs']] = None,
|
|
740
|
-
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
739
|
+
topology_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
741
740
|
"""
|
|
742
741
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
743
|
-
:param pulumi.Input[
|
|
744
|
-
:param pulumi.Input[
|
|
742
|
+
: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.
|
|
743
|
+
: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.
|
|
745
744
|
:param pulumi.Input['VolumeNodeResourcesArgs'] allocatable: allocatable represents the volume resources of a node that are available for scheduling.
|
|
746
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
745
|
+
: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.
|
|
747
746
|
"""
|
|
748
747
|
pulumi.set(__self__, "name", name)
|
|
749
748
|
pulumi.set(__self__, "node_id", node_id)
|
|
@@ -752,31 +751,31 @@ class CSINodeDriverArgs:
|
|
|
752
751
|
if topology_keys is not None:
|
|
753
752
|
pulumi.set(__self__, "topology_keys", topology_keys)
|
|
754
753
|
|
|
755
|
-
@property
|
|
754
|
+
@_builtins.property
|
|
756
755
|
@pulumi.getter
|
|
757
|
-
def name(self) -> pulumi.Input[
|
|
756
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
758
757
|
"""
|
|
759
758
|
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.
|
|
760
759
|
"""
|
|
761
760
|
return pulumi.get(self, "name")
|
|
762
761
|
|
|
763
762
|
@name.setter
|
|
764
|
-
def name(self, value: pulumi.Input[
|
|
763
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
765
764
|
pulumi.set(self, "name", value)
|
|
766
765
|
|
|
767
|
-
@property
|
|
766
|
+
@_builtins.property
|
|
768
767
|
@pulumi.getter(name="nodeID")
|
|
769
|
-
def node_id(self) -> pulumi.Input[
|
|
768
|
+
def node_id(self) -> pulumi.Input[_builtins.str]:
|
|
770
769
|
"""
|
|
771
770
|
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.
|
|
772
771
|
"""
|
|
773
772
|
return pulumi.get(self, "node_id")
|
|
774
773
|
|
|
775
774
|
@node_id.setter
|
|
776
|
-
def node_id(self, value: pulumi.Input[
|
|
775
|
+
def node_id(self, value: pulumi.Input[_builtins.str]):
|
|
777
776
|
pulumi.set(self, "node_id", value)
|
|
778
777
|
|
|
779
|
-
@property
|
|
778
|
+
@_builtins.property
|
|
780
779
|
@pulumi.getter
|
|
781
780
|
def allocatable(self) -> Optional[pulumi.Input['VolumeNodeResourcesArgs']]:
|
|
782
781
|
"""
|
|
@@ -788,16 +787,16 @@ class CSINodeDriverArgs:
|
|
|
788
787
|
def allocatable(self, value: Optional[pulumi.Input['VolumeNodeResourcesArgs']]):
|
|
789
788
|
pulumi.set(self, "allocatable", value)
|
|
790
789
|
|
|
791
|
-
@property
|
|
790
|
+
@_builtins.property
|
|
792
791
|
@pulumi.getter(name="topologyKeys")
|
|
793
|
-
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
792
|
+
def topology_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
794
793
|
"""
|
|
795
794
|
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.
|
|
796
795
|
"""
|
|
797
796
|
return pulumi.get(self, "topology_keys")
|
|
798
797
|
|
|
799
798
|
@topology_keys.setter
|
|
800
|
-
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
799
|
+
def topology_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
801
800
|
pulumi.set(self, "topology_keys", value)
|
|
802
801
|
|
|
803
802
|
|
|
@@ -824,7 +823,7 @@ class CSINodeSpecPatchArgs:
|
|
|
824
823
|
if drivers is not None:
|
|
825
824
|
pulumi.set(__self__, "drivers", drivers)
|
|
826
825
|
|
|
827
|
-
@property
|
|
826
|
+
@_builtins.property
|
|
828
827
|
@pulumi.getter
|
|
829
828
|
def drivers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CSINodeDriverPatchArgs']]]]:
|
|
830
829
|
"""
|
|
@@ -859,7 +858,7 @@ class CSINodeSpecArgs:
|
|
|
859
858
|
"""
|
|
860
859
|
pulumi.set(__self__, "drivers", drivers)
|
|
861
860
|
|
|
862
|
-
@property
|
|
861
|
+
@_builtins.property
|
|
863
862
|
@pulumi.getter
|
|
864
863
|
def drivers(self) -> pulumi.Input[Sequence[pulumi.Input['CSINodeDriverArgs']]]:
|
|
865
864
|
"""
|
|
@@ -881,11 +880,11 @@ if not MYPY:
|
|
|
881
880
|
"""
|
|
882
881
|
spec is the specification of CSINode
|
|
883
882
|
"""
|
|
884
|
-
api_version: NotRequired[pulumi.Input[
|
|
883
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
885
884
|
"""
|
|
886
885
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
887
886
|
"""
|
|
888
|
-
kind: NotRequired[pulumi.Input[
|
|
887
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
889
888
|
"""
|
|
890
889
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
891
890
|
"""
|
|
@@ -900,14 +899,14 @@ elif False:
|
|
|
900
899
|
class CSINodeArgs:
|
|
901
900
|
def __init__(__self__, *,
|
|
902
901
|
spec: pulumi.Input['CSINodeSpecArgs'],
|
|
903
|
-
api_version: Optional[pulumi.Input[
|
|
904
|
-
kind: Optional[pulumi.Input[
|
|
902
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
903
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
905
904
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
906
905
|
"""
|
|
907
906
|
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.
|
|
908
907
|
:param pulumi.Input['CSINodeSpecArgs'] spec: spec is the specification of CSINode
|
|
909
|
-
:param pulumi.Input[
|
|
910
|
-
:param pulumi.Input[
|
|
908
|
+
: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
|
|
909
|
+
: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
|
|
911
910
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: metadata.name must be the Kubernetes node name.
|
|
912
911
|
"""
|
|
913
912
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -918,7 +917,7 @@ class CSINodeArgs:
|
|
|
918
917
|
if metadata is not None:
|
|
919
918
|
pulumi.set(__self__, "metadata", metadata)
|
|
920
919
|
|
|
921
|
-
@property
|
|
920
|
+
@_builtins.property
|
|
922
921
|
@pulumi.getter
|
|
923
922
|
def spec(self) -> pulumi.Input['CSINodeSpecArgs']:
|
|
924
923
|
"""
|
|
@@ -930,31 +929,31 @@ class CSINodeArgs:
|
|
|
930
929
|
def spec(self, value: pulumi.Input['CSINodeSpecArgs']):
|
|
931
930
|
pulumi.set(self, "spec", value)
|
|
932
931
|
|
|
933
|
-
@property
|
|
932
|
+
@_builtins.property
|
|
934
933
|
@pulumi.getter(name="apiVersion")
|
|
935
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
934
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
936
935
|
"""
|
|
937
936
|
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
|
|
938
937
|
"""
|
|
939
938
|
return pulumi.get(self, "api_version")
|
|
940
939
|
|
|
941
940
|
@api_version.setter
|
|
942
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
941
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
943
942
|
pulumi.set(self, "api_version", value)
|
|
944
943
|
|
|
945
|
-
@property
|
|
944
|
+
@_builtins.property
|
|
946
945
|
@pulumi.getter
|
|
947
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
946
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
948
947
|
"""
|
|
949
948
|
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
|
|
950
949
|
"""
|
|
951
950
|
return pulumi.get(self, "kind")
|
|
952
951
|
|
|
953
952
|
@kind.setter
|
|
954
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
953
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
955
954
|
pulumi.set(self, "kind", value)
|
|
956
955
|
|
|
957
|
-
@property
|
|
956
|
+
@_builtins.property
|
|
958
957
|
@pulumi.getter
|
|
959
958
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
960
959
|
"""
|
|
@@ -980,25 +979,25 @@ if not MYPY:
|
|
|
980
979
|
|
|
981
980
|
They are consumed by the kube-scheduler when a CSI driver opts into capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler compares the MaximumVolumeSize against the requested size of pending volumes to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back to a comparison against the less precise Capacity. If that is also unset, the scheduler assumes that capacity is insufficient and tries some other node.
|
|
982
981
|
"""
|
|
983
|
-
storage_class_name: pulumi.Input[
|
|
982
|
+
storage_class_name: pulumi.Input[_builtins.str]
|
|
984
983
|
"""
|
|
985
984
|
The name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
|
|
986
985
|
"""
|
|
987
|
-
api_version: NotRequired[pulumi.Input[
|
|
986
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
988
987
|
"""
|
|
989
988
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
990
989
|
"""
|
|
991
|
-
capacity: NotRequired[pulumi.Input[
|
|
990
|
+
capacity: NotRequired[pulumi.Input[_builtins.str]]
|
|
992
991
|
"""
|
|
993
992
|
Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
994
993
|
|
|
995
994
|
The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable.
|
|
996
995
|
"""
|
|
997
|
-
kind: NotRequired[pulumi.Input[
|
|
996
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
998
997
|
"""
|
|
999
998
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1000
999
|
"""
|
|
1001
|
-
maximum_volume_size: NotRequired[pulumi.Input[
|
|
1000
|
+
maximum_volume_size: NotRequired[pulumi.Input[_builtins.str]]
|
|
1002
1001
|
"""
|
|
1003
1002
|
MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1004
1003
|
|
|
@@ -1022,11 +1021,11 @@ elif False:
|
|
|
1022
1021
|
@pulumi.input_type
|
|
1023
1022
|
class CSIStorageCapacityArgs:
|
|
1024
1023
|
def __init__(__self__, *,
|
|
1025
|
-
storage_class_name: pulumi.Input[
|
|
1026
|
-
api_version: Optional[pulumi.Input[
|
|
1027
|
-
capacity: Optional[pulumi.Input[
|
|
1028
|
-
kind: Optional[pulumi.Input[
|
|
1029
|
-
maximum_volume_size: Optional[pulumi.Input[
|
|
1024
|
+
storage_class_name: pulumi.Input[_builtins.str],
|
|
1025
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1026
|
+
capacity: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1027
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1028
|
+
maximum_volume_size: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1030
1029
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1031
1030
|
node_topology: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
1032
1031
|
"""
|
|
@@ -1039,13 +1038,13 @@ class CSIStorageCapacityArgs:
|
|
|
1039
1038
|
The producer of these objects can decide which approach is more suitable.
|
|
1040
1039
|
|
|
1041
1040
|
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.
|
|
1042
|
-
:param pulumi.Input[
|
|
1043
|
-
:param pulumi.Input[
|
|
1044
|
-
:param pulumi.Input[
|
|
1041
|
+
: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.
|
|
1042
|
+
: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
|
|
1043
|
+
: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.
|
|
1045
1044
|
|
|
1046
1045
|
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.
|
|
1047
|
-
:param pulumi.Input[
|
|
1048
|
-
:param pulumi.Input[
|
|
1046
|
+
: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
|
|
1047
|
+
: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.
|
|
1049
1048
|
|
|
1050
1049
|
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.
|
|
1051
1050
|
: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.
|
|
@@ -1069,33 +1068,33 @@ class CSIStorageCapacityArgs:
|
|
|
1069
1068
|
if node_topology is not None:
|
|
1070
1069
|
pulumi.set(__self__, "node_topology", node_topology)
|
|
1071
1070
|
|
|
1072
|
-
@property
|
|
1071
|
+
@_builtins.property
|
|
1073
1072
|
@pulumi.getter(name="storageClassName")
|
|
1074
|
-
def storage_class_name(self) -> pulumi.Input[
|
|
1073
|
+
def storage_class_name(self) -> pulumi.Input[_builtins.str]:
|
|
1075
1074
|
"""
|
|
1076
1075
|
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.
|
|
1077
1076
|
"""
|
|
1078
1077
|
return pulumi.get(self, "storage_class_name")
|
|
1079
1078
|
|
|
1080
1079
|
@storage_class_name.setter
|
|
1081
|
-
def storage_class_name(self, value: pulumi.Input[
|
|
1080
|
+
def storage_class_name(self, value: pulumi.Input[_builtins.str]):
|
|
1082
1081
|
pulumi.set(self, "storage_class_name", value)
|
|
1083
1082
|
|
|
1084
|
-
@property
|
|
1083
|
+
@_builtins.property
|
|
1085
1084
|
@pulumi.getter(name="apiVersion")
|
|
1086
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1085
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1087
1086
|
"""
|
|
1088
1087
|
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
|
|
1089
1088
|
"""
|
|
1090
1089
|
return pulumi.get(self, "api_version")
|
|
1091
1090
|
|
|
1092
1091
|
@api_version.setter
|
|
1093
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1092
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1094
1093
|
pulumi.set(self, "api_version", value)
|
|
1095
1094
|
|
|
1096
|
-
@property
|
|
1095
|
+
@_builtins.property
|
|
1097
1096
|
@pulumi.getter
|
|
1098
|
-
def capacity(self) -> Optional[pulumi.Input[
|
|
1097
|
+
def capacity(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1099
1098
|
"""
|
|
1100
1099
|
Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1101
1100
|
|
|
@@ -1104,24 +1103,24 @@ class CSIStorageCapacityArgs:
|
|
|
1104
1103
|
return pulumi.get(self, "capacity")
|
|
1105
1104
|
|
|
1106
1105
|
@capacity.setter
|
|
1107
|
-
def capacity(self, value: Optional[pulumi.Input[
|
|
1106
|
+
def capacity(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1108
1107
|
pulumi.set(self, "capacity", value)
|
|
1109
1108
|
|
|
1110
|
-
@property
|
|
1109
|
+
@_builtins.property
|
|
1111
1110
|
@pulumi.getter
|
|
1112
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1111
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1113
1112
|
"""
|
|
1114
1113
|
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
|
|
1115
1114
|
"""
|
|
1116
1115
|
return pulumi.get(self, "kind")
|
|
1117
1116
|
|
|
1118
1117
|
@kind.setter
|
|
1119
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1118
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1120
1119
|
pulumi.set(self, "kind", value)
|
|
1121
1120
|
|
|
1122
|
-
@property
|
|
1121
|
+
@_builtins.property
|
|
1123
1122
|
@pulumi.getter(name="maximumVolumeSize")
|
|
1124
|
-
def maximum_volume_size(self) -> Optional[pulumi.Input[
|
|
1123
|
+
def maximum_volume_size(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1125
1124
|
"""
|
|
1126
1125
|
MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1127
1126
|
|
|
@@ -1130,10 +1129,10 @@ class CSIStorageCapacityArgs:
|
|
|
1130
1129
|
return pulumi.get(self, "maximum_volume_size")
|
|
1131
1130
|
|
|
1132
1131
|
@maximum_volume_size.setter
|
|
1133
|
-
def maximum_volume_size(self, value: Optional[pulumi.Input[
|
|
1132
|
+
def maximum_volume_size(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1134
1133
|
pulumi.set(self, "maximum_volume_size", value)
|
|
1135
1134
|
|
|
1136
|
-
@property
|
|
1135
|
+
@_builtins.property
|
|
1137
1136
|
@pulumi.getter
|
|
1138
1137
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1139
1138
|
"""
|
|
@@ -1149,7 +1148,7 @@ class CSIStorageCapacityArgs:
|
|
|
1149
1148
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1150
1149
|
pulumi.set(self, "metadata", value)
|
|
1151
1150
|
|
|
1152
|
-
@property
|
|
1151
|
+
@_builtins.property
|
|
1153
1152
|
@pulumi.getter(name="nodeTopology")
|
|
1154
1153
|
def node_topology(self) -> Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']]:
|
|
1155
1154
|
"""
|
|
@@ -1169,11 +1168,11 @@ if not MYPY:
|
|
|
1169
1168
|
|
|
1170
1169
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1171
1170
|
"""
|
|
1172
|
-
provisioner: pulumi.Input[
|
|
1171
|
+
provisioner: pulumi.Input[_builtins.str]
|
|
1173
1172
|
"""
|
|
1174
1173
|
Provisioner indicates the type of the provisioner.
|
|
1175
1174
|
"""
|
|
1176
|
-
allow_volume_expansion: NotRequired[pulumi.Input[
|
|
1175
|
+
allow_volume_expansion: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1177
1176
|
"""
|
|
1178
1177
|
AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
1179
1178
|
"""
|
|
@@ -1181,11 +1180,11 @@ if not MYPY:
|
|
|
1181
1180
|
"""
|
|
1182
1181
|
Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.
|
|
1183
1182
|
"""
|
|
1184
|
-
api_version: NotRequired[pulumi.Input[
|
|
1183
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1185
1184
|
"""
|
|
1186
1185
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1187
1186
|
"""
|
|
1188
|
-
kind: NotRequired[pulumi.Input[
|
|
1187
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1189
1188
|
"""
|
|
1190
1189
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1191
1190
|
"""
|
|
@@ -1193,19 +1192,19 @@ if not MYPY:
|
|
|
1193
1192
|
"""
|
|
1194
1193
|
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1195
1194
|
"""
|
|
1196
|
-
mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1195
|
+
mount_options: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1197
1196
|
"""
|
|
1198
1197
|
Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1199
1198
|
"""
|
|
1200
|
-
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1199
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
1201
1200
|
"""
|
|
1202
1201
|
Parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1203
1202
|
"""
|
|
1204
|
-
reclaim_policy: NotRequired[pulumi.Input[
|
|
1203
|
+
reclaim_policy: NotRequired[pulumi.Input[_builtins.str]]
|
|
1205
1204
|
"""
|
|
1206
1205
|
Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1207
1206
|
"""
|
|
1208
|
-
volume_binding_mode: NotRequired[pulumi.Input[
|
|
1207
|
+
volume_binding_mode: NotRequired[pulumi.Input[_builtins.str]]
|
|
1209
1208
|
"""
|
|
1210
1209
|
VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature.
|
|
1211
1210
|
"""
|
|
@@ -1215,30 +1214,30 @@ elif False:
|
|
|
1215
1214
|
@pulumi.input_type
|
|
1216
1215
|
class StorageClassArgs:
|
|
1217
1216
|
def __init__(__self__, *,
|
|
1218
|
-
provisioner: pulumi.Input[
|
|
1219
|
-
allow_volume_expansion: Optional[pulumi.Input[
|
|
1217
|
+
provisioner: pulumi.Input[_builtins.str],
|
|
1218
|
+
allow_volume_expansion: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1220
1219
|
allowed_topologies: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.TopologySelectorTermArgs']]]] = None,
|
|
1221
|
-
api_version: Optional[pulumi.Input[
|
|
1222
|
-
kind: Optional[pulumi.Input[
|
|
1220
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1221
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1223
1222
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1224
|
-
mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1225
|
-
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1226
|
-
reclaim_policy: Optional[pulumi.Input[
|
|
1227
|
-
volume_binding_mode: Optional[pulumi.Input[
|
|
1223
|
+
mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1224
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1225
|
+
reclaim_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1226
|
+
volume_binding_mode: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1228
1227
|
"""
|
|
1229
1228
|
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
|
|
1230
1229
|
|
|
1231
1230
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1232
|
-
:param pulumi.Input[
|
|
1233
|
-
:param pulumi.Input[
|
|
1231
|
+
:param pulumi.Input[_builtins.str] provisioner: Provisioner indicates the type of the provisioner.
|
|
1232
|
+
:param pulumi.Input[_builtins.bool] allow_volume_expansion: AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
1234
1233
|
: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.
|
|
1235
|
-
:param pulumi.Input[
|
|
1236
|
-
:param pulumi.Input[
|
|
1234
|
+
: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
|
|
1235
|
+
: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
|
|
1237
1236
|
: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
|
|
1238
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1239
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
1240
|
-
:param pulumi.Input[
|
|
1241
|
-
:param pulumi.Input[
|
|
1237
|
+
: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.
|
|
1238
|
+
: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.
|
|
1239
|
+
:param pulumi.Input[_builtins.str] reclaim_policy: Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1240
|
+
: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.
|
|
1242
1241
|
"""
|
|
1243
1242
|
pulumi.set(__self__, "provisioner", provisioner)
|
|
1244
1243
|
if allow_volume_expansion is not None:
|
|
@@ -1260,31 +1259,31 @@ class StorageClassArgs:
|
|
|
1260
1259
|
if volume_binding_mode is not None:
|
|
1261
1260
|
pulumi.set(__self__, "volume_binding_mode", volume_binding_mode)
|
|
1262
1261
|
|
|
1263
|
-
@property
|
|
1262
|
+
@_builtins.property
|
|
1264
1263
|
@pulumi.getter
|
|
1265
|
-
def provisioner(self) -> pulumi.Input[
|
|
1264
|
+
def provisioner(self) -> pulumi.Input[_builtins.str]:
|
|
1266
1265
|
"""
|
|
1267
1266
|
Provisioner indicates the type of the provisioner.
|
|
1268
1267
|
"""
|
|
1269
1268
|
return pulumi.get(self, "provisioner")
|
|
1270
1269
|
|
|
1271
1270
|
@provisioner.setter
|
|
1272
|
-
def provisioner(self, value: pulumi.Input[
|
|
1271
|
+
def provisioner(self, value: pulumi.Input[_builtins.str]):
|
|
1273
1272
|
pulumi.set(self, "provisioner", value)
|
|
1274
1273
|
|
|
1275
|
-
@property
|
|
1274
|
+
@_builtins.property
|
|
1276
1275
|
@pulumi.getter(name="allowVolumeExpansion")
|
|
1277
|
-
def allow_volume_expansion(self) -> Optional[pulumi.Input[
|
|
1276
|
+
def allow_volume_expansion(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1278
1277
|
"""
|
|
1279
1278
|
AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
1280
1279
|
"""
|
|
1281
1280
|
return pulumi.get(self, "allow_volume_expansion")
|
|
1282
1281
|
|
|
1283
1282
|
@allow_volume_expansion.setter
|
|
1284
|
-
def allow_volume_expansion(self, value: Optional[pulumi.Input[
|
|
1283
|
+
def allow_volume_expansion(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1285
1284
|
pulumi.set(self, "allow_volume_expansion", value)
|
|
1286
1285
|
|
|
1287
|
-
@property
|
|
1286
|
+
@_builtins.property
|
|
1288
1287
|
@pulumi.getter(name="allowedTopologies")
|
|
1289
1288
|
def allowed_topologies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.TopologySelectorTermArgs']]]]:
|
|
1290
1289
|
"""
|
|
@@ -1296,31 +1295,31 @@ class StorageClassArgs:
|
|
|
1296
1295
|
def allowed_topologies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_core.v1.TopologySelectorTermArgs']]]]):
|
|
1297
1296
|
pulumi.set(self, "allowed_topologies", value)
|
|
1298
1297
|
|
|
1299
|
-
@property
|
|
1298
|
+
@_builtins.property
|
|
1300
1299
|
@pulumi.getter(name="apiVersion")
|
|
1301
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1300
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1302
1301
|
"""
|
|
1303
1302
|
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
|
|
1304
1303
|
"""
|
|
1305
1304
|
return pulumi.get(self, "api_version")
|
|
1306
1305
|
|
|
1307
1306
|
@api_version.setter
|
|
1308
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1307
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1309
1308
|
pulumi.set(self, "api_version", value)
|
|
1310
1309
|
|
|
1311
|
-
@property
|
|
1310
|
+
@_builtins.property
|
|
1312
1311
|
@pulumi.getter
|
|
1313
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1312
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1314
1313
|
"""
|
|
1315
1314
|
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
|
|
1316
1315
|
"""
|
|
1317
1316
|
return pulumi.get(self, "kind")
|
|
1318
1317
|
|
|
1319
1318
|
@kind.setter
|
|
1320
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1319
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1321
1320
|
pulumi.set(self, "kind", value)
|
|
1322
1321
|
|
|
1323
|
-
@property
|
|
1322
|
+
@_builtins.property
|
|
1324
1323
|
@pulumi.getter
|
|
1325
1324
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1326
1325
|
"""
|
|
@@ -1332,52 +1331,52 @@ class StorageClassArgs:
|
|
|
1332
1331
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1333
1332
|
pulumi.set(self, "metadata", value)
|
|
1334
1333
|
|
|
1335
|
-
@property
|
|
1334
|
+
@_builtins.property
|
|
1336
1335
|
@pulumi.getter(name="mountOptions")
|
|
1337
|
-
def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1336
|
+
def mount_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1338
1337
|
"""
|
|
1339
1338
|
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.
|
|
1340
1339
|
"""
|
|
1341
1340
|
return pulumi.get(self, "mount_options")
|
|
1342
1341
|
|
|
1343
1342
|
@mount_options.setter
|
|
1344
|
-
def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1343
|
+
def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1345
1344
|
pulumi.set(self, "mount_options", value)
|
|
1346
1345
|
|
|
1347
|
-
@property
|
|
1346
|
+
@_builtins.property
|
|
1348
1347
|
@pulumi.getter
|
|
1349
|
-
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1348
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1350
1349
|
"""
|
|
1351
1350
|
Parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1352
1351
|
"""
|
|
1353
1352
|
return pulumi.get(self, "parameters")
|
|
1354
1353
|
|
|
1355
1354
|
@parameters.setter
|
|
1356
|
-
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1355
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1357
1356
|
pulumi.set(self, "parameters", value)
|
|
1358
1357
|
|
|
1359
|
-
@property
|
|
1358
|
+
@_builtins.property
|
|
1360
1359
|
@pulumi.getter(name="reclaimPolicy")
|
|
1361
|
-
def reclaim_policy(self) -> Optional[pulumi.Input[
|
|
1360
|
+
def reclaim_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1362
1361
|
"""
|
|
1363
1362
|
Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1364
1363
|
"""
|
|
1365
1364
|
return pulumi.get(self, "reclaim_policy")
|
|
1366
1365
|
|
|
1367
1366
|
@reclaim_policy.setter
|
|
1368
|
-
def reclaim_policy(self, value: Optional[pulumi.Input[
|
|
1367
|
+
def reclaim_policy(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1369
1368
|
pulumi.set(self, "reclaim_policy", value)
|
|
1370
1369
|
|
|
1371
|
-
@property
|
|
1370
|
+
@_builtins.property
|
|
1372
1371
|
@pulumi.getter(name="volumeBindingMode")
|
|
1373
|
-
def volume_binding_mode(self) -> Optional[pulumi.Input[
|
|
1372
|
+
def volume_binding_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1374
1373
|
"""
|
|
1375
1374
|
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.
|
|
1376
1375
|
"""
|
|
1377
1376
|
return pulumi.get(self, "volume_binding_mode")
|
|
1378
1377
|
|
|
1379
1378
|
@volume_binding_mode.setter
|
|
1380
|
-
def volume_binding_mode(self, value: Optional[pulumi.Input[
|
|
1379
|
+
def volume_binding_mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1381
1380
|
pulumi.set(self, "volume_binding_mode", value)
|
|
1382
1381
|
|
|
1383
1382
|
|
|
@@ -1386,11 +1385,11 @@ if not MYPY:
|
|
|
1386
1385
|
"""
|
|
1387
1386
|
TokenRequest contains parameters of a service account token.
|
|
1388
1387
|
"""
|
|
1389
|
-
audience: NotRequired[pulumi.Input[
|
|
1388
|
+
audience: NotRequired[pulumi.Input[_builtins.str]]
|
|
1390
1389
|
"""
|
|
1391
1390
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1392
1391
|
"""
|
|
1393
|
-
expiration_seconds: NotRequired[pulumi.Input[
|
|
1392
|
+
expiration_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1394
1393
|
"""
|
|
1395
1394
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1396
1395
|
"""
|
|
@@ -1400,40 +1399,40 @@ elif False:
|
|
|
1400
1399
|
@pulumi.input_type
|
|
1401
1400
|
class TokenRequestPatchArgs:
|
|
1402
1401
|
def __init__(__self__, *,
|
|
1403
|
-
audience: Optional[pulumi.Input[
|
|
1404
|
-
expiration_seconds: Optional[pulumi.Input[
|
|
1402
|
+
audience: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1403
|
+
expiration_seconds: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1405
1404
|
"""
|
|
1406
1405
|
TokenRequest contains parameters of a service account token.
|
|
1407
|
-
:param pulumi.Input[
|
|
1408
|
-
:param pulumi.Input[
|
|
1406
|
+
: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.
|
|
1407
|
+
: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"
|
|
1409
1408
|
"""
|
|
1410
1409
|
if audience is not None:
|
|
1411
1410
|
pulumi.set(__self__, "audience", audience)
|
|
1412
1411
|
if expiration_seconds is not None:
|
|
1413
1412
|
pulumi.set(__self__, "expiration_seconds", expiration_seconds)
|
|
1414
1413
|
|
|
1415
|
-
@property
|
|
1414
|
+
@_builtins.property
|
|
1416
1415
|
@pulumi.getter
|
|
1417
|
-
def audience(self) -> Optional[pulumi.Input[
|
|
1416
|
+
def audience(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1418
1417
|
"""
|
|
1419
1418
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1420
1419
|
"""
|
|
1421
1420
|
return pulumi.get(self, "audience")
|
|
1422
1421
|
|
|
1423
1422
|
@audience.setter
|
|
1424
|
-
def audience(self, value: Optional[pulumi.Input[
|
|
1423
|
+
def audience(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1425
1424
|
pulumi.set(self, "audience", value)
|
|
1426
1425
|
|
|
1427
|
-
@property
|
|
1426
|
+
@_builtins.property
|
|
1428
1427
|
@pulumi.getter(name="expirationSeconds")
|
|
1429
|
-
def expiration_seconds(self) -> Optional[pulumi.Input[
|
|
1428
|
+
def expiration_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1430
1429
|
"""
|
|
1431
1430
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1432
1431
|
"""
|
|
1433
1432
|
return pulumi.get(self, "expiration_seconds")
|
|
1434
1433
|
|
|
1435
1434
|
@expiration_seconds.setter
|
|
1436
|
-
def expiration_seconds(self, value: Optional[pulumi.Input[
|
|
1435
|
+
def expiration_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1437
1436
|
pulumi.set(self, "expiration_seconds", value)
|
|
1438
1437
|
|
|
1439
1438
|
|
|
@@ -1442,11 +1441,11 @@ if not MYPY:
|
|
|
1442
1441
|
"""
|
|
1443
1442
|
TokenRequest contains parameters of a service account token.
|
|
1444
1443
|
"""
|
|
1445
|
-
audience: pulumi.Input[
|
|
1444
|
+
audience: pulumi.Input[_builtins.str]
|
|
1446
1445
|
"""
|
|
1447
1446
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1448
1447
|
"""
|
|
1449
|
-
expiration_seconds: NotRequired[pulumi.Input[
|
|
1448
|
+
expiration_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1450
1449
|
"""
|
|
1451
1450
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1452
1451
|
"""
|
|
@@ -1456,39 +1455,39 @@ elif False:
|
|
|
1456
1455
|
@pulumi.input_type
|
|
1457
1456
|
class TokenRequestArgs:
|
|
1458
1457
|
def __init__(__self__, *,
|
|
1459
|
-
audience: pulumi.Input[
|
|
1460
|
-
expiration_seconds: Optional[pulumi.Input[
|
|
1458
|
+
audience: pulumi.Input[_builtins.str],
|
|
1459
|
+
expiration_seconds: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1461
1460
|
"""
|
|
1462
1461
|
TokenRequest contains parameters of a service account token.
|
|
1463
|
-
:param pulumi.Input[
|
|
1464
|
-
:param pulumi.Input[
|
|
1462
|
+
: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.
|
|
1463
|
+
: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"
|
|
1465
1464
|
"""
|
|
1466
1465
|
pulumi.set(__self__, "audience", audience)
|
|
1467
1466
|
if expiration_seconds is not None:
|
|
1468
1467
|
pulumi.set(__self__, "expiration_seconds", expiration_seconds)
|
|
1469
1468
|
|
|
1470
|
-
@property
|
|
1469
|
+
@_builtins.property
|
|
1471
1470
|
@pulumi.getter
|
|
1472
|
-
def audience(self) -> pulumi.Input[
|
|
1471
|
+
def audience(self) -> pulumi.Input[_builtins.str]:
|
|
1473
1472
|
"""
|
|
1474
1473
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1475
1474
|
"""
|
|
1476
1475
|
return pulumi.get(self, "audience")
|
|
1477
1476
|
|
|
1478
1477
|
@audience.setter
|
|
1479
|
-
def audience(self, value: pulumi.Input[
|
|
1478
|
+
def audience(self, value: pulumi.Input[_builtins.str]):
|
|
1480
1479
|
pulumi.set(self, "audience", value)
|
|
1481
1480
|
|
|
1482
|
-
@property
|
|
1481
|
+
@_builtins.property
|
|
1483
1482
|
@pulumi.getter(name="expirationSeconds")
|
|
1484
|
-
def expiration_seconds(self) -> Optional[pulumi.Input[
|
|
1483
|
+
def expiration_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1485
1484
|
"""
|
|
1486
1485
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1487
1486
|
"""
|
|
1488
1487
|
return pulumi.get(self, "expiration_seconds")
|
|
1489
1488
|
|
|
1490
1489
|
@expiration_seconds.setter
|
|
1491
|
-
def expiration_seconds(self, value: Optional[pulumi.Input[
|
|
1490
|
+
def expiration_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1492
1491
|
pulumi.set(self, "expiration_seconds", value)
|
|
1493
1492
|
|
|
1494
1493
|
|
|
@@ -1501,7 +1500,7 @@ if not MYPY:
|
|
|
1501
1500
|
"""
|
|
1502
1501
|
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1503
1502
|
"""
|
|
1504
|
-
persistent_volume_name: NotRequired[pulumi.Input[
|
|
1503
|
+
persistent_volume_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1505
1504
|
"""
|
|
1506
1505
|
Name of the persistent volume to attach.
|
|
1507
1506
|
"""
|
|
@@ -1512,18 +1511,18 @@ elif False:
|
|
|
1512
1511
|
class VolumeAttachmentSourcePatchArgs:
|
|
1513
1512
|
def __init__(__self__, *,
|
|
1514
1513
|
inline_volume_spec: Optional[pulumi.Input['_core.v1.PersistentVolumeSpecPatchArgs']] = None,
|
|
1515
|
-
persistent_volume_name: Optional[pulumi.Input[
|
|
1514
|
+
persistent_volume_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1516
1515
|
"""
|
|
1517
1516
|
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.
|
|
1518
1517
|
: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.
|
|
1519
|
-
:param pulumi.Input[
|
|
1518
|
+
:param pulumi.Input[_builtins.str] persistent_volume_name: Name of the persistent volume to attach.
|
|
1520
1519
|
"""
|
|
1521
1520
|
if inline_volume_spec is not None:
|
|
1522
1521
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
1523
1522
|
if persistent_volume_name is not None:
|
|
1524
1523
|
pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
|
|
1525
1524
|
|
|
1526
|
-
@property
|
|
1525
|
+
@_builtins.property
|
|
1527
1526
|
@pulumi.getter(name="inlineVolumeSpec")
|
|
1528
1527
|
def inline_volume_spec(self) -> Optional[pulumi.Input['_core.v1.PersistentVolumeSpecPatchArgs']]:
|
|
1529
1528
|
"""
|
|
@@ -1535,16 +1534,16 @@ class VolumeAttachmentSourcePatchArgs:
|
|
|
1535
1534
|
def inline_volume_spec(self, value: Optional[pulumi.Input['_core.v1.PersistentVolumeSpecPatchArgs']]):
|
|
1536
1535
|
pulumi.set(self, "inline_volume_spec", value)
|
|
1537
1536
|
|
|
1538
|
-
@property
|
|
1537
|
+
@_builtins.property
|
|
1539
1538
|
@pulumi.getter(name="persistentVolumeName")
|
|
1540
|
-
def persistent_volume_name(self) -> Optional[pulumi.Input[
|
|
1539
|
+
def persistent_volume_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1541
1540
|
"""
|
|
1542
1541
|
Name of the persistent volume to attach.
|
|
1543
1542
|
"""
|
|
1544
1543
|
return pulumi.get(self, "persistent_volume_name")
|
|
1545
1544
|
|
|
1546
1545
|
@persistent_volume_name.setter
|
|
1547
|
-
def persistent_volume_name(self, value: Optional[pulumi.Input[
|
|
1546
|
+
def persistent_volume_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1548
1547
|
pulumi.set(self, "persistent_volume_name", value)
|
|
1549
1548
|
|
|
1550
1549
|
|
|
@@ -1557,7 +1556,7 @@ if not MYPY:
|
|
|
1557
1556
|
"""
|
|
1558
1557
|
inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1559
1558
|
"""
|
|
1560
|
-
persistent_volume_name: NotRequired[pulumi.Input[
|
|
1559
|
+
persistent_volume_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1561
1560
|
"""
|
|
1562
1561
|
Name of the persistent volume to attach.
|
|
1563
1562
|
"""
|
|
@@ -1568,18 +1567,18 @@ elif False:
|
|
|
1568
1567
|
class VolumeAttachmentSourceArgs:
|
|
1569
1568
|
def __init__(__self__, *,
|
|
1570
1569
|
inline_volume_spec: Optional[pulumi.Input['_core.v1.PersistentVolumeSpecArgs']] = None,
|
|
1571
|
-
persistent_volume_name: Optional[pulumi.Input[
|
|
1570
|
+
persistent_volume_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1572
1571
|
"""
|
|
1573
1572
|
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.
|
|
1574
1573
|
: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.
|
|
1575
|
-
:param pulumi.Input[
|
|
1574
|
+
:param pulumi.Input[_builtins.str] persistent_volume_name: Name of the persistent volume to attach.
|
|
1576
1575
|
"""
|
|
1577
1576
|
if inline_volume_spec is not None:
|
|
1578
1577
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
1579
1578
|
if persistent_volume_name is not None:
|
|
1580
1579
|
pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
|
|
1581
1580
|
|
|
1582
|
-
@property
|
|
1581
|
+
@_builtins.property
|
|
1583
1582
|
@pulumi.getter(name="inlineVolumeSpec")
|
|
1584
1583
|
def inline_volume_spec(self) -> Optional[pulumi.Input['_core.v1.PersistentVolumeSpecArgs']]:
|
|
1585
1584
|
"""
|
|
@@ -1591,16 +1590,16 @@ class VolumeAttachmentSourceArgs:
|
|
|
1591
1590
|
def inline_volume_spec(self, value: Optional[pulumi.Input['_core.v1.PersistentVolumeSpecArgs']]):
|
|
1592
1591
|
pulumi.set(self, "inline_volume_spec", value)
|
|
1593
1592
|
|
|
1594
|
-
@property
|
|
1593
|
+
@_builtins.property
|
|
1595
1594
|
@pulumi.getter(name="persistentVolumeName")
|
|
1596
|
-
def persistent_volume_name(self) -> Optional[pulumi.Input[
|
|
1595
|
+
def persistent_volume_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1597
1596
|
"""
|
|
1598
1597
|
Name of the persistent volume to attach.
|
|
1599
1598
|
"""
|
|
1600
1599
|
return pulumi.get(self, "persistent_volume_name")
|
|
1601
1600
|
|
|
1602
1601
|
@persistent_volume_name.setter
|
|
1603
|
-
def persistent_volume_name(self, value: Optional[pulumi.Input[
|
|
1602
|
+
def persistent_volume_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1604
1603
|
pulumi.set(self, "persistent_volume_name", value)
|
|
1605
1604
|
|
|
1606
1605
|
|
|
@@ -1609,11 +1608,11 @@ if not MYPY:
|
|
|
1609
1608
|
"""
|
|
1610
1609
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1611
1610
|
"""
|
|
1612
|
-
attacher: NotRequired[pulumi.Input[
|
|
1611
|
+
attacher: NotRequired[pulumi.Input[_builtins.str]]
|
|
1613
1612
|
"""
|
|
1614
1613
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1615
1614
|
"""
|
|
1616
|
-
node_name: NotRequired[pulumi.Input[
|
|
1615
|
+
node_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1617
1616
|
"""
|
|
1618
1617
|
The node that the volume should be attached to.
|
|
1619
1618
|
"""
|
|
@@ -1627,13 +1626,13 @@ elif False:
|
|
|
1627
1626
|
@pulumi.input_type
|
|
1628
1627
|
class VolumeAttachmentSpecPatchArgs:
|
|
1629
1628
|
def __init__(__self__, *,
|
|
1630
|
-
attacher: Optional[pulumi.Input[
|
|
1631
|
-
node_name: Optional[pulumi.Input[
|
|
1629
|
+
attacher: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1630
|
+
node_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1632
1631
|
source: Optional[pulumi.Input['VolumeAttachmentSourcePatchArgs']] = None):
|
|
1633
1632
|
"""
|
|
1634
1633
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1635
|
-
:param pulumi.Input[
|
|
1636
|
-
:param pulumi.Input[
|
|
1634
|
+
: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().
|
|
1635
|
+
:param pulumi.Input[_builtins.str] node_name: The node that the volume should be attached to.
|
|
1637
1636
|
:param pulumi.Input['VolumeAttachmentSourcePatchArgs'] source: Source represents the volume that should be attached.
|
|
1638
1637
|
"""
|
|
1639
1638
|
if attacher is not None:
|
|
@@ -1643,31 +1642,31 @@ class VolumeAttachmentSpecPatchArgs:
|
|
|
1643
1642
|
if source is not None:
|
|
1644
1643
|
pulumi.set(__self__, "source", source)
|
|
1645
1644
|
|
|
1646
|
-
@property
|
|
1645
|
+
@_builtins.property
|
|
1647
1646
|
@pulumi.getter
|
|
1648
|
-
def attacher(self) -> Optional[pulumi.Input[
|
|
1647
|
+
def attacher(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1649
1648
|
"""
|
|
1650
1649
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1651
1650
|
"""
|
|
1652
1651
|
return pulumi.get(self, "attacher")
|
|
1653
1652
|
|
|
1654
1653
|
@attacher.setter
|
|
1655
|
-
def attacher(self, value: Optional[pulumi.Input[
|
|
1654
|
+
def attacher(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1656
1655
|
pulumi.set(self, "attacher", value)
|
|
1657
1656
|
|
|
1658
|
-
@property
|
|
1657
|
+
@_builtins.property
|
|
1659
1658
|
@pulumi.getter(name="nodeName")
|
|
1660
|
-
def node_name(self) -> Optional[pulumi.Input[
|
|
1659
|
+
def node_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1661
1660
|
"""
|
|
1662
1661
|
The node that the volume should be attached to.
|
|
1663
1662
|
"""
|
|
1664
1663
|
return pulumi.get(self, "node_name")
|
|
1665
1664
|
|
|
1666
1665
|
@node_name.setter
|
|
1667
|
-
def node_name(self, value: Optional[pulumi.Input[
|
|
1666
|
+
def node_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1668
1667
|
pulumi.set(self, "node_name", value)
|
|
1669
1668
|
|
|
1670
|
-
@property
|
|
1669
|
+
@_builtins.property
|
|
1671
1670
|
@pulumi.getter
|
|
1672
1671
|
def source(self) -> Optional[pulumi.Input['VolumeAttachmentSourcePatchArgs']]:
|
|
1673
1672
|
"""
|
|
@@ -1685,11 +1684,11 @@ if not MYPY:
|
|
|
1685
1684
|
"""
|
|
1686
1685
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1687
1686
|
"""
|
|
1688
|
-
attacher: pulumi.Input[
|
|
1687
|
+
attacher: pulumi.Input[_builtins.str]
|
|
1689
1688
|
"""
|
|
1690
1689
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1691
1690
|
"""
|
|
1692
|
-
node_name: pulumi.Input[
|
|
1691
|
+
node_name: pulumi.Input[_builtins.str]
|
|
1693
1692
|
"""
|
|
1694
1693
|
The node that the volume should be attached to.
|
|
1695
1694
|
"""
|
|
@@ -1703,44 +1702,44 @@ elif False:
|
|
|
1703
1702
|
@pulumi.input_type
|
|
1704
1703
|
class VolumeAttachmentSpecArgs:
|
|
1705
1704
|
def __init__(__self__, *,
|
|
1706
|
-
attacher: pulumi.Input[
|
|
1707
|
-
node_name: pulumi.Input[
|
|
1705
|
+
attacher: pulumi.Input[_builtins.str],
|
|
1706
|
+
node_name: pulumi.Input[_builtins.str],
|
|
1708
1707
|
source: pulumi.Input['VolumeAttachmentSourceArgs']):
|
|
1709
1708
|
"""
|
|
1710
1709
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1711
|
-
:param pulumi.Input[
|
|
1712
|
-
:param pulumi.Input[
|
|
1710
|
+
: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().
|
|
1711
|
+
:param pulumi.Input[_builtins.str] node_name: The node that the volume should be attached to.
|
|
1713
1712
|
:param pulumi.Input['VolumeAttachmentSourceArgs'] source: Source represents the volume that should be attached.
|
|
1714
1713
|
"""
|
|
1715
1714
|
pulumi.set(__self__, "attacher", attacher)
|
|
1716
1715
|
pulumi.set(__self__, "node_name", node_name)
|
|
1717
1716
|
pulumi.set(__self__, "source", source)
|
|
1718
1717
|
|
|
1719
|
-
@property
|
|
1718
|
+
@_builtins.property
|
|
1720
1719
|
@pulumi.getter
|
|
1721
|
-
def attacher(self) -> pulumi.Input[
|
|
1720
|
+
def attacher(self) -> pulumi.Input[_builtins.str]:
|
|
1722
1721
|
"""
|
|
1723
1722
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1724
1723
|
"""
|
|
1725
1724
|
return pulumi.get(self, "attacher")
|
|
1726
1725
|
|
|
1727
1726
|
@attacher.setter
|
|
1728
|
-
def attacher(self, value: pulumi.Input[
|
|
1727
|
+
def attacher(self, value: pulumi.Input[_builtins.str]):
|
|
1729
1728
|
pulumi.set(self, "attacher", value)
|
|
1730
1729
|
|
|
1731
|
-
@property
|
|
1730
|
+
@_builtins.property
|
|
1732
1731
|
@pulumi.getter(name="nodeName")
|
|
1733
|
-
def node_name(self) -> pulumi.Input[
|
|
1732
|
+
def node_name(self) -> pulumi.Input[_builtins.str]:
|
|
1734
1733
|
"""
|
|
1735
1734
|
The node that the volume should be attached to.
|
|
1736
1735
|
"""
|
|
1737
1736
|
return pulumi.get(self, "node_name")
|
|
1738
1737
|
|
|
1739
1738
|
@node_name.setter
|
|
1740
|
-
def node_name(self, value: pulumi.Input[
|
|
1739
|
+
def node_name(self, value: pulumi.Input[_builtins.str]):
|
|
1741
1740
|
pulumi.set(self, "node_name", value)
|
|
1742
1741
|
|
|
1743
|
-
@property
|
|
1742
|
+
@_builtins.property
|
|
1744
1743
|
@pulumi.getter
|
|
1745
1744
|
def source(self) -> pulumi.Input['VolumeAttachmentSourceArgs']:
|
|
1746
1745
|
"""
|
|
@@ -1758,7 +1757,7 @@ if not MYPY:
|
|
|
1758
1757
|
"""
|
|
1759
1758
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1760
1759
|
"""
|
|
1761
|
-
attached: pulumi.Input[
|
|
1760
|
+
attached: pulumi.Input[_builtins.bool]
|
|
1762
1761
|
"""
|
|
1763
1762
|
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1764
1763
|
"""
|
|
@@ -1766,7 +1765,7 @@ if not MYPY:
|
|
|
1766
1765
|
"""
|
|
1767
1766
|
The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1768
1767
|
"""
|
|
1769
|
-
attachment_metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1768
|
+
attachment_metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
1770
1769
|
"""
|
|
1771
1770
|
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1772
1771
|
"""
|
|
@@ -1780,15 +1779,15 @@ elif False:
|
|
|
1780
1779
|
@pulumi.input_type
|
|
1781
1780
|
class VolumeAttachmentStatusArgs:
|
|
1782
1781
|
def __init__(__self__, *,
|
|
1783
|
-
attached: pulumi.Input[
|
|
1782
|
+
attached: pulumi.Input[_builtins.bool],
|
|
1784
1783
|
attach_error: Optional[pulumi.Input['VolumeErrorArgs']] = None,
|
|
1785
|
-
attachment_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1784
|
+
attachment_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
1786
1785
|
detach_error: Optional[pulumi.Input['VolumeErrorArgs']] = None):
|
|
1787
1786
|
"""
|
|
1788
1787
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1789
|
-
:param pulumi.Input[
|
|
1788
|
+
: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.
|
|
1790
1789
|
: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.
|
|
1791
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
1790
|
+
: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.
|
|
1792
1791
|
: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.
|
|
1793
1792
|
"""
|
|
1794
1793
|
pulumi.set(__self__, "attached", attached)
|
|
@@ -1799,19 +1798,19 @@ class VolumeAttachmentStatusArgs:
|
|
|
1799
1798
|
if detach_error is not None:
|
|
1800
1799
|
pulumi.set(__self__, "detach_error", detach_error)
|
|
1801
1800
|
|
|
1802
|
-
@property
|
|
1801
|
+
@_builtins.property
|
|
1803
1802
|
@pulumi.getter
|
|
1804
|
-
def attached(self) -> pulumi.Input[
|
|
1803
|
+
def attached(self) -> pulumi.Input[_builtins.bool]:
|
|
1805
1804
|
"""
|
|
1806
1805
|
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1807
1806
|
"""
|
|
1808
1807
|
return pulumi.get(self, "attached")
|
|
1809
1808
|
|
|
1810
1809
|
@attached.setter
|
|
1811
|
-
def attached(self, value: pulumi.Input[
|
|
1810
|
+
def attached(self, value: pulumi.Input[_builtins.bool]):
|
|
1812
1811
|
pulumi.set(self, "attached", value)
|
|
1813
1812
|
|
|
1814
|
-
@property
|
|
1813
|
+
@_builtins.property
|
|
1815
1814
|
@pulumi.getter(name="attachError")
|
|
1816
1815
|
def attach_error(self) -> Optional[pulumi.Input['VolumeErrorArgs']]:
|
|
1817
1816
|
"""
|
|
@@ -1823,19 +1822,19 @@ class VolumeAttachmentStatusArgs:
|
|
|
1823
1822
|
def attach_error(self, value: Optional[pulumi.Input['VolumeErrorArgs']]):
|
|
1824
1823
|
pulumi.set(self, "attach_error", value)
|
|
1825
1824
|
|
|
1826
|
-
@property
|
|
1825
|
+
@_builtins.property
|
|
1827
1826
|
@pulumi.getter(name="attachmentMetadata")
|
|
1828
|
-
def attachment_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1827
|
+
def attachment_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
1829
1828
|
"""
|
|
1830
1829
|
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.
|
|
1831
1830
|
"""
|
|
1832
1831
|
return pulumi.get(self, "attachment_metadata")
|
|
1833
1832
|
|
|
1834
1833
|
@attachment_metadata.setter
|
|
1835
|
-
def attachment_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1834
|
+
def attachment_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
1836
1835
|
pulumi.set(self, "attachment_metadata", value)
|
|
1837
1836
|
|
|
1838
|
-
@property
|
|
1837
|
+
@_builtins.property
|
|
1839
1838
|
@pulumi.getter(name="detachError")
|
|
1840
1839
|
def detach_error(self) -> Optional[pulumi.Input['VolumeErrorArgs']]:
|
|
1841
1840
|
"""
|
|
@@ -1859,11 +1858,11 @@ if not MYPY:
|
|
|
1859
1858
|
"""
|
|
1860
1859
|
Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
1861
1860
|
"""
|
|
1862
|
-
api_version: NotRequired[pulumi.Input[
|
|
1861
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1863
1862
|
"""
|
|
1864
1863
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1865
1864
|
"""
|
|
1866
|
-
kind: NotRequired[pulumi.Input[
|
|
1865
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1867
1866
|
"""
|
|
1868
1867
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1869
1868
|
"""
|
|
@@ -1882,8 +1881,8 @@ elif False:
|
|
|
1882
1881
|
class VolumeAttachmentArgs:
|
|
1883
1882
|
def __init__(__self__, *,
|
|
1884
1883
|
spec: pulumi.Input['VolumeAttachmentSpecArgs'],
|
|
1885
|
-
api_version: Optional[pulumi.Input[
|
|
1886
|
-
kind: Optional[pulumi.Input[
|
|
1884
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1885
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1887
1886
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1888
1887
|
status: Optional[pulumi.Input['VolumeAttachmentStatusArgs']] = None):
|
|
1889
1888
|
"""
|
|
@@ -1891,8 +1890,8 @@ class VolumeAttachmentArgs:
|
|
|
1891
1890
|
|
|
1892
1891
|
VolumeAttachment objects are non-namespaced.
|
|
1893
1892
|
:param pulumi.Input['VolumeAttachmentSpecArgs'] spec: Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
1894
|
-
:param pulumi.Input[
|
|
1895
|
-
:param pulumi.Input[
|
|
1893
|
+
: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
|
|
1894
|
+
: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
|
|
1896
1895
|
: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
|
|
1897
1896
|
: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.
|
|
1898
1897
|
"""
|
|
@@ -1906,7 +1905,7 @@ class VolumeAttachmentArgs:
|
|
|
1906
1905
|
if status is not None:
|
|
1907
1906
|
pulumi.set(__self__, "status", status)
|
|
1908
1907
|
|
|
1909
|
-
@property
|
|
1908
|
+
@_builtins.property
|
|
1910
1909
|
@pulumi.getter
|
|
1911
1910
|
def spec(self) -> pulumi.Input['VolumeAttachmentSpecArgs']:
|
|
1912
1911
|
"""
|
|
@@ -1918,31 +1917,31 @@ class VolumeAttachmentArgs:
|
|
|
1918
1917
|
def spec(self, value: pulumi.Input['VolumeAttachmentSpecArgs']):
|
|
1919
1918
|
pulumi.set(self, "spec", value)
|
|
1920
1919
|
|
|
1921
|
-
@property
|
|
1920
|
+
@_builtins.property
|
|
1922
1921
|
@pulumi.getter(name="apiVersion")
|
|
1923
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1922
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1924
1923
|
"""
|
|
1925
1924
|
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
|
|
1926
1925
|
"""
|
|
1927
1926
|
return pulumi.get(self, "api_version")
|
|
1928
1927
|
|
|
1929
1928
|
@api_version.setter
|
|
1930
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1929
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1931
1930
|
pulumi.set(self, "api_version", value)
|
|
1932
1931
|
|
|
1933
|
-
@property
|
|
1932
|
+
@_builtins.property
|
|
1934
1933
|
@pulumi.getter
|
|
1935
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1934
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1936
1935
|
"""
|
|
1937
1936
|
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
|
|
1938
1937
|
"""
|
|
1939
1938
|
return pulumi.get(self, "kind")
|
|
1940
1939
|
|
|
1941
1940
|
@kind.setter
|
|
1942
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1941
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1943
1942
|
pulumi.set(self, "kind", value)
|
|
1944
1943
|
|
|
1945
|
-
@property
|
|
1944
|
+
@_builtins.property
|
|
1946
1945
|
@pulumi.getter
|
|
1947
1946
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1948
1947
|
"""
|
|
@@ -1954,7 +1953,7 @@ class VolumeAttachmentArgs:
|
|
|
1954
1953
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1955
1954
|
pulumi.set(self, "metadata", value)
|
|
1956
1955
|
|
|
1957
|
-
@property
|
|
1956
|
+
@_builtins.property
|
|
1958
1957
|
@pulumi.getter
|
|
1959
1958
|
def status(self) -> Optional[pulumi.Input['VolumeAttachmentStatusArgs']]:
|
|
1960
1959
|
"""
|
|
@@ -1972,15 +1971,15 @@ if not MYPY:
|
|
|
1972
1971
|
"""
|
|
1973
1972
|
VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
|
|
1974
1973
|
"""
|
|
1975
|
-
driver_name: pulumi.Input[
|
|
1974
|
+
driver_name: pulumi.Input[_builtins.str]
|
|
1976
1975
|
"""
|
|
1977
1976
|
Name of the CSI driver This field is immutable.
|
|
1978
1977
|
"""
|
|
1979
|
-
api_version: NotRequired[pulumi.Input[
|
|
1978
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1980
1979
|
"""
|
|
1981
1980
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1982
1981
|
"""
|
|
1983
|
-
kind: NotRequired[pulumi.Input[
|
|
1982
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1984
1983
|
"""
|
|
1985
1984
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1986
1985
|
"""
|
|
@@ -1988,7 +1987,7 @@ if not MYPY:
|
|
|
1988
1987
|
"""
|
|
1989
1988
|
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1990
1989
|
"""
|
|
1991
|
-
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[
|
|
1990
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
|
1992
1991
|
"""
|
|
1993
1992
|
parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
1994
1993
|
|
|
@@ -2000,18 +1999,18 @@ elif False:
|
|
|
2000
1999
|
@pulumi.input_type
|
|
2001
2000
|
class VolumeAttributesClassArgs:
|
|
2002
2001
|
def __init__(__self__, *,
|
|
2003
|
-
driver_name: pulumi.Input[
|
|
2004
|
-
api_version: Optional[pulumi.Input[
|
|
2005
|
-
kind: Optional[pulumi.Input[
|
|
2002
|
+
driver_name: pulumi.Input[_builtins.str],
|
|
2003
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2004
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2006
2005
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2007
|
-
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
2006
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
|
2008
2007
|
"""
|
|
2009
2008
|
VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
|
|
2010
|
-
:param pulumi.Input[
|
|
2011
|
-
:param pulumi.Input[
|
|
2012
|
-
:param pulumi.Input[
|
|
2009
|
+
:param pulumi.Input[_builtins.str] driver_name: Name of the CSI driver This field is immutable.
|
|
2010
|
+
: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
|
|
2011
|
+
: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
|
|
2013
2012
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2014
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[
|
|
2013
|
+
: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.
|
|
2015
2014
|
|
|
2016
2015
|
This field is required and must contain at least one key/value pair. The keys cannot be empty, and the maximum number of parameters is 512, with a cumulative max size of 256K. If the CSI driver rejects invalid parameters, the target PersistentVolumeClaim will be set to an "Infeasible" state in the modifyVolumeStatus field.
|
|
2017
2016
|
"""
|
|
@@ -2025,43 +2024,43 @@ class VolumeAttributesClassArgs:
|
|
|
2025
2024
|
if parameters is not None:
|
|
2026
2025
|
pulumi.set(__self__, "parameters", parameters)
|
|
2027
2026
|
|
|
2028
|
-
@property
|
|
2027
|
+
@_builtins.property
|
|
2029
2028
|
@pulumi.getter(name="driverName")
|
|
2030
|
-
def driver_name(self) -> pulumi.Input[
|
|
2029
|
+
def driver_name(self) -> pulumi.Input[_builtins.str]:
|
|
2031
2030
|
"""
|
|
2032
2031
|
Name of the CSI driver This field is immutable.
|
|
2033
2032
|
"""
|
|
2034
2033
|
return pulumi.get(self, "driver_name")
|
|
2035
2034
|
|
|
2036
2035
|
@driver_name.setter
|
|
2037
|
-
def driver_name(self, value: pulumi.Input[
|
|
2036
|
+
def driver_name(self, value: pulumi.Input[_builtins.str]):
|
|
2038
2037
|
pulumi.set(self, "driver_name", value)
|
|
2039
2038
|
|
|
2040
|
-
@property
|
|
2039
|
+
@_builtins.property
|
|
2041
2040
|
@pulumi.getter(name="apiVersion")
|
|
2042
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
2041
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2043
2042
|
"""
|
|
2044
2043
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2045
2044
|
"""
|
|
2046
2045
|
return pulumi.get(self, "api_version")
|
|
2047
2046
|
|
|
2048
2047
|
@api_version.setter
|
|
2049
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
2048
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2050
2049
|
pulumi.set(self, "api_version", value)
|
|
2051
2050
|
|
|
2052
|
-
@property
|
|
2051
|
+
@_builtins.property
|
|
2053
2052
|
@pulumi.getter
|
|
2054
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
2053
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2055
2054
|
"""
|
|
2056
2055
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2057
2056
|
"""
|
|
2058
2057
|
return pulumi.get(self, "kind")
|
|
2059
2058
|
|
|
2060
2059
|
@kind.setter
|
|
2061
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
2060
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2062
2061
|
pulumi.set(self, "kind", value)
|
|
2063
2062
|
|
|
2064
|
-
@property
|
|
2063
|
+
@_builtins.property
|
|
2065
2064
|
@pulumi.getter
|
|
2066
2065
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
2067
2066
|
"""
|
|
@@ -2073,9 +2072,9 @@ class VolumeAttributesClassArgs:
|
|
|
2073
2072
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
2074
2073
|
pulumi.set(self, "metadata", value)
|
|
2075
2074
|
|
|
2076
|
-
@property
|
|
2075
|
+
@_builtins.property
|
|
2077
2076
|
@pulumi.getter
|
|
2078
|
-
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
2077
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
2079
2078
|
"""
|
|
2080
2079
|
parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
2081
2080
|
|
|
@@ -2084,7 +2083,7 @@ class VolumeAttributesClassArgs:
|
|
|
2084
2083
|
return pulumi.get(self, "parameters")
|
|
2085
2084
|
|
|
2086
2085
|
@parameters.setter
|
|
2087
|
-
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[
|
|
2086
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
2088
2087
|
pulumi.set(self, "parameters", value)
|
|
2089
2088
|
|
|
2090
2089
|
|
|
@@ -2093,11 +2092,11 @@ if not MYPY:
|
|
|
2093
2092
|
"""
|
|
2094
2093
|
VolumeError captures an error encountered during a volume operation.
|
|
2095
2094
|
"""
|
|
2096
|
-
message: NotRequired[pulumi.Input[
|
|
2095
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
2097
2096
|
"""
|
|
2098
2097
|
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2099
2098
|
"""
|
|
2100
|
-
time: NotRequired[pulumi.Input[
|
|
2099
|
+
time: NotRequired[pulumi.Input[_builtins.str]]
|
|
2101
2100
|
"""
|
|
2102
2101
|
Time the error was encountered.
|
|
2103
2102
|
"""
|
|
@@ -2107,40 +2106,40 @@ elif False:
|
|
|
2107
2106
|
@pulumi.input_type
|
|
2108
2107
|
class VolumeErrorArgs:
|
|
2109
2108
|
def __init__(__self__, *,
|
|
2110
|
-
message: Optional[pulumi.Input[
|
|
2111
|
-
time: Optional[pulumi.Input[
|
|
2109
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2110
|
+
time: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2112
2111
|
"""
|
|
2113
2112
|
VolumeError captures an error encountered during a volume operation.
|
|
2114
|
-
:param pulumi.Input[
|
|
2115
|
-
:param pulumi.Input[
|
|
2113
|
+
: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.
|
|
2114
|
+
:param pulumi.Input[_builtins.str] time: Time the error was encountered.
|
|
2116
2115
|
"""
|
|
2117
2116
|
if message is not None:
|
|
2118
2117
|
pulumi.set(__self__, "message", message)
|
|
2119
2118
|
if time is not None:
|
|
2120
2119
|
pulumi.set(__self__, "time", time)
|
|
2121
2120
|
|
|
2122
|
-
@property
|
|
2121
|
+
@_builtins.property
|
|
2123
2122
|
@pulumi.getter
|
|
2124
|
-
def message(self) -> Optional[pulumi.Input[
|
|
2123
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2125
2124
|
"""
|
|
2126
2125
|
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
2127
2126
|
"""
|
|
2128
2127
|
return pulumi.get(self, "message")
|
|
2129
2128
|
|
|
2130
2129
|
@message.setter
|
|
2131
|
-
def message(self, value: Optional[pulumi.Input[
|
|
2130
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2132
2131
|
pulumi.set(self, "message", value)
|
|
2133
2132
|
|
|
2134
|
-
@property
|
|
2133
|
+
@_builtins.property
|
|
2135
2134
|
@pulumi.getter
|
|
2136
|
-
def time(self) -> Optional[pulumi.Input[
|
|
2135
|
+
def time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2137
2136
|
"""
|
|
2138
2137
|
Time the error was encountered.
|
|
2139
2138
|
"""
|
|
2140
2139
|
return pulumi.get(self, "time")
|
|
2141
2140
|
|
|
2142
2141
|
@time.setter
|
|
2143
|
-
def time(self, value: Optional[pulumi.Input[
|
|
2142
|
+
def time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2144
2143
|
pulumi.set(self, "time", value)
|
|
2145
2144
|
|
|
2146
2145
|
|
|
@@ -2149,7 +2148,7 @@ if not MYPY:
|
|
|
2149
2148
|
"""
|
|
2150
2149
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2151
2150
|
"""
|
|
2152
|
-
count: NotRequired[pulumi.Input[
|
|
2151
|
+
count: NotRequired[pulumi.Input[_builtins.int]]
|
|
2153
2152
|
"""
|
|
2154
2153
|
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2155
2154
|
"""
|
|
@@ -2159,24 +2158,24 @@ elif False:
|
|
|
2159
2158
|
@pulumi.input_type
|
|
2160
2159
|
class VolumeNodeResourcesPatchArgs:
|
|
2161
2160
|
def __init__(__self__, *,
|
|
2162
|
-
count: Optional[pulumi.Input[
|
|
2161
|
+
count: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2163
2162
|
"""
|
|
2164
2163
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2165
|
-
:param pulumi.Input[
|
|
2164
|
+
: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.
|
|
2166
2165
|
"""
|
|
2167
2166
|
if count is not None:
|
|
2168
2167
|
pulumi.set(__self__, "count", count)
|
|
2169
2168
|
|
|
2170
|
-
@property
|
|
2169
|
+
@_builtins.property
|
|
2171
2170
|
@pulumi.getter
|
|
2172
|
-
def count(self) -> Optional[pulumi.Input[
|
|
2171
|
+
def count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2173
2172
|
"""
|
|
2174
2173
|
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.
|
|
2175
2174
|
"""
|
|
2176
2175
|
return pulumi.get(self, "count")
|
|
2177
2176
|
|
|
2178
2177
|
@count.setter
|
|
2179
|
-
def count(self, value: Optional[pulumi.Input[
|
|
2178
|
+
def count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2180
2179
|
pulumi.set(self, "count", value)
|
|
2181
2180
|
|
|
2182
2181
|
|
|
@@ -2185,7 +2184,7 @@ if not MYPY:
|
|
|
2185
2184
|
"""
|
|
2186
2185
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2187
2186
|
"""
|
|
2188
|
-
count: NotRequired[pulumi.Input[
|
|
2187
|
+
count: NotRequired[pulumi.Input[_builtins.int]]
|
|
2189
2188
|
"""
|
|
2190
2189
|
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
2191
2190
|
"""
|
|
@@ -2195,24 +2194,24 @@ elif False:
|
|
|
2195
2194
|
@pulumi.input_type
|
|
2196
2195
|
class VolumeNodeResourcesArgs:
|
|
2197
2196
|
def __init__(__self__, *,
|
|
2198
|
-
count: Optional[pulumi.Input[
|
|
2197
|
+
count: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2199
2198
|
"""
|
|
2200
2199
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
2201
|
-
:param pulumi.Input[
|
|
2200
|
+
: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.
|
|
2202
2201
|
"""
|
|
2203
2202
|
if count is not None:
|
|
2204
2203
|
pulumi.set(__self__, "count", count)
|
|
2205
2204
|
|
|
2206
|
-
@property
|
|
2205
|
+
@_builtins.property
|
|
2207
2206
|
@pulumi.getter
|
|
2208
|
-
def count(self) -> Optional[pulumi.Input[
|
|
2207
|
+
def count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2209
2208
|
"""
|
|
2210
2209
|
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.
|
|
2211
2210
|
"""
|
|
2212
2211
|
return pulumi.get(self, "count")
|
|
2213
2212
|
|
|
2214
2213
|
@count.setter
|
|
2215
|
-
def count(self, value: Optional[pulumi.Input[
|
|
2214
|
+
def count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2216
2215
|
pulumi.set(self, "count", value)
|
|
2217
2216
|
|
|
2218
2217
|
|