pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -68,14 +67,14 @@ class CSIDriver(dict):
|
|
|
68
67
|
|
|
69
68
|
def __init__(__self__, *,
|
|
70
69
|
spec: 'outputs.CSIDriverSpec',
|
|
71
|
-
api_version: Optional[
|
|
72
|
-
kind: Optional[
|
|
70
|
+
api_version: Optional[_builtins.str] = None,
|
|
71
|
+
kind: Optional[_builtins.str] = None,
|
|
73
72
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
74
73
|
"""
|
|
75
74
|
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.
|
|
76
75
|
:param 'CSIDriverSpecArgs' spec: spec represents the specification of the CSI Driver.
|
|
77
|
-
:param
|
|
78
|
-
:param
|
|
76
|
+
: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
|
|
77
|
+
: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
|
|
79
78
|
: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
|
|
80
79
|
"""
|
|
81
80
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -86,7 +85,7 @@ class CSIDriver(dict):
|
|
|
86
85
|
if metadata is not None:
|
|
87
86
|
pulumi.set(__self__, "metadata", metadata)
|
|
88
87
|
|
|
89
|
-
@property
|
|
88
|
+
@_builtins.property
|
|
90
89
|
@pulumi.getter
|
|
91
90
|
def spec(self) -> 'outputs.CSIDriverSpec':
|
|
92
91
|
"""
|
|
@@ -94,23 +93,23 @@ class CSIDriver(dict):
|
|
|
94
93
|
"""
|
|
95
94
|
return pulumi.get(self, "spec")
|
|
96
95
|
|
|
97
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
98
97
|
@pulumi.getter(name="apiVersion")
|
|
99
|
-
def api_version(self) -> Optional[
|
|
98
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
100
99
|
"""
|
|
101
100
|
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
|
|
102
101
|
"""
|
|
103
102
|
return pulumi.get(self, "api_version")
|
|
104
103
|
|
|
105
|
-
@property
|
|
104
|
+
@_builtins.property
|
|
106
105
|
@pulumi.getter
|
|
107
|
-
def kind(self) -> Optional[
|
|
106
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
108
107
|
"""
|
|
109
108
|
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
|
|
110
109
|
"""
|
|
111
110
|
return pulumi.get(self, "kind")
|
|
112
111
|
|
|
113
|
-
@property
|
|
112
|
+
@_builtins.property
|
|
114
113
|
@pulumi.getter
|
|
115
114
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
116
115
|
"""
|
|
@@ -158,31 +157,31 @@ class CSIDriverSpec(dict):
|
|
|
158
157
|
return super().get(key, default)
|
|
159
158
|
|
|
160
159
|
def __init__(__self__, *,
|
|
161
|
-
attach_required: Optional[
|
|
162
|
-
fs_group_policy: Optional[
|
|
163
|
-
node_allocatable_update_period_seconds: Optional[
|
|
164
|
-
pod_info_on_mount: Optional[
|
|
165
|
-
requires_republish: Optional[
|
|
166
|
-
se_linux_mount: Optional[
|
|
167
|
-
storage_capacity: Optional[
|
|
160
|
+
attach_required: Optional[_builtins.bool] = None,
|
|
161
|
+
fs_group_policy: Optional[_builtins.str] = None,
|
|
162
|
+
node_allocatable_update_period_seconds: Optional[_builtins.int] = None,
|
|
163
|
+
pod_info_on_mount: Optional[_builtins.bool] = None,
|
|
164
|
+
requires_republish: Optional[_builtins.bool] = None,
|
|
165
|
+
se_linux_mount: Optional[_builtins.bool] = None,
|
|
166
|
+
storage_capacity: Optional[_builtins.bool] = None,
|
|
168
167
|
token_requests: Optional[Sequence['outputs.TokenRequest']] = None,
|
|
169
|
-
volume_lifecycle_modes: Optional[Sequence[
|
|
168
|
+
volume_lifecycle_modes: Optional[Sequence[_builtins.str]] = None):
|
|
170
169
|
"""
|
|
171
170
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
172
|
-
:param
|
|
171
|
+
: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.
|
|
173
172
|
|
|
174
173
|
This field is immutable.
|
|
175
|
-
:param
|
|
174
|
+
: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.
|
|
176
175
|
|
|
177
176
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
178
177
|
|
|
179
178
|
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.
|
|
180
|
-
:param
|
|
179
|
+
: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
180
|
|
|
182
181
|
This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
|
|
183
182
|
|
|
184
183
|
This field is mutable.
|
|
185
|
-
:param
|
|
184
|
+
: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.
|
|
186
185
|
|
|
187
186
|
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.
|
|
188
187
|
|
|
@@ -192,17 +191,17 @@ class CSIDriverSpec(dict):
|
|
|
192
191
|
"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.
|
|
193
192
|
|
|
194
193
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
195
|
-
:param
|
|
194
|
+
: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.
|
|
196
195
|
|
|
197
196
|
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.
|
|
198
|
-
:param
|
|
197
|
+
:param _builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
199
198
|
|
|
200
199
|
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.
|
|
201
200
|
|
|
202
201
|
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.
|
|
203
202
|
|
|
204
203
|
Default is "false".
|
|
205
|
-
:param
|
|
204
|
+
: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.
|
|
206
205
|
|
|
207
206
|
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.
|
|
208
207
|
|
|
@@ -218,7 +217,7 @@ class CSIDriverSpec(dict):
|
|
|
218
217
|
}
|
|
219
218
|
|
|
220
219
|
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.
|
|
221
|
-
:param Sequence[
|
|
220
|
+
: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.
|
|
222
221
|
|
|
223
222
|
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.
|
|
224
223
|
|
|
@@ -245,9 +244,9 @@ class CSIDriverSpec(dict):
|
|
|
245
244
|
if volume_lifecycle_modes is not None:
|
|
246
245
|
pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
|
|
247
246
|
|
|
248
|
-
@property
|
|
247
|
+
@_builtins.property
|
|
249
248
|
@pulumi.getter(name="attachRequired")
|
|
250
|
-
def attach_required(self) -> Optional[
|
|
249
|
+
def attach_required(self) -> Optional[_builtins.bool]:
|
|
251
250
|
"""
|
|
252
251
|
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.
|
|
253
252
|
|
|
@@ -255,9 +254,9 @@ class CSIDriverSpec(dict):
|
|
|
255
254
|
"""
|
|
256
255
|
return pulumi.get(self, "attach_required")
|
|
257
256
|
|
|
258
|
-
@property
|
|
257
|
+
@_builtins.property
|
|
259
258
|
@pulumi.getter(name="fsGroupPolicy")
|
|
260
|
-
def fs_group_policy(self) -> Optional[
|
|
259
|
+
def fs_group_policy(self) -> Optional[_builtins.str]:
|
|
261
260
|
"""
|
|
262
261
|
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.
|
|
263
262
|
|
|
@@ -267,9 +266,9 @@ class CSIDriverSpec(dict):
|
|
|
267
266
|
"""
|
|
268
267
|
return pulumi.get(self, "fs_group_policy")
|
|
269
268
|
|
|
270
|
-
@property
|
|
269
|
+
@_builtins.property
|
|
271
270
|
@pulumi.getter(name="nodeAllocatableUpdatePeriodSeconds")
|
|
272
|
-
def node_allocatable_update_period_seconds(self) -> Optional[
|
|
271
|
+
def node_allocatable_update_period_seconds(self) -> Optional[_builtins.int]:
|
|
273
272
|
"""
|
|
274
273
|
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
274
|
|
|
@@ -279,9 +278,9 @@ class CSIDriverSpec(dict):
|
|
|
279
278
|
"""
|
|
280
279
|
return pulumi.get(self, "node_allocatable_update_period_seconds")
|
|
281
280
|
|
|
282
|
-
@property
|
|
281
|
+
@_builtins.property
|
|
283
282
|
@pulumi.getter(name="podInfoOnMount")
|
|
284
|
-
def pod_info_on_mount(self) -> Optional[
|
|
283
|
+
def pod_info_on_mount(self) -> Optional[_builtins.bool]:
|
|
285
284
|
"""
|
|
286
285
|
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.
|
|
287
286
|
|
|
@@ -296,9 +295,9 @@ class CSIDriverSpec(dict):
|
|
|
296
295
|
"""
|
|
297
296
|
return pulumi.get(self, "pod_info_on_mount")
|
|
298
297
|
|
|
299
|
-
@property
|
|
298
|
+
@_builtins.property
|
|
300
299
|
@pulumi.getter(name="requiresRepublish")
|
|
301
|
-
def requires_republish(self) -> Optional[
|
|
300
|
+
def requires_republish(self) -> Optional[_builtins.bool]:
|
|
302
301
|
"""
|
|
303
302
|
requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
304
303
|
|
|
@@ -306,9 +305,9 @@ class CSIDriverSpec(dict):
|
|
|
306
305
|
"""
|
|
307
306
|
return pulumi.get(self, "requires_republish")
|
|
308
307
|
|
|
309
|
-
@property
|
|
308
|
+
@_builtins.property
|
|
310
309
|
@pulumi.getter(name="seLinuxMount")
|
|
311
|
-
def se_linux_mount(self) -> Optional[
|
|
310
|
+
def se_linux_mount(self) -> Optional[_builtins.bool]:
|
|
312
311
|
"""
|
|
313
312
|
seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
314
313
|
|
|
@@ -320,9 +319,9 @@ class CSIDriverSpec(dict):
|
|
|
320
319
|
"""
|
|
321
320
|
return pulumi.get(self, "se_linux_mount")
|
|
322
321
|
|
|
323
|
-
@property
|
|
322
|
+
@_builtins.property
|
|
324
323
|
@pulumi.getter(name="storageCapacity")
|
|
325
|
-
def storage_capacity(self) -> Optional[
|
|
324
|
+
def storage_capacity(self) -> Optional[_builtins.bool]:
|
|
326
325
|
"""
|
|
327
326
|
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.
|
|
328
327
|
|
|
@@ -334,7 +333,7 @@ class CSIDriverSpec(dict):
|
|
|
334
333
|
"""
|
|
335
334
|
return pulumi.get(self, "storage_capacity")
|
|
336
335
|
|
|
337
|
-
@property
|
|
336
|
+
@_builtins.property
|
|
338
337
|
@pulumi.getter(name="tokenRequests")
|
|
339
338
|
def token_requests(self) -> Optional[Sequence['outputs.TokenRequest']]:
|
|
340
339
|
"""
|
|
@@ -350,9 +349,9 @@ class CSIDriverSpec(dict):
|
|
|
350
349
|
"""
|
|
351
350
|
return pulumi.get(self, "token_requests")
|
|
352
351
|
|
|
353
|
-
@property
|
|
352
|
+
@_builtins.property
|
|
354
353
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
355
|
-
def volume_lifecycle_modes(self) -> Optional[Sequence[
|
|
354
|
+
def volume_lifecycle_modes(self) -> Optional[Sequence[_builtins.str]]:
|
|
356
355
|
"""
|
|
357
356
|
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.
|
|
358
357
|
|
|
@@ -404,31 +403,31 @@ class CSIDriverSpecPatch(dict):
|
|
|
404
403
|
return super().get(key, default)
|
|
405
404
|
|
|
406
405
|
def __init__(__self__, *,
|
|
407
|
-
attach_required: Optional[
|
|
408
|
-
fs_group_policy: Optional[
|
|
409
|
-
node_allocatable_update_period_seconds: Optional[
|
|
410
|
-
pod_info_on_mount: Optional[
|
|
411
|
-
requires_republish: Optional[
|
|
412
|
-
se_linux_mount: Optional[
|
|
413
|
-
storage_capacity: Optional[
|
|
406
|
+
attach_required: Optional[_builtins.bool] = None,
|
|
407
|
+
fs_group_policy: Optional[_builtins.str] = None,
|
|
408
|
+
node_allocatable_update_period_seconds: Optional[_builtins.int] = None,
|
|
409
|
+
pod_info_on_mount: Optional[_builtins.bool] = None,
|
|
410
|
+
requires_republish: Optional[_builtins.bool] = None,
|
|
411
|
+
se_linux_mount: Optional[_builtins.bool] = None,
|
|
412
|
+
storage_capacity: Optional[_builtins.bool] = None,
|
|
414
413
|
token_requests: Optional[Sequence['outputs.TokenRequestPatch']] = None,
|
|
415
|
-
volume_lifecycle_modes: Optional[Sequence[
|
|
414
|
+
volume_lifecycle_modes: Optional[Sequence[_builtins.str]] = None):
|
|
416
415
|
"""
|
|
417
416
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
418
|
-
:param
|
|
417
|
+
: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.
|
|
419
418
|
|
|
420
419
|
This field is immutable.
|
|
421
|
-
:param
|
|
420
|
+
: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.
|
|
422
421
|
|
|
423
422
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
424
423
|
|
|
425
424
|
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.
|
|
426
|
-
:param
|
|
425
|
+
: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
426
|
|
|
428
427
|
This is an alpha feature and requires the MutableCSINodeAllocatableCount feature gate to be enabled.
|
|
429
428
|
|
|
430
429
|
This field is mutable.
|
|
431
|
-
:param
|
|
430
|
+
: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.
|
|
432
431
|
|
|
433
432
|
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.
|
|
434
433
|
|
|
@@ -438,17 +437,17 @@ class CSIDriverSpecPatch(dict):
|
|
|
438
437
|
"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.
|
|
439
438
|
|
|
440
439
|
This field was immutable in Kubernetes < 1.29 and now is mutable.
|
|
441
|
-
:param
|
|
440
|
+
: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.
|
|
442
441
|
|
|
443
442
|
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.
|
|
444
|
-
:param
|
|
443
|
+
:param _builtins.bool se_linux_mount: seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
445
444
|
|
|
446
445
|
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.
|
|
447
446
|
|
|
448
447
|
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.
|
|
449
448
|
|
|
450
449
|
Default is "false".
|
|
451
|
-
:param
|
|
450
|
+
: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.
|
|
452
451
|
|
|
453
452
|
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.
|
|
454
453
|
|
|
@@ -464,7 +463,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
464
463
|
}
|
|
465
464
|
|
|
466
465
|
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.
|
|
467
|
-
:param Sequence[
|
|
466
|
+
: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.
|
|
468
467
|
|
|
469
468
|
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.
|
|
470
469
|
|
|
@@ -491,9 +490,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
491
490
|
if volume_lifecycle_modes is not None:
|
|
492
491
|
pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
|
|
493
492
|
|
|
494
|
-
@property
|
|
493
|
+
@_builtins.property
|
|
495
494
|
@pulumi.getter(name="attachRequired")
|
|
496
|
-
def attach_required(self) -> Optional[
|
|
495
|
+
def attach_required(self) -> Optional[_builtins.bool]:
|
|
497
496
|
"""
|
|
498
497
|
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.
|
|
499
498
|
|
|
@@ -501,9 +500,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
501
500
|
"""
|
|
502
501
|
return pulumi.get(self, "attach_required")
|
|
503
502
|
|
|
504
|
-
@property
|
|
503
|
+
@_builtins.property
|
|
505
504
|
@pulumi.getter(name="fsGroupPolicy")
|
|
506
|
-
def fs_group_policy(self) -> Optional[
|
|
505
|
+
def fs_group_policy(self) -> Optional[_builtins.str]:
|
|
507
506
|
"""
|
|
508
507
|
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.
|
|
509
508
|
|
|
@@ -513,9 +512,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
513
512
|
"""
|
|
514
513
|
return pulumi.get(self, "fs_group_policy")
|
|
515
514
|
|
|
516
|
-
@property
|
|
515
|
+
@_builtins.property
|
|
517
516
|
@pulumi.getter(name="nodeAllocatableUpdatePeriodSeconds")
|
|
518
|
-
def node_allocatable_update_period_seconds(self) -> Optional[
|
|
517
|
+
def node_allocatable_update_period_seconds(self) -> Optional[_builtins.int]:
|
|
519
518
|
"""
|
|
520
519
|
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
520
|
|
|
@@ -525,9 +524,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
525
524
|
"""
|
|
526
525
|
return pulumi.get(self, "node_allocatable_update_period_seconds")
|
|
527
526
|
|
|
528
|
-
@property
|
|
527
|
+
@_builtins.property
|
|
529
528
|
@pulumi.getter(name="podInfoOnMount")
|
|
530
|
-
def pod_info_on_mount(self) -> Optional[
|
|
529
|
+
def pod_info_on_mount(self) -> Optional[_builtins.bool]:
|
|
531
530
|
"""
|
|
532
531
|
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.
|
|
533
532
|
|
|
@@ -542,9 +541,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
542
541
|
"""
|
|
543
542
|
return pulumi.get(self, "pod_info_on_mount")
|
|
544
543
|
|
|
545
|
-
@property
|
|
544
|
+
@_builtins.property
|
|
546
545
|
@pulumi.getter(name="requiresRepublish")
|
|
547
|
-
def requires_republish(self) -> Optional[
|
|
546
|
+
def requires_republish(self) -> Optional[_builtins.bool]:
|
|
548
547
|
"""
|
|
549
548
|
requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
550
549
|
|
|
@@ -552,9 +551,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
552
551
|
"""
|
|
553
552
|
return pulumi.get(self, "requires_republish")
|
|
554
553
|
|
|
555
|
-
@property
|
|
554
|
+
@_builtins.property
|
|
556
555
|
@pulumi.getter(name="seLinuxMount")
|
|
557
|
-
def se_linux_mount(self) -> Optional[
|
|
556
|
+
def se_linux_mount(self) -> Optional[_builtins.bool]:
|
|
558
557
|
"""
|
|
559
558
|
seLinuxMount specifies if the CSI driver supports "-o context" mount option.
|
|
560
559
|
|
|
@@ -566,9 +565,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
566
565
|
"""
|
|
567
566
|
return pulumi.get(self, "se_linux_mount")
|
|
568
567
|
|
|
569
|
-
@property
|
|
568
|
+
@_builtins.property
|
|
570
569
|
@pulumi.getter(name="storageCapacity")
|
|
571
|
-
def storage_capacity(self) -> Optional[
|
|
570
|
+
def storage_capacity(self) -> Optional[_builtins.bool]:
|
|
572
571
|
"""
|
|
573
572
|
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.
|
|
574
573
|
|
|
@@ -580,7 +579,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
580
579
|
"""
|
|
581
580
|
return pulumi.get(self, "storage_capacity")
|
|
582
581
|
|
|
583
|
-
@property
|
|
582
|
+
@_builtins.property
|
|
584
583
|
@pulumi.getter(name="tokenRequests")
|
|
585
584
|
def token_requests(self) -> Optional[Sequence['outputs.TokenRequestPatch']]:
|
|
586
585
|
"""
|
|
@@ -596,9 +595,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
596
595
|
"""
|
|
597
596
|
return pulumi.get(self, "token_requests")
|
|
598
597
|
|
|
599
|
-
@property
|
|
598
|
+
@_builtins.property
|
|
600
599
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
601
|
-
def volume_lifecycle_modes(self) -> Optional[Sequence[
|
|
600
|
+
def volume_lifecycle_modes(self) -> Optional[Sequence[_builtins.str]]:
|
|
602
601
|
"""
|
|
603
602
|
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.
|
|
604
603
|
|
|
@@ -635,14 +634,14 @@ class CSINode(dict):
|
|
|
635
634
|
|
|
636
635
|
def __init__(__self__, *,
|
|
637
636
|
spec: 'outputs.CSINodeSpec',
|
|
638
|
-
api_version: Optional[
|
|
639
|
-
kind: Optional[
|
|
637
|
+
api_version: Optional[_builtins.str] = None,
|
|
638
|
+
kind: Optional[_builtins.str] = None,
|
|
640
639
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
641
640
|
"""
|
|
642
641
|
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.
|
|
643
642
|
:param 'CSINodeSpecArgs' spec: spec is the specification of CSINode
|
|
644
|
-
:param
|
|
645
|
-
:param
|
|
643
|
+
: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
|
|
644
|
+
: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
|
|
646
645
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. metadata.name must be the Kubernetes node name.
|
|
647
646
|
"""
|
|
648
647
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -653,7 +652,7 @@ class CSINode(dict):
|
|
|
653
652
|
if metadata is not None:
|
|
654
653
|
pulumi.set(__self__, "metadata", metadata)
|
|
655
654
|
|
|
656
|
-
@property
|
|
655
|
+
@_builtins.property
|
|
657
656
|
@pulumi.getter
|
|
658
657
|
def spec(self) -> 'outputs.CSINodeSpec':
|
|
659
658
|
"""
|
|
@@ -661,23 +660,23 @@ class CSINode(dict):
|
|
|
661
660
|
"""
|
|
662
661
|
return pulumi.get(self, "spec")
|
|
663
662
|
|
|
664
|
-
@property
|
|
663
|
+
@_builtins.property
|
|
665
664
|
@pulumi.getter(name="apiVersion")
|
|
666
|
-
def api_version(self) -> Optional[
|
|
665
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
667
666
|
"""
|
|
668
667
|
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
|
|
669
668
|
"""
|
|
670
669
|
return pulumi.get(self, "api_version")
|
|
671
670
|
|
|
672
|
-
@property
|
|
671
|
+
@_builtins.property
|
|
673
672
|
@pulumi.getter
|
|
674
|
-
def kind(self) -> Optional[
|
|
673
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
675
674
|
"""
|
|
676
675
|
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
|
|
677
676
|
"""
|
|
678
677
|
return pulumi.get(self, "kind")
|
|
679
678
|
|
|
680
|
-
@property
|
|
679
|
+
@_builtins.property
|
|
681
680
|
@pulumi.getter
|
|
682
681
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
683
682
|
"""
|
|
@@ -711,16 +710,16 @@ class CSINodeDriver(dict):
|
|
|
711
710
|
return super().get(key, default)
|
|
712
711
|
|
|
713
712
|
def __init__(__self__, *,
|
|
714
|
-
name:
|
|
715
|
-
node_id:
|
|
713
|
+
name: _builtins.str,
|
|
714
|
+
node_id: _builtins.str,
|
|
716
715
|
allocatable: Optional['outputs.VolumeNodeResources'] = None,
|
|
717
|
-
topology_keys: Optional[Sequence[
|
|
716
|
+
topology_keys: Optional[Sequence[_builtins.str]] = None):
|
|
718
717
|
"""
|
|
719
718
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
720
|
-
:param
|
|
721
|
-
:param
|
|
719
|
+
: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.
|
|
720
|
+
: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.
|
|
722
721
|
:param 'VolumeNodeResourcesArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
|
|
723
|
-
:param Sequence[
|
|
722
|
+
: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.
|
|
724
723
|
"""
|
|
725
724
|
pulumi.set(__self__, "name", name)
|
|
726
725
|
pulumi.set(__self__, "node_id", node_id)
|
|
@@ -729,23 +728,23 @@ class CSINodeDriver(dict):
|
|
|
729
728
|
if topology_keys is not None:
|
|
730
729
|
pulumi.set(__self__, "topology_keys", topology_keys)
|
|
731
730
|
|
|
732
|
-
@property
|
|
731
|
+
@_builtins.property
|
|
733
732
|
@pulumi.getter
|
|
734
|
-
def name(self) ->
|
|
733
|
+
def name(self) -> _builtins.str:
|
|
735
734
|
"""
|
|
736
735
|
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.
|
|
737
736
|
"""
|
|
738
737
|
return pulumi.get(self, "name")
|
|
739
738
|
|
|
740
|
-
@property
|
|
739
|
+
@_builtins.property
|
|
741
740
|
@pulumi.getter(name="nodeID")
|
|
742
|
-
def node_id(self) ->
|
|
741
|
+
def node_id(self) -> _builtins.str:
|
|
743
742
|
"""
|
|
744
743
|
nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.
|
|
745
744
|
"""
|
|
746
745
|
return pulumi.get(self, "node_id")
|
|
747
746
|
|
|
748
|
-
@property
|
|
747
|
+
@_builtins.property
|
|
749
748
|
@pulumi.getter
|
|
750
749
|
def allocatable(self) -> Optional['outputs.VolumeNodeResources']:
|
|
751
750
|
"""
|
|
@@ -753,9 +752,9 @@ class CSINodeDriver(dict):
|
|
|
753
752
|
"""
|
|
754
753
|
return pulumi.get(self, "allocatable")
|
|
755
754
|
|
|
756
|
-
@property
|
|
755
|
+
@_builtins.property
|
|
757
756
|
@pulumi.getter(name="topologyKeys")
|
|
758
|
-
def topology_keys(self) -> Optional[Sequence[
|
|
757
|
+
def topology_keys(self) -> Optional[Sequence[_builtins.str]]:
|
|
759
758
|
"""
|
|
760
759
|
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.
|
|
761
760
|
"""
|
|
@@ -788,15 +787,15 @@ class CSINodeDriverPatch(dict):
|
|
|
788
787
|
|
|
789
788
|
def __init__(__self__, *,
|
|
790
789
|
allocatable: Optional['outputs.VolumeNodeResourcesPatch'] = None,
|
|
791
|
-
name: Optional[
|
|
792
|
-
node_id: Optional[
|
|
793
|
-
topology_keys: Optional[Sequence[
|
|
790
|
+
name: Optional[_builtins.str] = None,
|
|
791
|
+
node_id: Optional[_builtins.str] = None,
|
|
792
|
+
topology_keys: Optional[Sequence[_builtins.str]] = None):
|
|
794
793
|
"""
|
|
795
794
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
796
795
|
:param 'VolumeNodeResourcesPatchArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling. This field is beta.
|
|
797
|
-
:param
|
|
798
|
-
:param
|
|
799
|
-
:param Sequence[
|
|
796
|
+
: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.
|
|
797
|
+
: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.
|
|
798
|
+
: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.
|
|
800
799
|
"""
|
|
801
800
|
if allocatable is not None:
|
|
802
801
|
pulumi.set(__self__, "allocatable", allocatable)
|
|
@@ -807,7 +806,7 @@ class CSINodeDriverPatch(dict):
|
|
|
807
806
|
if topology_keys is not None:
|
|
808
807
|
pulumi.set(__self__, "topology_keys", topology_keys)
|
|
809
808
|
|
|
810
|
-
@property
|
|
809
|
+
@_builtins.property
|
|
811
810
|
@pulumi.getter
|
|
812
811
|
def allocatable(self) -> Optional['outputs.VolumeNodeResourcesPatch']:
|
|
813
812
|
"""
|
|
@@ -815,25 +814,25 @@ class CSINodeDriverPatch(dict):
|
|
|
815
814
|
"""
|
|
816
815
|
return pulumi.get(self, "allocatable")
|
|
817
816
|
|
|
818
|
-
@property
|
|
817
|
+
@_builtins.property
|
|
819
818
|
@pulumi.getter
|
|
820
|
-
def name(self) -> Optional[
|
|
819
|
+
def name(self) -> Optional[_builtins.str]:
|
|
821
820
|
"""
|
|
822
821
|
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.
|
|
823
822
|
"""
|
|
824
823
|
return pulumi.get(self, "name")
|
|
825
824
|
|
|
826
|
-
@property
|
|
825
|
+
@_builtins.property
|
|
827
826
|
@pulumi.getter(name="nodeID")
|
|
828
|
-
def node_id(self) -> Optional[
|
|
827
|
+
def node_id(self) -> Optional[_builtins.str]:
|
|
829
828
|
"""
|
|
830
829
|
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.
|
|
831
830
|
"""
|
|
832
831
|
return pulumi.get(self, "node_id")
|
|
833
832
|
|
|
834
|
-
@property
|
|
833
|
+
@_builtins.property
|
|
835
834
|
@pulumi.getter(name="topologyKeys")
|
|
836
|
-
def topology_keys(self) -> Optional[Sequence[
|
|
835
|
+
def topology_keys(self) -> Optional[Sequence[_builtins.str]]:
|
|
837
836
|
"""
|
|
838
837
|
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.
|
|
839
838
|
"""
|
|
@@ -853,7 +852,7 @@ class CSINodeSpec(dict):
|
|
|
853
852
|
"""
|
|
854
853
|
pulumi.set(__self__, "drivers", drivers)
|
|
855
854
|
|
|
856
|
-
@property
|
|
855
|
+
@_builtins.property
|
|
857
856
|
@pulumi.getter
|
|
858
857
|
def drivers(self) -> Sequence['outputs.CSINodeDriver']:
|
|
859
858
|
"""
|
|
@@ -876,7 +875,7 @@ class CSINodeSpecPatch(dict):
|
|
|
876
875
|
if drivers is not None:
|
|
877
876
|
pulumi.set(__self__, "drivers", drivers)
|
|
878
877
|
|
|
879
|
-
@property
|
|
878
|
+
@_builtins.property
|
|
880
879
|
@pulumi.getter
|
|
881
880
|
def drivers(self) -> Optional[Sequence['outputs.CSINodeDriverPatch']]:
|
|
882
881
|
"""
|
|
@@ -922,11 +921,11 @@ class CSIStorageCapacity(dict):
|
|
|
922
921
|
return super().get(key, default)
|
|
923
922
|
|
|
924
923
|
def __init__(__self__, *,
|
|
925
|
-
storage_class_name:
|
|
926
|
-
api_version: Optional[
|
|
927
|
-
capacity: Optional[
|
|
928
|
-
kind: Optional[
|
|
929
|
-
maximum_volume_size: Optional[
|
|
924
|
+
storage_class_name: _builtins.str,
|
|
925
|
+
api_version: Optional[_builtins.str] = None,
|
|
926
|
+
capacity: Optional[_builtins.str] = None,
|
|
927
|
+
kind: Optional[_builtins.str] = None,
|
|
928
|
+
maximum_volume_size: Optional[_builtins.str] = None,
|
|
930
929
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
931
930
|
node_topology: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
932
931
|
"""
|
|
@@ -939,13 +938,13 @@ class CSIStorageCapacity(dict):
|
|
|
939
938
|
The producer of these objects can decide which approach is more suitable.
|
|
940
939
|
|
|
941
940
|
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.
|
|
942
|
-
:param
|
|
943
|
-
:param
|
|
944
|
-
:param
|
|
941
|
+
: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.
|
|
942
|
+
: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
|
|
943
|
+
: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.
|
|
945
944
|
|
|
946
945
|
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.
|
|
947
|
-
:param
|
|
948
|
-
:param
|
|
946
|
+
: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
|
|
947
|
+
: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.
|
|
949
948
|
|
|
950
949
|
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.
|
|
951
950
|
: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.
|
|
@@ -969,25 +968,25 @@ class CSIStorageCapacity(dict):
|
|
|
969
968
|
if node_topology is not None:
|
|
970
969
|
pulumi.set(__self__, "node_topology", node_topology)
|
|
971
970
|
|
|
972
|
-
@property
|
|
971
|
+
@_builtins.property
|
|
973
972
|
@pulumi.getter(name="storageClassName")
|
|
974
|
-
def storage_class_name(self) ->
|
|
973
|
+
def storage_class_name(self) -> _builtins.str:
|
|
975
974
|
"""
|
|
976
975
|
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.
|
|
977
976
|
"""
|
|
978
977
|
return pulumi.get(self, "storage_class_name")
|
|
979
978
|
|
|
980
|
-
@property
|
|
979
|
+
@_builtins.property
|
|
981
980
|
@pulumi.getter(name="apiVersion")
|
|
982
|
-
def api_version(self) -> Optional[
|
|
981
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
983
982
|
"""
|
|
984
983
|
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
|
|
985
984
|
"""
|
|
986
985
|
return pulumi.get(self, "api_version")
|
|
987
986
|
|
|
988
|
-
@property
|
|
987
|
+
@_builtins.property
|
|
989
988
|
@pulumi.getter
|
|
990
|
-
def capacity(self) -> Optional[
|
|
989
|
+
def capacity(self) -> Optional[_builtins.str]:
|
|
991
990
|
"""
|
|
992
991
|
capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
993
992
|
|
|
@@ -995,17 +994,17 @@ class CSIStorageCapacity(dict):
|
|
|
995
994
|
"""
|
|
996
995
|
return pulumi.get(self, "capacity")
|
|
997
996
|
|
|
998
|
-
@property
|
|
997
|
+
@_builtins.property
|
|
999
998
|
@pulumi.getter
|
|
1000
|
-
def kind(self) -> Optional[
|
|
999
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1001
1000
|
"""
|
|
1002
1001
|
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
|
|
1003
1002
|
"""
|
|
1004
1003
|
return pulumi.get(self, "kind")
|
|
1005
1004
|
|
|
1006
|
-
@property
|
|
1005
|
+
@_builtins.property
|
|
1007
1006
|
@pulumi.getter(name="maximumVolumeSize")
|
|
1008
|
-
def maximum_volume_size(self) -> Optional[
|
|
1007
|
+
def maximum_volume_size(self) -> Optional[_builtins.str]:
|
|
1009
1008
|
"""
|
|
1010
1009
|
maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
1011
1010
|
|
|
@@ -1013,7 +1012,7 @@ class CSIStorageCapacity(dict):
|
|
|
1013
1012
|
"""
|
|
1014
1013
|
return pulumi.get(self, "maximum_volume_size")
|
|
1015
1014
|
|
|
1016
|
-
@property
|
|
1015
|
+
@_builtins.property
|
|
1017
1016
|
@pulumi.getter
|
|
1018
1017
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1019
1018
|
"""
|
|
@@ -1025,7 +1024,7 @@ class CSIStorageCapacity(dict):
|
|
|
1025
1024
|
"""
|
|
1026
1025
|
return pulumi.get(self, "metadata")
|
|
1027
1026
|
|
|
1028
|
-
@property
|
|
1027
|
+
@_builtins.property
|
|
1029
1028
|
@pulumi.getter(name="nodeTopology")
|
|
1030
1029
|
def node_topology(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
1031
1030
|
"""
|
|
@@ -1069,30 +1068,30 @@ class StorageClass(dict):
|
|
|
1069
1068
|
return super().get(key, default)
|
|
1070
1069
|
|
|
1071
1070
|
def __init__(__self__, *,
|
|
1072
|
-
provisioner:
|
|
1073
|
-
allow_volume_expansion: Optional[
|
|
1071
|
+
provisioner: _builtins.str,
|
|
1072
|
+
allow_volume_expansion: Optional[_builtins.bool] = None,
|
|
1074
1073
|
allowed_topologies: Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']] = None,
|
|
1075
|
-
api_version: Optional[
|
|
1076
|
-
kind: Optional[
|
|
1074
|
+
api_version: Optional[_builtins.str] = None,
|
|
1075
|
+
kind: Optional[_builtins.str] = None,
|
|
1077
1076
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1078
|
-
mount_options: Optional[Sequence[
|
|
1079
|
-
parameters: Optional[Mapping[str,
|
|
1080
|
-
reclaim_policy: Optional[
|
|
1081
|
-
volume_binding_mode: Optional[
|
|
1077
|
+
mount_options: Optional[Sequence[_builtins.str]] = None,
|
|
1078
|
+
parameters: Optional[Mapping[str, _builtins.str]] = None,
|
|
1079
|
+
reclaim_policy: Optional[_builtins.str] = None,
|
|
1080
|
+
volume_binding_mode: Optional[_builtins.str] = None):
|
|
1082
1081
|
"""
|
|
1083
1082
|
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
|
|
1084
1083
|
|
|
1085
1084
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
1086
|
-
:param
|
|
1087
|
-
:param
|
|
1085
|
+
:param _builtins.str provisioner: provisioner indicates the type of the provisioner.
|
|
1086
|
+
:param _builtins.bool allow_volume_expansion: allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1088
1087
|
: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.
|
|
1089
|
-
:param
|
|
1090
|
-
:param
|
|
1088
|
+
: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
|
|
1089
|
+
: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
|
|
1091
1090
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1092
|
-
:param Sequence[
|
|
1093
|
-
:param Mapping[str,
|
|
1094
|
-
:param
|
|
1095
|
-
:param
|
|
1091
|
+
: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.
|
|
1092
|
+
:param Mapping[str, _builtins.str] parameters: parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1093
|
+
:param _builtins.str reclaim_policy: reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1094
|
+
: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.
|
|
1096
1095
|
"""
|
|
1097
1096
|
pulumi.set(__self__, "provisioner", provisioner)
|
|
1098
1097
|
if allow_volume_expansion is not None:
|
|
@@ -1114,23 +1113,23 @@ class StorageClass(dict):
|
|
|
1114
1113
|
if volume_binding_mode is not None:
|
|
1115
1114
|
pulumi.set(__self__, "volume_binding_mode", volume_binding_mode)
|
|
1116
1115
|
|
|
1117
|
-
@property
|
|
1116
|
+
@_builtins.property
|
|
1118
1117
|
@pulumi.getter
|
|
1119
|
-
def provisioner(self) ->
|
|
1118
|
+
def provisioner(self) -> _builtins.str:
|
|
1120
1119
|
"""
|
|
1121
1120
|
provisioner indicates the type of the provisioner.
|
|
1122
1121
|
"""
|
|
1123
1122
|
return pulumi.get(self, "provisioner")
|
|
1124
1123
|
|
|
1125
|
-
@property
|
|
1124
|
+
@_builtins.property
|
|
1126
1125
|
@pulumi.getter(name="allowVolumeExpansion")
|
|
1127
|
-
def allow_volume_expansion(self) -> Optional[
|
|
1126
|
+
def allow_volume_expansion(self) -> Optional[_builtins.bool]:
|
|
1128
1127
|
"""
|
|
1129
1128
|
allowVolumeExpansion shows whether the storage class allow volume expand.
|
|
1130
1129
|
"""
|
|
1131
1130
|
return pulumi.get(self, "allow_volume_expansion")
|
|
1132
1131
|
|
|
1133
|
-
@property
|
|
1132
|
+
@_builtins.property
|
|
1134
1133
|
@pulumi.getter(name="allowedTopologies")
|
|
1135
1134
|
def allowed_topologies(self) -> Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']]:
|
|
1136
1135
|
"""
|
|
@@ -1138,23 +1137,23 @@ class StorageClass(dict):
|
|
|
1138
1137
|
"""
|
|
1139
1138
|
return pulumi.get(self, "allowed_topologies")
|
|
1140
1139
|
|
|
1141
|
-
@property
|
|
1140
|
+
@_builtins.property
|
|
1142
1141
|
@pulumi.getter(name="apiVersion")
|
|
1143
|
-
def api_version(self) -> Optional[
|
|
1142
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1144
1143
|
"""
|
|
1145
1144
|
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
|
|
1146
1145
|
"""
|
|
1147
1146
|
return pulumi.get(self, "api_version")
|
|
1148
1147
|
|
|
1149
|
-
@property
|
|
1148
|
+
@_builtins.property
|
|
1150
1149
|
@pulumi.getter
|
|
1151
|
-
def kind(self) -> Optional[
|
|
1150
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1152
1151
|
"""
|
|
1153
1152
|
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
|
|
1154
1153
|
"""
|
|
1155
1154
|
return pulumi.get(self, "kind")
|
|
1156
1155
|
|
|
1157
|
-
@property
|
|
1156
|
+
@_builtins.property
|
|
1158
1157
|
@pulumi.getter
|
|
1159
1158
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1160
1159
|
"""
|
|
@@ -1162,33 +1161,33 @@ class StorageClass(dict):
|
|
|
1162
1161
|
"""
|
|
1163
1162
|
return pulumi.get(self, "metadata")
|
|
1164
1163
|
|
|
1165
|
-
@property
|
|
1164
|
+
@_builtins.property
|
|
1166
1165
|
@pulumi.getter(name="mountOptions")
|
|
1167
|
-
def mount_options(self) -> Optional[Sequence[
|
|
1166
|
+
def mount_options(self) -> Optional[Sequence[_builtins.str]]:
|
|
1168
1167
|
"""
|
|
1169
1168
|
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.
|
|
1170
1169
|
"""
|
|
1171
1170
|
return pulumi.get(self, "mount_options")
|
|
1172
1171
|
|
|
1173
|
-
@property
|
|
1172
|
+
@_builtins.property
|
|
1174
1173
|
@pulumi.getter
|
|
1175
|
-
def parameters(self) -> Optional[Mapping[str,
|
|
1174
|
+
def parameters(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
1176
1175
|
"""
|
|
1177
1176
|
parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1178
1177
|
"""
|
|
1179
1178
|
return pulumi.get(self, "parameters")
|
|
1180
1179
|
|
|
1181
|
-
@property
|
|
1180
|
+
@_builtins.property
|
|
1182
1181
|
@pulumi.getter(name="reclaimPolicy")
|
|
1183
|
-
def reclaim_policy(self) -> Optional[
|
|
1182
|
+
def reclaim_policy(self) -> Optional[_builtins.str]:
|
|
1184
1183
|
"""
|
|
1185
1184
|
reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete.
|
|
1186
1185
|
"""
|
|
1187
1186
|
return pulumi.get(self, "reclaim_policy")
|
|
1188
1187
|
|
|
1189
|
-
@property
|
|
1188
|
+
@_builtins.property
|
|
1190
1189
|
@pulumi.getter(name="volumeBindingMode")
|
|
1191
|
-
def volume_binding_mode(self) -> Optional[
|
|
1190
|
+
def volume_binding_mode(self) -> Optional[_builtins.str]:
|
|
1192
1191
|
"""
|
|
1193
1192
|
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.
|
|
1194
1193
|
"""
|
|
@@ -1218,28 +1217,28 @@ class TokenRequest(dict):
|
|
|
1218
1217
|
return super().get(key, default)
|
|
1219
1218
|
|
|
1220
1219
|
def __init__(__self__, *,
|
|
1221
|
-
audience:
|
|
1222
|
-
expiration_seconds: Optional[
|
|
1220
|
+
audience: _builtins.str,
|
|
1221
|
+
expiration_seconds: Optional[_builtins.int] = None):
|
|
1223
1222
|
"""
|
|
1224
1223
|
TokenRequest contains parameters of a service account token.
|
|
1225
|
-
:param
|
|
1226
|
-
:param
|
|
1224
|
+
:param _builtins.str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1225
|
+
: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".
|
|
1227
1226
|
"""
|
|
1228
1227
|
pulumi.set(__self__, "audience", audience)
|
|
1229
1228
|
if expiration_seconds is not None:
|
|
1230
1229
|
pulumi.set(__self__, "expiration_seconds", expiration_seconds)
|
|
1231
1230
|
|
|
1232
|
-
@property
|
|
1231
|
+
@_builtins.property
|
|
1233
1232
|
@pulumi.getter
|
|
1234
|
-
def audience(self) ->
|
|
1233
|
+
def audience(self) -> _builtins.str:
|
|
1235
1234
|
"""
|
|
1236
1235
|
audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1237
1236
|
"""
|
|
1238
1237
|
return pulumi.get(self, "audience")
|
|
1239
1238
|
|
|
1240
|
-
@property
|
|
1239
|
+
@_builtins.property
|
|
1241
1240
|
@pulumi.getter(name="expirationSeconds")
|
|
1242
|
-
def expiration_seconds(self) -> Optional[
|
|
1241
|
+
def expiration_seconds(self) -> Optional[_builtins.int]:
|
|
1243
1242
|
"""
|
|
1244
1243
|
expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1245
1244
|
"""
|
|
@@ -1269,29 +1268,29 @@ class TokenRequestPatch(dict):
|
|
|
1269
1268
|
return super().get(key, default)
|
|
1270
1269
|
|
|
1271
1270
|
def __init__(__self__, *,
|
|
1272
|
-
audience: Optional[
|
|
1273
|
-
expiration_seconds: Optional[
|
|
1271
|
+
audience: Optional[_builtins.str] = None,
|
|
1272
|
+
expiration_seconds: Optional[_builtins.int] = None):
|
|
1274
1273
|
"""
|
|
1275
1274
|
TokenRequest contains parameters of a service account token.
|
|
1276
|
-
:param
|
|
1277
|
-
:param
|
|
1275
|
+
:param _builtins.str audience: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1276
|
+
: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".
|
|
1278
1277
|
"""
|
|
1279
1278
|
if audience is not None:
|
|
1280
1279
|
pulumi.set(__self__, "audience", audience)
|
|
1281
1280
|
if expiration_seconds is not None:
|
|
1282
1281
|
pulumi.set(__self__, "expiration_seconds", expiration_seconds)
|
|
1283
1282
|
|
|
1284
|
-
@property
|
|
1283
|
+
@_builtins.property
|
|
1285
1284
|
@pulumi.getter
|
|
1286
|
-
def audience(self) -> Optional[
|
|
1285
|
+
def audience(self) -> Optional[_builtins.str]:
|
|
1287
1286
|
"""
|
|
1288
1287
|
audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1289
1288
|
"""
|
|
1290
1289
|
return pulumi.get(self, "audience")
|
|
1291
1290
|
|
|
1292
|
-
@property
|
|
1291
|
+
@_builtins.property
|
|
1293
1292
|
@pulumi.getter(name="expirationSeconds")
|
|
1294
|
-
def expiration_seconds(self) -> Optional[
|
|
1293
|
+
def expiration_seconds(self) -> Optional[_builtins.int]:
|
|
1295
1294
|
"""
|
|
1296
1295
|
expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".
|
|
1297
1296
|
"""
|
|
@@ -1324,8 +1323,8 @@ class VolumeAttachment(dict):
|
|
|
1324
1323
|
|
|
1325
1324
|
def __init__(__self__, *,
|
|
1326
1325
|
spec: 'outputs.VolumeAttachmentSpec',
|
|
1327
|
-
api_version: Optional[
|
|
1328
|
-
kind: Optional[
|
|
1326
|
+
api_version: Optional[_builtins.str] = None,
|
|
1327
|
+
kind: Optional[_builtins.str] = None,
|
|
1329
1328
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1330
1329
|
status: Optional['outputs.VolumeAttachmentStatus'] = None):
|
|
1331
1330
|
"""
|
|
@@ -1333,8 +1332,8 @@ class VolumeAttachment(dict):
|
|
|
1333
1332
|
|
|
1334
1333
|
VolumeAttachment objects are non-namespaced.
|
|
1335
1334
|
:param 'VolumeAttachmentSpecArgs' spec: spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
1336
|
-
:param
|
|
1337
|
-
:param
|
|
1335
|
+
: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
|
|
1336
|
+
: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
|
|
1338
1337
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1339
1338
|
: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.
|
|
1340
1339
|
"""
|
|
@@ -1348,7 +1347,7 @@ class VolumeAttachment(dict):
|
|
|
1348
1347
|
if status is not None:
|
|
1349
1348
|
pulumi.set(__self__, "status", status)
|
|
1350
1349
|
|
|
1351
|
-
@property
|
|
1350
|
+
@_builtins.property
|
|
1352
1351
|
@pulumi.getter
|
|
1353
1352
|
def spec(self) -> 'outputs.VolumeAttachmentSpec':
|
|
1354
1353
|
"""
|
|
@@ -1356,23 +1355,23 @@ class VolumeAttachment(dict):
|
|
|
1356
1355
|
"""
|
|
1357
1356
|
return pulumi.get(self, "spec")
|
|
1358
1357
|
|
|
1359
|
-
@property
|
|
1358
|
+
@_builtins.property
|
|
1360
1359
|
@pulumi.getter(name="apiVersion")
|
|
1361
|
-
def api_version(self) -> Optional[
|
|
1360
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1362
1361
|
"""
|
|
1363
1362
|
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
|
|
1364
1363
|
"""
|
|
1365
1364
|
return pulumi.get(self, "api_version")
|
|
1366
1365
|
|
|
1367
|
-
@property
|
|
1366
|
+
@_builtins.property
|
|
1368
1367
|
@pulumi.getter
|
|
1369
|
-
def kind(self) -> Optional[
|
|
1368
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1370
1369
|
"""
|
|
1371
1370
|
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
|
|
1372
1371
|
"""
|
|
1373
1372
|
return pulumi.get(self, "kind")
|
|
1374
1373
|
|
|
1375
|
-
@property
|
|
1374
|
+
@_builtins.property
|
|
1376
1375
|
@pulumi.getter
|
|
1377
1376
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1378
1377
|
"""
|
|
@@ -1380,7 +1379,7 @@ class VolumeAttachment(dict):
|
|
|
1380
1379
|
"""
|
|
1381
1380
|
return pulumi.get(self, "metadata")
|
|
1382
1381
|
|
|
1383
|
-
@property
|
|
1382
|
+
@_builtins.property
|
|
1384
1383
|
@pulumi.getter
|
|
1385
1384
|
def status(self) -> Optional['outputs.VolumeAttachmentStatus']:
|
|
1386
1385
|
"""
|
|
@@ -1415,18 +1414,18 @@ class VolumeAttachmentSource(dict):
|
|
|
1415
1414
|
|
|
1416
1415
|
def __init__(__self__, *,
|
|
1417
1416
|
inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpec'] = None,
|
|
1418
|
-
persistent_volume_name: Optional[
|
|
1417
|
+
persistent_volume_name: Optional[_builtins.str] = None):
|
|
1419
1418
|
"""
|
|
1420
1419
|
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.
|
|
1421
1420
|
: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.
|
|
1422
|
-
:param
|
|
1421
|
+
:param _builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1423
1422
|
"""
|
|
1424
1423
|
if inline_volume_spec is not None:
|
|
1425
1424
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
1426
1425
|
if persistent_volume_name is not None:
|
|
1427
1426
|
pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
|
|
1428
1427
|
|
|
1429
|
-
@property
|
|
1428
|
+
@_builtins.property
|
|
1430
1429
|
@pulumi.getter(name="inlineVolumeSpec")
|
|
1431
1430
|
def inline_volume_spec(self) -> Optional['_core.v1.outputs.PersistentVolumeSpec']:
|
|
1432
1431
|
"""
|
|
@@ -1434,9 +1433,9 @@ class VolumeAttachmentSource(dict):
|
|
|
1434
1433
|
"""
|
|
1435
1434
|
return pulumi.get(self, "inline_volume_spec")
|
|
1436
1435
|
|
|
1437
|
-
@property
|
|
1436
|
+
@_builtins.property
|
|
1438
1437
|
@pulumi.getter(name="persistentVolumeName")
|
|
1439
|
-
def persistent_volume_name(self) -> Optional[
|
|
1438
|
+
def persistent_volume_name(self) -> Optional[_builtins.str]:
|
|
1440
1439
|
"""
|
|
1441
1440
|
persistentVolumeName represents the name of the persistent volume to attach.
|
|
1442
1441
|
"""
|
|
@@ -1469,18 +1468,18 @@ class VolumeAttachmentSourcePatch(dict):
|
|
|
1469
1468
|
|
|
1470
1469
|
def __init__(__self__, *,
|
|
1471
1470
|
inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpecPatch'] = None,
|
|
1472
|
-
persistent_volume_name: Optional[
|
|
1471
|
+
persistent_volume_name: Optional[_builtins.str] = None):
|
|
1473
1472
|
"""
|
|
1474
1473
|
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.
|
|
1475
1474
|
: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.
|
|
1476
|
-
:param
|
|
1475
|
+
:param _builtins.str persistent_volume_name: persistentVolumeName represents the name of the persistent volume to attach.
|
|
1477
1476
|
"""
|
|
1478
1477
|
if inline_volume_spec is not None:
|
|
1479
1478
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
1480
1479
|
if persistent_volume_name is not None:
|
|
1481
1480
|
pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
|
|
1482
1481
|
|
|
1483
|
-
@property
|
|
1482
|
+
@_builtins.property
|
|
1484
1483
|
@pulumi.getter(name="inlineVolumeSpec")
|
|
1485
1484
|
def inline_volume_spec(self) -> Optional['_core.v1.outputs.PersistentVolumeSpecPatch']:
|
|
1486
1485
|
"""
|
|
@@ -1488,9 +1487,9 @@ class VolumeAttachmentSourcePatch(dict):
|
|
|
1488
1487
|
"""
|
|
1489
1488
|
return pulumi.get(self, "inline_volume_spec")
|
|
1490
1489
|
|
|
1491
|
-
@property
|
|
1490
|
+
@_builtins.property
|
|
1492
1491
|
@pulumi.getter(name="persistentVolumeName")
|
|
1493
|
-
def persistent_volume_name(self) -> Optional[
|
|
1492
|
+
def persistent_volume_name(self) -> Optional[_builtins.str]:
|
|
1494
1493
|
"""
|
|
1495
1494
|
persistentVolumeName represents the name of the persistent volume to attach.
|
|
1496
1495
|
"""
|
|
@@ -1520,36 +1519,36 @@ class VolumeAttachmentSpec(dict):
|
|
|
1520
1519
|
return super().get(key, default)
|
|
1521
1520
|
|
|
1522
1521
|
def __init__(__self__, *,
|
|
1523
|
-
attacher:
|
|
1524
|
-
node_name:
|
|
1522
|
+
attacher: _builtins.str,
|
|
1523
|
+
node_name: _builtins.str,
|
|
1525
1524
|
source: 'outputs.VolumeAttachmentSource'):
|
|
1526
1525
|
"""
|
|
1527
1526
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1528
|
-
:param
|
|
1529
|
-
:param
|
|
1527
|
+
:param _builtins.str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1528
|
+
:param _builtins.str node_name: nodeName represents the node that the volume should be attached to.
|
|
1530
1529
|
:param 'VolumeAttachmentSourceArgs' source: source represents the volume that should be attached.
|
|
1531
1530
|
"""
|
|
1532
1531
|
pulumi.set(__self__, "attacher", attacher)
|
|
1533
1532
|
pulumi.set(__self__, "node_name", node_name)
|
|
1534
1533
|
pulumi.set(__self__, "source", source)
|
|
1535
1534
|
|
|
1536
|
-
@property
|
|
1535
|
+
@_builtins.property
|
|
1537
1536
|
@pulumi.getter
|
|
1538
|
-
def attacher(self) ->
|
|
1537
|
+
def attacher(self) -> _builtins.str:
|
|
1539
1538
|
"""
|
|
1540
1539
|
attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1541
1540
|
"""
|
|
1542
1541
|
return pulumi.get(self, "attacher")
|
|
1543
1542
|
|
|
1544
|
-
@property
|
|
1543
|
+
@_builtins.property
|
|
1545
1544
|
@pulumi.getter(name="nodeName")
|
|
1546
|
-
def node_name(self) ->
|
|
1545
|
+
def node_name(self) -> _builtins.str:
|
|
1547
1546
|
"""
|
|
1548
1547
|
nodeName represents the node that the volume should be attached to.
|
|
1549
1548
|
"""
|
|
1550
1549
|
return pulumi.get(self, "node_name")
|
|
1551
1550
|
|
|
1552
|
-
@property
|
|
1551
|
+
@_builtins.property
|
|
1553
1552
|
@pulumi.getter
|
|
1554
1553
|
def source(self) -> 'outputs.VolumeAttachmentSource':
|
|
1555
1554
|
"""
|
|
@@ -1581,13 +1580,13 @@ class VolumeAttachmentSpecPatch(dict):
|
|
|
1581
1580
|
return super().get(key, default)
|
|
1582
1581
|
|
|
1583
1582
|
def __init__(__self__, *,
|
|
1584
|
-
attacher: Optional[
|
|
1585
|
-
node_name: Optional[
|
|
1583
|
+
attacher: Optional[_builtins.str] = None,
|
|
1584
|
+
node_name: Optional[_builtins.str] = None,
|
|
1586
1585
|
source: Optional['outputs.VolumeAttachmentSourcePatch'] = None):
|
|
1587
1586
|
"""
|
|
1588
1587
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1589
|
-
:param
|
|
1590
|
-
:param
|
|
1588
|
+
:param _builtins.str attacher: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1589
|
+
:param _builtins.str node_name: nodeName represents the node that the volume should be attached to.
|
|
1591
1590
|
:param 'VolumeAttachmentSourcePatchArgs' source: source represents the volume that should be attached.
|
|
1592
1591
|
"""
|
|
1593
1592
|
if attacher is not None:
|
|
@@ -1597,23 +1596,23 @@ class VolumeAttachmentSpecPatch(dict):
|
|
|
1597
1596
|
if source is not None:
|
|
1598
1597
|
pulumi.set(__self__, "source", source)
|
|
1599
1598
|
|
|
1600
|
-
@property
|
|
1599
|
+
@_builtins.property
|
|
1601
1600
|
@pulumi.getter
|
|
1602
|
-
def attacher(self) -> Optional[
|
|
1601
|
+
def attacher(self) -> Optional[_builtins.str]:
|
|
1603
1602
|
"""
|
|
1604
1603
|
attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1605
1604
|
"""
|
|
1606
1605
|
return pulumi.get(self, "attacher")
|
|
1607
1606
|
|
|
1608
|
-
@property
|
|
1607
|
+
@_builtins.property
|
|
1609
1608
|
@pulumi.getter(name="nodeName")
|
|
1610
|
-
def node_name(self) -> Optional[
|
|
1609
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
1611
1610
|
"""
|
|
1612
1611
|
nodeName represents the node that the volume should be attached to.
|
|
1613
1612
|
"""
|
|
1614
1613
|
return pulumi.get(self, "node_name")
|
|
1615
1614
|
|
|
1616
|
-
@property
|
|
1615
|
+
@_builtins.property
|
|
1617
1616
|
@pulumi.getter
|
|
1618
1617
|
def source(self) -> Optional['outputs.VolumeAttachmentSourcePatch']:
|
|
1619
1618
|
"""
|
|
@@ -1649,15 +1648,15 @@ class VolumeAttachmentStatus(dict):
|
|
|
1649
1648
|
return super().get(key, default)
|
|
1650
1649
|
|
|
1651
1650
|
def __init__(__self__, *,
|
|
1652
|
-
attached:
|
|
1651
|
+
attached: _builtins.bool,
|
|
1653
1652
|
attach_error: Optional['outputs.VolumeError'] = None,
|
|
1654
|
-
attachment_metadata: Optional[Mapping[str,
|
|
1653
|
+
attachment_metadata: Optional[Mapping[str, _builtins.str]] = None,
|
|
1655
1654
|
detach_error: Optional['outputs.VolumeError'] = None):
|
|
1656
1655
|
"""
|
|
1657
1656
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1658
|
-
:param
|
|
1657
|
+
: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.
|
|
1659
1658
|
: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.
|
|
1660
|
-
:param Mapping[str,
|
|
1659
|
+
: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.
|
|
1661
1660
|
: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.
|
|
1662
1661
|
"""
|
|
1663
1662
|
pulumi.set(__self__, "attached", attached)
|
|
@@ -1668,15 +1667,15 @@ class VolumeAttachmentStatus(dict):
|
|
|
1668
1667
|
if detach_error is not None:
|
|
1669
1668
|
pulumi.set(__self__, "detach_error", detach_error)
|
|
1670
1669
|
|
|
1671
|
-
@property
|
|
1670
|
+
@_builtins.property
|
|
1672
1671
|
@pulumi.getter
|
|
1673
|
-
def attached(self) ->
|
|
1672
|
+
def attached(self) -> _builtins.bool:
|
|
1674
1673
|
"""
|
|
1675
1674
|
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.
|
|
1676
1675
|
"""
|
|
1677
1676
|
return pulumi.get(self, "attached")
|
|
1678
1677
|
|
|
1679
|
-
@property
|
|
1678
|
+
@_builtins.property
|
|
1680
1679
|
@pulumi.getter(name="attachError")
|
|
1681
1680
|
def attach_error(self) -> Optional['outputs.VolumeError']:
|
|
1682
1681
|
"""
|
|
@@ -1684,15 +1683,15 @@ class VolumeAttachmentStatus(dict):
|
|
|
1684
1683
|
"""
|
|
1685
1684
|
return pulumi.get(self, "attach_error")
|
|
1686
1685
|
|
|
1687
|
-
@property
|
|
1686
|
+
@_builtins.property
|
|
1688
1687
|
@pulumi.getter(name="attachmentMetadata")
|
|
1689
|
-
def attachment_metadata(self) -> Optional[Mapping[str,
|
|
1688
|
+
def attachment_metadata(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
1690
1689
|
"""
|
|
1691
1690
|
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.
|
|
1692
1691
|
"""
|
|
1693
1692
|
return pulumi.get(self, "attachment_metadata")
|
|
1694
1693
|
|
|
1695
|
-
@property
|
|
1694
|
+
@_builtins.property
|
|
1696
1695
|
@pulumi.getter(name="detachError")
|
|
1697
1696
|
def detach_error(self) -> Optional['outputs.VolumeError']:
|
|
1698
1697
|
"""
|
|
@@ -1729,14 +1728,14 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1729
1728
|
|
|
1730
1729
|
def __init__(__self__, *,
|
|
1731
1730
|
attach_error: Optional['outputs.VolumeErrorPatch'] = None,
|
|
1732
|
-
attached: Optional[
|
|
1733
|
-
attachment_metadata: Optional[Mapping[str,
|
|
1731
|
+
attached: Optional[_builtins.bool] = None,
|
|
1732
|
+
attachment_metadata: Optional[Mapping[str, _builtins.str]] = None,
|
|
1734
1733
|
detach_error: Optional['outputs.VolumeErrorPatch'] = None):
|
|
1735
1734
|
"""
|
|
1736
1735
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1737
1736
|
: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.
|
|
1738
|
-
:param
|
|
1739
|
-
:param Mapping[str,
|
|
1737
|
+
: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.
|
|
1738
|
+
: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.
|
|
1740
1739
|
: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.
|
|
1741
1740
|
"""
|
|
1742
1741
|
if attach_error is not None:
|
|
@@ -1748,7 +1747,7 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1748
1747
|
if detach_error is not None:
|
|
1749
1748
|
pulumi.set(__self__, "detach_error", detach_error)
|
|
1750
1749
|
|
|
1751
|
-
@property
|
|
1750
|
+
@_builtins.property
|
|
1752
1751
|
@pulumi.getter(name="attachError")
|
|
1753
1752
|
def attach_error(self) -> Optional['outputs.VolumeErrorPatch']:
|
|
1754
1753
|
"""
|
|
@@ -1756,23 +1755,23 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1756
1755
|
"""
|
|
1757
1756
|
return pulumi.get(self, "attach_error")
|
|
1758
1757
|
|
|
1759
|
-
@property
|
|
1758
|
+
@_builtins.property
|
|
1760
1759
|
@pulumi.getter
|
|
1761
|
-
def attached(self) -> Optional[
|
|
1760
|
+
def attached(self) -> Optional[_builtins.bool]:
|
|
1762
1761
|
"""
|
|
1763
1762
|
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.
|
|
1764
1763
|
"""
|
|
1765
1764
|
return pulumi.get(self, "attached")
|
|
1766
1765
|
|
|
1767
|
-
@property
|
|
1766
|
+
@_builtins.property
|
|
1768
1767
|
@pulumi.getter(name="attachmentMetadata")
|
|
1769
|
-
def attachment_metadata(self) -> Optional[Mapping[str,
|
|
1768
|
+
def attachment_metadata(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
1770
1769
|
"""
|
|
1771
1770
|
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.
|
|
1772
1771
|
"""
|
|
1773
1772
|
return pulumi.get(self, "attachment_metadata")
|
|
1774
1773
|
|
|
1775
|
-
@property
|
|
1774
|
+
@_builtins.property
|
|
1776
1775
|
@pulumi.getter(name="detachError")
|
|
1777
1776
|
def detach_error(self) -> Optional['outputs.VolumeErrorPatch']:
|
|
1778
1777
|
"""
|
|
@@ -1804,16 +1803,16 @@ class VolumeError(dict):
|
|
|
1804
1803
|
return super().get(key, default)
|
|
1805
1804
|
|
|
1806
1805
|
def __init__(__self__, *,
|
|
1807
|
-
error_code: Optional[
|
|
1808
|
-
message: Optional[
|
|
1809
|
-
time: Optional[
|
|
1806
|
+
error_code: Optional[_builtins.int] = None,
|
|
1807
|
+
message: Optional[_builtins.str] = None,
|
|
1808
|
+
time: Optional[_builtins.str] = None):
|
|
1810
1809
|
"""
|
|
1811
1810
|
VolumeError captures an error encountered during a volume operation.
|
|
1812
|
-
:param
|
|
1811
|
+
:param _builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
|
|
1813
1812
|
|
|
1814
1813
|
This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
|
|
1815
|
-
:param
|
|
1816
|
-
:param
|
|
1814
|
+
: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.
|
|
1815
|
+
:param _builtins.str time: time represents the time the error was encountered.
|
|
1817
1816
|
"""
|
|
1818
1817
|
if error_code is not None:
|
|
1819
1818
|
pulumi.set(__self__, "error_code", error_code)
|
|
@@ -1822,9 +1821,9 @@ class VolumeError(dict):
|
|
|
1822
1821
|
if time is not None:
|
|
1823
1822
|
pulumi.set(__self__, "time", time)
|
|
1824
1823
|
|
|
1825
|
-
@property
|
|
1824
|
+
@_builtins.property
|
|
1826
1825
|
@pulumi.getter(name="errorCode")
|
|
1827
|
-
def error_code(self) -> Optional[
|
|
1826
|
+
def error_code(self) -> Optional[_builtins.int]:
|
|
1828
1827
|
"""
|
|
1829
1828
|
errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
|
|
1830
1829
|
|
|
@@ -1832,17 +1831,17 @@ class VolumeError(dict):
|
|
|
1832
1831
|
"""
|
|
1833
1832
|
return pulumi.get(self, "error_code")
|
|
1834
1833
|
|
|
1835
|
-
@property
|
|
1834
|
+
@_builtins.property
|
|
1836
1835
|
@pulumi.getter
|
|
1837
|
-
def message(self) -> Optional[
|
|
1836
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1838
1837
|
"""
|
|
1839
1838
|
message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1840
1839
|
"""
|
|
1841
1840
|
return pulumi.get(self, "message")
|
|
1842
1841
|
|
|
1843
|
-
@property
|
|
1842
|
+
@_builtins.property
|
|
1844
1843
|
@pulumi.getter
|
|
1845
|
-
def time(self) -> Optional[
|
|
1844
|
+
def time(self) -> Optional[_builtins.str]:
|
|
1846
1845
|
"""
|
|
1847
1846
|
time represents the time the error was encountered.
|
|
1848
1847
|
"""
|
|
@@ -1872,16 +1871,16 @@ class VolumeErrorPatch(dict):
|
|
|
1872
1871
|
return super().get(key, default)
|
|
1873
1872
|
|
|
1874
1873
|
def __init__(__self__, *,
|
|
1875
|
-
error_code: Optional[
|
|
1876
|
-
message: Optional[
|
|
1877
|
-
time: Optional[
|
|
1874
|
+
error_code: Optional[_builtins.int] = None,
|
|
1875
|
+
message: Optional[_builtins.str] = None,
|
|
1876
|
+
time: Optional[_builtins.str] = None):
|
|
1878
1877
|
"""
|
|
1879
1878
|
VolumeError captures an error encountered during a volume operation.
|
|
1880
|
-
:param
|
|
1879
|
+
:param _builtins.int error_code: errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
|
|
1881
1880
|
|
|
1882
1881
|
This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.
|
|
1883
|
-
:param
|
|
1884
|
-
:param
|
|
1882
|
+
: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.
|
|
1883
|
+
:param _builtins.str time: time represents the time the error was encountered.
|
|
1885
1884
|
"""
|
|
1886
1885
|
if error_code is not None:
|
|
1887
1886
|
pulumi.set(__self__, "error_code", error_code)
|
|
@@ -1890,9 +1889,9 @@ class VolumeErrorPatch(dict):
|
|
|
1890
1889
|
if time is not None:
|
|
1891
1890
|
pulumi.set(__self__, "time", time)
|
|
1892
1891
|
|
|
1893
|
-
@property
|
|
1892
|
+
@_builtins.property
|
|
1894
1893
|
@pulumi.getter(name="errorCode")
|
|
1895
|
-
def error_code(self) -> Optional[
|
|
1894
|
+
def error_code(self) -> Optional[_builtins.int]:
|
|
1896
1895
|
"""
|
|
1897
1896
|
errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.
|
|
1898
1897
|
|
|
@@ -1900,17 +1899,17 @@ class VolumeErrorPatch(dict):
|
|
|
1900
1899
|
"""
|
|
1901
1900
|
return pulumi.get(self, "error_code")
|
|
1902
1901
|
|
|
1903
|
-
@property
|
|
1902
|
+
@_builtins.property
|
|
1904
1903
|
@pulumi.getter
|
|
1905
|
-
def message(self) -> Optional[
|
|
1904
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1906
1905
|
"""
|
|
1907
1906
|
message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1908
1907
|
"""
|
|
1909
1908
|
return pulumi.get(self, "message")
|
|
1910
1909
|
|
|
1911
|
-
@property
|
|
1910
|
+
@_builtins.property
|
|
1912
1911
|
@pulumi.getter
|
|
1913
|
-
def time(self) -> Optional[
|
|
1912
|
+
def time(self) -> Optional[_builtins.str]:
|
|
1914
1913
|
"""
|
|
1915
1914
|
time represents the time the error was encountered.
|
|
1916
1915
|
"""
|
|
@@ -1923,17 +1922,17 @@ class VolumeNodeResources(dict):
|
|
|
1923
1922
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1924
1923
|
"""
|
|
1925
1924
|
def __init__(__self__, *,
|
|
1926
|
-
count: Optional[
|
|
1925
|
+
count: Optional[_builtins.int] = None):
|
|
1927
1926
|
"""
|
|
1928
1927
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1929
|
-
:param
|
|
1928
|
+
: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.
|
|
1930
1929
|
"""
|
|
1931
1930
|
if count is not None:
|
|
1932
1931
|
pulumi.set(__self__, "count", count)
|
|
1933
1932
|
|
|
1934
|
-
@property
|
|
1933
|
+
@_builtins.property
|
|
1935
1934
|
@pulumi.getter
|
|
1936
|
-
def count(self) -> Optional[
|
|
1935
|
+
def count(self) -> Optional[_builtins.int]:
|
|
1937
1936
|
"""
|
|
1938
1937
|
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.
|
|
1939
1938
|
"""
|
|
@@ -1946,17 +1945,17 @@ class VolumeNodeResourcesPatch(dict):
|
|
|
1946
1945
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1947
1946
|
"""
|
|
1948
1947
|
def __init__(__self__, *,
|
|
1949
|
-
count: Optional[
|
|
1948
|
+
count: Optional[_builtins.int] = None):
|
|
1950
1949
|
"""
|
|
1951
1950
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1952
|
-
:param
|
|
1951
|
+
: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.
|
|
1953
1952
|
"""
|
|
1954
1953
|
if count is not None:
|
|
1955
1954
|
pulumi.set(__self__, "count", count)
|
|
1956
1955
|
|
|
1957
|
-
@property
|
|
1956
|
+
@_builtins.property
|
|
1958
1957
|
@pulumi.getter
|
|
1959
|
-
def count(self) -> Optional[
|
|
1958
|
+
def count(self) -> Optional[_builtins.int]:
|
|
1960
1959
|
"""
|
|
1961
1960
|
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.
|
|
1962
1961
|
"""
|