pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -67,14 +68,14 @@ class CSIDriver(dict):
|
|
|
67
68
|
|
|
68
69
|
def __init__(__self__, *,
|
|
69
70
|
spec: 'outputs.CSIDriverSpec',
|
|
70
|
-
api_version: Optional[str] = None,
|
|
71
|
-
kind: Optional[str] = None,
|
|
71
|
+
api_version: Optional[builtins.str] = None,
|
|
72
|
+
kind: Optional[builtins.str] = None,
|
|
72
73
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
73
74
|
"""
|
|
74
75
|
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.
|
|
75
76
|
:param 'CSIDriverSpecArgs' spec: spec represents the specification of the CSI Driver.
|
|
76
|
-
:param 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
|
|
77
|
-
:param 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
|
|
77
|
+
:param 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
|
|
78
|
+
:param 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
|
|
78
79
|
:param '_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
|
|
79
80
|
"""
|
|
80
81
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -95,7 +96,7 @@ class CSIDriver(dict):
|
|
|
95
96
|
|
|
96
97
|
@property
|
|
97
98
|
@pulumi.getter(name="apiVersion")
|
|
98
|
-
def api_version(self) -> Optional[str]:
|
|
99
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
99
100
|
"""
|
|
100
101
|
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
|
|
101
102
|
"""
|
|
@@ -103,7 +104,7 @@ class CSIDriver(dict):
|
|
|
103
104
|
|
|
104
105
|
@property
|
|
105
106
|
@pulumi.getter
|
|
106
|
-
def kind(self) -> Optional[str]:
|
|
107
|
+
def kind(self) -> Optional[builtins.str]:
|
|
107
108
|
"""
|
|
108
109
|
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
|
|
109
110
|
"""
|
|
@@ -130,6 +131,8 @@ class CSIDriverSpec(dict):
|
|
|
130
131
|
suggest = "attach_required"
|
|
131
132
|
elif key == "fsGroupPolicy":
|
|
132
133
|
suggest = "fs_group_policy"
|
|
134
|
+
elif key == "nodeAllocatableUpdatePeriodSeconds":
|
|
135
|
+
suggest = "node_allocatable_update_period_seconds"
|
|
133
136
|
elif key == "podInfoOnMount":
|
|
134
137
|
suggest = "pod_info_on_mount"
|
|
135
138
|
elif key == "requiresRepublish":
|
|
@@ -155,25 +158,31 @@ class CSIDriverSpec(dict):
|
|
|
155
158
|
return super().get(key, default)
|
|
156
159
|
|
|
157
160
|
def __init__(__self__, *,
|
|
158
|
-
attach_required: Optional[bool] = None,
|
|
159
|
-
fs_group_policy: Optional[str] = None,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
161
|
+
attach_required: Optional[builtins.bool] = None,
|
|
162
|
+
fs_group_policy: Optional[builtins.str] = None,
|
|
163
|
+
node_allocatable_update_period_seconds: Optional[builtins.int] = None,
|
|
164
|
+
pod_info_on_mount: Optional[builtins.bool] = None,
|
|
165
|
+
requires_republish: Optional[builtins.bool] = None,
|
|
166
|
+
se_linux_mount: Optional[builtins.bool] = None,
|
|
167
|
+
storage_capacity: Optional[builtins.bool] = None,
|
|
164
168
|
token_requests: Optional[Sequence['outputs.TokenRequest']] = None,
|
|
165
|
-
volume_lifecycle_modes: Optional[Sequence[str]] = None):
|
|
169
|
+
volume_lifecycle_modes: Optional[Sequence[builtins.str]] = None):
|
|
166
170
|
"""
|
|
167
171
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
168
|
-
:param 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.
|
|
172
|
+
:param 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.
|
|
169
173
|
|
|
170
174
|
This field is immutable.
|
|
171
|
-
:param str fs_group_policy: fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
|
|
175
|
+
:param builtins.str fs_group_policy: fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
|
|
172
176
|
|
|
173
177
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
174
178
|
|
|
175
179
|
Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.
|
|
176
|
-
:param
|
|
180
|
+
:param builtins.int node_allocatable_update_period_seconds: nodeAllocatableUpdatePeriodSeconds specifies the interval between periodic updates of the CSINode allocatable capacity for this driver. When set, both periodic updates and updates triggered by capacity-related failures are enabled. If not set, no updates occur (neither periodic nor upon detecting capacity-related failures), and the allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
|
|
181
|
+
|
|
182
|
+
This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
|
|
183
|
+
|
|
184
|
+
This field is mutable.
|
|
185
|
+
:param builtins.bool pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
177
186
|
|
|
178
187
|
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.
|
|
179
188
|
|
|
@@ -183,17 +192,17 @@ class CSIDriverSpec(dict):
|
|
|
183
192
|
"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.
|
|
184
193
|
|
|
185
194
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
186
|
-
:param 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.
|
|
195
|
+
:param 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.
|
|
187
196
|
|
|
188
197
|
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.
|
|
189
|
-
:param bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
198
|
+
:param builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
190
199
|
|
|
191
200
|
When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context.
|
|
192
201
|
|
|
193
202
|
When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem.
|
|
194
203
|
|
|
195
204
|
Default is "false".
|
|
196
|
-
:param bool storage_capacity: storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
|
|
205
|
+
:param builtins.bool storage_capacity: storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
|
|
197
206
|
|
|
198
207
|
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.
|
|
199
208
|
|
|
@@ -209,7 +218,7 @@ class CSIDriverSpec(dict):
|
|
|
209
218
|
}
|
|
210
219
|
|
|
211
220
|
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.
|
|
212
|
-
:param Sequence[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.
|
|
221
|
+
:param Sequence[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.
|
|
213
222
|
|
|
214
223
|
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.
|
|
215
224
|
|
|
@@ -221,6 +230,8 @@ class CSIDriverSpec(dict):
|
|
|
221
230
|
pulumi.set(__self__, "attach_required", attach_required)
|
|
222
231
|
if fs_group_policy is not None:
|
|
223
232
|
pulumi.set(__self__, "fs_group_policy", fs_group_policy)
|
|
233
|
+
if node_allocatable_update_period_seconds is not None:
|
|
234
|
+
pulumi.set(__self__, "node_allocatable_update_period_seconds", node_allocatable_update_period_seconds)
|
|
224
235
|
if pod_info_on_mount is not None:
|
|
225
236
|
pulumi.set(__self__, "pod_info_on_mount", pod_info_on_mount)
|
|
226
237
|
if requires_republish is not None:
|
|
@@ -236,7 +247,7 @@ class CSIDriverSpec(dict):
|
|
|
236
247
|
|
|
237
248
|
@property
|
|
238
249
|
@pulumi.getter(name="attachRequired")
|
|
239
|
-
def attach_required(self) -> Optional[bool]:
|
|
250
|
+
def attach_required(self) -> Optional[builtins.bool]:
|
|
240
251
|
"""
|
|
241
252
|
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.
|
|
242
253
|
|
|
@@ -246,7 +257,7 @@ class CSIDriverSpec(dict):
|
|
|
246
257
|
|
|
247
258
|
@property
|
|
248
259
|
@pulumi.getter(name="fsGroupPolicy")
|
|
249
|
-
def fs_group_policy(self) -> Optional[str]:
|
|
260
|
+
def fs_group_policy(self) -> Optional[builtins.str]:
|
|
250
261
|
"""
|
|
251
262
|
fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
|
|
252
263
|
|
|
@@ -256,9 +267,21 @@ class CSIDriverSpec(dict):
|
|
|
256
267
|
"""
|
|
257
268
|
return pulumi.get(self, "fs_group_policy")
|
|
258
269
|
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter(name="nodeAllocatableUpdatePeriodSeconds")
|
|
272
|
+
def node_allocatable_update_period_seconds(self) -> Optional[builtins.int]:
|
|
273
|
+
"""
|
|
274
|
+
nodeAllocatableUpdatePeriodSeconds specifies the interval between periodic updates of the CSINode allocatable capacity for this driver. When set, both periodic updates and updates triggered by capacity-related failures are enabled. If not set, no updates occur (neither periodic nor upon detecting capacity-related failures), and the allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
|
|
275
|
+
|
|
276
|
+
This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
|
|
277
|
+
|
|
278
|
+
This field is mutable.
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "node_allocatable_update_period_seconds")
|
|
281
|
+
|
|
259
282
|
@property
|
|
260
283
|
@pulumi.getter(name="podInfoOnMount")
|
|
261
|
-
def pod_info_on_mount(self) -> Optional[bool]:
|
|
284
|
+
def pod_info_on_mount(self) -> Optional[builtins.bool]:
|
|
262
285
|
"""
|
|
263
286
|
podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
264
287
|
|
|
@@ -275,7 +298,7 @@ class CSIDriverSpec(dict):
|
|
|
275
298
|
|
|
276
299
|
@property
|
|
277
300
|
@pulumi.getter(name="requiresRepublish")
|
|
278
|
-
def requires_republish(self) -> Optional[bool]:
|
|
301
|
+
def requires_republish(self) -> Optional[builtins.bool]:
|
|
279
302
|
"""
|
|
280
303
|
requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
281
304
|
|
|
@@ -285,7 +308,7 @@ class CSIDriverSpec(dict):
|
|
|
285
308
|
|
|
286
309
|
@property
|
|
287
310
|
@pulumi.getter(name="seLinuxMount")
|
|
288
|
-
def se_linux_mount(self) -> Optional[bool]:
|
|
311
|
+
def se_linux_mount(self) -> Optional[builtins.bool]:
|
|
289
312
|
"""
|
|
290
313
|
seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
291
314
|
|
|
@@ -299,7 +322,7 @@ class CSIDriverSpec(dict):
|
|
|
299
322
|
|
|
300
323
|
@property
|
|
301
324
|
@pulumi.getter(name="storageCapacity")
|
|
302
|
-
def storage_capacity(self) -> Optional[bool]:
|
|
325
|
+
def storage_capacity(self) -> Optional[builtins.bool]:
|
|
303
326
|
"""
|
|
304
327
|
storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
|
|
305
328
|
|
|
@@ -329,7 +352,7 @@ class CSIDriverSpec(dict):
|
|
|
329
352
|
|
|
330
353
|
@property
|
|
331
354
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
332
|
-
def volume_lifecycle_modes(self) -> Optional[Sequence[str]]:
|
|
355
|
+
def volume_lifecycle_modes(self) -> Optional[Sequence[builtins.str]]:
|
|
333
356
|
"""
|
|
334
357
|
volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism.
|
|
335
358
|
|
|
@@ -354,6 +377,8 @@ class CSIDriverSpecPatch(dict):
|
|
|
354
377
|
suggest = "attach_required"
|
|
355
378
|
elif key == "fsGroupPolicy":
|
|
356
379
|
suggest = "fs_group_policy"
|
|
380
|
+
elif key == "nodeAllocatableUpdatePeriodSeconds":
|
|
381
|
+
suggest = "node_allocatable_update_period_seconds"
|
|
357
382
|
elif key == "podInfoOnMount":
|
|
358
383
|
suggest = "pod_info_on_mount"
|
|
359
384
|
elif key == "requiresRepublish":
|
|
@@ -379,25 +404,31 @@ class CSIDriverSpecPatch(dict):
|
|
|
379
404
|
return super().get(key, default)
|
|
380
405
|
|
|
381
406
|
def __init__(__self__, *,
|
|
382
|
-
attach_required: Optional[bool] = None,
|
|
383
|
-
fs_group_policy: Optional[str] = None,
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
407
|
+
attach_required: Optional[builtins.bool] = None,
|
|
408
|
+
fs_group_policy: Optional[builtins.str] = None,
|
|
409
|
+
node_allocatable_update_period_seconds: Optional[builtins.int] = None,
|
|
410
|
+
pod_info_on_mount: Optional[builtins.bool] = None,
|
|
411
|
+
requires_republish: Optional[builtins.bool] = None,
|
|
412
|
+
se_linux_mount: Optional[builtins.bool] = None,
|
|
413
|
+
storage_capacity: Optional[builtins.bool] = None,
|
|
388
414
|
token_requests: Optional[Sequence['outputs.TokenRequestPatch']] = None,
|
|
389
|
-
volume_lifecycle_modes: Optional[Sequence[str]] = None):
|
|
415
|
+
volume_lifecycle_modes: Optional[Sequence[builtins.str]] = None):
|
|
390
416
|
"""
|
|
391
417
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
392
|
-
:param 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.
|
|
418
|
+
:param 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.
|
|
393
419
|
|
|
394
420
|
This field is immutable.
|
|
395
|
-
:param str fs_group_policy: fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
|
|
421
|
+
:param builtins.str fs_group_policy: fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
|
|
396
422
|
|
|
397
423
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
398
424
|
|
|
399
425
|
Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.
|
|
400
|
-
:param
|
|
426
|
+
:param builtins.int node_allocatable_update_period_seconds: nodeAllocatableUpdatePeriodSeconds specifies the interval between periodic updates of the CSINode allocatable capacity for this driver. When set, both periodic updates and updates triggered by capacity-related failures are enabled. If not set, no updates occur (neither periodic nor upon detecting capacity-related failures), and the allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
|
|
427
|
+
|
|
428
|
+
This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
|
|
429
|
+
|
|
430
|
+
This field is mutable.
|
|
431
|
+
:param builtins.bool pod_info_on_mount: podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
401
432
|
|
|
402
433
|
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.
|
|
403
434
|
|
|
@@ -407,17 +438,17 @@ class CSIDriverSpecPatch(dict):
|
|
|
407
438
|
"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.
|
|
408
439
|
|
|
409
440
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
410
|
-
:param 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.
|
|
441
|
+
:param 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.
|
|
411
442
|
|
|
412
443
|
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.
|
|
413
|
-
:param bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
444
|
+
:param builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
414
445
|
|
|
415
446
|
When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context.
|
|
416
447
|
|
|
417
448
|
When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem.
|
|
418
449
|
|
|
419
450
|
Default is "false".
|
|
420
|
-
:param bool storage_capacity: storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
|
|
451
|
+
:param builtins.bool storage_capacity: storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
|
|
421
452
|
|
|
422
453
|
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.
|
|
423
454
|
|
|
@@ -433,7 +464,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
433
464
|
}
|
|
434
465
|
|
|
435
466
|
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.
|
|
436
|
-
:param Sequence[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.
|
|
467
|
+
:param Sequence[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.
|
|
437
468
|
|
|
438
469
|
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.
|
|
439
470
|
|
|
@@ -445,6 +476,8 @@ class CSIDriverSpecPatch(dict):
|
|
|
445
476
|
pulumi.set(__self__, "attach_required", attach_required)
|
|
446
477
|
if fs_group_policy is not None:
|
|
447
478
|
pulumi.set(__self__, "fs_group_policy", fs_group_policy)
|
|
479
|
+
if node_allocatable_update_period_seconds is not None:
|
|
480
|
+
pulumi.set(__self__, "node_allocatable_update_period_seconds", node_allocatable_update_period_seconds)
|
|
448
481
|
if pod_info_on_mount is not None:
|
|
449
482
|
pulumi.set(__self__, "pod_info_on_mount", pod_info_on_mount)
|
|
450
483
|
if requires_republish is not None:
|
|
@@ -460,7 +493,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
460
493
|
|
|
461
494
|
@property
|
|
462
495
|
@pulumi.getter(name="attachRequired")
|
|
463
|
-
def attach_required(self) -> Optional[bool]:
|
|
496
|
+
def attach_required(self) -> Optional[builtins.bool]:
|
|
464
497
|
"""
|
|
465
498
|
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.
|
|
466
499
|
|
|
@@ -470,7 +503,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
470
503
|
|
|
471
504
|
@property
|
|
472
505
|
@pulumi.getter(name="fsGroupPolicy")
|
|
473
|
-
def fs_group_policy(self) -> Optional[str]:
|
|
506
|
+
def fs_group_policy(self) -> Optional[builtins.str]:
|
|
474
507
|
"""
|
|
475
508
|
fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.
|
|
476
509
|
|
|
@@ -480,9 +513,21 @@ class CSIDriverSpecPatch(dict):
|
|
|
480
513
|
"""
|
|
481
514
|
return pulumi.get(self, "fs_group_policy")
|
|
482
515
|
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="nodeAllocatableUpdatePeriodSeconds")
|
|
518
|
+
def node_allocatable_update_period_seconds(self) -> Optional[builtins.int]:
|
|
519
|
+
"""
|
|
520
|
+
nodeAllocatableUpdatePeriodSeconds specifies the interval between periodic updates of the CSINode allocatable capacity for this driver. When set, both periodic updates and updates triggered by capacity-related failures are enabled. If not set, no updates occur (neither periodic nor upon detecting capacity-related failures), and the allocatable.count remains static. The minimum allowed value for this field is 10 seconds.
|
|
521
|
+
|
|
522
|
+
This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
|
|
523
|
+
|
|
524
|
+
This field is mutable.
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "node_allocatable_update_period_seconds")
|
|
527
|
+
|
|
483
528
|
@property
|
|
484
529
|
@pulumi.getter(name="podInfoOnMount")
|
|
485
|
-
def pod_info_on_mount(self) -> Optional[bool]:
|
|
530
|
+
def pod_info_on_mount(self) -> Optional[builtins.bool]:
|
|
486
531
|
"""
|
|
487
532
|
podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false.
|
|
488
533
|
|
|
@@ -499,7 +544,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
499
544
|
|
|
500
545
|
@property
|
|
501
546
|
@pulumi.getter(name="requiresRepublish")
|
|
502
|
-
def requires_republish(self) -> Optional[bool]:
|
|
547
|
+
def requires_republish(self) -> Optional[builtins.bool]:
|
|
503
548
|
"""
|
|
504
549
|
requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
505
550
|
|
|
@@ -509,7 +554,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
509
554
|
|
|
510
555
|
@property
|
|
511
556
|
@pulumi.getter(name="seLinuxMount")
|
|
512
|
-
def se_linux_mount(self) -> Optional[bool]:
|
|
557
|
+
def se_linux_mount(self) -> Optional[builtins.bool]:
|
|
513
558
|
"""
|
|
514
559
|
seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
515
560
|
|
|
@@ -523,7 +568,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
523
568
|
|
|
524
569
|
@property
|
|
525
570
|
@pulumi.getter(name="storageCapacity")
|
|
526
|
-
def storage_capacity(self) -> Optional[bool]:
|
|
571
|
+
def storage_capacity(self) -> Optional[builtins.bool]:
|
|
527
572
|
"""
|
|
528
573
|
storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true.
|
|
529
574
|
|
|
@@ -553,7 +598,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
553
598
|
|
|
554
599
|
@property
|
|
555
600
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
556
|
-
def volume_lifecycle_modes(self) -> Optional[Sequence[str]]:
|
|
601
|
+
def volume_lifecycle_modes(self) -> Optional[Sequence[builtins.str]]:
|
|
557
602
|
"""
|
|
558
603
|
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.
|
|
559
604
|
|
|
@@ -590,14 +635,14 @@ class CSINode(dict):
|
|
|
590
635
|
|
|
591
636
|
def __init__(__self__, *,
|
|
592
637
|
spec: 'outputs.CSINodeSpec',
|
|
593
|
-
api_version: Optional[str] = None,
|
|
594
|
-
kind: Optional[str] = None,
|
|
638
|
+
api_version: Optional[builtins.str] = None,
|
|
639
|
+
kind: Optional[builtins.str] = None,
|
|
595
640
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
596
641
|
"""
|
|
597
642
|
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.
|
|
598
643
|
:param 'CSINodeSpecArgs' spec: spec is the specification of CSINode
|
|
599
|
-
:param 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
|
|
600
|
-
:param 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
|
|
644
|
+
:param 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
|
|
645
|
+
:param 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
|
|
601
646
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. metadata.name must be the Kubernetes node name.
|
|
602
647
|
"""
|
|
603
648
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -618,7 +663,7 @@ class CSINode(dict):
|
|
|
618
663
|
|
|
619
664
|
@property
|
|
620
665
|
@pulumi.getter(name="apiVersion")
|
|
621
|
-
def api_version(self) -> Optional[str]:
|
|
666
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
622
667
|
"""
|
|
623
668
|
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
|
|
624
669
|
"""
|
|
@@ -626,7 +671,7 @@ class CSINode(dict):
|
|
|
626
671
|
|
|
627
672
|
@property
|
|
628
673
|
@pulumi.getter
|
|
629
|
-
def kind(self) -> Optional[str]:
|
|
674
|
+
def kind(self) -> Optional[builtins.str]:
|
|
630
675
|
"""
|
|
631
676
|
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
|
|
632
677
|
"""
|
|
@@ -666,16 +711,16 @@ class CSINodeDriver(dict):
|
|
|
666
711
|
return super().get(key, default)
|
|
667
712
|
|
|
668
713
|
def __init__(__self__, *,
|
|
669
|
-
name: str,
|
|
670
|
-
node_id: str,
|
|
714
|
+
name: builtins.str,
|
|
715
|
+
node_id: builtins.str,
|
|
671
716
|
allocatable: Optional['outputs.VolumeNodeResources'] = None,
|
|
672
|
-
topology_keys: Optional[Sequence[str]] = None):
|
|
717
|
+
topology_keys: Optional[Sequence[builtins.str]] = None):
|
|
673
718
|
"""
|
|
674
719
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
675
|
-
:param str name: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
676
|
-
:param 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.
|
|
720
|
+
:param builtins.str name: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
721
|
+
:param 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.
|
|
677
722
|
:param 'VolumeNodeResourcesArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
|
|
678
|
-
:param Sequence[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.
|
|
723
|
+
:param Sequence[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.
|
|
679
724
|
"""
|
|
680
725
|
pulumi.set(__self__, "name", name)
|
|
681
726
|
pulumi.set(__self__, "node_id", node_id)
|
|
@@ -686,7 +731,7 @@ class CSINodeDriver(dict):
|
|
|
686
731
|
|
|
687
732
|
@property
|
|
688
733
|
@pulumi.getter
|
|
689
|
-
def name(self) -> str:
|
|
734
|
+
def name(self) -> builtins.str:
|
|
690
735
|
"""
|
|
691
736
|
name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
692
737
|
"""
|
|
@@ -694,7 +739,7 @@ class CSINodeDriver(dict):
|
|
|
694
739
|
|
|
695
740
|
@property
|
|
696
741
|
@pulumi.getter(name="nodeID")
|
|
697
|
-
def node_id(self) -> str:
|
|
742
|
+
def node_id(self) -> builtins.str:
|
|
698
743
|
"""
|
|
699
744
|
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.
|
|
700
745
|
"""
|
|
@@ -710,7 +755,7 @@ class CSINodeDriver(dict):
|
|
|
710
755
|
|
|
711
756
|
@property
|
|
712
757
|
@pulumi.getter(name="topologyKeys")
|
|
713
|
-
def topology_keys(self) -> Optional[Sequence[str]]:
|
|
758
|
+
def topology_keys(self) -> Optional[Sequence[builtins.str]]:
|
|
714
759
|
"""
|
|
715
760
|
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.
|
|
716
761
|
"""
|
|
@@ -743,15 +788,15 @@ class CSINodeDriverPatch(dict):
|
|
|
743
788
|
|
|
744
789
|
def __init__(__self__, *,
|
|
745
790
|
allocatable: Optional['outputs.VolumeNodeResourcesPatch'] = None,
|
|
746
|
-
name: Optional[str] = None,
|
|
747
|
-
node_id: Optional[str] = None,
|
|
748
|
-
topology_keys: Optional[Sequence[str]] = None):
|
|
791
|
+
name: Optional[builtins.str] = None,
|
|
792
|
+
node_id: Optional[builtins.str] = None,
|
|
793
|
+
topology_keys: Optional[Sequence[builtins.str]] = None):
|
|
749
794
|
"""
|
|
750
795
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
751
796
|
:param 'VolumeNodeResourcesPatchArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
|
|
752
|
-
:param str name: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
753
|
-
:param 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.
|
|
754
|
-
:param Sequence[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.
|
|
797
|
+
:param builtins.str name: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
798
|
+
:param 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.
|
|
799
|
+
:param Sequence[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.
|
|
755
800
|
"""
|
|
756
801
|
if allocatable is not None:
|
|
757
802
|
pulumi.set(__self__, "allocatable", allocatable)
|
|
@@ -772,7 +817,7 @@ class CSINodeDriverPatch(dict):
|
|
|
772
817
|
|
|
773
818
|
@property
|
|
774
819
|
@pulumi.getter
|
|
775
|
-
def name(self) -> Optional[str]:
|
|
820
|
+
def name(self) -> Optional[builtins.str]:
|
|
776
821
|
"""
|
|
777
822
|
name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
778
823
|
"""
|
|
@@ -780,7 +825,7 @@ class CSINodeDriverPatch(dict):
|
|
|
780
825
|
|
|
781
826
|
@property
|
|
782
827
|
@pulumi.getter(name="nodeID")
|
|
783
|
-
def node_id(self) -> Optional[str]:
|
|
828
|
+
def node_id(self) -> Optional[builtins.str]:
|
|
784
829
|
"""
|
|
785
830
|
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.
|
|
786
831
|
"""
|
|
@@ -788,7 +833,7 @@ class CSINodeDriverPatch(dict):
|
|
|
788
833
|
|
|
789
834
|
@property
|
|
790
835
|
@pulumi.getter(name="topologyKeys")
|
|
791
|
-
def topology_keys(self) -> Optional[Sequence[str]]:
|
|
836
|
+
def topology_keys(self) -> Optional[Sequence[builtins.str]]:
|
|
792
837
|
"""
|
|
793
838
|
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.
|
|
794
839
|
"""
|
|
@@ -877,11 +922,11 @@ class CSIStorageCapacity(dict):
|
|
|
877
922
|
return super().get(key, default)
|
|
878
923
|
|
|
879
924
|
def __init__(__self__, *,
|
|
880
|
-
storage_class_name: str,
|
|
881
|
-
api_version: Optional[str] = None,
|
|
882
|
-
capacity: Optional[str] = None,
|
|
883
|
-
kind: Optional[str] = None,
|
|
884
|
-
maximum_volume_size: Optional[str] = None,
|
|
925
|
+
storage_class_name: builtins.str,
|
|
926
|
+
api_version: Optional[builtins.str] = None,
|
|
927
|
+
capacity: Optional[builtins.str] = None,
|
|
928
|
+
kind: Optional[builtins.str] = None,
|
|
929
|
+
maximum_volume_size: Optional[builtins.str] = None,
|
|
885
930
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
886
931
|
node_topology: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
887
932
|
"""
|
|
@@ -894,13 +939,13 @@ class CSIStorageCapacity(dict):
|
|
|
894
939
|
The producer of these objects can decide which approach is more suitable.
|
|
895
940
|
|
|
896
941
|
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.
|
|
897
|
-
:param str storage_class_name: storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
|
|
898
|
-
:param 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
|
|
899
|
-
:param 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.
|
|
942
|
+
:param builtins.str storage_class_name: storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
|
|
943
|
+
:param 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
|
|
944
|
+
:param 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.
|
|
900
945
|
|
|
901
946
|
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.
|
|
902
|
-
:param 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
|
|
903
|
-
:param 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.
|
|
947
|
+
:param 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
|
|
948
|
+
:param 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.
|
|
904
949
|
|
|
905
950
|
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.
|
|
906
951
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. The name has no particular meaning. It must be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-<uuid>, a generated name, or a reverse-domain name which ends with the unique CSI driver name.
|
|
@@ -926,7 +971,7 @@ class CSIStorageCapacity(dict):
|
|
|
926
971
|
|
|
927
972
|
@property
|
|
928
973
|
@pulumi.getter(name="storageClassName")
|
|
929
|
-
def storage_class_name(self) -> str:
|
|
974
|
+
def storage_class_name(self) -> builtins.str:
|
|
930
975
|
"""
|
|
931
976
|
storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
|
|
932
977
|
"""
|
|
@@ -934,7 +979,7 @@ class CSIStorageCapacity(dict):
|
|
|
934
979
|
|
|
935
980
|
@property
|
|
936
981
|
@pulumi.getter(name="apiVersion")
|
|
937
|
-
def api_version(self) -> Optional[str]:
|
|
982
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
938
983
|
"""
|
|
939
984
|
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
|
|
940
985
|
"""
|
|
@@ -942,7 +987,7 @@ class CSIStorageCapacity(dict):
|
|
|
942
987
|
|
|
943
988
|
@property
|
|
944
989
|
@pulumi.getter
|
|
945
|
-
def capacity(self) -> Optional[str]:
|
|
990
|
+
def capacity(self) -> Optional[builtins.str]:
|
|
946
991
|
"""
|
|
947
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.
|
|
948
993
|
|
|
@@ -952,7 +997,7 @@ class CSIStorageCapacity(dict):
|
|
|
952
997
|
|
|
953
998
|
@property
|
|
954
999
|
@pulumi.getter
|
|
955
|
-
def kind(self) -> Optional[str]:
|
|
1000
|
+
def kind(self) -> Optional[builtins.str]:
|
|
956
1001
|
"""
|
|
957
1002
|
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
|
|
958
1003
|
"""
|
|
@@ -960,7 +1005,7 @@ class CSIStorageCapacity(dict):
|
|
|
960
1005
|
|
|
961
1006
|
@property
|
|
962
1007
|
@pulumi.getter(name="maximumVolumeSize")
|
|
963
|
-
def maximum_volume_size(self) -> Optional[str]:
|
|
1008
|
+
def maximum_volume_size(self) -> Optional[builtins.str]:
|
|
964
1009
|
"""
|
|
965
1010
|
maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
966
1011
|
|
|
@@ -1024,30 +1069,30 @@ class StorageClass(dict):
|
|
|
1024
1069
|
return super().get(key, default)
|
|
1025
1070
|
|
|
1026
1071
|
def __init__(__self__, *,
|
|
1027
|
-
provisioner: str,
|
|
1028
|
-
allow_volume_expansion: Optional[bool] = None,
|
|
1072
|
+
provisioner: builtins.str,
|
|
1073
|
+
allow_volume_expansion: Optional[builtins.bool] = None,
|
|
1029
1074
|
allowed_topologies: Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']] = None,
|
|
1030
|
-
api_version: Optional[str] = None,
|
|
1031
|
-
kind: Optional[str] = None,
|
|
1075
|
+
api_version: Optional[builtins.str] = None,
|
|
1076
|
+
kind: Optional[builtins.str] = None,
|
|
1032
1077
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1033
|
-
mount_options: Optional[Sequence[str]] = None,
|
|
1034
|
-
parameters: Optional[Mapping[str, str]] = None,
|
|
1035
|
-
reclaim_policy: Optional[str] = None,
|
|
1036
|
-
volume_binding_mode: Optional[str] = None):
|
|
1078
|
+
mount_options: Optional[Sequence[builtins.str]] = None,
|
|
1079
|
+
parameters: Optional[Mapping[str, builtins.str]] = None,
|
|
1080
|
+
reclaim_policy: Optional[builtins.str] = None,
|
|
1081
|
+
volume_binding_mode: Optional[builtins.str] = None):
|
|
1037
1082
|
"""
|
|
1038
1083
|
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
|
|
1039
1084
|
|
|
1040
1085
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1041
|
-
:param str provisioner: provisioner indicates the type of the provisioner.
|
|
1042
|
-
:param bool allow_volume_expansion: allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1086
|
+
:param builtins.str provisioner: provisioner indicates the type of the provisioner.
|
|
1087
|
+
:param builtins.bool allow_volume_expansion: allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1043
1088
|
:param Sequence['_core.v1.TopologySelectorTermArgs'] allowed_topologies: allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.
|
|
1044
|
-
:param 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
|
|
1045
|
-
:param 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
|
|
1089
|
+
:param 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
|
|
1090
|
+
:param 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
|
|
1046
1091
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1047
|
-
:param Sequence[str] mount_options: mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1048
|
-
:param Mapping[str, str] parameters: parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1049
|
-
:param str reclaim_policy: reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1050
|
-
:param 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.
|
|
1092
|
+
:param Sequence[builtins.str] mount_options: mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1093
|
+
:param Mapping[str, builtins.str] parameters: parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1094
|
+
:param builtins.str reclaim_policy: reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1095
|
+
:param 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.
|
|
1051
1096
|
"""
|
|
1052
1097
|
pulumi.set(__self__, "provisioner", provisioner)
|
|
1053
1098
|
if allow_volume_expansion is not None:
|
|
@@ -1071,7 +1116,7 @@ class StorageClass(dict):
|
|
|
1071
1116
|
|
|
1072
1117
|
@property
|
|
1073
1118
|
@pulumi.getter
|
|
1074
|
-
def provisioner(self) -> str:
|
|
1119
|
+
def provisioner(self) -> builtins.str:
|
|
1075
1120
|
"""
|
|
1076
1121
|
provisioner indicates the type of the provisioner.
|
|
1077
1122
|
"""
|
|
@@ -1079,7 +1124,7 @@ class StorageClass(dict):
|
|
|
1079
1124
|
|
|
1080
1125
|
@property
|
|
1081
1126
|
@pulumi.getter(name="allowVolumeExpansion")
|
|
1082
|
-
def allow_volume_expansion(self) -> Optional[bool]:
|
|
1127
|
+
def allow_volume_expansion(self) -> Optional[builtins.bool]:
|
|
1083
1128
|
"""
|
|
1084
1129
|
allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1085
1130
|
"""
|
|
@@ -1095,7 +1140,7 @@ class StorageClass(dict):
|
|
|
1095
1140
|
|
|
1096
1141
|
@property
|
|
1097
1142
|
@pulumi.getter(name="apiVersion")
|
|
1098
|
-
def api_version(self) -> Optional[str]:
|
|
1143
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1099
1144
|
"""
|
|
1100
1145
|
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
|
|
1101
1146
|
"""
|
|
@@ -1103,7 +1148,7 @@ class StorageClass(dict):
|
|
|
1103
1148
|
|
|
1104
1149
|
@property
|
|
1105
1150
|
@pulumi.getter
|
|
1106
|
-
def kind(self) -> Optional[str]:
|
|
1151
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1107
1152
|
"""
|
|
1108
1153
|
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
|
|
1109
1154
|
"""
|
|
@@ -1119,7 +1164,7 @@ class StorageClass(dict):
|
|
|
1119
1164
|
|
|
1120
1165
|
@property
|
|
1121
1166
|
@pulumi.getter(name="mountOptions")
|
|
1122
|
-
def mount_options(self) -> Optional[Sequence[str]]:
|
|
1167
|
+
def mount_options(self) -> Optional[Sequence[builtins.str]]:
|
|
1123
1168
|
"""
|
|
1124
1169
|
mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1125
1170
|
"""
|
|
@@ -1127,7 +1172,7 @@ class StorageClass(dict):
|
|
|
1127
1172
|
|
|
1128
1173
|
@property
|
|
1129
1174
|
@pulumi.getter
|
|
1130
|
-
def parameters(self) -> Optional[Mapping[str, str]]:
|
|
1175
|
+
def parameters(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1131
1176
|
"""
|
|
1132
1177
|
parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1133
1178
|
"""
|
|
@@ -1135,7 +1180,7 @@ class StorageClass(dict):
|
|
|
1135
1180
|
|
|
1136
1181
|
@property
|
|
1137
1182
|
@pulumi.getter(name="reclaimPolicy")
|
|
1138
|
-
def reclaim_policy(self) -> Optional[str]:
|
|
1183
|
+
def reclaim_policy(self) -> Optional[builtins.str]:
|
|
1139
1184
|
"""
|
|
1140
1185
|
reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1141
1186
|
"""
|
|
@@ -1143,7 +1188,7 @@ class StorageClass(dict):
|
|
|
1143
1188
|
|
|
1144
1189
|
@property
|
|
1145
1190
|
@pulumi.getter(name="volumeBindingMode")
|
|
1146
|
-
def volume_binding_mode(self) -> Optional[str]:
|
|
1191
|
+
def volume_binding_mode(self) -> Optional[builtins.str]:
|
|
1147
1192
|
"""
|
|
1148
1193
|
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.
|
|
1149
1194
|
"""
|
|
@@ -1173,12 +1218,12 @@ class TokenRequest(dict):
|
|
|
1173
1218
|
return super().get(key, default)
|
|
1174
1219
|
|
|
1175
1220
|
def __init__(__self__, *,
|
|
1176
|
-
audience: str,
|
|
1177
|
-
expiration_seconds: Optional[int] = None):
|
|
1221
|
+
audience: builtins.str,
|
|
1222
|
+
expiration_seconds: Optional[builtins.int] = None):
|
|
1178
1223
|
"""
|
|
1179
1224
|
TokenRequest contains parameters of a service account token.
|
|
1180
|
-
:param str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1181
|
-
:param int expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1225
|
+
:param builtins.str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1226
|
+
:param 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".
|
|
1182
1227
|
"""
|
|
1183
1228
|
pulumi.set(__self__, "audience", audience)
|
|
1184
1229
|
if expiration_seconds is not None:
|
|
@@ -1186,7 +1231,7 @@ class TokenRequest(dict):
|
|
|
1186
1231
|
|
|
1187
1232
|
@property
|
|
1188
1233
|
@pulumi.getter
|
|
1189
|
-
def audience(self) -> str:
|
|
1234
|
+
def audience(self) -> builtins.str:
|
|
1190
1235
|
"""
|
|
1191
1236
|
audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1192
1237
|
"""
|
|
@@ -1194,7 +1239,7 @@ class TokenRequest(dict):
|
|
|
1194
1239
|
|
|
1195
1240
|
@property
|
|
1196
1241
|
@pulumi.getter(name="expirationSeconds")
|
|
1197
|
-
def expiration_seconds(self) -> Optional[int]:
|
|
1242
|
+
def expiration_seconds(self) -> Optional[builtins.int]:
|
|
1198
1243
|
"""
|
|
1199
1244
|
expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1200
1245
|
"""
|
|
@@ -1224,12 +1269,12 @@ class TokenRequestPatch(dict):
|
|
|
1224
1269
|
return super().get(key, default)
|
|
1225
1270
|
|
|
1226
1271
|
def __init__(__self__, *,
|
|
1227
|
-
audience: Optional[str] = None,
|
|
1228
|
-
expiration_seconds: Optional[int] = None):
|
|
1272
|
+
audience: Optional[builtins.str] = None,
|
|
1273
|
+
expiration_seconds: Optional[builtins.int] = None):
|
|
1229
1274
|
"""
|
|
1230
1275
|
TokenRequest contains parameters of a service account token.
|
|
1231
|
-
:param str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1232
|
-
:param int expiration_seconds: expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1276
|
+
:param builtins.str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1277
|
+
:param 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".
|
|
1233
1278
|
"""
|
|
1234
1279
|
if audience is not None:
|
|
1235
1280
|
pulumi.set(__self__, "audience", audience)
|
|
@@ -1238,7 +1283,7 @@ class TokenRequestPatch(dict):
|
|
|
1238
1283
|
|
|
1239
1284
|
@property
|
|
1240
1285
|
@pulumi.getter
|
|
1241
|
-
def audience(self) -> Optional[str]:
|
|
1286
|
+
def audience(self) -> Optional[builtins.str]:
|
|
1242
1287
|
"""
|
|
1243
1288
|
audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1244
1289
|
"""
|
|
@@ -1246,7 +1291,7 @@ class TokenRequestPatch(dict):
|
|
|
1246
1291
|
|
|
1247
1292
|
@property
|
|
1248
1293
|
@pulumi.getter(name="expirationSeconds")
|
|
1249
|
-
def expiration_seconds(self) -> Optional[int]:
|
|
1294
|
+
def expiration_seconds(self) -> Optional[builtins.int]:
|
|
1250
1295
|
"""
|
|
1251
1296
|
expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1252
1297
|
"""
|
|
@@ -1279,8 +1324,8 @@ class VolumeAttachment(dict):
|
|
|
1279
1324
|
|
|
1280
1325
|
def __init__(__self__, *,
|
|
1281
1326
|
spec: 'outputs.VolumeAttachmentSpec',
|
|
1282
|
-
api_version: Optional[str] = None,
|
|
1283
|
-
kind: Optional[str] = None,
|
|
1327
|
+
api_version: Optional[builtins.str] = None,
|
|
1328
|
+
kind: Optional[builtins.str] = None,
|
|
1284
1329
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1285
1330
|
status: Optional['outputs.VolumeAttachmentStatus'] = None):
|
|
1286
1331
|
"""
|
|
@@ -1288,8 +1333,8 @@ class VolumeAttachment(dict):
|
|
|
1288
1333
|
|
|
1289
1334
|
VolumeAttachment objects are non-namespaced.
|
|
1290
1335
|
:param 'VolumeAttachmentSpecArgs' spec: spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
1291
|
-
:param 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
|
|
1292
|
-
:param 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
|
|
1336
|
+
:param 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
|
|
1337
|
+
:param 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
|
|
1293
1338
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1294
1339
|
:param 'VolumeAttachmentStatusArgs' status: status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
|
|
1295
1340
|
"""
|
|
@@ -1313,7 +1358,7 @@ class VolumeAttachment(dict):
|
|
|
1313
1358
|
|
|
1314
1359
|
@property
|
|
1315
1360
|
@pulumi.getter(name="apiVersion")
|
|
1316
|
-
def api_version(self) -> Optional[str]:
|
|
1361
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1317
1362
|
"""
|
|
1318
1363
|
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
|
|
1319
1364
|
"""
|
|
@@ -1321,7 +1366,7 @@ class VolumeAttachment(dict):
|
|
|
1321
1366
|
|
|
1322
1367
|
@property
|
|
1323
1368
|
@pulumi.getter
|
|
1324
|
-
def kind(self) -> Optional[str]:
|
|
1369
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1325
1370
|
"""
|
|
1326
1371
|
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
|
|
1327
1372
|
"""
|
|
@@ -1370,11 +1415,11 @@ class VolumeAttachmentSource(dict):
|
|
|
1370
1415
|
|
|
1371
1416
|
def __init__(__self__, *,
|
|
1372
1417
|
inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpec'] = None,
|
|
1373
|
-
persistent_volume_name: Optional[str] = None):
|
|
1418
|
+
persistent_volume_name: Optional[builtins.str] = None):
|
|
1374
1419
|
"""
|
|
1375
1420
|
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1376
1421
|
:param '_core.v1.PersistentVolumeSpecArgs' inline_volume_spec: inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1377
|
-
:param str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1422
|
+
:param builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1378
1423
|
"""
|
|
1379
1424
|
if inline_volume_spec is not None:
|
|
1380
1425
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
@@ -1391,7 +1436,7 @@ class VolumeAttachmentSource(dict):
|
|
|
1391
1436
|
|
|
1392
1437
|
@property
|
|
1393
1438
|
@pulumi.getter(name="persistentVolumeName")
|
|
1394
|
-
def persistent_volume_name(self) -> Optional[str]:
|
|
1439
|
+
def persistent_volume_name(self) -> Optional[builtins.str]:
|
|
1395
1440
|
"""
|
|
1396
1441
|
persistentVolumeName represents the name of the persistent volume to attach.
|
|
1397
1442
|
"""
|
|
@@ -1424,11 +1469,11 @@ class VolumeAttachmentSourcePatch(dict):
|
|
|
1424
1469
|
|
|
1425
1470
|
def __init__(__self__, *,
|
|
1426
1471
|
inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpecPatch'] = None,
|
|
1427
|
-
persistent_volume_name: Optional[str] = None):
|
|
1472
|
+
persistent_volume_name: Optional[builtins.str] = None):
|
|
1428
1473
|
"""
|
|
1429
1474
|
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1430
1475
|
:param '_core.v1.PersistentVolumeSpecPatchArgs' inline_volume_spec: inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1431
|
-
:param str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1476
|
+
:param builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1432
1477
|
"""
|
|
1433
1478
|
if inline_volume_spec is not None:
|
|
1434
1479
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
@@ -1445,7 +1490,7 @@ class VolumeAttachmentSourcePatch(dict):
|
|
|
1445
1490
|
|
|
1446
1491
|
@property
|
|
1447
1492
|
@pulumi.getter(name="persistentVolumeName")
|
|
1448
|
-
def persistent_volume_name(self) -> Optional[str]:
|
|
1493
|
+
def persistent_volume_name(self) -> Optional[builtins.str]:
|
|
1449
1494
|
"""
|
|
1450
1495
|
persistentVolumeName represents the name of the persistent volume to attach.
|
|
1451
1496
|
"""
|
|
@@ -1475,13 +1520,13 @@ class VolumeAttachmentSpec(dict):
|
|
|
1475
1520
|
return super().get(key, default)
|
|
1476
1521
|
|
|
1477
1522
|
def __init__(__self__, *,
|
|
1478
|
-
attacher: str,
|
|
1479
|
-
node_name: str,
|
|
1523
|
+
attacher: builtins.str,
|
|
1524
|
+
node_name: builtins.str,
|
|
1480
1525
|
source: 'outputs.VolumeAttachmentSource'):
|
|
1481
1526
|
"""
|
|
1482
1527
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1483
|
-
:param str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1484
|
-
:param str node_name: nodeName represents the node that the volume should be attached to.
|
|
1528
|
+
:param builtins.str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1529
|
+
:param builtins.str node_name: nodeName represents the node that the volume should be attached to.
|
|
1485
1530
|
:param 'VolumeAttachmentSourceArgs' source: source represents the volume that should be attached.
|
|
1486
1531
|
"""
|
|
1487
1532
|
pulumi.set(__self__, "attacher", attacher)
|
|
@@ -1490,7 +1535,7 @@ class VolumeAttachmentSpec(dict):
|
|
|
1490
1535
|
|
|
1491
1536
|
@property
|
|
1492
1537
|
@pulumi.getter
|
|
1493
|
-
def attacher(self) -> str:
|
|
1538
|
+
def attacher(self) -> builtins.str:
|
|
1494
1539
|
"""
|
|
1495
1540
|
attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1496
1541
|
"""
|
|
@@ -1498,7 +1543,7 @@ class VolumeAttachmentSpec(dict):
|
|
|
1498
1543
|
|
|
1499
1544
|
@property
|
|
1500
1545
|
@pulumi.getter(name="nodeName")
|
|
1501
|
-
def node_name(self) -> str:
|
|
1546
|
+
def node_name(self) -> builtins.str:
|
|
1502
1547
|
"""
|
|
1503
1548
|
nodeName represents the node that the volume should be attached to.
|
|
1504
1549
|
"""
|
|
@@ -1536,13 +1581,13 @@ class VolumeAttachmentSpecPatch(dict):
|
|
|
1536
1581
|
return super().get(key, default)
|
|
1537
1582
|
|
|
1538
1583
|
def __init__(__self__, *,
|
|
1539
|
-
attacher: Optional[str] = None,
|
|
1540
|
-
node_name: Optional[str] = None,
|
|
1584
|
+
attacher: Optional[builtins.str] = None,
|
|
1585
|
+
node_name: Optional[builtins.str] = None,
|
|
1541
1586
|
source: Optional['outputs.VolumeAttachmentSourcePatch'] = None):
|
|
1542
1587
|
"""
|
|
1543
1588
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1544
|
-
:param str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1545
|
-
:param str node_name: nodeName represents the node that the volume should be attached to.
|
|
1589
|
+
:param builtins.str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1590
|
+
:param builtins.str node_name: nodeName represents the node that the volume should be attached to.
|
|
1546
1591
|
:param 'VolumeAttachmentSourcePatchArgs' source: source represents the volume that should be attached.
|
|
1547
1592
|
"""
|
|
1548
1593
|
if attacher is not None:
|
|
@@ -1554,7 +1599,7 @@ class VolumeAttachmentSpecPatch(dict):
|
|
|
1554
1599
|
|
|
1555
1600
|
@property
|
|
1556
1601
|
@pulumi.getter
|
|
1557
|
-
def attacher(self) -> Optional[str]:
|
|
1602
|
+
def attacher(self) -> Optional[builtins.str]:
|
|
1558
1603
|
"""
|
|
1559
1604
|
attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1560
1605
|
"""
|
|
@@ -1562,7 +1607,7 @@ class VolumeAttachmentSpecPatch(dict):
|
|
|
1562
1607
|
|
|
1563
1608
|
@property
|
|
1564
1609
|
@pulumi.getter(name="nodeName")
|
|
1565
|
-
def node_name(self) -> Optional[str]:
|
|
1610
|
+
def node_name(self) -> Optional[builtins.str]:
|
|
1566
1611
|
"""
|
|
1567
1612
|
nodeName represents the node that the volume should be attached to.
|
|
1568
1613
|
"""
|
|
@@ -1604,15 +1649,15 @@ class VolumeAttachmentStatus(dict):
|
|
|
1604
1649
|
return super().get(key, default)
|
|
1605
1650
|
|
|
1606
1651
|
def __init__(__self__, *,
|
|
1607
|
-
attached: bool,
|
|
1652
|
+
attached: builtins.bool,
|
|
1608
1653
|
attach_error: Optional['outputs.VolumeError'] = None,
|
|
1609
|
-
attachment_metadata: Optional[Mapping[str, str]] = None,
|
|
1654
|
+
attachment_metadata: Optional[Mapping[str, builtins.str]] = None,
|
|
1610
1655
|
detach_error: Optional['outputs.VolumeError'] = None):
|
|
1611
1656
|
"""
|
|
1612
1657
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1613
|
-
:param bool attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1658
|
+
:param builtins.bool attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1614
1659
|
:param 'VolumeErrorArgs' attach_error: attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1615
|
-
:param Mapping[str, str] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1660
|
+
:param Mapping[str, builtins.str] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1616
1661
|
:param 'VolumeErrorArgs' detach_error: detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
|
|
1617
1662
|
"""
|
|
1618
1663
|
pulumi.set(__self__, "attached", attached)
|
|
@@ -1625,7 +1670,7 @@ class VolumeAttachmentStatus(dict):
|
|
|
1625
1670
|
|
|
1626
1671
|
@property
|
|
1627
1672
|
@pulumi.getter
|
|
1628
|
-
def attached(self) -> bool:
|
|
1673
|
+
def attached(self) -> builtins.bool:
|
|
1629
1674
|
"""
|
|
1630
1675
|
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.
|
|
1631
1676
|
"""
|
|
@@ -1641,7 +1686,7 @@ class VolumeAttachmentStatus(dict):
|
|
|
1641
1686
|
|
|
1642
1687
|
@property
|
|
1643
1688
|
@pulumi.getter(name="attachmentMetadata")
|
|
1644
|
-
def attachment_metadata(self) -> Optional[Mapping[str, str]]:
|
|
1689
|
+
def attachment_metadata(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1645
1690
|
"""
|
|
1646
1691
|
attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1647
1692
|
"""
|
|
@@ -1684,14 +1729,14 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1684
1729
|
|
|
1685
1730
|
def __init__(__self__, *,
|
|
1686
1731
|
attach_error: Optional['outputs.VolumeErrorPatch'] = None,
|
|
1687
|
-
attached: Optional[bool] = None,
|
|
1688
|
-
attachment_metadata: Optional[Mapping[str, str]] = None,
|
|
1732
|
+
attached: Optional[builtins.bool] = None,
|
|
1733
|
+
attachment_metadata: Optional[Mapping[str, builtins.str]] = None,
|
|
1689
1734
|
detach_error: Optional['outputs.VolumeErrorPatch'] = None):
|
|
1690
1735
|
"""
|
|
1691
1736
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1692
1737
|
:param 'VolumeErrorPatchArgs' attach_error: attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1693
|
-
:param bool attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1694
|
-
:param Mapping[str, str] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1738
|
+
:param builtins.bool attached: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1739
|
+
:param Mapping[str, builtins.str] attachment_metadata: attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1695
1740
|
:param 'VolumeErrorPatchArgs' detach_error: detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
|
|
1696
1741
|
"""
|
|
1697
1742
|
if attach_error is not None:
|
|
@@ -1713,7 +1758,7 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1713
1758
|
|
|
1714
1759
|
@property
|
|
1715
1760
|
@pulumi.getter
|
|
1716
|
-
def attached(self) -> Optional[bool]:
|
|
1761
|
+
def attached(self) -> Optional[builtins.bool]:
|
|
1717
1762
|
"""
|
|
1718
1763
|
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.
|
|
1719
1764
|
"""
|
|
@@ -1721,7 +1766,7 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1721
1766
|
|
|
1722
1767
|
@property
|
|
1723
1768
|
@pulumi.getter(name="attachmentMetadata")
|
|
1724
|
-
def attachment_metadata(self) -> Optional[Mapping[str, str]]:
|
|
1769
|
+
def attachment_metadata(self) -> Optional[Mapping[str, builtins.str]]:
|
|
1725
1770
|
"""
|
|
1726
1771
|
attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1727
1772
|
"""
|
|
@@ -1741,22 +1786,55 @@ class VolumeError(dict):
|
|
|
1741
1786
|
"""
|
|
1742
1787
|
VolumeError captures an error encountered during a volume operation.
|
|
1743
1788
|
"""
|
|
1789
|
+
@staticmethod
|
|
1790
|
+
def __key_warning(key: str):
|
|
1791
|
+
suggest = None
|
|
1792
|
+
if key == "errorCode":
|
|
1793
|
+
suggest = "error_code"
|
|
1794
|
+
|
|
1795
|
+
if suggest:
|
|
1796
|
+
pulumi.log.warn(f"Key '{key}' not found in VolumeError. Access the value via the '{suggest}' property getter instead.")
|
|
1797
|
+
|
|
1798
|
+
def __getitem__(self, key: str) -> Any:
|
|
1799
|
+
VolumeError.__key_warning(key)
|
|
1800
|
+
return super().__getitem__(key)
|
|
1801
|
+
|
|
1802
|
+
def get(self, key: str, default = None) -> Any:
|
|
1803
|
+
VolumeError.__key_warning(key)
|
|
1804
|
+
return super().get(key, default)
|
|
1805
|
+
|
|
1744
1806
|
def __init__(__self__, *,
|
|
1745
|
-
|
|
1746
|
-
|
|
1807
|
+
error_code: Optional[builtins.int] = None,
|
|
1808
|
+
message: Optional[builtins.str] = None,
|
|
1809
|
+
time: Optional[builtins.str] = None):
|
|
1747
1810
|
"""
|
|
1748
1811
|
VolumeError captures an error encountered during a volume operation.
|
|
1749
|
-
:param
|
|
1750
|
-
|
|
1812
|
+
:param builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
|
|
1813
|
+
|
|
1814
|
+
This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
|
|
1815
|
+
:param builtins.str message: message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1816
|
+
:param builtins.str time: time represents the time the error was encountered.
|
|
1751
1817
|
"""
|
|
1818
|
+
if error_code is not None:
|
|
1819
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
1752
1820
|
if message is not None:
|
|
1753
1821
|
pulumi.set(__self__, "message", message)
|
|
1754
1822
|
if time is not None:
|
|
1755
1823
|
pulumi.set(__self__, "time", time)
|
|
1756
1824
|
|
|
1825
|
+
@property
|
|
1826
|
+
@pulumi.getter(name="errorCode")
|
|
1827
|
+
def error_code(self) -> Optional[builtins.int]:
|
|
1828
|
+
"""
|
|
1829
|
+
errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
|
|
1830
|
+
|
|
1831
|
+
This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
|
|
1832
|
+
"""
|
|
1833
|
+
return pulumi.get(self, "error_code")
|
|
1834
|
+
|
|
1757
1835
|
@property
|
|
1758
1836
|
@pulumi.getter
|
|
1759
|
-
def message(self) -> Optional[str]:
|
|
1837
|
+
def message(self) -> Optional[builtins.str]:
|
|
1760
1838
|
"""
|
|
1761
1839
|
message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1762
1840
|
"""
|
|
@@ -1764,7 +1842,7 @@ class VolumeError(dict):
|
|
|
1764
1842
|
|
|
1765
1843
|
@property
|
|
1766
1844
|
@pulumi.getter
|
|
1767
|
-
def time(self) -> Optional[str]:
|
|
1845
|
+
def time(self) -> Optional[builtins.str]:
|
|
1768
1846
|
"""
|
|
1769
1847
|
time represents the time the error was encountered.
|
|
1770
1848
|
"""
|
|
@@ -1776,22 +1854,55 @@ class VolumeErrorPatch(dict):
|
|
|
1776
1854
|
"""
|
|
1777
1855
|
VolumeError captures an error encountered during a volume operation.
|
|
1778
1856
|
"""
|
|
1857
|
+
@staticmethod
|
|
1858
|
+
def __key_warning(key: str):
|
|
1859
|
+
suggest = None
|
|
1860
|
+
if key == "errorCode":
|
|
1861
|
+
suggest = "error_code"
|
|
1862
|
+
|
|
1863
|
+
if suggest:
|
|
1864
|
+
pulumi.log.warn(f"Key '{key}' not found in VolumeErrorPatch. Access the value via the '{suggest}' property getter instead.")
|
|
1865
|
+
|
|
1866
|
+
def __getitem__(self, key: str) -> Any:
|
|
1867
|
+
VolumeErrorPatch.__key_warning(key)
|
|
1868
|
+
return super().__getitem__(key)
|
|
1869
|
+
|
|
1870
|
+
def get(self, key: str, default = None) -> Any:
|
|
1871
|
+
VolumeErrorPatch.__key_warning(key)
|
|
1872
|
+
return super().get(key, default)
|
|
1873
|
+
|
|
1779
1874
|
def __init__(__self__, *,
|
|
1780
|
-
|
|
1781
|
-
|
|
1875
|
+
error_code: Optional[builtins.int] = None,
|
|
1876
|
+
message: Optional[builtins.str] = None,
|
|
1877
|
+
time: Optional[builtins.str] = None):
|
|
1782
1878
|
"""
|
|
1783
1879
|
VolumeError captures an error encountered during a volume operation.
|
|
1784
|
-
:param
|
|
1785
|
-
|
|
1880
|
+
:param builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
|
|
1881
|
+
|
|
1882
|
+
This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
|
|
1883
|
+
:param builtins.str message: message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1884
|
+
:param builtins.str time: time represents the time the error was encountered.
|
|
1786
1885
|
"""
|
|
1886
|
+
if error_code is not None:
|
|
1887
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
1787
1888
|
if message is not None:
|
|
1788
1889
|
pulumi.set(__self__, "message", message)
|
|
1789
1890
|
if time is not None:
|
|
1790
1891
|
pulumi.set(__self__, "time", time)
|
|
1791
1892
|
|
|
1893
|
+
@property
|
|
1894
|
+
@pulumi.getter(name="errorCode")
|
|
1895
|
+
def error_code(self) -> Optional[builtins.int]:
|
|
1896
|
+
"""
|
|
1897
|
+
errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
|
|
1898
|
+
|
|
1899
|
+
This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
|
|
1900
|
+
"""
|
|
1901
|
+
return pulumi.get(self, "error_code")
|
|
1902
|
+
|
|
1792
1903
|
@property
|
|
1793
1904
|
@pulumi.getter
|
|
1794
|
-
def message(self) -> Optional[str]:
|
|
1905
|
+
def message(self) -> Optional[builtins.str]:
|
|
1795
1906
|
"""
|
|
1796
1907
|
message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1797
1908
|
"""
|
|
@@ -1799,7 +1910,7 @@ class VolumeErrorPatch(dict):
|
|
|
1799
1910
|
|
|
1800
1911
|
@property
|
|
1801
1912
|
@pulumi.getter
|
|
1802
|
-
def time(self) -> Optional[str]:
|
|
1913
|
+
def time(self) -> Optional[builtins.str]:
|
|
1803
1914
|
"""
|
|
1804
1915
|
time represents the time the error was encountered.
|
|
1805
1916
|
"""
|
|
@@ -1812,17 +1923,17 @@ class VolumeNodeResources(dict):
|
|
|
1812
1923
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1813
1924
|
"""
|
|
1814
1925
|
def __init__(__self__, *,
|
|
1815
|
-
count: Optional[int] = None):
|
|
1926
|
+
count: Optional[builtins.int] = None):
|
|
1816
1927
|
"""
|
|
1817
1928
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1818
|
-
:param int count: count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
|
|
1929
|
+
:param builtins.int count: count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
|
|
1819
1930
|
"""
|
|
1820
1931
|
if count is not None:
|
|
1821
1932
|
pulumi.set(__self__, "count", count)
|
|
1822
1933
|
|
|
1823
1934
|
@property
|
|
1824
1935
|
@pulumi.getter
|
|
1825
|
-
def count(self) -> Optional[int]:
|
|
1936
|
+
def count(self) -> Optional[builtins.int]:
|
|
1826
1937
|
"""
|
|
1827
1938
|
count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
|
|
1828
1939
|
"""
|
|
@@ -1835,17 +1946,17 @@ class VolumeNodeResourcesPatch(dict):
|
|
|
1835
1946
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1836
1947
|
"""
|
|
1837
1948
|
def __init__(__self__, *,
|
|
1838
|
-
count: Optional[int] = None):
|
|
1949
|
+
count: Optional[builtins.int] = None):
|
|
1839
1950
|
"""
|
|
1840
1951
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1841
|
-
:param int count: count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
|
|
1952
|
+
:param builtins.int count: count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
|
|
1842
1953
|
"""
|
|
1843
1954
|
if count is not None:
|
|
1844
1955
|
pulumi.set(__self__, "count", count)
|
|
1845
1956
|
|
|
1846
1957
|
@property
|
|
1847
1958
|
@pulumi.getter
|
|
1848
|
-
def count(self) -> Optional[int]:
|
|
1959
|
+
def count(self) -> Optional[builtins.int]:
|
|
1849
1960
|
"""
|
|
1850
1961
|
count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.
|
|
1851
1962
|
"""
|