pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -69,14 +68,14 @@ class CSIDriver(dict):
|
|
|
69
68
|
|
|
70
69
|
def __init__(__self__, *,
|
|
71
70
|
spec: 'outputs.CSIDriverSpec',
|
|
72
|
-
api_version: Optional[
|
|
73
|
-
kind: Optional[
|
|
71
|
+
api_version: Optional[_builtins.str] = None,
|
|
72
|
+
kind: Optional[_builtins.str] = None,
|
|
74
73
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
75
74
|
"""
|
|
76
75
|
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.
|
|
77
76
|
:param 'CSIDriverSpecArgs' spec: Specification of the CSI Driver.
|
|
78
|
-
:param
|
|
79
|
-
:param
|
|
77
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
78
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
80
79
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
81
80
|
"""
|
|
82
81
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -87,7 +86,7 @@ class CSIDriver(dict):
|
|
|
87
86
|
if metadata is not None:
|
|
88
87
|
pulumi.set(__self__, "metadata", metadata)
|
|
89
88
|
|
|
90
|
-
@property
|
|
89
|
+
@_builtins.property
|
|
91
90
|
@pulumi.getter
|
|
92
91
|
def spec(self) -> 'outputs.CSIDriverSpec':
|
|
93
92
|
"""
|
|
@@ -95,23 +94,23 @@ class CSIDriver(dict):
|
|
|
95
94
|
"""
|
|
96
95
|
return pulumi.get(self, "spec")
|
|
97
96
|
|
|
98
|
-
@property
|
|
97
|
+
@_builtins.property
|
|
99
98
|
@pulumi.getter(name="apiVersion")
|
|
100
|
-
def api_version(self) -> Optional[
|
|
99
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
101
100
|
"""
|
|
102
101
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
103
102
|
"""
|
|
104
103
|
return pulumi.get(self, "api_version")
|
|
105
104
|
|
|
106
|
-
@property
|
|
105
|
+
@_builtins.property
|
|
107
106
|
@pulumi.getter
|
|
108
|
-
def kind(self) -> Optional[
|
|
107
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
109
108
|
"""
|
|
110
109
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
111
110
|
"""
|
|
112
111
|
return pulumi.get(self, "kind")
|
|
113
112
|
|
|
114
|
-
@property
|
|
113
|
+
@_builtins.property
|
|
115
114
|
@pulumi.getter
|
|
116
115
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
117
116
|
"""
|
|
@@ -155,27 +154,27 @@ class CSIDriverSpec(dict):
|
|
|
155
154
|
return super().get(key, default)
|
|
156
155
|
|
|
157
156
|
def __init__(__self__, *,
|
|
158
|
-
attach_required: Optional[
|
|
159
|
-
fs_group_policy: Optional[
|
|
160
|
-
pod_info_on_mount: Optional[
|
|
161
|
-
requires_republish: Optional[
|
|
162
|
-
storage_capacity: Optional[
|
|
157
|
+
attach_required: Optional[_builtins.bool] = None,
|
|
158
|
+
fs_group_policy: Optional[_builtins.str] = None,
|
|
159
|
+
pod_info_on_mount: Optional[_builtins.bool] = None,
|
|
160
|
+
requires_republish: Optional[_builtins.bool] = None,
|
|
161
|
+
storage_capacity: Optional[_builtins.bool] = None,
|
|
163
162
|
token_requests: Optional[Sequence['outputs.TokenRequest']] = None,
|
|
164
|
-
volume_lifecycle_modes: Optional[Sequence[
|
|
163
|
+
volume_lifecycle_modes: Optional[Sequence[_builtins.str]] = None):
|
|
165
164
|
"""
|
|
166
165
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
167
|
-
:param
|
|
168
|
-
:param
|
|
169
|
-
:param
|
|
166
|
+
: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.
|
|
167
|
+
:param _builtins.str fs_group_policy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
168
|
+
:param _builtins.bool pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
170
169
|
defined by a CSIVolumeSource, otherwise "false"
|
|
171
170
|
|
|
172
171
|
"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.
|
|
173
|
-
:param
|
|
172
|
+
: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.
|
|
174
173
|
|
|
175
174
|
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.
|
|
176
175
|
|
|
177
176
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
178
|
-
:param
|
|
177
|
+
:param _builtins.bool storage_capacity: If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
179
178
|
|
|
180
179
|
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.
|
|
181
180
|
|
|
@@ -193,7 +192,7 @@ class CSIDriverSpec(dict):
|
|
|
193
192
|
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.
|
|
194
193
|
|
|
195
194
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
196
|
-
:param Sequence[
|
|
195
|
+
: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. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
197
196
|
"""
|
|
198
197
|
if attach_required is not None:
|
|
199
198
|
pulumi.set(__self__, "attach_required", attach_required)
|
|
@@ -210,25 +209,25 @@ class CSIDriverSpec(dict):
|
|
|
210
209
|
if volume_lifecycle_modes is not None:
|
|
211
210
|
pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
|
|
212
211
|
|
|
213
|
-
@property
|
|
212
|
+
@_builtins.property
|
|
214
213
|
@pulumi.getter(name="attachRequired")
|
|
215
|
-
def attach_required(self) -> Optional[
|
|
214
|
+
def attach_required(self) -> Optional[_builtins.bool]:
|
|
216
215
|
"""
|
|
217
216
|
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.
|
|
218
217
|
"""
|
|
219
218
|
return pulumi.get(self, "attach_required")
|
|
220
219
|
|
|
221
|
-
@property
|
|
220
|
+
@_builtins.property
|
|
222
221
|
@pulumi.getter(name="fsGroupPolicy")
|
|
223
|
-
def fs_group_policy(self) -> Optional[
|
|
222
|
+
def fs_group_policy(self) -> Optional[_builtins.str]:
|
|
224
223
|
"""
|
|
225
224
|
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
226
225
|
"""
|
|
227
226
|
return pulumi.get(self, "fs_group_policy")
|
|
228
227
|
|
|
229
|
-
@property
|
|
228
|
+
@_builtins.property
|
|
230
229
|
@pulumi.getter(name="podInfoOnMount")
|
|
231
|
-
def pod_info_on_mount(self) -> Optional[
|
|
230
|
+
def pod_info_on_mount(self) -> Optional[_builtins.bool]:
|
|
232
231
|
"""
|
|
233
232
|
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
234
233
|
defined by a CSIVolumeSource, otherwise "false"
|
|
@@ -237,9 +236,9 @@ class CSIDriverSpec(dict):
|
|
|
237
236
|
"""
|
|
238
237
|
return pulumi.get(self, "pod_info_on_mount")
|
|
239
238
|
|
|
240
|
-
@property
|
|
239
|
+
@_builtins.property
|
|
241
240
|
@pulumi.getter(name="requiresRepublish")
|
|
242
|
-
def requires_republish(self) -> Optional[
|
|
241
|
+
def requires_republish(self) -> Optional[_builtins.bool]:
|
|
243
242
|
"""
|
|
244
243
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
245
244
|
|
|
@@ -249,9 +248,9 @@ class CSIDriverSpec(dict):
|
|
|
249
248
|
"""
|
|
250
249
|
return pulumi.get(self, "requires_republish")
|
|
251
250
|
|
|
252
|
-
@property
|
|
251
|
+
@_builtins.property
|
|
253
252
|
@pulumi.getter(name="storageCapacity")
|
|
254
|
-
def storage_capacity(self) -> Optional[
|
|
253
|
+
def storage_capacity(self) -> Optional[_builtins.bool]:
|
|
255
254
|
"""
|
|
256
255
|
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
257
256
|
|
|
@@ -263,7 +262,7 @@ class CSIDriverSpec(dict):
|
|
|
263
262
|
"""
|
|
264
263
|
return pulumi.get(self, "storage_capacity")
|
|
265
264
|
|
|
266
|
-
@property
|
|
265
|
+
@_builtins.property
|
|
267
266
|
@pulumi.getter(name="tokenRequests")
|
|
268
267
|
def token_requests(self) -> Optional[Sequence['outputs.TokenRequest']]:
|
|
269
268
|
"""
|
|
@@ -281,9 +280,9 @@ class CSIDriverSpec(dict):
|
|
|
281
280
|
"""
|
|
282
281
|
return pulumi.get(self, "token_requests")
|
|
283
282
|
|
|
284
|
-
@property
|
|
283
|
+
@_builtins.property
|
|
285
284
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
286
|
-
def volume_lifecycle_modes(self) -> Optional[Sequence[
|
|
285
|
+
def volume_lifecycle_modes(self) -> Optional[Sequence[_builtins.str]]:
|
|
287
286
|
"""
|
|
288
287
|
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
289
288
|
"""
|
|
@@ -325,27 +324,27 @@ class CSIDriverSpecPatch(dict):
|
|
|
325
324
|
return super().get(key, default)
|
|
326
325
|
|
|
327
326
|
def __init__(__self__, *,
|
|
328
|
-
attach_required: Optional[
|
|
329
|
-
fs_group_policy: Optional[
|
|
330
|
-
pod_info_on_mount: Optional[
|
|
331
|
-
requires_republish: Optional[
|
|
332
|
-
storage_capacity: Optional[
|
|
327
|
+
attach_required: Optional[_builtins.bool] = None,
|
|
328
|
+
fs_group_policy: Optional[_builtins.str] = None,
|
|
329
|
+
pod_info_on_mount: Optional[_builtins.bool] = None,
|
|
330
|
+
requires_republish: Optional[_builtins.bool] = None,
|
|
331
|
+
storage_capacity: Optional[_builtins.bool] = None,
|
|
333
332
|
token_requests: Optional[Sequence['outputs.TokenRequestPatch']] = None,
|
|
334
|
-
volume_lifecycle_modes: Optional[Sequence[
|
|
333
|
+
volume_lifecycle_modes: Optional[Sequence[_builtins.str]] = None):
|
|
335
334
|
"""
|
|
336
335
|
CSIDriverSpec is the specification of a CSIDriver.
|
|
337
|
-
:param
|
|
338
|
-
:param
|
|
339
|
-
:param
|
|
336
|
+
: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.
|
|
337
|
+
:param _builtins.str fs_group_policy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
338
|
+
:param _builtins.bool pod_info_on_mount: If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
340
339
|
defined by a CSIVolumeSource, otherwise "false"
|
|
341
340
|
|
|
342
341
|
"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.
|
|
343
|
-
:param
|
|
342
|
+
: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.
|
|
344
343
|
|
|
345
344
|
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.
|
|
346
345
|
|
|
347
346
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
348
|
-
:param
|
|
347
|
+
:param _builtins.bool storage_capacity: If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
349
348
|
|
|
350
349
|
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.
|
|
351
350
|
|
|
@@ -363,7 +362,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
363
362
|
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.
|
|
364
363
|
|
|
365
364
|
This is an alpha feature and only available when the CSIServiceAccountToken feature is enabled.
|
|
366
|
-
:param Sequence[
|
|
365
|
+
: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. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
367
366
|
"""
|
|
368
367
|
if attach_required is not None:
|
|
369
368
|
pulumi.set(__self__, "attach_required", attach_required)
|
|
@@ -380,25 +379,25 @@ class CSIDriverSpecPatch(dict):
|
|
|
380
379
|
if volume_lifecycle_modes is not None:
|
|
381
380
|
pulumi.set(__self__, "volume_lifecycle_modes", volume_lifecycle_modes)
|
|
382
381
|
|
|
383
|
-
@property
|
|
382
|
+
@_builtins.property
|
|
384
383
|
@pulumi.getter(name="attachRequired")
|
|
385
|
-
def attach_required(self) -> Optional[
|
|
384
|
+
def attach_required(self) -> Optional[_builtins.bool]:
|
|
386
385
|
"""
|
|
387
386
|
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.
|
|
388
387
|
"""
|
|
389
388
|
return pulumi.get(self, "attach_required")
|
|
390
389
|
|
|
391
|
-
@property
|
|
390
|
+
@_builtins.property
|
|
392
391
|
@pulumi.getter(name="fsGroupPolicy")
|
|
393
|
-
def fs_group_policy(self) -> Optional[
|
|
392
|
+
def fs_group_policy(self) -> Optional[_builtins.str]:
|
|
394
393
|
"""
|
|
395
394
|
Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.
|
|
396
395
|
"""
|
|
397
396
|
return pulumi.get(self, "fs_group_policy")
|
|
398
397
|
|
|
399
|
-
@property
|
|
398
|
+
@_builtins.property
|
|
400
399
|
@pulumi.getter(name="podInfoOnMount")
|
|
401
|
-
def pod_info_on_mount(self) -> Optional[
|
|
400
|
+
def pod_info_on_mount(self) -> Optional[_builtins.bool]:
|
|
402
401
|
"""
|
|
403
402
|
If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" iff the volume is an ephemeral inline volume
|
|
404
403
|
defined by a CSIVolumeSource, otherwise "false"
|
|
@@ -407,9 +406,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
407
406
|
"""
|
|
408
407
|
return pulumi.get(self, "pod_info_on_mount")
|
|
409
408
|
|
|
410
|
-
@property
|
|
409
|
+
@_builtins.property
|
|
411
410
|
@pulumi.getter(name="requiresRepublish")
|
|
412
|
-
def requires_republish(self) -> Optional[
|
|
411
|
+
def requires_republish(self) -> Optional[_builtins.bool]:
|
|
413
412
|
"""
|
|
414
413
|
RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.
|
|
415
414
|
|
|
@@ -419,9 +418,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
419
418
|
"""
|
|
420
419
|
return pulumi.get(self, "requires_republish")
|
|
421
420
|
|
|
422
|
-
@property
|
|
421
|
+
@_builtins.property
|
|
423
422
|
@pulumi.getter(name="storageCapacity")
|
|
424
|
-
def storage_capacity(self) -> Optional[
|
|
423
|
+
def storage_capacity(self) -> Optional[_builtins.bool]:
|
|
425
424
|
"""
|
|
426
425
|
If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.
|
|
427
426
|
|
|
@@ -433,7 +432,7 @@ class CSIDriverSpecPatch(dict):
|
|
|
433
432
|
"""
|
|
434
433
|
return pulumi.get(self, "storage_capacity")
|
|
435
434
|
|
|
436
|
-
@property
|
|
435
|
+
@_builtins.property
|
|
437
436
|
@pulumi.getter(name="tokenRequests")
|
|
438
437
|
def token_requests(self) -> Optional[Sequence['outputs.TokenRequestPatch']]:
|
|
439
438
|
"""
|
|
@@ -451,9 +450,9 @@ class CSIDriverSpecPatch(dict):
|
|
|
451
450
|
"""
|
|
452
451
|
return pulumi.get(self, "token_requests")
|
|
453
452
|
|
|
454
|
-
@property
|
|
453
|
+
@_builtins.property
|
|
455
454
|
@pulumi.getter(name="volumeLifecycleModes")
|
|
456
|
-
def volume_lifecycle_modes(self) -> Optional[Sequence[
|
|
455
|
+
def volume_lifecycle_modes(self) -> Optional[Sequence[_builtins.str]]:
|
|
457
456
|
"""
|
|
458
457
|
VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.
|
|
459
458
|
"""
|
|
@@ -484,14 +483,14 @@ class CSINode(dict):
|
|
|
484
483
|
|
|
485
484
|
def __init__(__self__, *,
|
|
486
485
|
spec: 'outputs.CSINodeSpec',
|
|
487
|
-
api_version: Optional[
|
|
488
|
-
kind: Optional[
|
|
486
|
+
api_version: Optional[_builtins.str] = None,
|
|
487
|
+
kind: Optional[_builtins.str] = None,
|
|
489
488
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
490
489
|
"""
|
|
491
490
|
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.
|
|
492
491
|
:param 'CSINodeSpecArgs' spec: spec is the specification of CSINode
|
|
493
|
-
:param
|
|
494
|
-
:param
|
|
492
|
+
: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
|
|
493
|
+
: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
|
|
495
494
|
:param '_meta.v1.ObjectMetaArgs' metadata: metadata.name must be the Kubernetes node name.
|
|
496
495
|
"""
|
|
497
496
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -502,7 +501,7 @@ class CSINode(dict):
|
|
|
502
501
|
if metadata is not None:
|
|
503
502
|
pulumi.set(__self__, "metadata", metadata)
|
|
504
503
|
|
|
505
|
-
@property
|
|
504
|
+
@_builtins.property
|
|
506
505
|
@pulumi.getter
|
|
507
506
|
def spec(self) -> 'outputs.CSINodeSpec':
|
|
508
507
|
"""
|
|
@@ -510,23 +509,23 @@ class CSINode(dict):
|
|
|
510
509
|
"""
|
|
511
510
|
return pulumi.get(self, "spec")
|
|
512
511
|
|
|
513
|
-
@property
|
|
512
|
+
@_builtins.property
|
|
514
513
|
@pulumi.getter(name="apiVersion")
|
|
515
|
-
def api_version(self) -> Optional[
|
|
514
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
516
515
|
"""
|
|
517
516
|
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
|
|
518
517
|
"""
|
|
519
518
|
return pulumi.get(self, "api_version")
|
|
520
519
|
|
|
521
|
-
@property
|
|
520
|
+
@_builtins.property
|
|
522
521
|
@pulumi.getter
|
|
523
|
-
def kind(self) -> Optional[
|
|
522
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
524
523
|
"""
|
|
525
524
|
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
|
|
526
525
|
"""
|
|
527
526
|
return pulumi.get(self, "kind")
|
|
528
527
|
|
|
529
|
-
@property
|
|
528
|
+
@_builtins.property
|
|
530
529
|
@pulumi.getter
|
|
531
530
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
532
531
|
"""
|
|
@@ -560,16 +559,16 @@ class CSINodeDriver(dict):
|
|
|
560
559
|
return super().get(key, default)
|
|
561
560
|
|
|
562
561
|
def __init__(__self__, *,
|
|
563
|
-
name:
|
|
564
|
-
node_id:
|
|
562
|
+
name: _builtins.str,
|
|
563
|
+
node_id: _builtins.str,
|
|
565
564
|
allocatable: Optional['outputs.VolumeNodeResources'] = None,
|
|
566
|
-
topology_keys: Optional[Sequence[
|
|
565
|
+
topology_keys: Optional[Sequence[_builtins.str]] = None):
|
|
567
566
|
"""
|
|
568
567
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
569
|
-
:param
|
|
570
|
-
:param
|
|
568
|
+
:param _builtins.str name: This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
569
|
+
: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.
|
|
571
570
|
:param 'VolumeNodeResourcesArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling.
|
|
572
|
-
:param Sequence[
|
|
571
|
+
: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.
|
|
573
572
|
"""
|
|
574
573
|
pulumi.set(__self__, "name", name)
|
|
575
574
|
pulumi.set(__self__, "node_id", node_id)
|
|
@@ -578,23 +577,23 @@ class CSINodeDriver(dict):
|
|
|
578
577
|
if topology_keys is not None:
|
|
579
578
|
pulumi.set(__self__, "topology_keys", topology_keys)
|
|
580
579
|
|
|
581
|
-
@property
|
|
580
|
+
@_builtins.property
|
|
582
581
|
@pulumi.getter
|
|
583
|
-
def name(self) ->
|
|
582
|
+
def name(self) -> _builtins.str:
|
|
584
583
|
"""
|
|
585
584
|
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
586
585
|
"""
|
|
587
586
|
return pulumi.get(self, "name")
|
|
588
587
|
|
|
589
|
-
@property
|
|
588
|
+
@_builtins.property
|
|
590
589
|
@pulumi.getter(name="nodeID")
|
|
591
|
-
def node_id(self) ->
|
|
590
|
+
def node_id(self) -> _builtins.str:
|
|
592
591
|
"""
|
|
593
592
|
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.
|
|
594
593
|
"""
|
|
595
594
|
return pulumi.get(self, "node_id")
|
|
596
595
|
|
|
597
|
-
@property
|
|
596
|
+
@_builtins.property
|
|
598
597
|
@pulumi.getter
|
|
599
598
|
def allocatable(self) -> Optional['outputs.VolumeNodeResources']:
|
|
600
599
|
"""
|
|
@@ -602,9 +601,9 @@ class CSINodeDriver(dict):
|
|
|
602
601
|
"""
|
|
603
602
|
return pulumi.get(self, "allocatable")
|
|
604
603
|
|
|
605
|
-
@property
|
|
604
|
+
@_builtins.property
|
|
606
605
|
@pulumi.getter(name="topologyKeys")
|
|
607
|
-
def topology_keys(self) -> Optional[Sequence[
|
|
606
|
+
def topology_keys(self) -> Optional[Sequence[_builtins.str]]:
|
|
608
607
|
"""
|
|
609
608
|
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.
|
|
610
609
|
"""
|
|
@@ -637,15 +636,15 @@ class CSINodeDriverPatch(dict):
|
|
|
637
636
|
|
|
638
637
|
def __init__(__self__, *,
|
|
639
638
|
allocatable: Optional['outputs.VolumeNodeResourcesPatch'] = None,
|
|
640
|
-
name: Optional[
|
|
641
|
-
node_id: Optional[
|
|
642
|
-
topology_keys: Optional[Sequence[
|
|
639
|
+
name: Optional[_builtins.str] = None,
|
|
640
|
+
node_id: Optional[_builtins.str] = None,
|
|
641
|
+
topology_keys: Optional[Sequence[_builtins.str]] = None):
|
|
643
642
|
"""
|
|
644
643
|
CSINodeDriver holds information about the specification of one CSI driver installed on a node
|
|
645
644
|
:param 'VolumeNodeResourcesPatchArgs' allocatable: allocatable represents the volume resources of a node that are available for scheduling.
|
|
646
|
-
:param
|
|
647
|
-
:param
|
|
648
|
-
:param Sequence[
|
|
645
|
+
:param _builtins.str name: This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
646
|
+
: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.
|
|
647
|
+
: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.
|
|
649
648
|
"""
|
|
650
649
|
if allocatable is not None:
|
|
651
650
|
pulumi.set(__self__, "allocatable", allocatable)
|
|
@@ -656,7 +655,7 @@ class CSINodeDriverPatch(dict):
|
|
|
656
655
|
if topology_keys is not None:
|
|
657
656
|
pulumi.set(__self__, "topology_keys", topology_keys)
|
|
658
657
|
|
|
659
|
-
@property
|
|
658
|
+
@_builtins.property
|
|
660
659
|
@pulumi.getter
|
|
661
660
|
def allocatable(self) -> Optional['outputs.VolumeNodeResourcesPatch']:
|
|
662
661
|
"""
|
|
@@ -664,25 +663,25 @@ class CSINodeDriverPatch(dict):
|
|
|
664
663
|
"""
|
|
665
664
|
return pulumi.get(self, "allocatable")
|
|
666
665
|
|
|
667
|
-
@property
|
|
666
|
+
@_builtins.property
|
|
668
667
|
@pulumi.getter
|
|
669
|
-
def name(self) -> Optional[
|
|
668
|
+
def name(self) -> Optional[_builtins.str]:
|
|
670
669
|
"""
|
|
671
670
|
This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.
|
|
672
671
|
"""
|
|
673
672
|
return pulumi.get(self, "name")
|
|
674
673
|
|
|
675
|
-
@property
|
|
674
|
+
@_builtins.property
|
|
676
675
|
@pulumi.getter(name="nodeID")
|
|
677
|
-
def node_id(self) -> Optional[
|
|
676
|
+
def node_id(self) -> Optional[_builtins.str]:
|
|
678
677
|
"""
|
|
679
678
|
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.
|
|
680
679
|
"""
|
|
681
680
|
return pulumi.get(self, "node_id")
|
|
682
681
|
|
|
683
|
-
@property
|
|
682
|
+
@_builtins.property
|
|
684
683
|
@pulumi.getter(name="topologyKeys")
|
|
685
|
-
def topology_keys(self) -> Optional[Sequence[
|
|
684
|
+
def topology_keys(self) -> Optional[Sequence[_builtins.str]]:
|
|
686
685
|
"""
|
|
687
686
|
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.
|
|
688
687
|
"""
|
|
@@ -702,7 +701,7 @@ class CSINodeSpec(dict):
|
|
|
702
701
|
"""
|
|
703
702
|
pulumi.set(__self__, "drivers", drivers)
|
|
704
703
|
|
|
705
|
-
@property
|
|
704
|
+
@_builtins.property
|
|
706
705
|
@pulumi.getter
|
|
707
706
|
def drivers(self) -> Sequence['outputs.CSINodeDriver']:
|
|
708
707
|
"""
|
|
@@ -725,7 +724,7 @@ class CSINodeSpecPatch(dict):
|
|
|
725
724
|
if drivers is not None:
|
|
726
725
|
pulumi.set(__self__, "drivers", drivers)
|
|
727
726
|
|
|
728
|
-
@property
|
|
727
|
+
@_builtins.property
|
|
729
728
|
@pulumi.getter
|
|
730
729
|
def drivers(self) -> Optional[Sequence['outputs.CSINodeDriverPatch']]:
|
|
731
730
|
"""
|
|
@@ -771,11 +770,11 @@ class CSIStorageCapacity(dict):
|
|
|
771
770
|
return super().get(key, default)
|
|
772
771
|
|
|
773
772
|
def __init__(__self__, *,
|
|
774
|
-
storage_class_name:
|
|
775
|
-
api_version: Optional[
|
|
776
|
-
capacity: Optional[
|
|
777
|
-
kind: Optional[
|
|
778
|
-
maximum_volume_size: Optional[
|
|
773
|
+
storage_class_name: _builtins.str,
|
|
774
|
+
api_version: Optional[_builtins.str] = None,
|
|
775
|
+
capacity: Optional[_builtins.str] = None,
|
|
776
|
+
kind: Optional[_builtins.str] = None,
|
|
777
|
+
maximum_volume_size: Optional[_builtins.str] = None,
|
|
779
778
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
780
779
|
node_topology: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
781
780
|
"""
|
|
@@ -788,13 +787,13 @@ class CSIStorageCapacity(dict):
|
|
|
788
787
|
The producer of these objects can decide which approach is more suitable.
|
|
789
788
|
|
|
790
789
|
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.
|
|
791
|
-
:param
|
|
792
|
-
:param
|
|
793
|
-
:param
|
|
790
|
+
:param _builtins.str storage_class_name: The name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.
|
|
791
|
+
: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
|
|
792
|
+
: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.
|
|
794
793
|
|
|
795
794
|
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.
|
|
796
|
-
:param
|
|
797
|
-
:param
|
|
795
|
+
: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
|
|
796
|
+
: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.
|
|
798
797
|
|
|
799
798
|
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.
|
|
800
799
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. The name has no particular meaning. It must be be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-<uuid>, a generated name, or a reverse-domain name which ends with the unique CSI driver name.
|
|
@@ -818,25 +817,25 @@ class CSIStorageCapacity(dict):
|
|
|
818
817
|
if node_topology is not None:
|
|
819
818
|
pulumi.set(__self__, "node_topology", node_topology)
|
|
820
819
|
|
|
821
|
-
@property
|
|
820
|
+
@_builtins.property
|
|
822
821
|
@pulumi.getter(name="storageClassName")
|
|
823
|
-
def storage_class_name(self) ->
|
|
822
|
+
def storage_class_name(self) -> _builtins.str:
|
|
824
823
|
"""
|
|
825
824
|
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.
|
|
826
825
|
"""
|
|
827
826
|
return pulumi.get(self, "storage_class_name")
|
|
828
827
|
|
|
829
|
-
@property
|
|
828
|
+
@_builtins.property
|
|
830
829
|
@pulumi.getter(name="apiVersion")
|
|
831
|
-
def api_version(self) -> Optional[
|
|
830
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
832
831
|
"""
|
|
833
832
|
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
|
|
834
833
|
"""
|
|
835
834
|
return pulumi.get(self, "api_version")
|
|
836
835
|
|
|
837
|
-
@property
|
|
836
|
+
@_builtins.property
|
|
838
837
|
@pulumi.getter
|
|
839
|
-
def capacity(self) -> Optional[
|
|
838
|
+
def capacity(self) -> Optional[_builtins.str]:
|
|
840
839
|
"""
|
|
841
840
|
Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
842
841
|
|
|
@@ -844,17 +843,17 @@ class CSIStorageCapacity(dict):
|
|
|
844
843
|
"""
|
|
845
844
|
return pulumi.get(self, "capacity")
|
|
846
845
|
|
|
847
|
-
@property
|
|
846
|
+
@_builtins.property
|
|
848
847
|
@pulumi.getter
|
|
849
|
-
def kind(self) -> Optional[
|
|
848
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
850
849
|
"""
|
|
851
850
|
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
|
|
852
851
|
"""
|
|
853
852
|
return pulumi.get(self, "kind")
|
|
854
853
|
|
|
855
|
-
@property
|
|
854
|
+
@_builtins.property
|
|
856
855
|
@pulumi.getter(name="maximumVolumeSize")
|
|
857
|
-
def maximum_volume_size(self) -> Optional[
|
|
856
|
+
def maximum_volume_size(self) -> Optional[_builtins.str]:
|
|
858
857
|
"""
|
|
859
858
|
MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
|
860
859
|
|
|
@@ -862,7 +861,7 @@ class CSIStorageCapacity(dict):
|
|
|
862
861
|
"""
|
|
863
862
|
return pulumi.get(self, "maximum_volume_size")
|
|
864
863
|
|
|
865
|
-
@property
|
|
864
|
+
@_builtins.property
|
|
866
865
|
@pulumi.getter
|
|
867
866
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
868
867
|
"""
|
|
@@ -874,7 +873,7 @@ class CSIStorageCapacity(dict):
|
|
|
874
873
|
"""
|
|
875
874
|
return pulumi.get(self, "metadata")
|
|
876
875
|
|
|
877
|
-
@property
|
|
876
|
+
@_builtins.property
|
|
878
877
|
@pulumi.getter(name="nodeTopology")
|
|
879
878
|
def node_topology(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
880
879
|
"""
|
|
@@ -918,30 +917,30 @@ class StorageClass(dict):
|
|
|
918
917
|
return super().get(key, default)
|
|
919
918
|
|
|
920
919
|
def __init__(__self__, *,
|
|
921
|
-
provisioner:
|
|
922
|
-
allow_volume_expansion: Optional[
|
|
920
|
+
provisioner: _builtins.str,
|
|
921
|
+
allow_volume_expansion: Optional[_builtins.bool] = None,
|
|
923
922
|
allowed_topologies: Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']] = None,
|
|
924
|
-
api_version: Optional[
|
|
925
|
-
kind: Optional[
|
|
923
|
+
api_version: Optional[_builtins.str] = None,
|
|
924
|
+
kind: Optional[_builtins.str] = None,
|
|
926
925
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
927
|
-
mount_options: Optional[Sequence[
|
|
928
|
-
parameters: Optional[Mapping[str,
|
|
929
|
-
reclaim_policy: Optional[
|
|
930
|
-
volume_binding_mode: Optional[
|
|
926
|
+
mount_options: Optional[Sequence[_builtins.str]] = None,
|
|
927
|
+
parameters: Optional[Mapping[str, _builtins.str]] = None,
|
|
928
|
+
reclaim_policy: Optional[_builtins.str] = None,
|
|
929
|
+
volume_binding_mode: Optional[_builtins.str] = None):
|
|
931
930
|
"""
|
|
932
931
|
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
|
|
933
932
|
|
|
934
933
|
StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
|
|
935
|
-
:param
|
|
936
|
-
:param
|
|
934
|
+
:param _builtins.str provisioner: Provisioner indicates the type of the provisioner.
|
|
935
|
+
:param _builtins.bool allow_volume_expansion: AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
937
936
|
:param Sequence['_core.v1.TopologySelectorTermArgs'] allowed_topologies: Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.
|
|
938
|
-
:param
|
|
939
|
-
:param
|
|
937
|
+
: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
|
|
938
|
+
: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
|
|
940
939
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
941
|
-
:param Sequence[
|
|
942
|
-
:param Mapping[str,
|
|
943
|
-
:param
|
|
944
|
-
:param
|
|
940
|
+
:param Sequence[_builtins.str] mount_options: Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
941
|
+
:param Mapping[str, _builtins.str] parameters: Parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
942
|
+
:param _builtins.str reclaim_policy: Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
943
|
+
: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.
|
|
945
944
|
"""
|
|
946
945
|
pulumi.set(__self__, "provisioner", provisioner)
|
|
947
946
|
if allow_volume_expansion is not None:
|
|
@@ -963,23 +962,23 @@ class StorageClass(dict):
|
|
|
963
962
|
if volume_binding_mode is not None:
|
|
964
963
|
pulumi.set(__self__, "volume_binding_mode", volume_binding_mode)
|
|
965
964
|
|
|
966
|
-
@property
|
|
965
|
+
@_builtins.property
|
|
967
966
|
@pulumi.getter
|
|
968
|
-
def provisioner(self) ->
|
|
967
|
+
def provisioner(self) -> _builtins.str:
|
|
969
968
|
"""
|
|
970
969
|
Provisioner indicates the type of the provisioner.
|
|
971
970
|
"""
|
|
972
971
|
return pulumi.get(self, "provisioner")
|
|
973
972
|
|
|
974
|
-
@property
|
|
973
|
+
@_builtins.property
|
|
975
974
|
@pulumi.getter(name="allowVolumeExpansion")
|
|
976
|
-
def allow_volume_expansion(self) -> Optional[
|
|
975
|
+
def allow_volume_expansion(self) -> Optional[_builtins.bool]:
|
|
977
976
|
"""
|
|
978
977
|
AllowVolumeExpansion shows whether the storage class allow volume expand
|
|
979
978
|
"""
|
|
980
979
|
return pulumi.get(self, "allow_volume_expansion")
|
|
981
980
|
|
|
982
|
-
@property
|
|
981
|
+
@_builtins.property
|
|
983
982
|
@pulumi.getter(name="allowedTopologies")
|
|
984
983
|
def allowed_topologies(self) -> Optional[Sequence['_core.v1.outputs.TopologySelectorTerm']]:
|
|
985
984
|
"""
|
|
@@ -987,23 +986,23 @@ class StorageClass(dict):
|
|
|
987
986
|
"""
|
|
988
987
|
return pulumi.get(self, "allowed_topologies")
|
|
989
988
|
|
|
990
|
-
@property
|
|
989
|
+
@_builtins.property
|
|
991
990
|
@pulumi.getter(name="apiVersion")
|
|
992
|
-
def api_version(self) -> Optional[
|
|
991
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
993
992
|
"""
|
|
994
993
|
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
|
|
995
994
|
"""
|
|
996
995
|
return pulumi.get(self, "api_version")
|
|
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
|
|
1008
1007
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1009
1008
|
"""
|
|
@@ -1011,33 +1010,33 @@ class StorageClass(dict):
|
|
|
1011
1010
|
"""
|
|
1012
1011
|
return pulumi.get(self, "metadata")
|
|
1013
1012
|
|
|
1014
|
-
@property
|
|
1013
|
+
@_builtins.property
|
|
1015
1014
|
@pulumi.getter(name="mountOptions")
|
|
1016
|
-
def mount_options(self) -> Optional[Sequence[
|
|
1015
|
+
def mount_options(self) -> Optional[Sequence[_builtins.str]]:
|
|
1017
1016
|
"""
|
|
1018
1017
|
Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid.
|
|
1019
1018
|
"""
|
|
1020
1019
|
return pulumi.get(self, "mount_options")
|
|
1021
1020
|
|
|
1022
|
-
@property
|
|
1021
|
+
@_builtins.property
|
|
1023
1022
|
@pulumi.getter
|
|
1024
|
-
def parameters(self) -> Optional[Mapping[str,
|
|
1023
|
+
def parameters(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
1025
1024
|
"""
|
|
1026
1025
|
Parameters holds the parameters for the provisioner that should create volumes of this storage class.
|
|
1027
1026
|
"""
|
|
1028
1027
|
return pulumi.get(self, "parameters")
|
|
1029
1028
|
|
|
1030
|
-
@property
|
|
1029
|
+
@_builtins.property
|
|
1031
1030
|
@pulumi.getter(name="reclaimPolicy")
|
|
1032
|
-
def reclaim_policy(self) -> Optional[
|
|
1031
|
+
def reclaim_policy(self) -> Optional[_builtins.str]:
|
|
1033
1032
|
"""
|
|
1034
1033
|
Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete.
|
|
1035
1034
|
"""
|
|
1036
1035
|
return pulumi.get(self, "reclaim_policy")
|
|
1037
1036
|
|
|
1038
|
-
@property
|
|
1037
|
+
@_builtins.property
|
|
1039
1038
|
@pulumi.getter(name="volumeBindingMode")
|
|
1040
|
-
def volume_binding_mode(self) -> Optional[
|
|
1039
|
+
def volume_binding_mode(self) -> Optional[_builtins.str]:
|
|
1041
1040
|
"""
|
|
1042
1041
|
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.
|
|
1043
1042
|
"""
|
|
@@ -1067,28 +1066,28 @@ class TokenRequest(dict):
|
|
|
1067
1066
|
return super().get(key, default)
|
|
1068
1067
|
|
|
1069
1068
|
def __init__(__self__, *,
|
|
1070
|
-
audience:
|
|
1071
|
-
expiration_seconds: Optional[
|
|
1069
|
+
audience: _builtins.str,
|
|
1070
|
+
expiration_seconds: Optional[_builtins.int] = None):
|
|
1072
1071
|
"""
|
|
1073
1072
|
TokenRequest contains parameters of a service account token.
|
|
1074
|
-
:param
|
|
1075
|
-
:param
|
|
1073
|
+
:param _builtins.str audience: Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1074
|
+
: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"
|
|
1076
1075
|
"""
|
|
1077
1076
|
pulumi.set(__self__, "audience", audience)
|
|
1078
1077
|
if expiration_seconds is not None:
|
|
1079
1078
|
pulumi.set(__self__, "expiration_seconds", expiration_seconds)
|
|
1080
1079
|
|
|
1081
|
-
@property
|
|
1080
|
+
@_builtins.property
|
|
1082
1081
|
@pulumi.getter
|
|
1083
|
-
def audience(self) ->
|
|
1082
|
+
def audience(self) -> _builtins.str:
|
|
1084
1083
|
"""
|
|
1085
1084
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1086
1085
|
"""
|
|
1087
1086
|
return pulumi.get(self, "audience")
|
|
1088
1087
|
|
|
1089
|
-
@property
|
|
1088
|
+
@_builtins.property
|
|
1090
1089
|
@pulumi.getter(name="expirationSeconds")
|
|
1091
|
-
def expiration_seconds(self) -> Optional[
|
|
1090
|
+
def expiration_seconds(self) -> Optional[_builtins.int]:
|
|
1092
1091
|
"""
|
|
1093
1092
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1094
1093
|
"""
|
|
@@ -1118,29 +1117,29 @@ class TokenRequestPatch(dict):
|
|
|
1118
1117
|
return super().get(key, default)
|
|
1119
1118
|
|
|
1120
1119
|
def __init__(__self__, *,
|
|
1121
|
-
audience: Optional[
|
|
1122
|
-
expiration_seconds: Optional[
|
|
1120
|
+
audience: Optional[_builtins.str] = None,
|
|
1121
|
+
expiration_seconds: Optional[_builtins.int] = None):
|
|
1123
1122
|
"""
|
|
1124
1123
|
TokenRequest contains parameters of a service account token.
|
|
1125
|
-
:param
|
|
1126
|
-
:param
|
|
1124
|
+
:param _builtins.str audience: Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1125
|
+
: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"
|
|
1127
1126
|
"""
|
|
1128
1127
|
if audience is not None:
|
|
1129
1128
|
pulumi.set(__self__, "audience", audience)
|
|
1130
1129
|
if expiration_seconds is not None:
|
|
1131
1130
|
pulumi.set(__self__, "expiration_seconds", expiration_seconds)
|
|
1132
1131
|
|
|
1133
|
-
@property
|
|
1132
|
+
@_builtins.property
|
|
1134
1133
|
@pulumi.getter
|
|
1135
|
-
def audience(self) -> Optional[
|
|
1134
|
+
def audience(self) -> Optional[_builtins.str]:
|
|
1136
1135
|
"""
|
|
1137
1136
|
Audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.
|
|
1138
1137
|
"""
|
|
1139
1138
|
return pulumi.get(self, "audience")
|
|
1140
1139
|
|
|
1141
|
-
@property
|
|
1140
|
+
@_builtins.property
|
|
1142
1141
|
@pulumi.getter(name="expirationSeconds")
|
|
1143
|
-
def expiration_seconds(self) -> Optional[
|
|
1142
|
+
def expiration_seconds(self) -> Optional[_builtins.int]:
|
|
1144
1143
|
"""
|
|
1145
1144
|
ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
|
|
1146
1145
|
"""
|
|
@@ -1173,8 +1172,8 @@ class VolumeAttachment(dict):
|
|
|
1173
1172
|
|
|
1174
1173
|
def __init__(__self__, *,
|
|
1175
1174
|
spec: 'outputs.VolumeAttachmentSpec',
|
|
1176
|
-
api_version: Optional[
|
|
1177
|
-
kind: Optional[
|
|
1175
|
+
api_version: Optional[_builtins.str] = None,
|
|
1176
|
+
kind: Optional[_builtins.str] = None,
|
|
1178
1177
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1179
1178
|
status: Optional['outputs.VolumeAttachmentStatus'] = None):
|
|
1180
1179
|
"""
|
|
@@ -1182,8 +1181,8 @@ class VolumeAttachment(dict):
|
|
|
1182
1181
|
|
|
1183
1182
|
VolumeAttachment objects are non-namespaced.
|
|
1184
1183
|
:param 'VolumeAttachmentSpecArgs' spec: Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
1185
|
-
:param
|
|
1186
|
-
:param
|
|
1184
|
+
: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
|
|
1185
|
+
: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
|
|
1187
1186
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1188
1187
|
:param 'VolumeAttachmentStatusArgs' status: Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
|
|
1189
1188
|
"""
|
|
@@ -1197,7 +1196,7 @@ class VolumeAttachment(dict):
|
|
|
1197
1196
|
if status is not None:
|
|
1198
1197
|
pulumi.set(__self__, "status", status)
|
|
1199
1198
|
|
|
1200
|
-
@property
|
|
1199
|
+
@_builtins.property
|
|
1201
1200
|
@pulumi.getter
|
|
1202
1201
|
def spec(self) -> 'outputs.VolumeAttachmentSpec':
|
|
1203
1202
|
"""
|
|
@@ -1205,23 +1204,23 @@ class VolumeAttachment(dict):
|
|
|
1205
1204
|
"""
|
|
1206
1205
|
return pulumi.get(self, "spec")
|
|
1207
1206
|
|
|
1208
|
-
@property
|
|
1207
|
+
@_builtins.property
|
|
1209
1208
|
@pulumi.getter(name="apiVersion")
|
|
1210
|
-
def api_version(self) -> Optional[
|
|
1209
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1211
1210
|
"""
|
|
1212
1211
|
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
|
|
1213
1212
|
"""
|
|
1214
1213
|
return pulumi.get(self, "api_version")
|
|
1215
1214
|
|
|
1216
|
-
@property
|
|
1215
|
+
@_builtins.property
|
|
1217
1216
|
@pulumi.getter
|
|
1218
|
-
def kind(self) -> Optional[
|
|
1217
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1219
1218
|
"""
|
|
1220
1219
|
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
|
|
1221
1220
|
"""
|
|
1222
1221
|
return pulumi.get(self, "kind")
|
|
1223
1222
|
|
|
1224
|
-
@property
|
|
1223
|
+
@_builtins.property
|
|
1225
1224
|
@pulumi.getter
|
|
1226
1225
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1227
1226
|
"""
|
|
@@ -1229,7 +1228,7 @@ class VolumeAttachment(dict):
|
|
|
1229
1228
|
"""
|
|
1230
1229
|
return pulumi.get(self, "metadata")
|
|
1231
1230
|
|
|
1232
|
-
@property
|
|
1231
|
+
@_builtins.property
|
|
1233
1232
|
@pulumi.getter
|
|
1234
1233
|
def status(self) -> Optional['outputs.VolumeAttachmentStatus']:
|
|
1235
1234
|
"""
|
|
@@ -1264,18 +1263,18 @@ class VolumeAttachmentSource(dict):
|
|
|
1264
1263
|
|
|
1265
1264
|
def __init__(__self__, *,
|
|
1266
1265
|
inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpec'] = None,
|
|
1267
|
-
persistent_volume_name: Optional[
|
|
1266
|
+
persistent_volume_name: Optional[_builtins.str] = None):
|
|
1268
1267
|
"""
|
|
1269
1268
|
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1270
1269
|
: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 alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1271
|
-
:param
|
|
1270
|
+
:param _builtins.str persistent_volume_name: Name of the persistent volume to attach.
|
|
1272
1271
|
"""
|
|
1273
1272
|
if inline_volume_spec is not None:
|
|
1274
1273
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
1275
1274
|
if persistent_volume_name is not None:
|
|
1276
1275
|
pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
|
|
1277
1276
|
|
|
1278
|
-
@property
|
|
1277
|
+
@_builtins.property
|
|
1279
1278
|
@pulumi.getter(name="inlineVolumeSpec")
|
|
1280
1279
|
def inline_volume_spec(self) -> Optional['_core.v1.outputs.PersistentVolumeSpec']:
|
|
1281
1280
|
"""
|
|
@@ -1283,9 +1282,9 @@ class VolumeAttachmentSource(dict):
|
|
|
1283
1282
|
"""
|
|
1284
1283
|
return pulumi.get(self, "inline_volume_spec")
|
|
1285
1284
|
|
|
1286
|
-
@property
|
|
1285
|
+
@_builtins.property
|
|
1287
1286
|
@pulumi.getter(name="persistentVolumeName")
|
|
1288
|
-
def persistent_volume_name(self) -> Optional[
|
|
1287
|
+
def persistent_volume_name(self) -> Optional[_builtins.str]:
|
|
1289
1288
|
"""
|
|
1290
1289
|
Name of the persistent volume to attach.
|
|
1291
1290
|
"""
|
|
@@ -1318,18 +1317,18 @@ class VolumeAttachmentSourcePatch(dict):
|
|
|
1318
1317
|
|
|
1319
1318
|
def __init__(__self__, *,
|
|
1320
1319
|
inline_volume_spec: Optional['_core.v1.outputs.PersistentVolumeSpecPatch'] = None,
|
|
1321
|
-
persistent_volume_name: Optional[
|
|
1320
|
+
persistent_volume_name: Optional[_builtins.str] = None):
|
|
1322
1321
|
"""
|
|
1323
1322
|
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
|
|
1324
1323
|
: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 alpha-level and is only honored by servers that enabled the CSIMigration feature.
|
|
1325
|
-
:param
|
|
1324
|
+
:param _builtins.str persistent_volume_name: Name of the persistent volume to attach.
|
|
1326
1325
|
"""
|
|
1327
1326
|
if inline_volume_spec is not None:
|
|
1328
1327
|
pulumi.set(__self__, "inline_volume_spec", inline_volume_spec)
|
|
1329
1328
|
if persistent_volume_name is not None:
|
|
1330
1329
|
pulumi.set(__self__, "persistent_volume_name", persistent_volume_name)
|
|
1331
1330
|
|
|
1332
|
-
@property
|
|
1331
|
+
@_builtins.property
|
|
1333
1332
|
@pulumi.getter(name="inlineVolumeSpec")
|
|
1334
1333
|
def inline_volume_spec(self) -> Optional['_core.v1.outputs.PersistentVolumeSpecPatch']:
|
|
1335
1334
|
"""
|
|
@@ -1337,9 +1336,9 @@ class VolumeAttachmentSourcePatch(dict):
|
|
|
1337
1336
|
"""
|
|
1338
1337
|
return pulumi.get(self, "inline_volume_spec")
|
|
1339
1338
|
|
|
1340
|
-
@property
|
|
1339
|
+
@_builtins.property
|
|
1341
1340
|
@pulumi.getter(name="persistentVolumeName")
|
|
1342
|
-
def persistent_volume_name(self) -> Optional[
|
|
1341
|
+
def persistent_volume_name(self) -> Optional[_builtins.str]:
|
|
1343
1342
|
"""
|
|
1344
1343
|
Name of the persistent volume to attach.
|
|
1345
1344
|
"""
|
|
@@ -1369,36 +1368,36 @@ class VolumeAttachmentSpec(dict):
|
|
|
1369
1368
|
return super().get(key, default)
|
|
1370
1369
|
|
|
1371
1370
|
def __init__(__self__, *,
|
|
1372
|
-
attacher:
|
|
1373
|
-
node_name:
|
|
1371
|
+
attacher: _builtins.str,
|
|
1372
|
+
node_name: _builtins.str,
|
|
1374
1373
|
source: 'outputs.VolumeAttachmentSource'):
|
|
1375
1374
|
"""
|
|
1376
1375
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1377
|
-
:param
|
|
1378
|
-
:param
|
|
1376
|
+
:param _builtins.str attacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1377
|
+
:param _builtins.str node_name: The node that the volume should be attached to.
|
|
1379
1378
|
:param 'VolumeAttachmentSourceArgs' source: Source represents the volume that should be attached.
|
|
1380
1379
|
"""
|
|
1381
1380
|
pulumi.set(__self__, "attacher", attacher)
|
|
1382
1381
|
pulumi.set(__self__, "node_name", node_name)
|
|
1383
1382
|
pulumi.set(__self__, "source", source)
|
|
1384
1383
|
|
|
1385
|
-
@property
|
|
1384
|
+
@_builtins.property
|
|
1386
1385
|
@pulumi.getter
|
|
1387
|
-
def attacher(self) ->
|
|
1386
|
+
def attacher(self) -> _builtins.str:
|
|
1388
1387
|
"""
|
|
1389
1388
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1390
1389
|
"""
|
|
1391
1390
|
return pulumi.get(self, "attacher")
|
|
1392
1391
|
|
|
1393
|
-
@property
|
|
1392
|
+
@_builtins.property
|
|
1394
1393
|
@pulumi.getter(name="nodeName")
|
|
1395
|
-
def node_name(self) ->
|
|
1394
|
+
def node_name(self) -> _builtins.str:
|
|
1396
1395
|
"""
|
|
1397
1396
|
The node that the volume should be attached to.
|
|
1398
1397
|
"""
|
|
1399
1398
|
return pulumi.get(self, "node_name")
|
|
1400
1399
|
|
|
1401
|
-
@property
|
|
1400
|
+
@_builtins.property
|
|
1402
1401
|
@pulumi.getter
|
|
1403
1402
|
def source(self) -> 'outputs.VolumeAttachmentSource':
|
|
1404
1403
|
"""
|
|
@@ -1430,13 +1429,13 @@ class VolumeAttachmentSpecPatch(dict):
|
|
|
1430
1429
|
return super().get(key, default)
|
|
1431
1430
|
|
|
1432
1431
|
def __init__(__self__, *,
|
|
1433
|
-
attacher: Optional[
|
|
1434
|
-
node_name: Optional[
|
|
1432
|
+
attacher: Optional[_builtins.str] = None,
|
|
1433
|
+
node_name: Optional[_builtins.str] = None,
|
|
1435
1434
|
source: Optional['outputs.VolumeAttachmentSourcePatch'] = None):
|
|
1436
1435
|
"""
|
|
1437
1436
|
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
1438
|
-
:param
|
|
1439
|
-
:param
|
|
1437
|
+
:param _builtins.str attacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1438
|
+
:param _builtins.str node_name: The node that the volume should be attached to.
|
|
1440
1439
|
:param 'VolumeAttachmentSourcePatchArgs' source: Source represents the volume that should be attached.
|
|
1441
1440
|
"""
|
|
1442
1441
|
if attacher is not None:
|
|
@@ -1446,23 +1445,23 @@ class VolumeAttachmentSpecPatch(dict):
|
|
|
1446
1445
|
if source is not None:
|
|
1447
1446
|
pulumi.set(__self__, "source", source)
|
|
1448
1447
|
|
|
1449
|
-
@property
|
|
1448
|
+
@_builtins.property
|
|
1450
1449
|
@pulumi.getter
|
|
1451
|
-
def attacher(self) -> Optional[
|
|
1450
|
+
def attacher(self) -> Optional[_builtins.str]:
|
|
1452
1451
|
"""
|
|
1453
1452
|
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
1454
1453
|
"""
|
|
1455
1454
|
return pulumi.get(self, "attacher")
|
|
1456
1455
|
|
|
1457
|
-
@property
|
|
1456
|
+
@_builtins.property
|
|
1458
1457
|
@pulumi.getter(name="nodeName")
|
|
1459
|
-
def node_name(self) -> Optional[
|
|
1458
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
1460
1459
|
"""
|
|
1461
1460
|
The node that the volume should be attached to.
|
|
1462
1461
|
"""
|
|
1463
1462
|
return pulumi.get(self, "node_name")
|
|
1464
1463
|
|
|
1465
|
-
@property
|
|
1464
|
+
@_builtins.property
|
|
1466
1465
|
@pulumi.getter
|
|
1467
1466
|
def source(self) -> Optional['outputs.VolumeAttachmentSourcePatch']:
|
|
1468
1467
|
"""
|
|
@@ -1498,15 +1497,15 @@ class VolumeAttachmentStatus(dict):
|
|
|
1498
1497
|
return super().get(key, default)
|
|
1499
1498
|
|
|
1500
1499
|
def __init__(__self__, *,
|
|
1501
|
-
attached:
|
|
1500
|
+
attached: _builtins.bool,
|
|
1502
1501
|
attach_error: Optional['outputs.VolumeError'] = None,
|
|
1503
|
-
attachment_metadata: Optional[Mapping[str,
|
|
1502
|
+
attachment_metadata: Optional[Mapping[str, _builtins.str]] = None,
|
|
1504
1503
|
detach_error: Optional['outputs.VolumeError'] = None):
|
|
1505
1504
|
"""
|
|
1506
1505
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1507
|
-
:param
|
|
1506
|
+
:param _builtins.bool attached: Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1508
1507
|
:param 'VolumeErrorArgs' attach_error: The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1509
|
-
:param Mapping[str,
|
|
1508
|
+
:param Mapping[str, _builtins.str] attachment_metadata: Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1510
1509
|
:param 'VolumeErrorArgs' detach_error: The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
|
|
1511
1510
|
"""
|
|
1512
1511
|
pulumi.set(__self__, "attached", attached)
|
|
@@ -1517,15 +1516,15 @@ class VolumeAttachmentStatus(dict):
|
|
|
1517
1516
|
if detach_error is not None:
|
|
1518
1517
|
pulumi.set(__self__, "detach_error", detach_error)
|
|
1519
1518
|
|
|
1520
|
-
@property
|
|
1519
|
+
@_builtins.property
|
|
1521
1520
|
@pulumi.getter
|
|
1522
|
-
def attached(self) ->
|
|
1521
|
+
def attached(self) -> _builtins.bool:
|
|
1523
1522
|
"""
|
|
1524
1523
|
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1525
1524
|
"""
|
|
1526
1525
|
return pulumi.get(self, "attached")
|
|
1527
1526
|
|
|
1528
|
-
@property
|
|
1527
|
+
@_builtins.property
|
|
1529
1528
|
@pulumi.getter(name="attachError")
|
|
1530
1529
|
def attach_error(self) -> Optional['outputs.VolumeError']:
|
|
1531
1530
|
"""
|
|
@@ -1533,15 +1532,15 @@ class VolumeAttachmentStatus(dict):
|
|
|
1533
1532
|
"""
|
|
1534
1533
|
return pulumi.get(self, "attach_error")
|
|
1535
1534
|
|
|
1536
|
-
@property
|
|
1535
|
+
@_builtins.property
|
|
1537
1536
|
@pulumi.getter(name="attachmentMetadata")
|
|
1538
|
-
def attachment_metadata(self) -> Optional[Mapping[str,
|
|
1537
|
+
def attachment_metadata(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
1539
1538
|
"""
|
|
1540
1539
|
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1541
1540
|
"""
|
|
1542
1541
|
return pulumi.get(self, "attachment_metadata")
|
|
1543
1542
|
|
|
1544
|
-
@property
|
|
1543
|
+
@_builtins.property
|
|
1545
1544
|
@pulumi.getter(name="detachError")
|
|
1546
1545
|
def detach_error(self) -> Optional['outputs.VolumeError']:
|
|
1547
1546
|
"""
|
|
@@ -1578,14 +1577,14 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1578
1577
|
|
|
1579
1578
|
def __init__(__self__, *,
|
|
1580
1579
|
attach_error: Optional['outputs.VolumeErrorPatch'] = None,
|
|
1581
|
-
attached: Optional[
|
|
1582
|
-
attachment_metadata: Optional[Mapping[str,
|
|
1580
|
+
attached: Optional[_builtins.bool] = None,
|
|
1581
|
+
attachment_metadata: Optional[Mapping[str, _builtins.str]] = None,
|
|
1583
1582
|
detach_error: Optional['outputs.VolumeErrorPatch'] = None):
|
|
1584
1583
|
"""
|
|
1585
1584
|
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
1586
1585
|
:param 'VolumeErrorPatchArgs' attach_error: The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1587
|
-
:param
|
|
1588
|
-
:param Mapping[str,
|
|
1586
|
+
:param _builtins.bool attached: Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1587
|
+
:param Mapping[str, _builtins.str] attachment_metadata: Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1589
1588
|
:param 'VolumeErrorPatchArgs' detach_error: The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.
|
|
1590
1589
|
"""
|
|
1591
1590
|
if attach_error is not None:
|
|
@@ -1597,7 +1596,7 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1597
1596
|
if detach_error is not None:
|
|
1598
1597
|
pulumi.set(__self__, "detach_error", detach_error)
|
|
1599
1598
|
|
|
1600
|
-
@property
|
|
1599
|
+
@_builtins.property
|
|
1601
1600
|
@pulumi.getter(name="attachError")
|
|
1602
1601
|
def attach_error(self) -> Optional['outputs.VolumeErrorPatch']:
|
|
1603
1602
|
"""
|
|
@@ -1605,23 +1604,23 @@ class VolumeAttachmentStatusPatch(dict):
|
|
|
1605
1604
|
"""
|
|
1606
1605
|
return pulumi.get(self, "attach_error")
|
|
1607
1606
|
|
|
1608
|
-
@property
|
|
1607
|
+
@_builtins.property
|
|
1609
1608
|
@pulumi.getter
|
|
1610
|
-
def attached(self) -> Optional[
|
|
1609
|
+
def attached(self) -> Optional[_builtins.bool]:
|
|
1611
1610
|
"""
|
|
1612
1611
|
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1613
1612
|
"""
|
|
1614
1613
|
return pulumi.get(self, "attached")
|
|
1615
1614
|
|
|
1616
|
-
@property
|
|
1615
|
+
@_builtins.property
|
|
1617
1616
|
@pulumi.getter(name="attachmentMetadata")
|
|
1618
|
-
def attachment_metadata(self) -> Optional[Mapping[str,
|
|
1617
|
+
def attachment_metadata(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
1619
1618
|
"""
|
|
1620
1619
|
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
1621
1620
|
"""
|
|
1622
1621
|
return pulumi.get(self, "attachment_metadata")
|
|
1623
1622
|
|
|
1624
|
-
@property
|
|
1623
|
+
@_builtins.property
|
|
1625
1624
|
@pulumi.getter(name="detachError")
|
|
1626
1625
|
def detach_error(self) -> Optional['outputs.VolumeErrorPatch']:
|
|
1627
1626
|
"""
|
|
@@ -1655,18 +1654,18 @@ class VolumeAttributesClass(dict):
|
|
|
1655
1654
|
return super().get(key, default)
|
|
1656
1655
|
|
|
1657
1656
|
def __init__(__self__, *,
|
|
1658
|
-
driver_name:
|
|
1659
|
-
api_version: Optional[
|
|
1660
|
-
kind: Optional[
|
|
1657
|
+
driver_name: _builtins.str,
|
|
1658
|
+
api_version: Optional[_builtins.str] = None,
|
|
1659
|
+
kind: Optional[_builtins.str] = None,
|
|
1661
1660
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1662
|
-
parameters: Optional[Mapping[str,
|
|
1661
|
+
parameters: Optional[Mapping[str, _builtins.str]] = None):
|
|
1663
1662
|
"""
|
|
1664
1663
|
VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.
|
|
1665
|
-
:param
|
|
1666
|
-
:param
|
|
1667
|
-
:param
|
|
1664
|
+
:param _builtins.str driver_name: Name of the CSI driver This field is immutable.
|
|
1665
|
+
: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
|
|
1666
|
+
: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
|
|
1668
1667
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1669
|
-
:param Mapping[str,
|
|
1668
|
+
:param Mapping[str, _builtins.str] parameters: parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
1670
1669
|
|
|
1671
1670
|
This field is required and must contain at least one key/value pair. The keys cannot be empty, and the maximum number of parameters is 512, with a cumulative max size of 256K. If the CSI driver rejects invalid parameters, the target PersistentVolumeClaim will be set to an "Infeasible" state in the modifyVolumeStatus field.
|
|
1672
1671
|
"""
|
|
@@ -1680,31 +1679,31 @@ class VolumeAttributesClass(dict):
|
|
|
1680
1679
|
if parameters is not None:
|
|
1681
1680
|
pulumi.set(__self__, "parameters", parameters)
|
|
1682
1681
|
|
|
1683
|
-
@property
|
|
1682
|
+
@_builtins.property
|
|
1684
1683
|
@pulumi.getter(name="driverName")
|
|
1685
|
-
def driver_name(self) ->
|
|
1684
|
+
def driver_name(self) -> _builtins.str:
|
|
1686
1685
|
"""
|
|
1687
1686
|
Name of the CSI driver This field is immutable.
|
|
1688
1687
|
"""
|
|
1689
1688
|
return pulumi.get(self, "driver_name")
|
|
1690
1689
|
|
|
1691
|
-
@property
|
|
1690
|
+
@_builtins.property
|
|
1692
1691
|
@pulumi.getter(name="apiVersion")
|
|
1693
|
-
def api_version(self) -> Optional[
|
|
1692
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1694
1693
|
"""
|
|
1695
1694
|
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
|
|
1696
1695
|
"""
|
|
1697
1696
|
return pulumi.get(self, "api_version")
|
|
1698
1697
|
|
|
1699
|
-
@property
|
|
1698
|
+
@_builtins.property
|
|
1700
1699
|
@pulumi.getter
|
|
1701
|
-
def kind(self) -> Optional[
|
|
1700
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1702
1701
|
"""
|
|
1703
1702
|
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
|
|
1704
1703
|
"""
|
|
1705
1704
|
return pulumi.get(self, "kind")
|
|
1706
1705
|
|
|
1707
|
-
@property
|
|
1706
|
+
@_builtins.property
|
|
1708
1707
|
@pulumi.getter
|
|
1709
1708
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1710
1709
|
"""
|
|
@@ -1712,9 +1711,9 @@ class VolumeAttributesClass(dict):
|
|
|
1712
1711
|
"""
|
|
1713
1712
|
return pulumi.get(self, "metadata")
|
|
1714
1713
|
|
|
1715
|
-
@property
|
|
1714
|
+
@_builtins.property
|
|
1716
1715
|
@pulumi.getter
|
|
1717
|
-
def parameters(self) -> Optional[Mapping[str,
|
|
1716
|
+
def parameters(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
1718
1717
|
"""
|
|
1719
1718
|
parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
1720
1719
|
|
|
@@ -1729,29 +1728,29 @@ class VolumeError(dict):
|
|
|
1729
1728
|
VolumeError captures an error encountered during a volume operation.
|
|
1730
1729
|
"""
|
|
1731
1730
|
def __init__(__self__, *,
|
|
1732
|
-
message: Optional[
|
|
1733
|
-
time: Optional[
|
|
1731
|
+
message: Optional[_builtins.str] = None,
|
|
1732
|
+
time: Optional[_builtins.str] = None):
|
|
1734
1733
|
"""
|
|
1735
1734
|
VolumeError captures an error encountered during a volume operation.
|
|
1736
|
-
:param
|
|
1737
|
-
:param
|
|
1735
|
+
:param _builtins.str message: String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1736
|
+
:param _builtins.str time: Time the error was encountered.
|
|
1738
1737
|
"""
|
|
1739
1738
|
if message is not None:
|
|
1740
1739
|
pulumi.set(__self__, "message", message)
|
|
1741
1740
|
if time is not None:
|
|
1742
1741
|
pulumi.set(__self__, "time", time)
|
|
1743
1742
|
|
|
1744
|
-
@property
|
|
1743
|
+
@_builtins.property
|
|
1745
1744
|
@pulumi.getter
|
|
1746
|
-
def message(self) -> Optional[
|
|
1745
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1747
1746
|
"""
|
|
1748
1747
|
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1749
1748
|
"""
|
|
1750
1749
|
return pulumi.get(self, "message")
|
|
1751
1750
|
|
|
1752
|
-
@property
|
|
1751
|
+
@_builtins.property
|
|
1753
1752
|
@pulumi.getter
|
|
1754
|
-
def time(self) -> Optional[
|
|
1753
|
+
def time(self) -> Optional[_builtins.str]:
|
|
1755
1754
|
"""
|
|
1756
1755
|
Time the error was encountered.
|
|
1757
1756
|
"""
|
|
@@ -1764,29 +1763,29 @@ class VolumeErrorPatch(dict):
|
|
|
1764
1763
|
VolumeError captures an error encountered during a volume operation.
|
|
1765
1764
|
"""
|
|
1766
1765
|
def __init__(__self__, *,
|
|
1767
|
-
message: Optional[
|
|
1768
|
-
time: Optional[
|
|
1766
|
+
message: Optional[_builtins.str] = None,
|
|
1767
|
+
time: Optional[_builtins.str] = None):
|
|
1769
1768
|
"""
|
|
1770
1769
|
VolumeError captures an error encountered during a volume operation.
|
|
1771
|
-
:param
|
|
1772
|
-
:param
|
|
1770
|
+
:param _builtins.str message: String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1771
|
+
:param _builtins.str time: Time the error was encountered.
|
|
1773
1772
|
"""
|
|
1774
1773
|
if message is not None:
|
|
1775
1774
|
pulumi.set(__self__, "message", message)
|
|
1776
1775
|
if time is not None:
|
|
1777
1776
|
pulumi.set(__self__, "time", time)
|
|
1778
1777
|
|
|
1779
|
-
@property
|
|
1778
|
+
@_builtins.property
|
|
1780
1779
|
@pulumi.getter
|
|
1781
|
-
def message(self) -> Optional[
|
|
1780
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1782
1781
|
"""
|
|
1783
1782
|
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
|
|
1784
1783
|
"""
|
|
1785
1784
|
return pulumi.get(self, "message")
|
|
1786
1785
|
|
|
1787
|
-
@property
|
|
1786
|
+
@_builtins.property
|
|
1788
1787
|
@pulumi.getter
|
|
1789
|
-
def time(self) -> Optional[
|
|
1788
|
+
def time(self) -> Optional[_builtins.str]:
|
|
1790
1789
|
"""
|
|
1791
1790
|
Time the error was encountered.
|
|
1792
1791
|
"""
|
|
@@ -1799,17 +1798,17 @@ class VolumeNodeResources(dict):
|
|
|
1799
1798
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1800
1799
|
"""
|
|
1801
1800
|
def __init__(__self__, *,
|
|
1802
|
-
count: Optional[
|
|
1801
|
+
count: Optional[_builtins.int] = None):
|
|
1803
1802
|
"""
|
|
1804
1803
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1805
|
-
:param
|
|
1804
|
+
:param _builtins.int count: Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
1806
1805
|
"""
|
|
1807
1806
|
if count is not None:
|
|
1808
1807
|
pulumi.set(__self__, "count", count)
|
|
1809
1808
|
|
|
1810
|
-
@property
|
|
1809
|
+
@_builtins.property
|
|
1811
1810
|
@pulumi.getter
|
|
1812
|
-
def count(self) -> Optional[
|
|
1811
|
+
def count(self) -> Optional[_builtins.int]:
|
|
1813
1812
|
"""
|
|
1814
1813
|
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
1815
1814
|
"""
|
|
@@ -1822,17 +1821,17 @@ class VolumeNodeResourcesPatch(dict):
|
|
|
1822
1821
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1823
1822
|
"""
|
|
1824
1823
|
def __init__(__self__, *,
|
|
1825
|
-
count: Optional[
|
|
1824
|
+
count: Optional[_builtins.int] = None):
|
|
1826
1825
|
"""
|
|
1827
1826
|
VolumeNodeResources is a set of resource limits for scheduling of volumes.
|
|
1828
|
-
:param
|
|
1827
|
+
:param _builtins.int count: Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
1829
1828
|
"""
|
|
1830
1829
|
if count is not None:
|
|
1831
1830
|
pulumi.set(__self__, "count", count)
|
|
1832
1831
|
|
|
1833
|
-
@property
|
|
1832
|
+
@_builtins.property
|
|
1834
1833
|
@pulumi.getter
|
|
1835
|
-
def count(self) -> Optional[
|
|
1834
|
+
def count(self) -> Optional[_builtins.int]:
|
|
1836
1835
|
"""
|
|
1837
1836
|
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.
|
|
1838
1837
|
"""
|