pulumi-kubernetes 4.13.1__py3-none-any.whl → 4.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_kubernetes/_inputs.py +57 -0
- pulumi_kubernetes/_utilities.py +35 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +1553 -29
- pulumi_kubernetes/admissionregistration/v1/outputs.py +5 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +876 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +11 -6
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +1525 -45
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +11 -6
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +11 -6
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +11 -6
- pulumi_kubernetes/apiextensions/v1/_inputs.py +1097 -15
- pulumi_kubernetes/apiextensions/v1/outputs.py +5 -0
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +10 -5
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +903 -6
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +11 -6
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +11 -6
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +11 -6
- pulumi_kubernetes/apiregistration/v1/_inputs.py +194 -0
- pulumi_kubernetes/apiregistration/v1/outputs.py +5 -0
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +10 -5
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +9 -4
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +10 -5
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +191 -0
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1/DaemonSet.py +11 -6
- pulumi_kubernetes/apps/v1/DaemonSetList.py +11 -6
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSet.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +11 -6
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSet.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSetList.py +11 -6
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1/_inputs.py +1049 -0
- pulumi_kubernetes/apps/v1/outputs.py +5 -0
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1beta1/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +10 -5
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +9 -4
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +10 -5
- pulumi_kubernetes/apps/v1beta1/_inputs.py +603 -0
- pulumi_kubernetes/apps/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +8 -3
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +8 -3
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/Deployment.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +11 -6
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +10 -5
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +9 -4
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +10 -5
- pulumi_kubernetes/apps/v1beta2/_inputs.py +935 -0
- pulumi_kubernetes/apps/v1beta2/outputs.py +5 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +10 -5
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +281 -0
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v1/_inputs.py +157 -0
- pulumi_kubernetes/autoscaling/v1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2/_inputs.py +805 -0
- pulumi_kubernetes/autoscaling/v2/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +652 -0
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +5 -0
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +11 -6
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +796 -0
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +5 -0
- pulumi_kubernetes/batch/v1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v1/Job.py +11 -6
- pulumi_kubernetes/batch/v1/JobList.py +11 -6
- pulumi_kubernetes/batch/v1/JobPatch.py +11 -6
- pulumi_kubernetes/batch/v1/_inputs.py +773 -3
- pulumi_kubernetes/batch/v1/outputs.py +5 -0
- pulumi_kubernetes/batch/v1beta1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v1beta1/_inputs.py +161 -0
- pulumi_kubernetes/batch/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +11 -6
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +161 -0
- pulumi_kubernetes/batch/v2alpha1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +10 -5
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +10 -5
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +10 -5
- pulumi_kubernetes/certificates/v1/_inputs.py +290 -0
- pulumi_kubernetes/certificates/v1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +11 -6
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +94 -0
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +10 -5
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +9 -4
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +10 -5
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +165 -0
- pulumi_kubernetes/certificates/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/coordination/v1/Lease.py +11 -6
- pulumi_kubernetes/coordination/v1/LeaseList.py +11 -6
- pulumi_kubernetes/coordination/v1/LeasePatch.py +11 -6
- pulumi_kubernetes/coordination/v1/_inputs.py +90 -0
- pulumi_kubernetes/coordination/v1/outputs.py +5 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +11 -6
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +90 -0
- pulumi_kubernetes/coordination/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/core/v1/Binding.py +11 -6
- pulumi_kubernetes/core/v1/BindingPatch.py +11 -6
- pulumi_kubernetes/core/v1/ConfigMap.py +8 -3
- pulumi_kubernetes/core/v1/ConfigMapList.py +11 -6
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +8 -3
- pulumi_kubernetes/core/v1/Endpoints.py +11 -6
- pulumi_kubernetes/core/v1/EndpointsList.py +11 -6
- pulumi_kubernetes/core/v1/EndpointsPatch.py +11 -6
- pulumi_kubernetes/core/v1/Event.py +20 -15
- pulumi_kubernetes/core/v1/EventList.py +11 -6
- pulumi_kubernetes/core/v1/EventPatch.py +20 -15
- pulumi_kubernetes/core/v1/LimitRange.py +11 -6
- pulumi_kubernetes/core/v1/LimitRangeList.py +11 -6
- pulumi_kubernetes/core/v1/LimitRangePatch.py +11 -6
- pulumi_kubernetes/core/v1/Namespace.py +11 -6
- pulumi_kubernetes/core/v1/NamespaceList.py +11 -6
- pulumi_kubernetes/core/v1/NamespacePatch.py +11 -6
- pulumi_kubernetes/core/v1/Node.py +11 -6
- pulumi_kubernetes/core/v1/NodeList.py +11 -6
- pulumi_kubernetes/core/v1/NodePatch.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolume.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +11 -6
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +11 -6
- pulumi_kubernetes/core/v1/Pod.py +11 -6
- pulumi_kubernetes/core/v1/PodList.py +11 -6
- pulumi_kubernetes/core/v1/PodPatch.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplate.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplateList.py +11 -6
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationController.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +11 -6
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuota.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +11 -6
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +11 -6
- pulumi_kubernetes/core/v1/Secret.py +8 -3
- pulumi_kubernetes/core/v1/SecretList.py +11 -6
- pulumi_kubernetes/core/v1/SecretPatch.py +8 -3
- pulumi_kubernetes/core/v1/Service.py +11 -6
- pulumi_kubernetes/core/v1/ServiceAccount.py +14 -9
- pulumi_kubernetes/core/v1/ServiceAccountList.py +11 -6
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +14 -9
- pulumi_kubernetes/core/v1/ServiceList.py +11 -6
- pulumi_kubernetes/core/v1/ServicePatch.py +11 -6
- pulumi_kubernetes/core/v1/_inputs.py +10070 -478
- pulumi_kubernetes/core/v1/outputs.py +5 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +14 -9
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +11 -6
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +14 -9
- pulumi_kubernetes/discovery/v1/_inputs.py +284 -0
- pulumi_kubernetes/discovery/v1/outputs.py +5 -0
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +14 -9
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +11 -6
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +14 -9
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +210 -0
- pulumi_kubernetes/discovery/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/events/v1/Event.py +20 -15
- pulumi_kubernetes/events/v1/EventList.py +11 -6
- pulumi_kubernetes/events/v1/EventPatch.py +20 -15
- pulumi_kubernetes/events/v1/_inputs.py +118 -0
- pulumi_kubernetes/events/v1/outputs.py +5 -0
- pulumi_kubernetes/events/v1beta1/Event.py +19 -14
- pulumi_kubernetes/events/v1beta1/EventList.py +11 -6
- pulumi_kubernetes/events/v1beta1/EventPatch.py +19 -14
- pulumi_kubernetes/events/v1beta1/_inputs.py +123 -0
- pulumi_kubernetes/events/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +11 -6
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1884 -26
- pulumi_kubernetes/extensions/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +779 -0
- pulumi_kubernetes/flowcontrol/v1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +671 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +671 -0
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +771 -0
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +5 -0
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +11 -6
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +771 -0
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +5 -0
- pulumi_kubernetes/helm/v3/Release.py +8 -3
- pulumi_kubernetes/helm/v3/_inputs.py +40 -0
- pulumi_kubernetes/helm/v3/outputs.py +5 -0
- pulumi_kubernetes/helm/v4/Chart.py +15 -6
- pulumi_kubernetes/helm/v4/_inputs.py +57 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +5 -0
- pulumi_kubernetes/meta/v1/Status.py +11 -6
- pulumi_kubernetes/meta/v1/StatusPatch.py +11 -6
- pulumi_kubernetes/meta/v1/_inputs.py +596 -0
- pulumi_kubernetes/meta/v1/outputs.py +5 -0
- pulumi_kubernetes/networking/v1/Ingress.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClass.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClassList.py +11 -6
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +11 -6
- pulumi_kubernetes/networking/v1/IngressList.py +11 -6
- pulumi_kubernetes/networking/v1/IngressPatch.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +11 -6
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +11 -6
- pulumi_kubernetes/networking/v1/_inputs.py +840 -0
- pulumi_kubernetes/networking/v1/outputs.py +5 -0
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +11 -6
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +259 -0
- pulumi_kubernetes/networking/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/networking/v1beta1/Ingress.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressList.py +11 -6
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +11 -6
- pulumi_kubernetes/networking/v1beta1/_inputs.py +374 -0
- pulumi_kubernetes/networking/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +14 -9
- pulumi_kubernetes/node/v1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +14 -9
- pulumi_kubernetes/node/v1/_inputs.py +101 -0
- pulumi_kubernetes/node/v1/outputs.py +5 -0
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +11 -6
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +11 -6
- pulumi_kubernetes/node/v1alpha1/_inputs.py +134 -0
- pulumi_kubernetes/node/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +14 -9
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +11 -6
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +14 -9
- pulumi_kubernetes/node/v1beta1/_inputs.py +100 -0
- pulumi_kubernetes/node/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +11 -6
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +11 -6
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +11 -6
- pulumi_kubernetes/policy/v1/_inputs.py +151 -0
- pulumi_kubernetes/policy/v1/outputs.py +5 -0
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +10 -5
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +9 -4
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +10 -5
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +11 -6
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +11 -6
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +11 -6
- pulumi_kubernetes/policy/v1beta1/_inputs.py +713 -0
- pulumi_kubernetes/policy/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/provider.py +11 -6
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1/outputs.py +5 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/Role.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +14 -9
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +11 -6
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +295 -0
- pulumi_kubernetes/rbac/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +14 -9
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +11 -6
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +14 -9
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +458 -0
- pulumi_kubernetes/resource/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +14 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +14 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +14 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -12
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -12
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +14 -9
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +11 -6
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +1059 -6
- pulumi_kubernetes/resource/v1alpha2/outputs.py +5 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1/outputs.py +5 -0
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +8 -3
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +11 -6
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +8 -3
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +44 -0
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +9 -4
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +11 -6
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +9 -4
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +84 -0
- pulumi_kubernetes/settings/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +11 -6
- pulumi_kubernetes/storage/v1/CSIDriverList.py +11 -6
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +11 -6
- pulumi_kubernetes/storage/v1/CSINode.py +11 -6
- pulumi_kubernetes/storage/v1/CSINodeList.py +11 -6
- pulumi_kubernetes/storage/v1/CSINodePatch.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +11 -6
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClass.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClassList.py +11 -6
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1/_inputs.py +614 -0
- pulumi_kubernetes/storage/v1/outputs.py +5 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +8 -3
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +11 -6
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +8 -3
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +187 -0
- pulumi_kubernetes/storage/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINode.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +11 -6
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +11 -6
- pulumi_kubernetes/storage/v1beta1/_inputs.py +566 -0
- pulumi_kubernetes/storage/v1beta1/outputs.py +5 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +11 -6
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +11 -6
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +11 -6
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +158 -0
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +5 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +5 -0
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +5 -0
- {pulumi_kubernetes-4.13.1.dist-info → pulumi_kubernetes-4.14.0.dist-info}/METADATA +2 -1
- pulumi_kubernetes-4.14.0.dist-info/RECORD +619 -0
- {pulumi_kubernetes-4.13.1.dist-info → pulumi_kubernetes-4.14.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.13.1.dist-info/RECORD +0 -619
- {pulumi_kubernetes-4.13.1.dist-info → pulumi_kubernetes-4.14.0.dist-info}/top_level.txt +0 -0
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ... import core as _core
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ... import core as _core
|
|
@@ -93,8 +98,8 @@ class VolumeAttachment(pulumi.CustomResource):
|
|
|
93
98
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
94
99
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
95
100
|
kind: Optional[pulumi.Input[str]] = None,
|
|
96
|
-
metadata: Optional[pulumi.Input[
|
|
97
|
-
spec: Optional[pulumi.Input[
|
|
101
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
|
|
102
|
+
spec: Optional[pulumi.Input[Union['VolumeAttachmentSpecArgs', 'VolumeAttachmentSpecArgsDict']]] = None,
|
|
98
103
|
__props__=None):
|
|
99
104
|
"""
|
|
100
105
|
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
|
|
@@ -105,8 +110,8 @@ class VolumeAttachment(pulumi.CustomResource):
|
|
|
105
110
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
106
111
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
107
112
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
108
|
-
:param pulumi.Input[
|
|
109
|
-
:param pulumi.Input[
|
|
113
|
+
:param pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']] metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
114
|
+
:param pulumi.Input[Union['VolumeAttachmentSpecArgs', 'VolumeAttachmentSpecArgsDict']] spec: Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
110
115
|
"""
|
|
111
116
|
...
|
|
112
117
|
@overload
|
|
@@ -136,8 +141,8 @@ class VolumeAttachment(pulumi.CustomResource):
|
|
|
136
141
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
137
142
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
138
143
|
kind: Optional[pulumi.Input[str]] = None,
|
|
139
|
-
metadata: Optional[pulumi.Input[
|
|
140
|
-
spec: Optional[pulumi.Input[
|
|
144
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
|
|
145
|
+
spec: Optional[pulumi.Input[Union['VolumeAttachmentSpecArgs', 'VolumeAttachmentSpecArgsDict']]] = None,
|
|
141
146
|
__props__=None):
|
|
142
147
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
143
148
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ... import core as _core
|
|
@@ -92,9 +97,9 @@ class VolumeAttachmentList(pulumi.CustomResource):
|
|
|
92
97
|
resource_name: str,
|
|
93
98
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
94
99
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
95
|
-
items: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
100
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VolumeAttachmentArgs', 'VolumeAttachmentArgsDict']]]]] = None,
|
|
96
101
|
kind: Optional[pulumi.Input[str]] = None,
|
|
97
|
-
metadata: Optional[pulumi.Input[
|
|
102
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']]] = None,
|
|
98
103
|
__props__=None):
|
|
99
104
|
"""
|
|
100
105
|
VolumeAttachmentList is a collection of VolumeAttachment objects.
|
|
@@ -102,9 +107,9 @@ class VolumeAttachmentList(pulumi.CustomResource):
|
|
|
102
107
|
:param str resource_name: The name of the resource.
|
|
103
108
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
104
109
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
105
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
110
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['VolumeAttachmentArgs', 'VolumeAttachmentArgsDict']]]] items: Items is the list of VolumeAttachments
|
|
106
111
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
107
|
-
:param pulumi.Input[
|
|
112
|
+
:param pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']] metadata: Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
108
113
|
"""
|
|
109
114
|
...
|
|
110
115
|
@overload
|
|
@@ -131,9 +136,9 @@ class VolumeAttachmentList(pulumi.CustomResource):
|
|
|
131
136
|
resource_name: str,
|
|
132
137
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
133
138
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
items: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
139
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VolumeAttachmentArgs', 'VolumeAttachmentArgsDict']]]]] = None,
|
|
135
140
|
kind: Optional[pulumi.Input[str]] = None,
|
|
136
|
-
metadata: Optional[pulumi.Input[
|
|
141
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']]] = None,
|
|
137
142
|
__props__=None):
|
|
138
143
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
139
144
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ... import core as _core
|
|
@@ -94,8 +99,8 @@ class VolumeAttachmentPatch(pulumi.CustomResource):
|
|
|
94
99
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
95
100
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
96
101
|
kind: Optional[pulumi.Input[str]] = None,
|
|
97
|
-
metadata: Optional[pulumi.Input[
|
|
98
|
-
spec: Optional[pulumi.Input[
|
|
102
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
|
|
103
|
+
spec: Optional[pulumi.Input[Union['VolumeAttachmentSpecPatchArgs', 'VolumeAttachmentSpecPatchArgsDict']]] = None,
|
|
99
104
|
__props__=None):
|
|
100
105
|
"""
|
|
101
106
|
Patch resources are used to modify existing Kubernetes resources by using
|
|
@@ -112,8 +117,8 @@ class VolumeAttachmentPatch(pulumi.CustomResource):
|
|
|
112
117
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
113
118
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
114
119
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
115
|
-
:param pulumi.Input[
|
|
116
|
-
:param pulumi.Input[
|
|
120
|
+
:param pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']] metadata: Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
121
|
+
:param pulumi.Input[Union['VolumeAttachmentSpecPatchArgs', 'VolumeAttachmentSpecPatchArgsDict']] spec: Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
117
122
|
"""
|
|
118
123
|
...
|
|
119
124
|
@overload
|
|
@@ -149,8 +154,8 @@ class VolumeAttachmentPatch(pulumi.CustomResource):
|
|
|
149
154
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
150
155
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
151
156
|
kind: Optional[pulumi.Input[str]] = None,
|
|
152
|
-
metadata: Optional[pulumi.Input[
|
|
153
|
-
spec: Optional[pulumi.Input[
|
|
157
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
|
|
158
|
+
spec: Optional[pulumi.Input[Union['VolumeAttachmentSpecPatchArgs', 'VolumeAttachmentSpecPatchArgsDict']]] = None,
|
|
154
159
|
__props__=None):
|
|
155
160
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
156
161
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from ... import meta as _meta
|
|
12
17
|
|
|
@@ -111,7 +116,7 @@ class VolumeAttributesClass(pulumi.CustomResource):
|
|
|
111
116
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
112
117
|
driver_name: Optional[pulumi.Input[str]] = None,
|
|
113
118
|
kind: Optional[pulumi.Input[str]] = None,
|
|
114
|
-
metadata: Optional[pulumi.Input[
|
|
119
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
|
|
115
120
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
116
121
|
__props__=None):
|
|
117
122
|
"""
|
|
@@ -122,7 +127,7 @@ class VolumeAttributesClass(pulumi.CustomResource):
|
|
|
122
127
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
123
128
|
:param pulumi.Input[str] driver_name: Name of the CSI driver This field is immutable.
|
|
124
129
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
125
|
-
:param pulumi.Input[
|
|
130
|
+
:param pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
126
131
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
127
132
|
|
|
128
133
|
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.
|
|
@@ -154,7 +159,7 @@ class VolumeAttributesClass(pulumi.CustomResource):
|
|
|
154
159
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
155
160
|
driver_name: Optional[pulumi.Input[str]] = None,
|
|
156
161
|
kind: Optional[pulumi.Input[str]] = None,
|
|
157
|
-
metadata: Optional[pulumi.Input[
|
|
162
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
|
|
158
163
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
159
164
|
__props__=None):
|
|
160
165
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ... import meta as _meta
|
|
@@ -91,9 +96,9 @@ class VolumeAttributesClassList(pulumi.CustomResource):
|
|
|
91
96
|
resource_name: str,
|
|
92
97
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
93
98
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
94
|
-
items: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
99
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VolumeAttributesClassArgs', 'VolumeAttributesClassArgsDict']]]]] = None,
|
|
95
100
|
kind: Optional[pulumi.Input[str]] = None,
|
|
96
|
-
metadata: Optional[pulumi.Input[
|
|
101
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']]] = None,
|
|
97
102
|
__props__=None):
|
|
98
103
|
"""
|
|
99
104
|
VolumeAttributesClassList is a collection of VolumeAttributesClass objects.
|
|
@@ -101,9 +106,9 @@ class VolumeAttributesClassList(pulumi.CustomResource):
|
|
|
101
106
|
:param str resource_name: The name of the resource.
|
|
102
107
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
103
108
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
104
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
109
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['VolumeAttributesClassArgs', 'VolumeAttributesClassArgsDict']]]] items: items is the list of VolumeAttributesClass objects.
|
|
105
110
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
106
|
-
:param pulumi.Input[
|
|
111
|
+
:param pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']] metadata: Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
107
112
|
"""
|
|
108
113
|
...
|
|
109
114
|
@overload
|
|
@@ -130,9 +135,9 @@ class VolumeAttributesClassList(pulumi.CustomResource):
|
|
|
130
135
|
resource_name: str,
|
|
131
136
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
132
137
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
133
|
-
items: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
138
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VolumeAttributesClassArgs', 'VolumeAttributesClassArgsDict']]]]] = None,
|
|
134
139
|
kind: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
metadata: Optional[pulumi.Input[
|
|
140
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']]] = None,
|
|
136
141
|
__props__=None):
|
|
137
142
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
138
143
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from ... import meta as _meta
|
|
12
17
|
|
|
@@ -112,7 +117,7 @@ class VolumeAttributesClassPatch(pulumi.CustomResource):
|
|
|
112
117
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
113
118
|
driver_name: Optional[pulumi.Input[str]] = None,
|
|
114
119
|
kind: Optional[pulumi.Input[str]] = None,
|
|
115
|
-
metadata: Optional[pulumi.Input[
|
|
120
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
|
|
116
121
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
117
122
|
__props__=None):
|
|
118
123
|
"""
|
|
@@ -129,7 +134,7 @@ class VolumeAttributesClassPatch(pulumi.CustomResource):
|
|
|
129
134
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
130
135
|
:param pulumi.Input[str] driver_name: Name of the CSI driver This field is immutable.
|
|
131
136
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
132
|
-
:param pulumi.Input[
|
|
137
|
+
:param pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
133
138
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: parameters hold volume attributes defined by the CSI driver. These values are opaque to the Kubernetes and are passed directly to the CSI driver. The underlying storage provider supports changing these attributes on an existing volume, however the parameters field itself is immutable. To invoke a volume update, a new VolumeAttributesClass should be created with new parameters, and the PersistentVolumeClaim should be updated to reference the new VolumeAttributesClass.
|
|
134
139
|
|
|
135
140
|
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.
|
|
@@ -167,7 +172,7 @@ class VolumeAttributesClassPatch(pulumi.CustomResource):
|
|
|
167
172
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
168
173
|
driver_name: Optional[pulumi.Input[str]] = None,
|
|
169
174
|
kind: Optional[pulumi.Input[str]] = None,
|
|
170
|
-
metadata: Optional[pulumi.Input[
|
|
175
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaPatchArgs', '_meta.v1.ObjectMetaPatchArgsDict']]] = None,
|
|
171
176
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
172
177
|
__props__=None):
|
|
173
178
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -4,24 +4,55 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from ... import core as _core
|
|
12
17
|
from ... import meta as _meta
|
|
13
18
|
|
|
14
19
|
__all__ = [
|
|
15
20
|
'VolumeAttachmentSourcePatchArgs',
|
|
21
|
+
'VolumeAttachmentSourcePatchArgsDict',
|
|
16
22
|
'VolumeAttachmentSourceArgs',
|
|
23
|
+
'VolumeAttachmentSourceArgsDict',
|
|
17
24
|
'VolumeAttachmentSpecPatchArgs',
|
|
25
|
+
'VolumeAttachmentSpecPatchArgsDict',
|
|
18
26
|
'VolumeAttachmentSpecArgs',
|
|
27
|
+
'VolumeAttachmentSpecArgsDict',
|
|
19
28
|
'VolumeAttachmentStatusArgs',
|
|
29
|
+
'VolumeAttachmentStatusArgsDict',
|
|
20
30
|
'VolumeAttachmentArgs',
|
|
31
|
+
'VolumeAttachmentArgsDict',
|
|
21
32
|
'VolumeAttributesClassArgs',
|
|
33
|
+
'VolumeAttributesClassArgsDict',
|
|
22
34
|
'VolumeErrorArgs',
|
|
35
|
+
'VolumeErrorArgsDict',
|
|
23
36
|
]
|
|
24
37
|
|
|
38
|
+
MYPY = False
|
|
39
|
+
|
|
40
|
+
if not MYPY:
|
|
41
|
+
class VolumeAttachmentSourcePatchArgsDict(TypedDict):
|
|
42
|
+
"""
|
|
43
|
+
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.
|
|
44
|
+
"""
|
|
45
|
+
inline_volume_spec: NotRequired[pulumi.Input['_core.v1.PersistentVolumeSpecPatchArgsDict']]
|
|
46
|
+
"""
|
|
47
|
+
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.
|
|
48
|
+
"""
|
|
49
|
+
persistent_volume_name: NotRequired[pulumi.Input[str]]
|
|
50
|
+
"""
|
|
51
|
+
Name of the persistent volume to attach.
|
|
52
|
+
"""
|
|
53
|
+
elif False:
|
|
54
|
+
VolumeAttachmentSourcePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
55
|
+
|
|
25
56
|
@pulumi.input_type
|
|
26
57
|
class VolumeAttachmentSourcePatchArgs:
|
|
27
58
|
def __init__(__self__, *,
|
|
@@ -62,6 +93,22 @@ class VolumeAttachmentSourcePatchArgs:
|
|
|
62
93
|
pulumi.set(self, "persistent_volume_name", value)
|
|
63
94
|
|
|
64
95
|
|
|
96
|
+
if not MYPY:
|
|
97
|
+
class VolumeAttachmentSourceArgsDict(TypedDict):
|
|
98
|
+
"""
|
|
99
|
+
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.
|
|
100
|
+
"""
|
|
101
|
+
inline_volume_spec: NotRequired[pulumi.Input['_core.v1.PersistentVolumeSpecArgsDict']]
|
|
102
|
+
"""
|
|
103
|
+
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.
|
|
104
|
+
"""
|
|
105
|
+
persistent_volume_name: NotRequired[pulumi.Input[str]]
|
|
106
|
+
"""
|
|
107
|
+
Name of the persistent volume to attach.
|
|
108
|
+
"""
|
|
109
|
+
elif False:
|
|
110
|
+
VolumeAttachmentSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
111
|
+
|
|
65
112
|
@pulumi.input_type
|
|
66
113
|
class VolumeAttachmentSourceArgs:
|
|
67
114
|
def __init__(__self__, *,
|
|
@@ -102,6 +149,26 @@ class VolumeAttachmentSourceArgs:
|
|
|
102
149
|
pulumi.set(self, "persistent_volume_name", value)
|
|
103
150
|
|
|
104
151
|
|
|
152
|
+
if not MYPY:
|
|
153
|
+
class VolumeAttachmentSpecPatchArgsDict(TypedDict):
|
|
154
|
+
"""
|
|
155
|
+
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
156
|
+
"""
|
|
157
|
+
attacher: NotRequired[pulumi.Input[str]]
|
|
158
|
+
"""
|
|
159
|
+
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
160
|
+
"""
|
|
161
|
+
node_name: NotRequired[pulumi.Input[str]]
|
|
162
|
+
"""
|
|
163
|
+
The node that the volume should be attached to.
|
|
164
|
+
"""
|
|
165
|
+
source: NotRequired[pulumi.Input['VolumeAttachmentSourcePatchArgsDict']]
|
|
166
|
+
"""
|
|
167
|
+
Source represents the volume that should be attached.
|
|
168
|
+
"""
|
|
169
|
+
elif False:
|
|
170
|
+
VolumeAttachmentSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
171
|
+
|
|
105
172
|
@pulumi.input_type
|
|
106
173
|
class VolumeAttachmentSpecPatchArgs:
|
|
107
174
|
def __init__(__self__, *,
|
|
@@ -158,6 +225,26 @@ class VolumeAttachmentSpecPatchArgs:
|
|
|
158
225
|
pulumi.set(self, "source", value)
|
|
159
226
|
|
|
160
227
|
|
|
228
|
+
if not MYPY:
|
|
229
|
+
class VolumeAttachmentSpecArgsDict(TypedDict):
|
|
230
|
+
"""
|
|
231
|
+
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
|
|
232
|
+
"""
|
|
233
|
+
attacher: pulumi.Input[str]
|
|
234
|
+
"""
|
|
235
|
+
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
|
|
236
|
+
"""
|
|
237
|
+
node_name: pulumi.Input[str]
|
|
238
|
+
"""
|
|
239
|
+
The node that the volume should be attached to.
|
|
240
|
+
"""
|
|
241
|
+
source: pulumi.Input['VolumeAttachmentSourceArgsDict']
|
|
242
|
+
"""
|
|
243
|
+
Source represents the volume that should be attached.
|
|
244
|
+
"""
|
|
245
|
+
elif False:
|
|
246
|
+
VolumeAttachmentSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
247
|
+
|
|
161
248
|
@pulumi.input_type
|
|
162
249
|
class VolumeAttachmentSpecArgs:
|
|
163
250
|
def __init__(__self__, *,
|
|
@@ -211,6 +298,30 @@ class VolumeAttachmentSpecArgs:
|
|
|
211
298
|
pulumi.set(self, "source", value)
|
|
212
299
|
|
|
213
300
|
|
|
301
|
+
if not MYPY:
|
|
302
|
+
class VolumeAttachmentStatusArgsDict(TypedDict):
|
|
303
|
+
"""
|
|
304
|
+
VolumeAttachmentStatus is the status of a VolumeAttachment request.
|
|
305
|
+
"""
|
|
306
|
+
attached: pulumi.Input[bool]
|
|
307
|
+
"""
|
|
308
|
+
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
|
|
309
|
+
"""
|
|
310
|
+
attach_error: NotRequired[pulumi.Input['VolumeErrorArgsDict']]
|
|
311
|
+
"""
|
|
312
|
+
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.
|
|
313
|
+
"""
|
|
314
|
+
attachment_metadata: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
315
|
+
"""
|
|
316
|
+
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.
|
|
317
|
+
"""
|
|
318
|
+
detach_error: NotRequired[pulumi.Input['VolumeErrorArgsDict']]
|
|
319
|
+
"""
|
|
320
|
+
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.
|
|
321
|
+
"""
|
|
322
|
+
elif False:
|
|
323
|
+
VolumeAttachmentStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
324
|
+
|
|
214
325
|
@pulumi.input_type
|
|
215
326
|
class VolumeAttachmentStatusArgs:
|
|
216
327
|
def __init__(__self__, *,
|
|
@@ -282,6 +393,36 @@ class VolumeAttachmentStatusArgs:
|
|
|
282
393
|
pulumi.set(self, "detach_error", value)
|
|
283
394
|
|
|
284
395
|
|
|
396
|
+
if not MYPY:
|
|
397
|
+
class VolumeAttachmentArgsDict(TypedDict):
|
|
398
|
+
"""
|
|
399
|
+
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
|
|
400
|
+
|
|
401
|
+
VolumeAttachment objects are non-namespaced.
|
|
402
|
+
"""
|
|
403
|
+
spec: pulumi.Input['VolumeAttachmentSpecArgsDict']
|
|
404
|
+
"""
|
|
405
|
+
Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.
|
|
406
|
+
"""
|
|
407
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
408
|
+
"""
|
|
409
|
+
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
|
|
410
|
+
"""
|
|
411
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
412
|
+
"""
|
|
413
|
+
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
|
|
414
|
+
"""
|
|
415
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
416
|
+
"""
|
|
417
|
+
Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
418
|
+
"""
|
|
419
|
+
status: NotRequired[pulumi.Input['VolumeAttachmentStatusArgsDict']]
|
|
420
|
+
"""
|
|
421
|
+
Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.
|
|
422
|
+
"""
|
|
423
|
+
elif False:
|
|
424
|
+
VolumeAttachmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
425
|
+
|
|
285
426
|
@pulumi.input_type
|
|
286
427
|
class VolumeAttachmentArgs:
|
|
287
428
|
def __init__(__self__, *,
|
|
@@ -371,6 +512,36 @@ class VolumeAttachmentArgs:
|
|
|
371
512
|
pulumi.set(self, "status", value)
|
|
372
513
|
|
|
373
514
|
|
|
515
|
+
if not MYPY:
|
|
516
|
+
class VolumeAttributesClassArgsDict(TypedDict):
|
|
517
|
+
"""
|
|
518
|
+
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.
|
|
519
|
+
"""
|
|
520
|
+
driver_name: pulumi.Input[str]
|
|
521
|
+
"""
|
|
522
|
+
Name of the CSI driver This field is immutable.
|
|
523
|
+
"""
|
|
524
|
+
api_version: NotRequired[pulumi.Input[str]]
|
|
525
|
+
"""
|
|
526
|
+
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
|
|
527
|
+
"""
|
|
528
|
+
kind: NotRequired[pulumi.Input[str]]
|
|
529
|
+
"""
|
|
530
|
+
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
|
|
531
|
+
"""
|
|
532
|
+
metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
|
|
533
|
+
"""
|
|
534
|
+
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
535
|
+
"""
|
|
536
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
537
|
+
"""
|
|
538
|
+
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.
|
|
539
|
+
|
|
540
|
+
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.
|
|
541
|
+
"""
|
|
542
|
+
elif False:
|
|
543
|
+
VolumeAttributesClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
544
|
+
|
|
374
545
|
@pulumi.input_type
|
|
375
546
|
class VolumeAttributesClassArgs:
|
|
376
547
|
def __init__(__self__, *,
|
|
@@ -462,6 +633,22 @@ class VolumeAttributesClassArgs:
|
|
|
462
633
|
pulumi.set(self, "parameters", value)
|
|
463
634
|
|
|
464
635
|
|
|
636
|
+
if not MYPY:
|
|
637
|
+
class VolumeErrorArgsDict(TypedDict):
|
|
638
|
+
"""
|
|
639
|
+
VolumeError captures an error encountered during a volume operation.
|
|
640
|
+
"""
|
|
641
|
+
message: NotRequired[pulumi.Input[str]]
|
|
642
|
+
"""
|
|
643
|
+
String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.
|
|
644
|
+
"""
|
|
645
|
+
time: NotRequired[pulumi.Input[str]]
|
|
646
|
+
"""
|
|
647
|
+
Time the error was encountered.
|
|
648
|
+
"""
|
|
649
|
+
elif False:
|
|
650
|
+
VolumeErrorArgsDict: TypeAlias = Mapping[str, Any]
|
|
651
|
+
|
|
465
652
|
@pulumi.input_type
|
|
466
653
|
class VolumeErrorArgs:
|
|
467
654
|
def __init__(__self__, *,
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ... import core as _core
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from ... import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
from ... import meta as _meta
|
|
@@ -92,8 +97,8 @@ class CSIDriver(pulumi.CustomResource):
|
|
|
92
97
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
93
98
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
94
99
|
kind: Optional[pulumi.Input[str]] = None,
|
|
95
|
-
metadata: Optional[pulumi.Input[
|
|
96
|
-
spec: Optional[pulumi.Input[
|
|
100
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
|
|
101
|
+
spec: Optional[pulumi.Input[Union['CSIDriverSpecArgs', 'CSIDriverSpecArgsDict']]] = None,
|
|
97
102
|
__props__=None):
|
|
98
103
|
"""
|
|
99
104
|
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.
|
|
@@ -102,8 +107,8 @@ class CSIDriver(pulumi.CustomResource):
|
|
|
102
107
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
103
108
|
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
104
109
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
105
|
-
:param pulumi.Input[
|
|
106
|
-
:param pulumi.Input[
|
|
110
|
+
:param pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']] 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
|
|
111
|
+
:param pulumi.Input[Union['CSIDriverSpecArgs', 'CSIDriverSpecArgsDict']] spec: Specification of the CSI Driver.
|
|
107
112
|
"""
|
|
108
113
|
...
|
|
109
114
|
@overload
|
|
@@ -131,8 +136,8 @@ class CSIDriver(pulumi.CustomResource):
|
|
|
131
136
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
132
137
|
api_version: Optional[pulumi.Input[str]] = None,
|
|
133
138
|
kind: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
metadata: Optional[pulumi.Input[
|
|
135
|
-
spec: Optional[pulumi.Input[
|
|
139
|
+
metadata: Optional[pulumi.Input[Union['_meta.v1.ObjectMetaArgs', '_meta.v1.ObjectMetaArgsDict']]] = None,
|
|
140
|
+
spec: Optional[pulumi.Input[Union['CSIDriverSpecArgs', 'CSIDriverSpecArgsDict']]] = None,
|
|
136
141
|
__props__=None):
|
|
137
142
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
138
143
|
if not isinstance(opts, pulumi.ResourceOptions):
|