pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__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 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -122,17 +123,17 @@ if not MYPY:
|
|
|
122
123
|
"""
|
|
123
124
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
124
125
|
"""
|
|
125
|
-
device: pulumi.Input[str]
|
|
126
|
+
device: pulumi.Input[builtins.str]
|
|
126
127
|
"""
|
|
127
128
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
128
129
|
"""
|
|
129
|
-
driver: pulumi.Input[str]
|
|
130
|
+
driver: pulumi.Input[builtins.str]
|
|
130
131
|
"""
|
|
131
132
|
Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
132
133
|
|
|
133
134
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
134
135
|
"""
|
|
135
|
-
pool: pulumi.Input[str]
|
|
136
|
+
pool: pulumi.Input[builtins.str]
|
|
136
137
|
"""
|
|
137
138
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
138
139
|
|
|
@@ -158,19 +159,19 @@ elif False:
|
|
|
158
159
|
@pulumi.input_type
|
|
159
160
|
class AllocatedDeviceStatusArgs:
|
|
160
161
|
def __init__(__self__, *,
|
|
161
|
-
device: pulumi.Input[str],
|
|
162
|
-
driver: pulumi.Input[str],
|
|
163
|
-
pool: pulumi.Input[str],
|
|
162
|
+
device: pulumi.Input[builtins.str],
|
|
163
|
+
driver: pulumi.Input[builtins.str],
|
|
164
|
+
pool: pulumi.Input[builtins.str],
|
|
164
165
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]] = None,
|
|
165
166
|
data: Optional[Any] = None,
|
|
166
167
|
network_data: Optional[pulumi.Input['NetworkDeviceDataArgs']] = None):
|
|
167
168
|
"""
|
|
168
169
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
169
|
-
:param pulumi.Input[str] device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
170
|
-
:param pulumi.Input[str] driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
170
|
+
:param pulumi.Input[builtins.str] device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
171
|
+
:param pulumi.Input[builtins.str] driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
171
172
|
|
|
172
173
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
173
|
-
:param pulumi.Input[str] pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
174
|
+
:param pulumi.Input[builtins.str] pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
174
175
|
|
|
175
176
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
176
177
|
:param pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]] conditions: Conditions contains the latest observation of the device's state. If the device has been configured according to the class and claim config references, the `Ready` condition should be True.
|
|
@@ -191,19 +192,19 @@ class AllocatedDeviceStatusArgs:
|
|
|
191
192
|
|
|
192
193
|
@property
|
|
193
194
|
@pulumi.getter
|
|
194
|
-
def device(self) -> pulumi.Input[str]:
|
|
195
|
+
def device(self) -> pulumi.Input[builtins.str]:
|
|
195
196
|
"""
|
|
196
197
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
197
198
|
"""
|
|
198
199
|
return pulumi.get(self, "device")
|
|
199
200
|
|
|
200
201
|
@device.setter
|
|
201
|
-
def device(self, value: pulumi.Input[str]):
|
|
202
|
+
def device(self, value: pulumi.Input[builtins.str]):
|
|
202
203
|
pulumi.set(self, "device", value)
|
|
203
204
|
|
|
204
205
|
@property
|
|
205
206
|
@pulumi.getter
|
|
206
|
-
def driver(self) -> pulumi.Input[str]:
|
|
207
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
207
208
|
"""
|
|
208
209
|
Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
209
210
|
|
|
@@ -212,12 +213,12 @@ class AllocatedDeviceStatusArgs:
|
|
|
212
213
|
return pulumi.get(self, "driver")
|
|
213
214
|
|
|
214
215
|
@driver.setter
|
|
215
|
-
def driver(self, value: pulumi.Input[str]):
|
|
216
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
216
217
|
pulumi.set(self, "driver", value)
|
|
217
218
|
|
|
218
219
|
@property
|
|
219
220
|
@pulumi.getter
|
|
220
|
-
def pool(self) -> pulumi.Input[str]:
|
|
221
|
+
def pool(self) -> pulumi.Input[builtins.str]:
|
|
221
222
|
"""
|
|
222
223
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
223
224
|
|
|
@@ -226,7 +227,7 @@ class AllocatedDeviceStatusArgs:
|
|
|
226
227
|
return pulumi.get(self, "pool")
|
|
227
228
|
|
|
228
229
|
@pool.setter
|
|
229
|
-
def pool(self, value: pulumi.Input[str]):
|
|
230
|
+
def pool(self, value: pulumi.Input[builtins.str]):
|
|
230
231
|
pulumi.set(self, "pool", value)
|
|
231
232
|
|
|
232
233
|
@property
|
|
@@ -273,7 +274,7 @@ if not MYPY:
|
|
|
273
274
|
"""
|
|
274
275
|
AllocationResult contains attributes of an allocated resource.
|
|
275
276
|
"""
|
|
276
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
277
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
277
278
|
"""
|
|
278
279
|
Controller is the name of the DRA driver which handled the allocation. That driver is also responsible for deallocating the claim. It is empty when the claim can be deallocated without involving a driver.
|
|
279
280
|
|
|
@@ -295,12 +296,12 @@ elif False:
|
|
|
295
296
|
@pulumi.input_type
|
|
296
297
|
class AllocationResultArgs:
|
|
297
298
|
def __init__(__self__, *,
|
|
298
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
299
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
299
300
|
devices: Optional[pulumi.Input['DeviceAllocationResultArgs']] = None,
|
|
300
301
|
node_selector: Optional[pulumi.Input['_core.v1.NodeSelectorArgs']] = None):
|
|
301
302
|
"""
|
|
302
303
|
AllocationResult contains attributes of an allocated resource.
|
|
303
|
-
:param pulumi.Input[str] controller: Controller is the name of the DRA driver which handled the allocation. That driver is also responsible for deallocating the claim. It is empty when the claim can be deallocated without involving a driver.
|
|
304
|
+
:param pulumi.Input[builtins.str] controller: Controller is the name of the DRA driver which handled the allocation. That driver is also responsible for deallocating the claim. It is empty when the claim can be deallocated without involving a driver.
|
|
304
305
|
|
|
305
306
|
A driver may allocate devices provided by other drivers, so this driver name here can be different from the driver names listed for the results.
|
|
306
307
|
|
|
@@ -317,7 +318,7 @@ class AllocationResultArgs:
|
|
|
317
318
|
|
|
318
319
|
@property
|
|
319
320
|
@pulumi.getter
|
|
320
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
321
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
321
322
|
"""
|
|
322
323
|
Controller is the name of the DRA driver which handled the allocation. That driver is also responsible for deallocating the claim. It is empty when the claim can be deallocated without involving a driver.
|
|
323
324
|
|
|
@@ -328,7 +329,7 @@ class AllocationResultArgs:
|
|
|
328
329
|
return pulumi.get(self, "controller")
|
|
329
330
|
|
|
330
331
|
@controller.setter
|
|
331
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
332
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
332
333
|
pulumi.set(self, "controller", value)
|
|
333
334
|
|
|
334
335
|
@property
|
|
@@ -367,7 +368,7 @@ if not MYPY:
|
|
|
367
368
|
|
|
368
369
|
The maximum number of attributes and capacities combined is 32.
|
|
369
370
|
"""
|
|
370
|
-
capacity: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
371
|
+
capacity: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
371
372
|
"""
|
|
372
373
|
Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
373
374
|
|
|
@@ -380,13 +381,13 @@ elif False:
|
|
|
380
381
|
class BasicDevicePatchArgs:
|
|
381
382
|
def __init__(__self__, *,
|
|
382
383
|
attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input['DeviceAttributeArgs']]]] = None,
|
|
383
|
-
capacity: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
384
|
+
capacity: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
384
385
|
"""
|
|
385
386
|
BasicDevice defines one device instance.
|
|
386
387
|
:param pulumi.Input[Mapping[str, pulumi.Input['DeviceAttributeArgs']]] attributes: Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set.
|
|
387
388
|
|
|
388
389
|
The maximum number of attributes and capacities combined is 32.
|
|
389
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] capacity: Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
390
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] capacity: Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
390
391
|
|
|
391
392
|
The maximum number of attributes and capacities combined is 32.
|
|
392
393
|
"""
|
|
@@ -411,7 +412,7 @@ class BasicDevicePatchArgs:
|
|
|
411
412
|
|
|
412
413
|
@property
|
|
413
414
|
@pulumi.getter
|
|
414
|
-
def capacity(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
415
|
+
def capacity(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
415
416
|
"""
|
|
416
417
|
Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
417
418
|
|
|
@@ -420,7 +421,7 @@ class BasicDevicePatchArgs:
|
|
|
420
421
|
return pulumi.get(self, "capacity")
|
|
421
422
|
|
|
422
423
|
@capacity.setter
|
|
423
|
-
def capacity(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
424
|
+
def capacity(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
424
425
|
pulumi.set(self, "capacity", value)
|
|
425
426
|
|
|
426
427
|
|
|
@@ -435,7 +436,7 @@ if not MYPY:
|
|
|
435
436
|
|
|
436
437
|
The maximum number of attributes and capacities combined is 32.
|
|
437
438
|
"""
|
|
438
|
-
capacity: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
439
|
+
capacity: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
439
440
|
"""
|
|
440
441
|
Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
441
442
|
|
|
@@ -448,13 +449,13 @@ elif False:
|
|
|
448
449
|
class BasicDeviceArgs:
|
|
449
450
|
def __init__(__self__, *,
|
|
450
451
|
attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input['DeviceAttributeArgs']]]] = None,
|
|
451
|
-
capacity: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
452
|
+
capacity: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
452
453
|
"""
|
|
453
454
|
BasicDevice defines one device instance.
|
|
454
455
|
:param pulumi.Input[Mapping[str, pulumi.Input['DeviceAttributeArgs']]] attributes: Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set.
|
|
455
456
|
|
|
456
457
|
The maximum number of attributes and capacities combined is 32.
|
|
457
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] capacity: Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
458
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] capacity: Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
458
459
|
|
|
459
460
|
The maximum number of attributes and capacities combined is 32.
|
|
460
461
|
"""
|
|
@@ -479,7 +480,7 @@ class BasicDeviceArgs:
|
|
|
479
480
|
|
|
480
481
|
@property
|
|
481
482
|
@pulumi.getter
|
|
482
|
-
def capacity(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
483
|
+
def capacity(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
483
484
|
"""
|
|
484
485
|
Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
485
486
|
|
|
@@ -488,7 +489,7 @@ class BasicDeviceArgs:
|
|
|
488
489
|
return pulumi.get(self, "capacity")
|
|
489
490
|
|
|
490
491
|
@capacity.setter
|
|
491
|
-
def capacity(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
492
|
+
def capacity(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
492
493
|
pulumi.set(self, "capacity", value)
|
|
493
494
|
|
|
494
495
|
|
|
@@ -497,7 +498,7 @@ if not MYPY:
|
|
|
497
498
|
"""
|
|
498
499
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
499
500
|
"""
|
|
500
|
-
expression: NotRequired[pulumi.Input[str]]
|
|
501
|
+
expression: NotRequired[pulumi.Input[builtins.str]]
|
|
501
502
|
"""
|
|
502
503
|
Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
503
504
|
|
|
@@ -535,10 +536,10 @@ elif False:
|
|
|
535
536
|
@pulumi.input_type
|
|
536
537
|
class CELDeviceSelectorPatchArgs:
|
|
537
538
|
def __init__(__self__, *,
|
|
538
|
-
expression: Optional[pulumi.Input[str]] = None):
|
|
539
|
+
expression: Optional[pulumi.Input[builtins.str]] = None):
|
|
539
540
|
"""
|
|
540
541
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
541
|
-
:param pulumi.Input[str] expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
542
|
+
:param pulumi.Input[builtins.str] expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
542
543
|
|
|
543
544
|
The expression's input is an object named "device", which carries the following properties:
|
|
544
545
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -573,7 +574,7 @@ class CELDeviceSelectorPatchArgs:
|
|
|
573
574
|
|
|
574
575
|
@property
|
|
575
576
|
@pulumi.getter
|
|
576
|
-
def expression(self) -> Optional[pulumi.Input[str]]:
|
|
577
|
+
def expression(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
577
578
|
"""
|
|
578
579
|
Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
579
580
|
|
|
@@ -608,7 +609,7 @@ class CELDeviceSelectorPatchArgs:
|
|
|
608
609
|
return pulumi.get(self, "expression")
|
|
609
610
|
|
|
610
611
|
@expression.setter
|
|
611
|
-
def expression(self, value: Optional[pulumi.Input[str]]):
|
|
612
|
+
def expression(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
612
613
|
pulumi.set(self, "expression", value)
|
|
613
614
|
|
|
614
615
|
|
|
@@ -617,7 +618,7 @@ if not MYPY:
|
|
|
617
618
|
"""
|
|
618
619
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
619
620
|
"""
|
|
620
|
-
expression: pulumi.Input[str]
|
|
621
|
+
expression: pulumi.Input[builtins.str]
|
|
621
622
|
"""
|
|
622
623
|
Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
623
624
|
|
|
@@ -655,10 +656,10 @@ elif False:
|
|
|
655
656
|
@pulumi.input_type
|
|
656
657
|
class CELDeviceSelectorArgs:
|
|
657
658
|
def __init__(__self__, *,
|
|
658
|
-
expression: pulumi.Input[str]):
|
|
659
|
+
expression: pulumi.Input[builtins.str]):
|
|
659
660
|
"""
|
|
660
661
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
661
|
-
:param pulumi.Input[str] expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
662
|
+
:param pulumi.Input[builtins.str] expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
662
663
|
|
|
663
664
|
The expression's input is an object named "device", which carries the following properties:
|
|
664
665
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -692,7 +693,7 @@ class CELDeviceSelectorArgs:
|
|
|
692
693
|
|
|
693
694
|
@property
|
|
694
695
|
@pulumi.getter
|
|
695
|
-
def expression(self) -> pulumi.Input[str]:
|
|
696
|
+
def expression(self) -> pulumi.Input[builtins.str]:
|
|
696
697
|
"""
|
|
697
698
|
Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
698
699
|
|
|
@@ -727,7 +728,7 @@ class CELDeviceSelectorArgs:
|
|
|
727
728
|
return pulumi.get(self, "expression")
|
|
728
729
|
|
|
729
730
|
@expression.setter
|
|
730
|
-
def expression(self, value: pulumi.Input[str]):
|
|
731
|
+
def expression(self, value: pulumi.Input[builtins.str]):
|
|
731
732
|
pulumi.set(self, "expression", value)
|
|
732
733
|
|
|
733
734
|
|
|
@@ -736,7 +737,7 @@ if not MYPY:
|
|
|
736
737
|
"""
|
|
737
738
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
738
739
|
"""
|
|
739
|
-
source: pulumi.Input[str]
|
|
740
|
+
source: pulumi.Input[builtins.str]
|
|
740
741
|
"""
|
|
741
742
|
Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
742
743
|
"""
|
|
@@ -744,7 +745,7 @@ if not MYPY:
|
|
|
744
745
|
"""
|
|
745
746
|
Opaque provides driver-specific configuration parameters.
|
|
746
747
|
"""
|
|
747
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
748
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
748
749
|
"""
|
|
749
750
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
750
751
|
"""
|
|
@@ -754,14 +755,14 @@ elif False:
|
|
|
754
755
|
@pulumi.input_type
|
|
755
756
|
class DeviceAllocationConfigurationArgs:
|
|
756
757
|
def __init__(__self__, *,
|
|
757
|
-
source: pulumi.Input[str],
|
|
758
|
+
source: pulumi.Input[builtins.str],
|
|
758
759
|
opaque: Optional[pulumi.Input['OpaqueDeviceConfigurationArgs']] = None,
|
|
759
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
760
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
760
761
|
"""
|
|
761
762
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
762
|
-
:param pulumi.Input[str] source: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
763
|
+
:param pulumi.Input[builtins.str] source: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
763
764
|
:param pulumi.Input['OpaqueDeviceConfigurationArgs'] opaque: Opaque provides driver-specific configuration parameters.
|
|
764
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
765
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
765
766
|
"""
|
|
766
767
|
pulumi.set(__self__, "source", source)
|
|
767
768
|
if opaque is not None:
|
|
@@ -771,14 +772,14 @@ class DeviceAllocationConfigurationArgs:
|
|
|
771
772
|
|
|
772
773
|
@property
|
|
773
774
|
@pulumi.getter
|
|
774
|
-
def source(self) -> pulumi.Input[str]:
|
|
775
|
+
def source(self) -> pulumi.Input[builtins.str]:
|
|
775
776
|
"""
|
|
776
777
|
Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
777
778
|
"""
|
|
778
779
|
return pulumi.get(self, "source")
|
|
779
780
|
|
|
780
781
|
@source.setter
|
|
781
|
-
def source(self, value: pulumi.Input[str]):
|
|
782
|
+
def source(self, value: pulumi.Input[builtins.str]):
|
|
782
783
|
pulumi.set(self, "source", value)
|
|
783
784
|
|
|
784
785
|
@property
|
|
@@ -795,14 +796,14 @@ class DeviceAllocationConfigurationArgs:
|
|
|
795
796
|
|
|
796
797
|
@property
|
|
797
798
|
@pulumi.getter
|
|
798
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
799
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
799
800
|
"""
|
|
800
801
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
801
802
|
"""
|
|
802
803
|
return pulumi.get(self, "requests")
|
|
803
804
|
|
|
804
805
|
@requests.setter
|
|
805
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
806
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
806
807
|
pulumi.set(self, "requests", value)
|
|
807
808
|
|
|
808
809
|
|
|
@@ -873,19 +874,19 @@ if not MYPY:
|
|
|
873
874
|
"""
|
|
874
875
|
DeviceAttribute must have exactly one field set.
|
|
875
876
|
"""
|
|
876
|
-
bool: NotRequired[pulumi.Input[bool]]
|
|
877
|
+
bool: NotRequired[pulumi.Input[builtins.bool]]
|
|
877
878
|
"""
|
|
878
879
|
BoolValue is a true/false value.
|
|
879
880
|
"""
|
|
880
|
-
int: NotRequired[pulumi.Input[int]]
|
|
881
|
+
int: NotRequired[pulumi.Input[builtins.int]]
|
|
881
882
|
"""
|
|
882
883
|
IntValue is a number.
|
|
883
884
|
"""
|
|
884
|
-
string: NotRequired[pulumi.Input[str]]
|
|
885
|
+
string: NotRequired[pulumi.Input[builtins.str]]
|
|
885
886
|
"""
|
|
886
887
|
StringValue is a string. Must not be longer than 64 characters.
|
|
887
888
|
"""
|
|
888
|
-
version: NotRequired[pulumi.Input[str]]
|
|
889
|
+
version: NotRequired[pulumi.Input[builtins.str]]
|
|
889
890
|
"""
|
|
890
891
|
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
891
892
|
"""
|
|
@@ -895,16 +896,16 @@ elif False:
|
|
|
895
896
|
@pulumi.input_type
|
|
896
897
|
class DeviceAttributeArgs:
|
|
897
898
|
def __init__(__self__, *,
|
|
898
|
-
bool: Optional[pulumi.Input[bool]] = None,
|
|
899
|
-
int: Optional[pulumi.Input[int]] = None,
|
|
900
|
-
string: Optional[pulumi.Input[str]] = None,
|
|
901
|
-
version: Optional[pulumi.Input[str]] = None):
|
|
899
|
+
bool: Optional[pulumi.Input[builtins.bool]] = None,
|
|
900
|
+
int: Optional[pulumi.Input[builtins.int]] = None,
|
|
901
|
+
string: Optional[pulumi.Input[builtins.str]] = None,
|
|
902
|
+
version: Optional[pulumi.Input[builtins.str]] = None):
|
|
902
903
|
"""
|
|
903
904
|
DeviceAttribute must have exactly one field set.
|
|
904
|
-
:param pulumi.Input[bool] bool: BoolValue is a true/false value.
|
|
905
|
-
:param pulumi.Input[int] int: IntValue is a number.
|
|
906
|
-
:param pulumi.Input[str] string: StringValue is a string. Must not be longer than 64 characters.
|
|
907
|
-
:param pulumi.Input[str] version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
905
|
+
:param pulumi.Input[builtins.bool] bool: BoolValue is a true/false value.
|
|
906
|
+
:param pulumi.Input[builtins.int] int: IntValue is a number.
|
|
907
|
+
:param pulumi.Input[builtins.str] string: StringValue is a string. Must not be longer than 64 characters.
|
|
908
|
+
:param pulumi.Input[builtins.str] version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
908
909
|
"""
|
|
909
910
|
if bool is not None:
|
|
910
911
|
pulumi.set(__self__, "bool", bool)
|
|
@@ -917,50 +918,50 @@ class DeviceAttributeArgs:
|
|
|
917
918
|
|
|
918
919
|
@property
|
|
919
920
|
@pulumi.getter
|
|
920
|
-
def bool(self) -> Optional[pulumi.Input[bool]]:
|
|
921
|
+
def bool(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
921
922
|
"""
|
|
922
923
|
BoolValue is a true/false value.
|
|
923
924
|
"""
|
|
924
925
|
return pulumi.get(self, "bool")
|
|
925
926
|
|
|
926
927
|
@bool.setter
|
|
927
|
-
def bool(self, value: Optional[pulumi.Input[bool]]):
|
|
928
|
+
def bool(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
928
929
|
pulumi.set(self, "bool", value)
|
|
929
930
|
|
|
930
931
|
@property
|
|
931
932
|
@pulumi.getter
|
|
932
|
-
def int(self) -> Optional[pulumi.Input[int]]:
|
|
933
|
+
def int(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
933
934
|
"""
|
|
934
935
|
IntValue is a number.
|
|
935
936
|
"""
|
|
936
937
|
return pulumi.get(self, "int")
|
|
937
938
|
|
|
938
939
|
@int.setter
|
|
939
|
-
def int(self, value: Optional[pulumi.Input[int]]):
|
|
940
|
+
def int(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
940
941
|
pulumi.set(self, "int", value)
|
|
941
942
|
|
|
942
943
|
@property
|
|
943
944
|
@pulumi.getter
|
|
944
|
-
def string(self) -> Optional[pulumi.Input[str]]:
|
|
945
|
+
def string(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
945
946
|
"""
|
|
946
947
|
StringValue is a string. Must not be longer than 64 characters.
|
|
947
948
|
"""
|
|
948
949
|
return pulumi.get(self, "string")
|
|
949
950
|
|
|
950
951
|
@string.setter
|
|
951
|
-
def string(self, value: Optional[pulumi.Input[str]]):
|
|
952
|
+
def string(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
952
953
|
pulumi.set(self, "string", value)
|
|
953
954
|
|
|
954
955
|
@property
|
|
955
956
|
@pulumi.getter
|
|
956
|
-
def version(self) -> Optional[pulumi.Input[str]]:
|
|
957
|
+
def version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
957
958
|
"""
|
|
958
959
|
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
959
960
|
"""
|
|
960
961
|
return pulumi.get(self, "version")
|
|
961
962
|
|
|
962
963
|
@version.setter
|
|
963
|
-
def version(self, value: Optional[pulumi.Input[str]]):
|
|
964
|
+
def version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
964
965
|
pulumi.set(self, "version", value)
|
|
965
966
|
|
|
966
967
|
|
|
@@ -973,7 +974,7 @@ if not MYPY:
|
|
|
973
974
|
"""
|
|
974
975
|
Opaque provides driver-specific configuration parameters.
|
|
975
976
|
"""
|
|
976
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
977
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
977
978
|
"""
|
|
978
979
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
979
980
|
"""
|
|
@@ -984,11 +985,11 @@ elif False:
|
|
|
984
985
|
class DeviceClaimConfigurationPatchArgs:
|
|
985
986
|
def __init__(__self__, *,
|
|
986
987
|
opaque: Optional[pulumi.Input['OpaqueDeviceConfigurationPatchArgs']] = None,
|
|
987
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
988
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
988
989
|
"""
|
|
989
990
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
990
991
|
:param pulumi.Input['OpaqueDeviceConfigurationPatchArgs'] opaque: Opaque provides driver-specific configuration parameters.
|
|
991
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
992
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
992
993
|
"""
|
|
993
994
|
if opaque is not None:
|
|
994
995
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1009,14 +1010,14 @@ class DeviceClaimConfigurationPatchArgs:
|
|
|
1009
1010
|
|
|
1010
1011
|
@property
|
|
1011
1012
|
@pulumi.getter
|
|
1012
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1013
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1013
1014
|
"""
|
|
1014
1015
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1015
1016
|
"""
|
|
1016
1017
|
return pulumi.get(self, "requests")
|
|
1017
1018
|
|
|
1018
1019
|
@requests.setter
|
|
1019
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1020
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1020
1021
|
pulumi.set(self, "requests", value)
|
|
1021
1022
|
|
|
1022
1023
|
|
|
@@ -1029,7 +1030,7 @@ if not MYPY:
|
|
|
1029
1030
|
"""
|
|
1030
1031
|
Opaque provides driver-specific configuration parameters.
|
|
1031
1032
|
"""
|
|
1032
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1033
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1033
1034
|
"""
|
|
1034
1035
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1035
1036
|
"""
|
|
@@ -1040,11 +1041,11 @@ elif False:
|
|
|
1040
1041
|
class DeviceClaimConfigurationArgs:
|
|
1041
1042
|
def __init__(__self__, *,
|
|
1042
1043
|
opaque: Optional[pulumi.Input['OpaqueDeviceConfigurationArgs']] = None,
|
|
1043
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1044
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1044
1045
|
"""
|
|
1045
1046
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1046
1047
|
:param pulumi.Input['OpaqueDeviceConfigurationArgs'] opaque: Opaque provides driver-specific configuration parameters.
|
|
1047
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1048
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1048
1049
|
"""
|
|
1049
1050
|
if opaque is not None:
|
|
1050
1051
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1065,14 +1066,14 @@ class DeviceClaimConfigurationArgs:
|
|
|
1065
1066
|
|
|
1066
1067
|
@property
|
|
1067
1068
|
@pulumi.getter
|
|
1068
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1069
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1069
1070
|
"""
|
|
1070
1071
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1071
1072
|
"""
|
|
1072
1073
|
return pulumi.get(self, "requests")
|
|
1073
1074
|
|
|
1074
1075
|
@requests.setter
|
|
1075
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1076
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1076
1077
|
pulumi.set(self, "requests", value)
|
|
1077
1078
|
|
|
1078
1079
|
|
|
@@ -1503,11 +1504,11 @@ if not MYPY:
|
|
|
1503
1504
|
|
|
1504
1505
|
Changing the spec automatically increments the metadata.generation number.
|
|
1505
1506
|
"""
|
|
1506
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1507
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1507
1508
|
"""
|
|
1508
1509
|
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
|
|
1509
1510
|
"""
|
|
1510
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1511
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1511
1512
|
"""
|
|
1512
1513
|
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
|
|
1513
1514
|
"""
|
|
@@ -1522,8 +1523,8 @@ elif False:
|
|
|
1522
1523
|
class DeviceClassArgs:
|
|
1523
1524
|
def __init__(__self__, *,
|
|
1524
1525
|
spec: pulumi.Input['DeviceClassSpecArgs'],
|
|
1525
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1526
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1526
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1527
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1527
1528
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
1528
1529
|
"""
|
|
1529
1530
|
DeviceClass is a vendor- or admin-provided resource that contains device configuration and selectors. It can be referenced in the device requests of a claim to apply these presets. Cluster scoped.
|
|
@@ -1534,8 +1535,8 @@ class DeviceClassArgs:
|
|
|
1534
1535
|
This is mutable. Consumers have to be prepared for classes changing at any time, either because they get updated or replaced. Claim allocations are done once based on whatever was set in classes at the time of allocation.
|
|
1535
1536
|
|
|
1536
1537
|
Changing the spec automatically increments the metadata.generation number.
|
|
1537
|
-
: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
|
|
1538
|
-
: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
|
|
1538
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1539
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1539
1540
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
1540
1541
|
"""
|
|
1541
1542
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1564,26 +1565,26 @@ class DeviceClassArgs:
|
|
|
1564
1565
|
|
|
1565
1566
|
@property
|
|
1566
1567
|
@pulumi.getter(name="apiVersion")
|
|
1567
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1568
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1568
1569
|
"""
|
|
1569
1570
|
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
|
|
1570
1571
|
"""
|
|
1571
1572
|
return pulumi.get(self, "api_version")
|
|
1572
1573
|
|
|
1573
1574
|
@api_version.setter
|
|
1574
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1575
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1575
1576
|
pulumi.set(self, "api_version", value)
|
|
1576
1577
|
|
|
1577
1578
|
@property
|
|
1578
1579
|
@pulumi.getter
|
|
1579
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1580
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1580
1581
|
"""
|
|
1581
1582
|
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
|
|
1582
1583
|
"""
|
|
1583
1584
|
return pulumi.get(self, "kind")
|
|
1584
1585
|
|
|
1585
1586
|
@kind.setter
|
|
1586
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1587
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1587
1588
|
pulumi.set(self, "kind", value)
|
|
1588
1589
|
|
|
1589
1590
|
@property
|
|
@@ -1604,7 +1605,7 @@ if not MYPY:
|
|
|
1604
1605
|
"""
|
|
1605
1606
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1606
1607
|
"""
|
|
1607
|
-
match_attribute: NotRequired[pulumi.Input[str]]
|
|
1608
|
+
match_attribute: NotRequired[pulumi.Input[builtins.str]]
|
|
1608
1609
|
"""
|
|
1609
1610
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1610
1611
|
|
|
@@ -1612,7 +1613,7 @@ if not MYPY:
|
|
|
1612
1613
|
|
|
1613
1614
|
Must include the domain qualifier.
|
|
1614
1615
|
"""
|
|
1615
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1616
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1616
1617
|
"""
|
|
1617
1618
|
Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1618
1619
|
"""
|
|
@@ -1622,16 +1623,16 @@ elif False:
|
|
|
1622
1623
|
@pulumi.input_type
|
|
1623
1624
|
class DeviceConstraintPatchArgs:
|
|
1624
1625
|
def __init__(__self__, *,
|
|
1625
|
-
match_attribute: Optional[pulumi.Input[str]] = None,
|
|
1626
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1626
|
+
match_attribute: Optional[pulumi.Input[builtins.str]] = None,
|
|
1627
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1627
1628
|
"""
|
|
1628
1629
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1629
|
-
:param pulumi.Input[str] match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1630
|
+
:param pulumi.Input[builtins.str] match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1630
1631
|
|
|
1631
1632
|
For example, if you specified "dra.example.com/numa" (a hypothetical example!), then only devices in the same NUMA node will be chosen. A device which does not have that attribute will not be chosen. All devices should use a value of the same type for this attribute because that is part of its specification, but if one device doesn't, then it also will not be chosen.
|
|
1632
1633
|
|
|
1633
1634
|
Must include the domain qualifier.
|
|
1634
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1635
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1635
1636
|
"""
|
|
1636
1637
|
if match_attribute is not None:
|
|
1637
1638
|
pulumi.set(__self__, "match_attribute", match_attribute)
|
|
@@ -1640,7 +1641,7 @@ class DeviceConstraintPatchArgs:
|
|
|
1640
1641
|
|
|
1641
1642
|
@property
|
|
1642
1643
|
@pulumi.getter(name="matchAttribute")
|
|
1643
|
-
def match_attribute(self) -> Optional[pulumi.Input[str]]:
|
|
1644
|
+
def match_attribute(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1644
1645
|
"""
|
|
1645
1646
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1646
1647
|
|
|
@@ -1651,19 +1652,19 @@ class DeviceConstraintPatchArgs:
|
|
|
1651
1652
|
return pulumi.get(self, "match_attribute")
|
|
1652
1653
|
|
|
1653
1654
|
@match_attribute.setter
|
|
1654
|
-
def match_attribute(self, value: Optional[pulumi.Input[str]]):
|
|
1655
|
+
def match_attribute(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1655
1656
|
pulumi.set(self, "match_attribute", value)
|
|
1656
1657
|
|
|
1657
1658
|
@property
|
|
1658
1659
|
@pulumi.getter
|
|
1659
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1660
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1660
1661
|
"""
|
|
1661
1662
|
Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1662
1663
|
"""
|
|
1663
1664
|
return pulumi.get(self, "requests")
|
|
1664
1665
|
|
|
1665
1666
|
@requests.setter
|
|
1666
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1667
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1667
1668
|
pulumi.set(self, "requests", value)
|
|
1668
1669
|
|
|
1669
1670
|
|
|
@@ -1672,7 +1673,7 @@ if not MYPY:
|
|
|
1672
1673
|
"""
|
|
1673
1674
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1674
1675
|
"""
|
|
1675
|
-
match_attribute: NotRequired[pulumi.Input[str]]
|
|
1676
|
+
match_attribute: NotRequired[pulumi.Input[builtins.str]]
|
|
1676
1677
|
"""
|
|
1677
1678
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1678
1679
|
|
|
@@ -1680,7 +1681,7 @@ if not MYPY:
|
|
|
1680
1681
|
|
|
1681
1682
|
Must include the domain qualifier.
|
|
1682
1683
|
"""
|
|
1683
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1684
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1684
1685
|
"""
|
|
1685
1686
|
Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1686
1687
|
"""
|
|
@@ -1690,16 +1691,16 @@ elif False:
|
|
|
1690
1691
|
@pulumi.input_type
|
|
1691
1692
|
class DeviceConstraintArgs:
|
|
1692
1693
|
def __init__(__self__, *,
|
|
1693
|
-
match_attribute: Optional[pulumi.Input[str]] = None,
|
|
1694
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1694
|
+
match_attribute: Optional[pulumi.Input[builtins.str]] = None,
|
|
1695
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1695
1696
|
"""
|
|
1696
1697
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1697
|
-
:param pulumi.Input[str] match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1698
|
+
:param pulumi.Input[builtins.str] match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1698
1699
|
|
|
1699
1700
|
For example, if you specified "dra.example.com/numa" (a hypothetical example!), then only devices in the same NUMA node will be chosen. A device which does not have that attribute will not be chosen. All devices should use a value of the same type for this attribute because that is part of its specification, but if one device doesn't, then it also will not be chosen.
|
|
1700
1701
|
|
|
1701
1702
|
Must include the domain qualifier.
|
|
1702
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1703
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1703
1704
|
"""
|
|
1704
1705
|
if match_attribute is not None:
|
|
1705
1706
|
pulumi.set(__self__, "match_attribute", match_attribute)
|
|
@@ -1708,7 +1709,7 @@ class DeviceConstraintArgs:
|
|
|
1708
1709
|
|
|
1709
1710
|
@property
|
|
1710
1711
|
@pulumi.getter(name="matchAttribute")
|
|
1711
|
-
def match_attribute(self) -> Optional[pulumi.Input[str]]:
|
|
1712
|
+
def match_attribute(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1712
1713
|
"""
|
|
1713
1714
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1714
1715
|
|
|
@@ -1719,19 +1720,19 @@ class DeviceConstraintArgs:
|
|
|
1719
1720
|
return pulumi.get(self, "match_attribute")
|
|
1720
1721
|
|
|
1721
1722
|
@match_attribute.setter
|
|
1722
|
-
def match_attribute(self, value: Optional[pulumi.Input[str]]):
|
|
1723
|
+
def match_attribute(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1723
1724
|
pulumi.set(self, "match_attribute", value)
|
|
1724
1725
|
|
|
1725
1726
|
@property
|
|
1726
1727
|
@pulumi.getter
|
|
1727
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1728
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1728
1729
|
"""
|
|
1729
1730
|
Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1730
1731
|
"""
|
|
1731
1732
|
return pulumi.get(self, "requests")
|
|
1732
1733
|
|
|
1733
1734
|
@requests.setter
|
|
1734
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1735
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1735
1736
|
pulumi.set(self, "requests", value)
|
|
1736
1737
|
|
|
1737
1738
|
|
|
@@ -1744,7 +1745,7 @@ if not MYPY:
|
|
|
1744
1745
|
"""
|
|
1745
1746
|
Basic defines one device instance.
|
|
1746
1747
|
"""
|
|
1747
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1748
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1748
1749
|
"""
|
|
1749
1750
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1750
1751
|
"""
|
|
@@ -1755,11 +1756,11 @@ elif False:
|
|
|
1755
1756
|
class DevicePatchArgs:
|
|
1756
1757
|
def __init__(__self__, *,
|
|
1757
1758
|
basic: Optional[pulumi.Input['BasicDevicePatchArgs']] = None,
|
|
1758
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
1759
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1759
1760
|
"""
|
|
1760
1761
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
1761
1762
|
:param pulumi.Input['BasicDevicePatchArgs'] basic: Basic defines one device instance.
|
|
1762
|
-
:param pulumi.Input[str] name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1763
|
+
:param pulumi.Input[builtins.str] name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1763
1764
|
"""
|
|
1764
1765
|
if basic is not None:
|
|
1765
1766
|
pulumi.set(__self__, "basic", basic)
|
|
@@ -1780,14 +1781,14 @@ class DevicePatchArgs:
|
|
|
1780
1781
|
|
|
1781
1782
|
@property
|
|
1782
1783
|
@pulumi.getter
|
|
1783
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1784
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1784
1785
|
"""
|
|
1785
1786
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1786
1787
|
"""
|
|
1787
1788
|
return pulumi.get(self, "name")
|
|
1788
1789
|
|
|
1789
1790
|
@name.setter
|
|
1790
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1791
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1791
1792
|
pulumi.set(self, "name", value)
|
|
1792
1793
|
|
|
1793
1794
|
|
|
@@ -1796,27 +1797,27 @@ if not MYPY:
|
|
|
1796
1797
|
"""
|
|
1797
1798
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
1798
1799
|
"""
|
|
1799
|
-
device: pulumi.Input[str]
|
|
1800
|
+
device: pulumi.Input[builtins.str]
|
|
1800
1801
|
"""
|
|
1801
1802
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1802
1803
|
"""
|
|
1803
|
-
driver: pulumi.Input[str]
|
|
1804
|
+
driver: pulumi.Input[builtins.str]
|
|
1804
1805
|
"""
|
|
1805
1806
|
Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1806
1807
|
|
|
1807
1808
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
1808
1809
|
"""
|
|
1809
|
-
pool: pulumi.Input[str]
|
|
1810
|
+
pool: pulumi.Input[builtins.str]
|
|
1810
1811
|
"""
|
|
1811
1812
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1812
1813
|
|
|
1813
1814
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
1814
1815
|
"""
|
|
1815
|
-
request: pulumi.Input[str]
|
|
1816
|
+
request: pulumi.Input[builtins.str]
|
|
1816
1817
|
"""
|
|
1817
1818
|
Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1818
1819
|
"""
|
|
1819
|
-
admin_access: NotRequired[pulumi.Input[bool]]
|
|
1820
|
+
admin_access: NotRequired[pulumi.Input[builtins.bool]]
|
|
1820
1821
|
"""
|
|
1821
1822
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1822
1823
|
|
|
@@ -1828,22 +1829,22 @@ elif False:
|
|
|
1828
1829
|
@pulumi.input_type
|
|
1829
1830
|
class DeviceRequestAllocationResultArgs:
|
|
1830
1831
|
def __init__(__self__, *,
|
|
1831
|
-
device: pulumi.Input[str],
|
|
1832
|
-
driver: pulumi.Input[str],
|
|
1833
|
-
pool: pulumi.Input[str],
|
|
1834
|
-
request: pulumi.Input[str],
|
|
1835
|
-
admin_access: Optional[pulumi.Input[bool]] = None):
|
|
1832
|
+
device: pulumi.Input[builtins.str],
|
|
1833
|
+
driver: pulumi.Input[builtins.str],
|
|
1834
|
+
pool: pulumi.Input[builtins.str],
|
|
1835
|
+
request: pulumi.Input[builtins.str],
|
|
1836
|
+
admin_access: Optional[pulumi.Input[builtins.bool]] = None):
|
|
1836
1837
|
"""
|
|
1837
1838
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
1838
|
-
:param pulumi.Input[str] device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1839
|
-
:param pulumi.Input[str] driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1839
|
+
:param pulumi.Input[builtins.str] device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1840
|
+
:param pulumi.Input[builtins.str] driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1840
1841
|
|
|
1841
1842
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
1842
|
-
:param pulumi.Input[str] pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1843
|
+
:param pulumi.Input[builtins.str] pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1843
1844
|
|
|
1844
1845
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
1845
|
-
:param pulumi.Input[str] request: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1846
|
-
:param pulumi.Input[bool] admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1846
|
+
:param pulumi.Input[builtins.str] request: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1847
|
+
:param pulumi.Input[builtins.bool] admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1847
1848
|
|
|
1848
1849
|
This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.
|
|
1849
1850
|
"""
|
|
@@ -1856,19 +1857,19 @@ class DeviceRequestAllocationResultArgs:
|
|
|
1856
1857
|
|
|
1857
1858
|
@property
|
|
1858
1859
|
@pulumi.getter
|
|
1859
|
-
def device(self) -> pulumi.Input[str]:
|
|
1860
|
+
def device(self) -> pulumi.Input[builtins.str]:
|
|
1860
1861
|
"""
|
|
1861
1862
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1862
1863
|
"""
|
|
1863
1864
|
return pulumi.get(self, "device")
|
|
1864
1865
|
|
|
1865
1866
|
@device.setter
|
|
1866
|
-
def device(self, value: pulumi.Input[str]):
|
|
1867
|
+
def device(self, value: pulumi.Input[builtins.str]):
|
|
1867
1868
|
pulumi.set(self, "device", value)
|
|
1868
1869
|
|
|
1869
1870
|
@property
|
|
1870
1871
|
@pulumi.getter
|
|
1871
|
-
def driver(self) -> pulumi.Input[str]:
|
|
1872
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
1872
1873
|
"""
|
|
1873
1874
|
Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1874
1875
|
|
|
@@ -1877,12 +1878,12 @@ class DeviceRequestAllocationResultArgs:
|
|
|
1877
1878
|
return pulumi.get(self, "driver")
|
|
1878
1879
|
|
|
1879
1880
|
@driver.setter
|
|
1880
|
-
def driver(self, value: pulumi.Input[str]):
|
|
1881
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
1881
1882
|
pulumi.set(self, "driver", value)
|
|
1882
1883
|
|
|
1883
1884
|
@property
|
|
1884
1885
|
@pulumi.getter
|
|
1885
|
-
def pool(self) -> pulumi.Input[str]:
|
|
1886
|
+
def pool(self) -> pulumi.Input[builtins.str]:
|
|
1886
1887
|
"""
|
|
1887
1888
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1888
1889
|
|
|
@@ -1891,24 +1892,24 @@ class DeviceRequestAllocationResultArgs:
|
|
|
1891
1892
|
return pulumi.get(self, "pool")
|
|
1892
1893
|
|
|
1893
1894
|
@pool.setter
|
|
1894
|
-
def pool(self, value: pulumi.Input[str]):
|
|
1895
|
+
def pool(self, value: pulumi.Input[builtins.str]):
|
|
1895
1896
|
pulumi.set(self, "pool", value)
|
|
1896
1897
|
|
|
1897
1898
|
@property
|
|
1898
1899
|
@pulumi.getter
|
|
1899
|
-
def request(self) -> pulumi.Input[str]:
|
|
1900
|
+
def request(self) -> pulumi.Input[builtins.str]:
|
|
1900
1901
|
"""
|
|
1901
1902
|
Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1902
1903
|
"""
|
|
1903
1904
|
return pulumi.get(self, "request")
|
|
1904
1905
|
|
|
1905
1906
|
@request.setter
|
|
1906
|
-
def request(self, value: pulumi.Input[str]):
|
|
1907
|
+
def request(self, value: pulumi.Input[builtins.str]):
|
|
1907
1908
|
pulumi.set(self, "request", value)
|
|
1908
1909
|
|
|
1909
1910
|
@property
|
|
1910
1911
|
@pulumi.getter(name="adminAccess")
|
|
1911
|
-
def admin_access(self) -> Optional[pulumi.Input[bool]]:
|
|
1912
|
+
def admin_access(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1912
1913
|
"""
|
|
1913
1914
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1914
1915
|
|
|
@@ -1917,7 +1918,7 @@ class DeviceRequestAllocationResultArgs:
|
|
|
1917
1918
|
return pulumi.get(self, "admin_access")
|
|
1918
1919
|
|
|
1919
1920
|
@admin_access.setter
|
|
1920
|
-
def admin_access(self, value: Optional[pulumi.Input[bool]]):
|
|
1921
|
+
def admin_access(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1921
1922
|
pulumi.set(self, "admin_access", value)
|
|
1922
1923
|
|
|
1923
1924
|
|
|
@@ -1928,13 +1929,13 @@ if not MYPY:
|
|
|
1928
1929
|
|
|
1929
1930
|
A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
|
|
1930
1931
|
"""
|
|
1931
|
-
admin_access: NotRequired[pulumi.Input[bool]]
|
|
1932
|
+
admin_access: NotRequired[pulumi.Input[builtins.bool]]
|
|
1932
1933
|
"""
|
|
1933
1934
|
AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1934
1935
|
|
|
1935
1936
|
This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.
|
|
1936
1937
|
"""
|
|
1937
|
-
allocation_mode: NotRequired[pulumi.Input[str]]
|
|
1938
|
+
allocation_mode: NotRequired[pulumi.Input[builtins.str]]
|
|
1938
1939
|
"""
|
|
1939
1940
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1940
1941
|
|
|
@@ -1950,11 +1951,11 @@ if not MYPY:
|
|
|
1950
1951
|
|
|
1951
1952
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
1952
1953
|
"""
|
|
1953
|
-
count: NotRequired[pulumi.Input[int]]
|
|
1954
|
+
count: NotRequired[pulumi.Input[builtins.int]]
|
|
1954
1955
|
"""
|
|
1955
1956
|
Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
1956
1957
|
"""
|
|
1957
|
-
device_class_name: NotRequired[pulumi.Input[str]]
|
|
1958
|
+
device_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1958
1959
|
"""
|
|
1959
1960
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1960
1961
|
|
|
@@ -1962,7 +1963,7 @@ if not MYPY:
|
|
|
1962
1963
|
|
|
1963
1964
|
Administrators may use this to restrict which devices may get requested by only installing classes with selectors for permitted devices. If users are free to request anything without restrictions, then administrators can create an empty DeviceClass for users to reference.
|
|
1964
1965
|
"""
|
|
1965
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1966
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1966
1967
|
"""
|
|
1967
1968
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1968
1969
|
|
|
@@ -1978,20 +1979,20 @@ elif False:
|
|
|
1978
1979
|
@pulumi.input_type
|
|
1979
1980
|
class DeviceRequestPatchArgs:
|
|
1980
1981
|
def __init__(__self__, *,
|
|
1981
|
-
admin_access: Optional[pulumi.Input[bool]] = None,
|
|
1982
|
-
allocation_mode: Optional[pulumi.Input[str]] = None,
|
|
1983
|
-
count: Optional[pulumi.Input[int]] = None,
|
|
1984
|
-
device_class_name: Optional[pulumi.Input[str]] = None,
|
|
1985
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1982
|
+
admin_access: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1983
|
+
allocation_mode: Optional[pulumi.Input[builtins.str]] = None,
|
|
1984
|
+
count: Optional[pulumi.Input[builtins.int]] = None,
|
|
1985
|
+
device_class_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1986
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1986
1987
|
selectors: Optional[pulumi.Input[Sequence[pulumi.Input['DeviceSelectorPatchArgs']]]] = None):
|
|
1987
1988
|
"""
|
|
1988
1989
|
DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.
|
|
1989
1990
|
|
|
1990
1991
|
A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
|
|
1991
|
-
:param pulumi.Input[bool] admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1992
|
+
:param pulumi.Input[builtins.bool] admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1992
1993
|
|
|
1993
1994
|
This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.
|
|
1994
|
-
:param pulumi.Input[str] allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1995
|
+
:param pulumi.Input[builtins.str] allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1995
1996
|
|
|
1996
1997
|
- ExactCount: This request is for a specific number of devices.
|
|
1997
1998
|
This is the default. The exact number is provided in the
|
|
@@ -2004,13 +2005,13 @@ class DeviceRequestPatchArgs:
|
|
|
2004
2005
|
If AlloctionMode is not specified, the default mode is ExactCount. If the mode is ExactCount and count is not specified, the default count is one. Any other requests must specify this field.
|
|
2005
2006
|
|
|
2006
2007
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2007
|
-
:param pulumi.Input[int] count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2008
|
-
:param pulumi.Input[str] device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2008
|
+
:param pulumi.Input[builtins.int] count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2009
|
+
:param pulumi.Input[builtins.str] device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2009
2010
|
|
|
2010
2011
|
A class is required. Which classes are available depends on the cluster.
|
|
2011
2012
|
|
|
2012
2013
|
Administrators may use this to restrict which devices may get requested by only installing classes with selectors for permitted devices. If users are free to request anything without restrictions, then administrators can create an empty DeviceClass for users to reference.
|
|
2013
|
-
:param pulumi.Input[str] name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2014
|
+
:param pulumi.Input[builtins.str] name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2014
2015
|
|
|
2015
2016
|
Must be a DNS label.
|
|
2016
2017
|
:param pulumi.Input[Sequence[pulumi.Input['DeviceSelectorPatchArgs']]] selectors: Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.
|
|
@@ -2030,7 +2031,7 @@ class DeviceRequestPatchArgs:
|
|
|
2030
2031
|
|
|
2031
2032
|
@property
|
|
2032
2033
|
@pulumi.getter(name="adminAccess")
|
|
2033
|
-
def admin_access(self) -> Optional[pulumi.Input[bool]]:
|
|
2034
|
+
def admin_access(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2034
2035
|
"""
|
|
2035
2036
|
AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
2036
2037
|
|
|
@@ -2039,12 +2040,12 @@ class DeviceRequestPatchArgs:
|
|
|
2039
2040
|
return pulumi.get(self, "admin_access")
|
|
2040
2041
|
|
|
2041
2042
|
@admin_access.setter
|
|
2042
|
-
def admin_access(self, value: Optional[pulumi.Input[bool]]):
|
|
2043
|
+
def admin_access(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2043
2044
|
pulumi.set(self, "admin_access", value)
|
|
2044
2045
|
|
|
2045
2046
|
@property
|
|
2046
2047
|
@pulumi.getter(name="allocationMode")
|
|
2047
|
-
def allocation_mode(self) -> Optional[pulumi.Input[str]]:
|
|
2048
|
+
def allocation_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2048
2049
|
"""
|
|
2049
2050
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2050
2051
|
|
|
@@ -2063,24 +2064,24 @@ class DeviceRequestPatchArgs:
|
|
|
2063
2064
|
return pulumi.get(self, "allocation_mode")
|
|
2064
2065
|
|
|
2065
2066
|
@allocation_mode.setter
|
|
2066
|
-
def allocation_mode(self, value: Optional[pulumi.Input[str]]):
|
|
2067
|
+
def allocation_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2067
2068
|
pulumi.set(self, "allocation_mode", value)
|
|
2068
2069
|
|
|
2069
2070
|
@property
|
|
2070
2071
|
@pulumi.getter
|
|
2071
|
-
def count(self) -> Optional[pulumi.Input[int]]:
|
|
2072
|
+
def count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2072
2073
|
"""
|
|
2073
2074
|
Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2074
2075
|
"""
|
|
2075
2076
|
return pulumi.get(self, "count")
|
|
2076
2077
|
|
|
2077
2078
|
@count.setter
|
|
2078
|
-
def count(self, value: Optional[pulumi.Input[int]]):
|
|
2079
|
+
def count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2079
2080
|
pulumi.set(self, "count", value)
|
|
2080
2081
|
|
|
2081
2082
|
@property
|
|
2082
2083
|
@pulumi.getter(name="deviceClassName")
|
|
2083
|
-
def device_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
2084
|
+
def device_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2084
2085
|
"""
|
|
2085
2086
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2086
2087
|
|
|
@@ -2091,12 +2092,12 @@ class DeviceRequestPatchArgs:
|
|
|
2091
2092
|
return pulumi.get(self, "device_class_name")
|
|
2092
2093
|
|
|
2093
2094
|
@device_class_name.setter
|
|
2094
|
-
def device_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
2095
|
+
def device_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2095
2096
|
pulumi.set(self, "device_class_name", value)
|
|
2096
2097
|
|
|
2097
2098
|
@property
|
|
2098
2099
|
@pulumi.getter
|
|
2099
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2100
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2100
2101
|
"""
|
|
2101
2102
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2102
2103
|
|
|
@@ -2105,7 +2106,7 @@ class DeviceRequestPatchArgs:
|
|
|
2105
2106
|
return pulumi.get(self, "name")
|
|
2106
2107
|
|
|
2107
2108
|
@name.setter
|
|
2108
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2109
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2109
2110
|
pulumi.set(self, "name", value)
|
|
2110
2111
|
|
|
2111
2112
|
@property
|
|
@@ -2128,7 +2129,7 @@ if not MYPY:
|
|
|
2128
2129
|
|
|
2129
2130
|
A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
|
|
2130
2131
|
"""
|
|
2131
|
-
device_class_name: pulumi.Input[str]
|
|
2132
|
+
device_class_name: pulumi.Input[builtins.str]
|
|
2132
2133
|
"""
|
|
2133
2134
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2134
2135
|
|
|
@@ -2136,19 +2137,19 @@ if not MYPY:
|
|
|
2136
2137
|
|
|
2137
2138
|
Administrators may use this to restrict which devices may get requested by only installing classes with selectors for permitted devices. If users are free to request anything without restrictions, then administrators can create an empty DeviceClass for users to reference.
|
|
2138
2139
|
"""
|
|
2139
|
-
name: pulumi.Input[str]
|
|
2140
|
+
name: pulumi.Input[builtins.str]
|
|
2140
2141
|
"""
|
|
2141
2142
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2142
2143
|
|
|
2143
2144
|
Must be a DNS label.
|
|
2144
2145
|
"""
|
|
2145
|
-
admin_access: NotRequired[pulumi.Input[bool]]
|
|
2146
|
+
admin_access: NotRequired[pulumi.Input[builtins.bool]]
|
|
2146
2147
|
"""
|
|
2147
2148
|
AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
2148
2149
|
|
|
2149
2150
|
This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.
|
|
2150
2151
|
"""
|
|
2151
|
-
allocation_mode: NotRequired[pulumi.Input[str]]
|
|
2152
|
+
allocation_mode: NotRequired[pulumi.Input[builtins.str]]
|
|
2152
2153
|
"""
|
|
2153
2154
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2154
2155
|
|
|
@@ -2164,7 +2165,7 @@ if not MYPY:
|
|
|
2164
2165
|
|
|
2165
2166
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2166
2167
|
"""
|
|
2167
|
-
count: NotRequired[pulumi.Input[int]]
|
|
2168
|
+
count: NotRequired[pulumi.Input[builtins.int]]
|
|
2168
2169
|
"""
|
|
2169
2170
|
Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2170
2171
|
"""
|
|
@@ -2178,28 +2179,28 @@ elif False:
|
|
|
2178
2179
|
@pulumi.input_type
|
|
2179
2180
|
class DeviceRequestArgs:
|
|
2180
2181
|
def __init__(__self__, *,
|
|
2181
|
-
device_class_name: pulumi.Input[str],
|
|
2182
|
-
name: pulumi.Input[str],
|
|
2183
|
-
admin_access: Optional[pulumi.Input[bool]] = None,
|
|
2184
|
-
allocation_mode: Optional[pulumi.Input[str]] = None,
|
|
2185
|
-
count: Optional[pulumi.Input[int]] = None,
|
|
2182
|
+
device_class_name: pulumi.Input[builtins.str],
|
|
2183
|
+
name: pulumi.Input[builtins.str],
|
|
2184
|
+
admin_access: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2185
|
+
allocation_mode: Optional[pulumi.Input[builtins.str]] = None,
|
|
2186
|
+
count: Optional[pulumi.Input[builtins.int]] = None,
|
|
2186
2187
|
selectors: Optional[pulumi.Input[Sequence[pulumi.Input['DeviceSelectorArgs']]]] = None):
|
|
2187
2188
|
"""
|
|
2188
2189
|
DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices.
|
|
2189
2190
|
|
|
2190
2191
|
A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
|
|
2191
|
-
:param pulumi.Input[str] device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2192
|
+
:param pulumi.Input[builtins.str] device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2192
2193
|
|
|
2193
2194
|
A class is required. Which classes are available depends on the cluster.
|
|
2194
2195
|
|
|
2195
2196
|
Administrators may use this to restrict which devices may get requested by only installing classes with selectors for permitted devices. If users are free to request anything without restrictions, then administrators can create an empty DeviceClass for users to reference.
|
|
2196
|
-
:param pulumi.Input[str] name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2197
|
+
:param pulumi.Input[builtins.str] name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2197
2198
|
|
|
2198
2199
|
Must be a DNS label.
|
|
2199
|
-
:param pulumi.Input[bool] admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
2200
|
+
:param pulumi.Input[builtins.bool] admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
2200
2201
|
|
|
2201
2202
|
This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.
|
|
2202
|
-
:param pulumi.Input[str] allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2203
|
+
:param pulumi.Input[builtins.str] allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2203
2204
|
|
|
2204
2205
|
- ExactCount: This request is for a specific number of devices.
|
|
2205
2206
|
This is the default. The exact number is provided in the
|
|
@@ -2212,7 +2213,7 @@ class DeviceRequestArgs:
|
|
|
2212
2213
|
If AlloctionMode is not specified, the default mode is ExactCount. If the mode is ExactCount and count is not specified, the default count is one. Any other requests must specify this field.
|
|
2213
2214
|
|
|
2214
2215
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2215
|
-
:param pulumi.Input[int] count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2216
|
+
:param pulumi.Input[builtins.int] count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2216
2217
|
:param pulumi.Input[Sequence[pulumi.Input['DeviceSelectorArgs']]] selectors: Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.
|
|
2217
2218
|
"""
|
|
2218
2219
|
pulumi.set(__self__, "device_class_name", device_class_name)
|
|
@@ -2228,7 +2229,7 @@ class DeviceRequestArgs:
|
|
|
2228
2229
|
|
|
2229
2230
|
@property
|
|
2230
2231
|
@pulumi.getter(name="deviceClassName")
|
|
2231
|
-
def device_class_name(self) -> pulumi.Input[str]:
|
|
2232
|
+
def device_class_name(self) -> pulumi.Input[builtins.str]:
|
|
2232
2233
|
"""
|
|
2233
2234
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2234
2235
|
|
|
@@ -2239,12 +2240,12 @@ class DeviceRequestArgs:
|
|
|
2239
2240
|
return pulumi.get(self, "device_class_name")
|
|
2240
2241
|
|
|
2241
2242
|
@device_class_name.setter
|
|
2242
|
-
def device_class_name(self, value: pulumi.Input[str]):
|
|
2243
|
+
def device_class_name(self, value: pulumi.Input[builtins.str]):
|
|
2243
2244
|
pulumi.set(self, "device_class_name", value)
|
|
2244
2245
|
|
|
2245
2246
|
@property
|
|
2246
2247
|
@pulumi.getter
|
|
2247
|
-
def name(self) -> pulumi.Input[str]:
|
|
2248
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2248
2249
|
"""
|
|
2249
2250
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2250
2251
|
|
|
@@ -2253,12 +2254,12 @@ class DeviceRequestArgs:
|
|
|
2253
2254
|
return pulumi.get(self, "name")
|
|
2254
2255
|
|
|
2255
2256
|
@name.setter
|
|
2256
|
-
def name(self, value: pulumi.Input[str]):
|
|
2257
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2257
2258
|
pulumi.set(self, "name", value)
|
|
2258
2259
|
|
|
2259
2260
|
@property
|
|
2260
2261
|
@pulumi.getter(name="adminAccess")
|
|
2261
|
-
def admin_access(self) -> Optional[pulumi.Input[bool]]:
|
|
2262
|
+
def admin_access(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2262
2263
|
"""
|
|
2263
2264
|
AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
2264
2265
|
|
|
@@ -2267,12 +2268,12 @@ class DeviceRequestArgs:
|
|
|
2267
2268
|
return pulumi.get(self, "admin_access")
|
|
2268
2269
|
|
|
2269
2270
|
@admin_access.setter
|
|
2270
|
-
def admin_access(self, value: Optional[pulumi.Input[bool]]):
|
|
2271
|
+
def admin_access(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2271
2272
|
pulumi.set(self, "admin_access", value)
|
|
2272
2273
|
|
|
2273
2274
|
@property
|
|
2274
2275
|
@pulumi.getter(name="allocationMode")
|
|
2275
|
-
def allocation_mode(self) -> Optional[pulumi.Input[str]]:
|
|
2276
|
+
def allocation_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2276
2277
|
"""
|
|
2277
2278
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2278
2279
|
|
|
@@ -2291,19 +2292,19 @@ class DeviceRequestArgs:
|
|
|
2291
2292
|
return pulumi.get(self, "allocation_mode")
|
|
2292
2293
|
|
|
2293
2294
|
@allocation_mode.setter
|
|
2294
|
-
def allocation_mode(self, value: Optional[pulumi.Input[str]]):
|
|
2295
|
+
def allocation_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2295
2296
|
pulumi.set(self, "allocation_mode", value)
|
|
2296
2297
|
|
|
2297
2298
|
@property
|
|
2298
2299
|
@pulumi.getter
|
|
2299
|
-
def count(self) -> Optional[pulumi.Input[int]]:
|
|
2300
|
+
def count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2300
2301
|
"""
|
|
2301
2302
|
Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2302
2303
|
"""
|
|
2303
2304
|
return pulumi.get(self, "count")
|
|
2304
2305
|
|
|
2305
2306
|
@count.setter
|
|
2306
|
-
def count(self, value: Optional[pulumi.Input[int]]):
|
|
2307
|
+
def count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2307
2308
|
pulumi.set(self, "count", value)
|
|
2308
2309
|
|
|
2309
2310
|
@property
|
|
@@ -2396,7 +2397,7 @@ if not MYPY:
|
|
|
2396
2397
|
"""
|
|
2397
2398
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
2398
2399
|
"""
|
|
2399
|
-
name: pulumi.Input[str]
|
|
2400
|
+
name: pulumi.Input[builtins.str]
|
|
2400
2401
|
"""
|
|
2401
2402
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
2402
2403
|
"""
|
|
@@ -2410,11 +2411,11 @@ elif False:
|
|
|
2410
2411
|
@pulumi.input_type
|
|
2411
2412
|
class DeviceArgs:
|
|
2412
2413
|
def __init__(__self__, *,
|
|
2413
|
-
name: pulumi.Input[str],
|
|
2414
|
+
name: pulumi.Input[builtins.str],
|
|
2414
2415
|
basic: Optional[pulumi.Input['BasicDeviceArgs']] = None):
|
|
2415
2416
|
"""
|
|
2416
2417
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
2417
|
-
:param pulumi.Input[str] name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
2418
|
+
:param pulumi.Input[builtins.str] name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
2418
2419
|
:param pulumi.Input['BasicDeviceArgs'] basic: Basic defines one device instance.
|
|
2419
2420
|
"""
|
|
2420
2421
|
pulumi.set(__self__, "name", name)
|
|
@@ -2423,14 +2424,14 @@ class DeviceArgs:
|
|
|
2423
2424
|
|
|
2424
2425
|
@property
|
|
2425
2426
|
@pulumi.getter
|
|
2426
|
-
def name(self) -> pulumi.Input[str]:
|
|
2427
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2427
2428
|
"""
|
|
2428
2429
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
2429
2430
|
"""
|
|
2430
2431
|
return pulumi.get(self, "name")
|
|
2431
2432
|
|
|
2432
2433
|
@name.setter
|
|
2433
|
-
def name(self, value: pulumi.Input[str]):
|
|
2434
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2434
2435
|
pulumi.set(self, "name", value)
|
|
2435
2436
|
|
|
2436
2437
|
@property
|
|
@@ -2451,19 +2452,19 @@ if not MYPY:
|
|
|
2451
2452
|
"""
|
|
2452
2453
|
NetworkDeviceData provides network-related details for the allocated device. This information may be filled by drivers or other components to configure or identify the device within a network context.
|
|
2453
2454
|
"""
|
|
2454
|
-
hardware_address: NotRequired[pulumi.Input[str]]
|
|
2455
|
+
hardware_address: NotRequired[pulumi.Input[builtins.str]]
|
|
2455
2456
|
"""
|
|
2456
2457
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2457
2458
|
|
|
2458
2459
|
Must not be longer than 128 characters.
|
|
2459
2460
|
"""
|
|
2460
|
-
interface_name: NotRequired[pulumi.Input[str]]
|
|
2461
|
+
interface_name: NotRequired[pulumi.Input[builtins.str]]
|
|
2461
2462
|
"""
|
|
2462
2463
|
InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2463
2464
|
|
|
2464
2465
|
Must not be longer than 256 characters.
|
|
2465
2466
|
"""
|
|
2466
|
-
ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2467
|
+
ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2467
2468
|
"""
|
|
2468
2469
|
IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2469
2470
|
"""
|
|
@@ -2473,18 +2474,18 @@ elif False:
|
|
|
2473
2474
|
@pulumi.input_type
|
|
2474
2475
|
class NetworkDeviceDataArgs:
|
|
2475
2476
|
def __init__(__self__, *,
|
|
2476
|
-
hardware_address: Optional[pulumi.Input[str]] = None,
|
|
2477
|
-
interface_name: Optional[pulumi.Input[str]] = None,
|
|
2478
|
-
ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2477
|
+
hardware_address: Optional[pulumi.Input[builtins.str]] = None,
|
|
2478
|
+
interface_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2479
|
+
ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2479
2480
|
"""
|
|
2480
2481
|
NetworkDeviceData provides network-related details for the allocated device. This information may be filled by drivers or other components to configure or identify the device within a network context.
|
|
2481
|
-
:param pulumi.Input[str] hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2482
|
+
:param pulumi.Input[builtins.str] hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2482
2483
|
|
|
2483
2484
|
Must not be longer than 128 characters.
|
|
2484
|
-
:param pulumi.Input[str] interface_name: InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2485
|
+
:param pulumi.Input[builtins.str] interface_name: InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2485
2486
|
|
|
2486
2487
|
Must not be longer than 256 characters.
|
|
2487
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2488
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ips: IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2488
2489
|
"""
|
|
2489
2490
|
if hardware_address is not None:
|
|
2490
2491
|
pulumi.set(__self__, "hardware_address", hardware_address)
|
|
@@ -2495,7 +2496,7 @@ class NetworkDeviceDataArgs:
|
|
|
2495
2496
|
|
|
2496
2497
|
@property
|
|
2497
2498
|
@pulumi.getter(name="hardwareAddress")
|
|
2498
|
-
def hardware_address(self) -> Optional[pulumi.Input[str]]:
|
|
2499
|
+
def hardware_address(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2499
2500
|
"""
|
|
2500
2501
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2501
2502
|
|
|
@@ -2504,12 +2505,12 @@ class NetworkDeviceDataArgs:
|
|
|
2504
2505
|
return pulumi.get(self, "hardware_address")
|
|
2505
2506
|
|
|
2506
2507
|
@hardware_address.setter
|
|
2507
|
-
def hardware_address(self, value: Optional[pulumi.Input[str]]):
|
|
2508
|
+
def hardware_address(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2508
2509
|
pulumi.set(self, "hardware_address", value)
|
|
2509
2510
|
|
|
2510
2511
|
@property
|
|
2511
2512
|
@pulumi.getter(name="interfaceName")
|
|
2512
|
-
def interface_name(self) -> Optional[pulumi.Input[str]]:
|
|
2513
|
+
def interface_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2513
2514
|
"""
|
|
2514
2515
|
InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2515
2516
|
|
|
@@ -2518,19 +2519,19 @@ class NetworkDeviceDataArgs:
|
|
|
2518
2519
|
return pulumi.get(self, "interface_name")
|
|
2519
2520
|
|
|
2520
2521
|
@interface_name.setter
|
|
2521
|
-
def interface_name(self, value: Optional[pulumi.Input[str]]):
|
|
2522
|
+
def interface_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2522
2523
|
pulumi.set(self, "interface_name", value)
|
|
2523
2524
|
|
|
2524
2525
|
@property
|
|
2525
2526
|
@pulumi.getter
|
|
2526
|
-
def ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2527
|
+
def ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2527
2528
|
"""
|
|
2528
2529
|
IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2529
2530
|
"""
|
|
2530
2531
|
return pulumi.get(self, "ips")
|
|
2531
2532
|
|
|
2532
2533
|
@ips.setter
|
|
2533
|
-
def ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2534
|
+
def ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2534
2535
|
pulumi.set(self, "ips", value)
|
|
2535
2536
|
|
|
2536
2537
|
|
|
@@ -2539,7 +2540,7 @@ if not MYPY:
|
|
|
2539
2540
|
"""
|
|
2540
2541
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2541
2542
|
"""
|
|
2542
|
-
driver: NotRequired[pulumi.Input[str]]
|
|
2543
|
+
driver: NotRequired[pulumi.Input[builtins.str]]
|
|
2543
2544
|
"""
|
|
2544
2545
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2545
2546
|
|
|
@@ -2559,11 +2560,11 @@ elif False:
|
|
|
2559
2560
|
@pulumi.input_type
|
|
2560
2561
|
class OpaqueDeviceConfigurationPatchArgs:
|
|
2561
2562
|
def __init__(__self__, *,
|
|
2562
|
-
driver: Optional[pulumi.Input[str]] = None,
|
|
2563
|
+
driver: Optional[pulumi.Input[builtins.str]] = None,
|
|
2563
2564
|
parameters: Optional[Any] = None):
|
|
2564
2565
|
"""
|
|
2565
2566
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2566
|
-
:param pulumi.Input[str] driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2567
|
+
:param pulumi.Input[builtins.str] driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2567
2568
|
|
|
2568
2569
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
2569
2570
|
|
|
@@ -2579,7 +2580,7 @@ class OpaqueDeviceConfigurationPatchArgs:
|
|
|
2579
2580
|
|
|
2580
2581
|
@property
|
|
2581
2582
|
@pulumi.getter
|
|
2582
|
-
def driver(self) -> Optional[pulumi.Input[str]]:
|
|
2583
|
+
def driver(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2583
2584
|
"""
|
|
2584
2585
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2585
2586
|
|
|
@@ -2590,7 +2591,7 @@ class OpaqueDeviceConfigurationPatchArgs:
|
|
|
2590
2591
|
return pulumi.get(self, "driver")
|
|
2591
2592
|
|
|
2592
2593
|
@driver.setter
|
|
2593
|
-
def driver(self, value: Optional[pulumi.Input[str]]):
|
|
2594
|
+
def driver(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2594
2595
|
pulumi.set(self, "driver", value)
|
|
2595
2596
|
|
|
2596
2597
|
@property
|
|
@@ -2613,7 +2614,7 @@ if not MYPY:
|
|
|
2613
2614
|
"""
|
|
2614
2615
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2615
2616
|
"""
|
|
2616
|
-
driver: pulumi.Input[str]
|
|
2617
|
+
driver: pulumi.Input[builtins.str]
|
|
2617
2618
|
"""
|
|
2618
2619
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2619
2620
|
|
|
@@ -2633,11 +2634,11 @@ elif False:
|
|
|
2633
2634
|
@pulumi.input_type
|
|
2634
2635
|
class OpaqueDeviceConfigurationArgs:
|
|
2635
2636
|
def __init__(__self__, *,
|
|
2636
|
-
driver: pulumi.Input[str],
|
|
2637
|
+
driver: pulumi.Input[builtins.str],
|
|
2637
2638
|
parameters: Any):
|
|
2638
2639
|
"""
|
|
2639
2640
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2640
|
-
:param pulumi.Input[str] driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2641
|
+
:param pulumi.Input[builtins.str] driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2641
2642
|
|
|
2642
2643
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
2643
2644
|
|
|
@@ -2651,7 +2652,7 @@ class OpaqueDeviceConfigurationArgs:
|
|
|
2651
2652
|
|
|
2652
2653
|
@property
|
|
2653
2654
|
@pulumi.getter
|
|
2654
|
-
def driver(self) -> pulumi.Input[str]:
|
|
2655
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
2655
2656
|
"""
|
|
2656
2657
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2657
2658
|
|
|
@@ -2662,7 +2663,7 @@ class OpaqueDeviceConfigurationArgs:
|
|
|
2662
2663
|
return pulumi.get(self, "driver")
|
|
2663
2664
|
|
|
2664
2665
|
@driver.setter
|
|
2665
|
-
def driver(self, value: pulumi.Input[str]):
|
|
2666
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
2666
2667
|
pulumi.set(self, "driver", value)
|
|
2667
2668
|
|
|
2668
2669
|
@property
|
|
@@ -2685,13 +2686,13 @@ if not MYPY:
|
|
|
2685
2686
|
"""
|
|
2686
2687
|
PodSchedulingContextSpec describes where resources for the Pod are needed.
|
|
2687
2688
|
"""
|
|
2688
|
-
potential_nodes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2689
|
+
potential_nodes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2689
2690
|
"""
|
|
2690
2691
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
2691
2692
|
|
|
2692
2693
|
The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.
|
|
2693
2694
|
"""
|
|
2694
|
-
selected_node: NotRequired[pulumi.Input[str]]
|
|
2695
|
+
selected_node: NotRequired[pulumi.Input[builtins.str]]
|
|
2695
2696
|
"""
|
|
2696
2697
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2697
2698
|
"""
|
|
@@ -2701,14 +2702,14 @@ elif False:
|
|
|
2701
2702
|
@pulumi.input_type
|
|
2702
2703
|
class PodSchedulingContextSpecPatchArgs:
|
|
2703
2704
|
def __init__(__self__, *,
|
|
2704
|
-
potential_nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2705
|
-
selected_node: Optional[pulumi.Input[str]] = None):
|
|
2705
|
+
potential_nodes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2706
|
+
selected_node: Optional[pulumi.Input[builtins.str]] = None):
|
|
2706
2707
|
"""
|
|
2707
2708
|
PodSchedulingContextSpec describes where resources for the Pod are needed.
|
|
2708
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
2709
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
2709
2710
|
|
|
2710
2711
|
The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.
|
|
2711
|
-
:param pulumi.Input[str] selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2712
|
+
:param pulumi.Input[builtins.str] selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2712
2713
|
"""
|
|
2713
2714
|
if potential_nodes is not None:
|
|
2714
2715
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
@@ -2717,7 +2718,7 @@ class PodSchedulingContextSpecPatchArgs:
|
|
|
2717
2718
|
|
|
2718
2719
|
@property
|
|
2719
2720
|
@pulumi.getter(name="potentialNodes")
|
|
2720
|
-
def potential_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2721
|
+
def potential_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2721
2722
|
"""
|
|
2722
2723
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
2723
2724
|
|
|
@@ -2726,19 +2727,19 @@ class PodSchedulingContextSpecPatchArgs:
|
|
|
2726
2727
|
return pulumi.get(self, "potential_nodes")
|
|
2727
2728
|
|
|
2728
2729
|
@potential_nodes.setter
|
|
2729
|
-
def potential_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2730
|
+
def potential_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2730
2731
|
pulumi.set(self, "potential_nodes", value)
|
|
2731
2732
|
|
|
2732
2733
|
@property
|
|
2733
2734
|
@pulumi.getter(name="selectedNode")
|
|
2734
|
-
def selected_node(self) -> Optional[pulumi.Input[str]]:
|
|
2735
|
+
def selected_node(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2735
2736
|
"""
|
|
2736
2737
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2737
2738
|
"""
|
|
2738
2739
|
return pulumi.get(self, "selected_node")
|
|
2739
2740
|
|
|
2740
2741
|
@selected_node.setter
|
|
2741
|
-
def selected_node(self, value: Optional[pulumi.Input[str]]):
|
|
2742
|
+
def selected_node(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2742
2743
|
pulumi.set(self, "selected_node", value)
|
|
2743
2744
|
|
|
2744
2745
|
|
|
@@ -2747,13 +2748,13 @@ if not MYPY:
|
|
|
2747
2748
|
"""
|
|
2748
2749
|
PodSchedulingContextSpec describes where resources for the Pod are needed.
|
|
2749
2750
|
"""
|
|
2750
|
-
potential_nodes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2751
|
+
potential_nodes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2751
2752
|
"""
|
|
2752
2753
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
2753
2754
|
|
|
2754
2755
|
The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.
|
|
2755
2756
|
"""
|
|
2756
|
-
selected_node: NotRequired[pulumi.Input[str]]
|
|
2757
|
+
selected_node: NotRequired[pulumi.Input[builtins.str]]
|
|
2757
2758
|
"""
|
|
2758
2759
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2759
2760
|
"""
|
|
@@ -2763,14 +2764,14 @@ elif False:
|
|
|
2763
2764
|
@pulumi.input_type
|
|
2764
2765
|
class PodSchedulingContextSpecArgs:
|
|
2765
2766
|
def __init__(__self__, *,
|
|
2766
|
-
potential_nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2767
|
-
selected_node: Optional[pulumi.Input[str]] = None):
|
|
2767
|
+
potential_nodes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2768
|
+
selected_node: Optional[pulumi.Input[builtins.str]] = None):
|
|
2768
2769
|
"""
|
|
2769
2770
|
PodSchedulingContextSpec describes where resources for the Pod are needed.
|
|
2770
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
2771
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
2771
2772
|
|
|
2772
2773
|
The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.
|
|
2773
|
-
:param pulumi.Input[str] selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2774
|
+
:param pulumi.Input[builtins.str] selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2774
2775
|
"""
|
|
2775
2776
|
if potential_nodes is not None:
|
|
2776
2777
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
@@ -2779,7 +2780,7 @@ class PodSchedulingContextSpecArgs:
|
|
|
2779
2780
|
|
|
2780
2781
|
@property
|
|
2781
2782
|
@pulumi.getter(name="potentialNodes")
|
|
2782
|
-
def potential_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2783
|
+
def potential_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2783
2784
|
"""
|
|
2784
2785
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
2785
2786
|
|
|
@@ -2788,19 +2789,19 @@ class PodSchedulingContextSpecArgs:
|
|
|
2788
2789
|
return pulumi.get(self, "potential_nodes")
|
|
2789
2790
|
|
|
2790
2791
|
@potential_nodes.setter
|
|
2791
|
-
def potential_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2792
|
+
def potential_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2792
2793
|
pulumi.set(self, "potential_nodes", value)
|
|
2793
2794
|
|
|
2794
2795
|
@property
|
|
2795
2796
|
@pulumi.getter(name="selectedNode")
|
|
2796
|
-
def selected_node(self) -> Optional[pulumi.Input[str]]:
|
|
2797
|
+
def selected_node(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2797
2798
|
"""
|
|
2798
2799
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2799
2800
|
"""
|
|
2800
2801
|
return pulumi.get(self, "selected_node")
|
|
2801
2802
|
|
|
2802
2803
|
@selected_node.setter
|
|
2803
|
-
def selected_node(self, value: Optional[pulumi.Input[str]]):
|
|
2804
|
+
def selected_node(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2804
2805
|
pulumi.set(self, "selected_node", value)
|
|
2805
2806
|
|
|
2806
2807
|
|
|
@@ -2851,11 +2852,11 @@ if not MYPY:
|
|
|
2851
2852
|
"""
|
|
2852
2853
|
Spec describes where resources for the Pod are needed.
|
|
2853
2854
|
"""
|
|
2854
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2855
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
2855
2856
|
"""
|
|
2856
2857
|
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
|
|
2857
2858
|
"""
|
|
2858
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2859
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2859
2860
|
"""
|
|
2860
2861
|
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
|
|
2861
2862
|
"""
|
|
@@ -2874,8 +2875,8 @@ elif False:
|
|
|
2874
2875
|
class PodSchedulingContextArgs:
|
|
2875
2876
|
def __init__(__self__, *,
|
|
2876
2877
|
spec: pulumi.Input['PodSchedulingContextSpecArgs'],
|
|
2877
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2878
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2878
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2879
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2879
2880
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2880
2881
|
status: Optional[pulumi.Input['PodSchedulingContextStatusArgs']] = None):
|
|
2881
2882
|
"""
|
|
@@ -2883,8 +2884,8 @@ class PodSchedulingContextArgs:
|
|
|
2883
2884
|
|
|
2884
2885
|
This is an alpha type and requires enabling the DRAControlPlaneController feature gate.
|
|
2885
2886
|
:param pulumi.Input['PodSchedulingContextSpecArgs'] spec: Spec describes where resources for the Pod are needed.
|
|
2886
|
-
: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
|
|
2887
|
-
: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
|
|
2887
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2888
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2888
2889
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
2889
2890
|
:param pulumi.Input['PodSchedulingContextStatusArgs'] status: Status describes where resources for the Pod can be allocated.
|
|
2890
2891
|
"""
|
|
@@ -2912,26 +2913,26 @@ class PodSchedulingContextArgs:
|
|
|
2912
2913
|
|
|
2913
2914
|
@property
|
|
2914
2915
|
@pulumi.getter(name="apiVersion")
|
|
2915
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2916
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2916
2917
|
"""
|
|
2917
2918
|
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
|
|
2918
2919
|
"""
|
|
2919
2920
|
return pulumi.get(self, "api_version")
|
|
2920
2921
|
|
|
2921
2922
|
@api_version.setter
|
|
2922
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2923
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2923
2924
|
pulumi.set(self, "api_version", value)
|
|
2924
2925
|
|
|
2925
2926
|
@property
|
|
2926
2927
|
@pulumi.getter
|
|
2927
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2928
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2928
2929
|
"""
|
|
2929
2930
|
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
|
|
2930
2931
|
"""
|
|
2931
2932
|
return pulumi.get(self, "kind")
|
|
2932
2933
|
|
|
2933
2934
|
@kind.setter
|
|
2934
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2935
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2935
2936
|
pulumi.set(self, "kind", value)
|
|
2936
2937
|
|
|
2937
2938
|
@property
|
|
@@ -2964,19 +2965,19 @@ if not MYPY:
|
|
|
2964
2965
|
"""
|
|
2965
2966
|
ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.
|
|
2966
2967
|
"""
|
|
2967
|
-
name: pulumi.Input[str]
|
|
2968
|
+
name: pulumi.Input[builtins.str]
|
|
2968
2969
|
"""
|
|
2969
2970
|
Name is the name of resource being referenced.
|
|
2970
2971
|
"""
|
|
2971
|
-
resource: pulumi.Input[str]
|
|
2972
|
+
resource: pulumi.Input[builtins.str]
|
|
2972
2973
|
"""
|
|
2973
2974
|
Resource is the type of resource being referenced, for example "pods".
|
|
2974
2975
|
"""
|
|
2975
|
-
uid: pulumi.Input[str]
|
|
2976
|
+
uid: pulumi.Input[builtins.str]
|
|
2976
2977
|
"""
|
|
2977
2978
|
UID identifies exactly one incarnation of the resource.
|
|
2978
2979
|
"""
|
|
2979
|
-
api_group: NotRequired[pulumi.Input[str]]
|
|
2980
|
+
api_group: NotRequired[pulumi.Input[builtins.str]]
|
|
2980
2981
|
"""
|
|
2981
2982
|
APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2982
2983
|
"""
|
|
@@ -2986,16 +2987,16 @@ elif False:
|
|
|
2986
2987
|
@pulumi.input_type
|
|
2987
2988
|
class ResourceClaimConsumerReferenceArgs:
|
|
2988
2989
|
def __init__(__self__, *,
|
|
2989
|
-
name: pulumi.Input[str],
|
|
2990
|
-
resource: pulumi.Input[str],
|
|
2991
|
-
uid: pulumi.Input[str],
|
|
2992
|
-
api_group: Optional[pulumi.Input[str]] = None):
|
|
2990
|
+
name: pulumi.Input[builtins.str],
|
|
2991
|
+
resource: pulumi.Input[builtins.str],
|
|
2992
|
+
uid: pulumi.Input[builtins.str],
|
|
2993
|
+
api_group: Optional[pulumi.Input[builtins.str]] = None):
|
|
2993
2994
|
"""
|
|
2994
2995
|
ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.
|
|
2995
|
-
:param pulumi.Input[str] name: Name is the name of resource being referenced.
|
|
2996
|
-
:param pulumi.Input[str] resource: Resource is the type of resource being referenced, for example "pods".
|
|
2997
|
-
:param pulumi.Input[str] uid: UID identifies exactly one incarnation of the resource.
|
|
2998
|
-
:param pulumi.Input[str] api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2996
|
+
:param pulumi.Input[builtins.str] name: Name is the name of resource being referenced.
|
|
2997
|
+
:param pulumi.Input[builtins.str] resource: Resource is the type of resource being referenced, for example "pods".
|
|
2998
|
+
:param pulumi.Input[builtins.str] uid: UID identifies exactly one incarnation of the resource.
|
|
2999
|
+
:param pulumi.Input[builtins.str] api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2999
3000
|
"""
|
|
3000
3001
|
pulumi.set(__self__, "name", name)
|
|
3001
3002
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -3005,50 +3006,50 @@ class ResourceClaimConsumerReferenceArgs:
|
|
|
3005
3006
|
|
|
3006
3007
|
@property
|
|
3007
3008
|
@pulumi.getter
|
|
3008
|
-
def name(self) -> pulumi.Input[str]:
|
|
3009
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
3009
3010
|
"""
|
|
3010
3011
|
Name is the name of resource being referenced.
|
|
3011
3012
|
"""
|
|
3012
3013
|
return pulumi.get(self, "name")
|
|
3013
3014
|
|
|
3014
3015
|
@name.setter
|
|
3015
|
-
def name(self, value: pulumi.Input[str]):
|
|
3016
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
3016
3017
|
pulumi.set(self, "name", value)
|
|
3017
3018
|
|
|
3018
3019
|
@property
|
|
3019
3020
|
@pulumi.getter
|
|
3020
|
-
def resource(self) -> pulumi.Input[str]:
|
|
3021
|
+
def resource(self) -> pulumi.Input[builtins.str]:
|
|
3021
3022
|
"""
|
|
3022
3023
|
Resource is the type of resource being referenced, for example "pods".
|
|
3023
3024
|
"""
|
|
3024
3025
|
return pulumi.get(self, "resource")
|
|
3025
3026
|
|
|
3026
3027
|
@resource.setter
|
|
3027
|
-
def resource(self, value: pulumi.Input[str]):
|
|
3028
|
+
def resource(self, value: pulumi.Input[builtins.str]):
|
|
3028
3029
|
pulumi.set(self, "resource", value)
|
|
3029
3030
|
|
|
3030
3031
|
@property
|
|
3031
3032
|
@pulumi.getter
|
|
3032
|
-
def uid(self) -> pulumi.Input[str]:
|
|
3033
|
+
def uid(self) -> pulumi.Input[builtins.str]:
|
|
3033
3034
|
"""
|
|
3034
3035
|
UID identifies exactly one incarnation of the resource.
|
|
3035
3036
|
"""
|
|
3036
3037
|
return pulumi.get(self, "uid")
|
|
3037
3038
|
|
|
3038
3039
|
@uid.setter
|
|
3039
|
-
def uid(self, value: pulumi.Input[str]):
|
|
3040
|
+
def uid(self, value: pulumi.Input[builtins.str]):
|
|
3040
3041
|
pulumi.set(self, "uid", value)
|
|
3041
3042
|
|
|
3042
3043
|
@property
|
|
3043
3044
|
@pulumi.getter(name="apiGroup")
|
|
3044
|
-
def api_group(self) -> Optional[pulumi.Input[str]]:
|
|
3045
|
+
def api_group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3045
3046
|
"""
|
|
3046
3047
|
APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
3047
3048
|
"""
|
|
3048
3049
|
return pulumi.get(self, "api_group")
|
|
3049
3050
|
|
|
3050
3051
|
@api_group.setter
|
|
3051
|
-
def api_group(self, value: Optional[pulumi.Input[str]]):
|
|
3052
|
+
def api_group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3052
3053
|
pulumi.set(self, "api_group", value)
|
|
3053
3054
|
|
|
3054
3055
|
|
|
@@ -3057,11 +3058,11 @@ if not MYPY:
|
|
|
3057
3058
|
"""
|
|
3058
3059
|
ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
|
|
3059
3060
|
"""
|
|
3060
|
-
name: pulumi.Input[str]
|
|
3061
|
+
name: pulumi.Input[builtins.str]
|
|
3061
3062
|
"""
|
|
3062
3063
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
3063
3064
|
"""
|
|
3064
|
-
unsuitable_nodes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
3065
|
+
unsuitable_nodes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
3065
3066
|
"""
|
|
3066
3067
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
3067
3068
|
|
|
@@ -3073,12 +3074,12 @@ elif False:
|
|
|
3073
3074
|
@pulumi.input_type
|
|
3074
3075
|
class ResourceClaimSchedulingStatusArgs:
|
|
3075
3076
|
def __init__(__self__, *,
|
|
3076
|
-
name: pulumi.Input[str],
|
|
3077
|
-
unsuitable_nodes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
3077
|
+
name: pulumi.Input[builtins.str],
|
|
3078
|
+
unsuitable_nodes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
3078
3079
|
"""
|
|
3079
3080
|
ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
|
|
3080
|
-
:param pulumi.Input[str] name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
3081
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
3081
|
+
:param pulumi.Input[builtins.str] name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
3082
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
3082
3083
|
|
|
3083
3084
|
The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.
|
|
3084
3085
|
"""
|
|
@@ -3088,19 +3089,19 @@ class ResourceClaimSchedulingStatusArgs:
|
|
|
3088
3089
|
|
|
3089
3090
|
@property
|
|
3090
3091
|
@pulumi.getter
|
|
3091
|
-
def name(self) -> pulumi.Input[str]:
|
|
3092
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
3092
3093
|
"""
|
|
3093
3094
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
3094
3095
|
"""
|
|
3095
3096
|
return pulumi.get(self, "name")
|
|
3096
3097
|
|
|
3097
3098
|
@name.setter
|
|
3098
|
-
def name(self, value: pulumi.Input[str]):
|
|
3099
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
3099
3100
|
pulumi.set(self, "name", value)
|
|
3100
3101
|
|
|
3101
3102
|
@property
|
|
3102
3103
|
@pulumi.getter(name="unsuitableNodes")
|
|
3103
|
-
def unsuitable_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
3104
|
+
def unsuitable_nodes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
3104
3105
|
"""
|
|
3105
3106
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
3106
3107
|
|
|
@@ -3109,7 +3110,7 @@ class ResourceClaimSchedulingStatusArgs:
|
|
|
3109
3110
|
return pulumi.get(self, "unsuitable_nodes")
|
|
3110
3111
|
|
|
3111
3112
|
@unsuitable_nodes.setter
|
|
3112
|
-
def unsuitable_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
3113
|
+
def unsuitable_nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
3113
3114
|
pulumi.set(self, "unsuitable_nodes", value)
|
|
3114
3115
|
|
|
3115
3116
|
|
|
@@ -3118,7 +3119,7 @@ if not MYPY:
|
|
|
3118
3119
|
"""
|
|
3119
3120
|
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
|
|
3120
3121
|
"""
|
|
3121
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
3122
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
3122
3123
|
"""
|
|
3123
3124
|
Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
|
|
3124
3125
|
|
|
@@ -3136,11 +3137,11 @@ elif False:
|
|
|
3136
3137
|
@pulumi.input_type
|
|
3137
3138
|
class ResourceClaimSpecPatchArgs:
|
|
3138
3139
|
def __init__(__self__, *,
|
|
3139
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
3140
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
3140
3141
|
devices: Optional[pulumi.Input['DeviceClaimPatchArgs']] = None):
|
|
3141
3142
|
"""
|
|
3142
3143
|
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
|
|
3143
|
-
:param pulumi.Input[str] controller: Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
|
|
3144
|
+
:param pulumi.Input[builtins.str] controller: Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
|
|
3144
3145
|
|
|
3145
3146
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
3146
3147
|
|
|
@@ -3154,7 +3155,7 @@ class ResourceClaimSpecPatchArgs:
|
|
|
3154
3155
|
|
|
3155
3156
|
@property
|
|
3156
3157
|
@pulumi.getter
|
|
3157
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
3158
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3158
3159
|
"""
|
|
3159
3160
|
Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
|
|
3160
3161
|
|
|
@@ -3165,7 +3166,7 @@ class ResourceClaimSpecPatchArgs:
|
|
|
3165
3166
|
return pulumi.get(self, "controller")
|
|
3166
3167
|
|
|
3167
3168
|
@controller.setter
|
|
3168
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
3169
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3169
3170
|
pulumi.set(self, "controller", value)
|
|
3170
3171
|
|
|
3171
3172
|
@property
|
|
@@ -3186,7 +3187,7 @@ if not MYPY:
|
|
|
3186
3187
|
"""
|
|
3187
3188
|
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
|
|
3188
3189
|
"""
|
|
3189
|
-
controller: NotRequired[pulumi.Input[str]]
|
|
3190
|
+
controller: NotRequired[pulumi.Input[builtins.str]]
|
|
3190
3191
|
"""
|
|
3191
3192
|
Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
|
|
3192
3193
|
|
|
@@ -3204,11 +3205,11 @@ elif False:
|
|
|
3204
3205
|
@pulumi.input_type
|
|
3205
3206
|
class ResourceClaimSpecArgs:
|
|
3206
3207
|
def __init__(__self__, *,
|
|
3207
|
-
controller: Optional[pulumi.Input[str]] = None,
|
|
3208
|
+
controller: Optional[pulumi.Input[builtins.str]] = None,
|
|
3208
3209
|
devices: Optional[pulumi.Input['DeviceClaimArgs']] = None):
|
|
3209
3210
|
"""
|
|
3210
3211
|
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
|
|
3211
|
-
:param pulumi.Input[str] controller: Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
|
|
3212
|
+
:param pulumi.Input[builtins.str] controller: Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
|
|
3212
3213
|
|
|
3213
3214
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
3214
3215
|
|
|
@@ -3222,7 +3223,7 @@ class ResourceClaimSpecArgs:
|
|
|
3222
3223
|
|
|
3223
3224
|
@property
|
|
3224
3225
|
@pulumi.getter
|
|
3225
|
-
def controller(self) -> Optional[pulumi.Input[str]]:
|
|
3226
|
+
def controller(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3226
3227
|
"""
|
|
3227
3228
|
Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.
|
|
3228
3229
|
|
|
@@ -3233,7 +3234,7 @@ class ResourceClaimSpecArgs:
|
|
|
3233
3234
|
return pulumi.get(self, "controller")
|
|
3234
3235
|
|
|
3235
3236
|
@controller.setter
|
|
3236
|
-
def controller(self, value: Optional[pulumi.Input[str]]):
|
|
3237
|
+
def controller(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3237
3238
|
pulumi.set(self, "controller", value)
|
|
3238
3239
|
|
|
3239
3240
|
@property
|
|
@@ -3258,7 +3259,7 @@ if not MYPY:
|
|
|
3258
3259
|
"""
|
|
3259
3260
|
Allocation is set once the claim has been allocated successfully.
|
|
3260
3261
|
"""
|
|
3261
|
-
deallocation_requested: NotRequired[pulumi.Input[bool]]
|
|
3262
|
+
deallocation_requested: NotRequired[pulumi.Input[builtins.bool]]
|
|
3262
3263
|
"""
|
|
3263
3264
|
Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3264
3265
|
|
|
@@ -3287,13 +3288,13 @@ elif False:
|
|
|
3287
3288
|
class ResourceClaimStatusArgs:
|
|
3288
3289
|
def __init__(__self__, *,
|
|
3289
3290
|
allocation: Optional[pulumi.Input['AllocationResultArgs']] = None,
|
|
3290
|
-
deallocation_requested: Optional[pulumi.Input[bool]] = None,
|
|
3291
|
+
deallocation_requested: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3291
3292
|
devices: Optional[pulumi.Input[Sequence[pulumi.Input['AllocatedDeviceStatusArgs']]]] = None,
|
|
3292
3293
|
reserved_for: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceClaimConsumerReferenceArgs']]]] = None):
|
|
3293
3294
|
"""
|
|
3294
3295
|
ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.
|
|
3295
3296
|
:param pulumi.Input['AllocationResultArgs'] allocation: Allocation is set once the claim has been allocated successfully.
|
|
3296
|
-
:param pulumi.Input[bool] deallocation_requested: Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3297
|
+
:param pulumi.Input[builtins.bool] deallocation_requested: Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3297
3298
|
|
|
3298
3299
|
This is only used if the claim needs to be deallocated by a DRA driver. That driver then must deallocate this claim and reset the field together with clearing the Allocation field.
|
|
3299
3300
|
|
|
@@ -3330,7 +3331,7 @@ class ResourceClaimStatusArgs:
|
|
|
3330
3331
|
|
|
3331
3332
|
@property
|
|
3332
3333
|
@pulumi.getter(name="deallocationRequested")
|
|
3333
|
-
def deallocation_requested(self) -> Optional[pulumi.Input[bool]]:
|
|
3334
|
+
def deallocation_requested(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3334
3335
|
"""
|
|
3335
3336
|
Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3336
3337
|
|
|
@@ -3341,7 +3342,7 @@ class ResourceClaimStatusArgs:
|
|
|
3341
3342
|
return pulumi.get(self, "deallocation_requested")
|
|
3342
3343
|
|
|
3343
3344
|
@deallocation_requested.setter
|
|
3344
|
-
def deallocation_requested(self, value: Optional[pulumi.Input[bool]]):
|
|
3345
|
+
def deallocation_requested(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3345
3346
|
pulumi.set(self, "deallocation_requested", value)
|
|
3346
3347
|
|
|
3347
3348
|
@property
|
|
@@ -3499,11 +3500,11 @@ if not MYPY:
|
|
|
3499
3500
|
|
|
3500
3501
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
3501
3502
|
"""
|
|
3502
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
3503
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
3503
3504
|
"""
|
|
3504
3505
|
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
|
|
3505
3506
|
"""
|
|
3506
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
3507
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3507
3508
|
"""
|
|
3508
3509
|
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
|
|
3509
3510
|
"""
|
|
@@ -3518,8 +3519,8 @@ elif False:
|
|
|
3518
3519
|
class ResourceClaimTemplateArgs:
|
|
3519
3520
|
def __init__(__self__, *,
|
|
3520
3521
|
spec: pulumi.Input['ResourceClaimTemplateSpecArgs'],
|
|
3521
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
3522
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
3522
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3523
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3523
3524
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
3524
3525
|
"""
|
|
3525
3526
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
@@ -3528,8 +3529,8 @@ class ResourceClaimTemplateArgs:
|
|
|
3528
3529
|
:param pulumi.Input['ResourceClaimTemplateSpecArgs'] spec: Describes the ResourceClaim that is to be generated.
|
|
3529
3530
|
|
|
3530
3531
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
3531
|
-
: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
|
|
3532
|
-
: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
|
|
3532
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3533
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3533
3534
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
3534
3535
|
"""
|
|
3535
3536
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -3556,26 +3557,26 @@ class ResourceClaimTemplateArgs:
|
|
|
3556
3557
|
|
|
3557
3558
|
@property
|
|
3558
3559
|
@pulumi.getter(name="apiVersion")
|
|
3559
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
3560
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3560
3561
|
"""
|
|
3561
3562
|
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
|
|
3562
3563
|
"""
|
|
3563
3564
|
return pulumi.get(self, "api_version")
|
|
3564
3565
|
|
|
3565
3566
|
@api_version.setter
|
|
3566
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
3567
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3567
3568
|
pulumi.set(self, "api_version", value)
|
|
3568
3569
|
|
|
3569
3570
|
@property
|
|
3570
3571
|
@pulumi.getter
|
|
3571
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
3572
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3572
3573
|
"""
|
|
3573
3574
|
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
|
|
3574
3575
|
"""
|
|
3575
3576
|
return pulumi.get(self, "kind")
|
|
3576
3577
|
|
|
3577
3578
|
@kind.setter
|
|
3578
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
3579
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3579
3580
|
pulumi.set(self, "kind", value)
|
|
3580
3581
|
|
|
3581
3582
|
@property
|
|
@@ -3602,11 +3603,11 @@ if not MYPY:
|
|
|
3602
3603
|
"""
|
|
3603
3604
|
Spec describes what is being requested and how to configure it. The spec is immutable.
|
|
3604
3605
|
"""
|
|
3605
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
3606
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
3606
3607
|
"""
|
|
3607
3608
|
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
|
|
3608
3609
|
"""
|
|
3609
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
3610
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3610
3611
|
"""
|
|
3611
3612
|
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
|
|
3612
3613
|
"""
|
|
@@ -3625,8 +3626,8 @@ elif False:
|
|
|
3625
3626
|
class ResourceClaimArgs:
|
|
3626
3627
|
def __init__(__self__, *,
|
|
3627
3628
|
spec: pulumi.Input['ResourceClaimSpecArgs'],
|
|
3628
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
3629
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
3629
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3630
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3630
3631
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
3631
3632
|
status: Optional[pulumi.Input['ResourceClaimStatusArgs']] = None):
|
|
3632
3633
|
"""
|
|
@@ -3634,8 +3635,8 @@ class ResourceClaimArgs:
|
|
|
3634
3635
|
|
|
3635
3636
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
3636
3637
|
:param pulumi.Input['ResourceClaimSpecArgs'] spec: Spec describes what is being requested and how to configure it. The spec is immutable.
|
|
3637
|
-
: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
|
|
3638
|
-
: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
|
|
3638
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3639
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3639
3640
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
3640
3641
|
:param pulumi.Input['ResourceClaimStatusArgs'] status: Status describes whether the claim is ready to use and what has been allocated.
|
|
3641
3642
|
"""
|
|
@@ -3663,26 +3664,26 @@ class ResourceClaimArgs:
|
|
|
3663
3664
|
|
|
3664
3665
|
@property
|
|
3665
3666
|
@pulumi.getter(name="apiVersion")
|
|
3666
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
3667
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3667
3668
|
"""
|
|
3668
3669
|
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
|
|
3669
3670
|
"""
|
|
3670
3671
|
return pulumi.get(self, "api_version")
|
|
3671
3672
|
|
|
3672
3673
|
@api_version.setter
|
|
3673
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
3674
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3674
3675
|
pulumi.set(self, "api_version", value)
|
|
3675
3676
|
|
|
3676
3677
|
@property
|
|
3677
3678
|
@pulumi.getter
|
|
3678
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
3679
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3679
3680
|
"""
|
|
3680
3681
|
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
|
|
3681
3682
|
"""
|
|
3682
3683
|
return pulumi.get(self, "kind")
|
|
3683
3684
|
|
|
3684
3685
|
@kind.setter
|
|
3685
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
3686
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3686
3687
|
pulumi.set(self, "kind", value)
|
|
3687
3688
|
|
|
3688
3689
|
@property
|
|
@@ -3715,19 +3716,19 @@ if not MYPY:
|
|
|
3715
3716
|
"""
|
|
3716
3717
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3717
3718
|
"""
|
|
3718
|
-
generation: NotRequired[pulumi.Input[int]]
|
|
3719
|
+
generation: NotRequired[pulumi.Input[builtins.int]]
|
|
3719
3720
|
"""
|
|
3720
3721
|
Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3721
3722
|
|
|
3722
3723
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3723
3724
|
"""
|
|
3724
|
-
name: NotRequired[pulumi.Input[str]]
|
|
3725
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
3725
3726
|
"""
|
|
3726
3727
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3727
3728
|
|
|
3728
3729
|
It must not be longer than 253 characters and must consist of one or more DNS sub-domains separated by slashes. This field is immutable.
|
|
3729
3730
|
"""
|
|
3730
|
-
resource_slice_count: NotRequired[pulumi.Input[int]]
|
|
3731
|
+
resource_slice_count: NotRequired[pulumi.Input[builtins.int]]
|
|
3731
3732
|
"""
|
|
3732
3733
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3733
3734
|
|
|
@@ -3739,18 +3740,18 @@ elif False:
|
|
|
3739
3740
|
@pulumi.input_type
|
|
3740
3741
|
class ResourcePoolPatchArgs:
|
|
3741
3742
|
def __init__(__self__, *,
|
|
3742
|
-
generation: Optional[pulumi.Input[int]] = None,
|
|
3743
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
3744
|
-
resource_slice_count: Optional[pulumi.Input[int]] = None):
|
|
3743
|
+
generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
3744
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3745
|
+
resource_slice_count: Optional[pulumi.Input[builtins.int]] = None):
|
|
3745
3746
|
"""
|
|
3746
3747
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3747
|
-
:param pulumi.Input[int] generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3748
|
+
:param pulumi.Input[builtins.int] generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3748
3749
|
|
|
3749
3750
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3750
|
-
:param pulumi.Input[str] name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3751
|
+
:param pulumi.Input[builtins.str] name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3751
3752
|
|
|
3752
3753
|
It must not be longer than 253 characters and must consist of one or more DNS sub-domains separated by slashes. This field is immutable.
|
|
3753
|
-
:param pulumi.Input[int] resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3754
|
+
:param pulumi.Input[builtins.int] resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3754
3755
|
|
|
3755
3756
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
3756
3757
|
"""
|
|
@@ -3763,7 +3764,7 @@ class ResourcePoolPatchArgs:
|
|
|
3763
3764
|
|
|
3764
3765
|
@property
|
|
3765
3766
|
@pulumi.getter
|
|
3766
|
-
def generation(self) -> Optional[pulumi.Input[int]]:
|
|
3767
|
+
def generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3767
3768
|
"""
|
|
3768
3769
|
Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3769
3770
|
|
|
@@ -3772,12 +3773,12 @@ class ResourcePoolPatchArgs:
|
|
|
3772
3773
|
return pulumi.get(self, "generation")
|
|
3773
3774
|
|
|
3774
3775
|
@generation.setter
|
|
3775
|
-
def generation(self, value: Optional[pulumi.Input[int]]):
|
|
3776
|
+
def generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3776
3777
|
pulumi.set(self, "generation", value)
|
|
3777
3778
|
|
|
3778
3779
|
@property
|
|
3779
3780
|
@pulumi.getter
|
|
3780
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
3781
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3781
3782
|
"""
|
|
3782
3783
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3783
3784
|
|
|
@@ -3786,12 +3787,12 @@ class ResourcePoolPatchArgs:
|
|
|
3786
3787
|
return pulumi.get(self, "name")
|
|
3787
3788
|
|
|
3788
3789
|
@name.setter
|
|
3789
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
3790
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3790
3791
|
pulumi.set(self, "name", value)
|
|
3791
3792
|
|
|
3792
3793
|
@property
|
|
3793
3794
|
@pulumi.getter(name="resourceSliceCount")
|
|
3794
|
-
def resource_slice_count(self) -> Optional[pulumi.Input[int]]:
|
|
3795
|
+
def resource_slice_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3795
3796
|
"""
|
|
3796
3797
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3797
3798
|
|
|
@@ -3800,7 +3801,7 @@ class ResourcePoolPatchArgs:
|
|
|
3800
3801
|
return pulumi.get(self, "resource_slice_count")
|
|
3801
3802
|
|
|
3802
3803
|
@resource_slice_count.setter
|
|
3803
|
-
def resource_slice_count(self, value: Optional[pulumi.Input[int]]):
|
|
3804
|
+
def resource_slice_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3804
3805
|
pulumi.set(self, "resource_slice_count", value)
|
|
3805
3806
|
|
|
3806
3807
|
|
|
@@ -3809,19 +3810,19 @@ if not MYPY:
|
|
|
3809
3810
|
"""
|
|
3810
3811
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3811
3812
|
"""
|
|
3812
|
-
generation: pulumi.Input[int]
|
|
3813
|
+
generation: pulumi.Input[builtins.int]
|
|
3813
3814
|
"""
|
|
3814
3815
|
Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3815
3816
|
|
|
3816
3817
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3817
3818
|
"""
|
|
3818
|
-
name: pulumi.Input[str]
|
|
3819
|
+
name: pulumi.Input[builtins.str]
|
|
3819
3820
|
"""
|
|
3820
3821
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3821
3822
|
|
|
3822
3823
|
It must not be longer than 253 characters and must consist of one or more DNS sub-domains separated by slashes. This field is immutable.
|
|
3823
3824
|
"""
|
|
3824
|
-
resource_slice_count: pulumi.Input[int]
|
|
3825
|
+
resource_slice_count: pulumi.Input[builtins.int]
|
|
3825
3826
|
"""
|
|
3826
3827
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3827
3828
|
|
|
@@ -3833,18 +3834,18 @@ elif False:
|
|
|
3833
3834
|
@pulumi.input_type
|
|
3834
3835
|
class ResourcePoolArgs:
|
|
3835
3836
|
def __init__(__self__, *,
|
|
3836
|
-
generation: pulumi.Input[int],
|
|
3837
|
-
name: pulumi.Input[str],
|
|
3838
|
-
resource_slice_count: pulumi.Input[int]):
|
|
3837
|
+
generation: pulumi.Input[builtins.int],
|
|
3838
|
+
name: pulumi.Input[builtins.str],
|
|
3839
|
+
resource_slice_count: pulumi.Input[builtins.int]):
|
|
3839
3840
|
"""
|
|
3840
3841
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3841
|
-
:param pulumi.Input[int] generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3842
|
+
:param pulumi.Input[builtins.int] generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3842
3843
|
|
|
3843
3844
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3844
|
-
:param pulumi.Input[str] name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3845
|
+
:param pulumi.Input[builtins.str] name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3845
3846
|
|
|
3846
3847
|
It must not be longer than 253 characters and must consist of one or more DNS sub-domains separated by slashes. This field is immutable.
|
|
3847
|
-
:param pulumi.Input[int] resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3848
|
+
:param pulumi.Input[builtins.int] resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3848
3849
|
|
|
3849
3850
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
3850
3851
|
"""
|
|
@@ -3854,7 +3855,7 @@ class ResourcePoolArgs:
|
|
|
3854
3855
|
|
|
3855
3856
|
@property
|
|
3856
3857
|
@pulumi.getter
|
|
3857
|
-
def generation(self) -> pulumi.Input[int]:
|
|
3858
|
+
def generation(self) -> pulumi.Input[builtins.int]:
|
|
3858
3859
|
"""
|
|
3859
3860
|
Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3860
3861
|
|
|
@@ -3863,12 +3864,12 @@ class ResourcePoolArgs:
|
|
|
3863
3864
|
return pulumi.get(self, "generation")
|
|
3864
3865
|
|
|
3865
3866
|
@generation.setter
|
|
3866
|
-
def generation(self, value: pulumi.Input[int]):
|
|
3867
|
+
def generation(self, value: pulumi.Input[builtins.int]):
|
|
3867
3868
|
pulumi.set(self, "generation", value)
|
|
3868
3869
|
|
|
3869
3870
|
@property
|
|
3870
3871
|
@pulumi.getter
|
|
3871
|
-
def name(self) -> pulumi.Input[str]:
|
|
3872
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
3872
3873
|
"""
|
|
3873
3874
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3874
3875
|
|
|
@@ -3877,12 +3878,12 @@ class ResourcePoolArgs:
|
|
|
3877
3878
|
return pulumi.get(self, "name")
|
|
3878
3879
|
|
|
3879
3880
|
@name.setter
|
|
3880
|
-
def name(self, value: pulumi.Input[str]):
|
|
3881
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
3881
3882
|
pulumi.set(self, "name", value)
|
|
3882
3883
|
|
|
3883
3884
|
@property
|
|
3884
3885
|
@pulumi.getter(name="resourceSliceCount")
|
|
3885
|
-
def resource_slice_count(self) -> pulumi.Input[int]:
|
|
3886
|
+
def resource_slice_count(self) -> pulumi.Input[builtins.int]:
|
|
3886
3887
|
"""
|
|
3887
3888
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3888
3889
|
|
|
@@ -3891,7 +3892,7 @@ class ResourcePoolArgs:
|
|
|
3891
3892
|
return pulumi.get(self, "resource_slice_count")
|
|
3892
3893
|
|
|
3893
3894
|
@resource_slice_count.setter
|
|
3894
|
-
def resource_slice_count(self, value: pulumi.Input[int]):
|
|
3895
|
+
def resource_slice_count(self, value: pulumi.Input[builtins.int]):
|
|
3895
3896
|
pulumi.set(self, "resource_slice_count", value)
|
|
3896
3897
|
|
|
3897
3898
|
|
|
@@ -3900,7 +3901,7 @@ if not MYPY:
|
|
|
3900
3901
|
"""
|
|
3901
3902
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3902
3903
|
"""
|
|
3903
|
-
all_nodes: NotRequired[pulumi.Input[bool]]
|
|
3904
|
+
all_nodes: NotRequired[pulumi.Input[builtins.bool]]
|
|
3904
3905
|
"""
|
|
3905
3906
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3906
3907
|
|
|
@@ -3912,13 +3913,13 @@ if not MYPY:
|
|
|
3912
3913
|
|
|
3913
3914
|
Must not have more than 128 entries.
|
|
3914
3915
|
"""
|
|
3915
|
-
driver: NotRequired[pulumi.Input[str]]
|
|
3916
|
+
driver: NotRequired[pulumi.Input[builtins.str]]
|
|
3916
3917
|
"""
|
|
3917
3918
|
Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3918
3919
|
|
|
3919
3920
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3920
3921
|
"""
|
|
3921
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
3922
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
3922
3923
|
"""
|
|
3923
3924
|
NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3924
3925
|
|
|
@@ -3944,24 +3945,24 @@ elif False:
|
|
|
3944
3945
|
@pulumi.input_type
|
|
3945
3946
|
class ResourceSliceSpecPatchArgs:
|
|
3946
3947
|
def __init__(__self__, *,
|
|
3947
|
-
all_nodes: Optional[pulumi.Input[bool]] = None,
|
|
3948
|
+
all_nodes: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3948
3949
|
devices: Optional[pulumi.Input[Sequence[pulumi.Input['DevicePatchArgs']]]] = None,
|
|
3949
|
-
driver: Optional[pulumi.Input[str]] = None,
|
|
3950
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
3950
|
+
driver: Optional[pulumi.Input[builtins.str]] = None,
|
|
3951
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3951
3952
|
node_selector: Optional[pulumi.Input['_core.v1.NodeSelectorPatchArgs']] = None,
|
|
3952
3953
|
pool: Optional[pulumi.Input['ResourcePoolPatchArgs']] = None):
|
|
3953
3954
|
"""
|
|
3954
3955
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3955
|
-
:param pulumi.Input[bool] all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3956
|
+
:param pulumi.Input[builtins.bool] all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3956
3957
|
|
|
3957
3958
|
Exactly one of NodeName, NodeSelector and AllNodes must be set.
|
|
3958
3959
|
:param pulumi.Input[Sequence[pulumi.Input['DevicePatchArgs']]] devices: Devices lists some or all of the devices in this pool.
|
|
3959
3960
|
|
|
3960
3961
|
Must not have more than 128 entries.
|
|
3961
|
-
:param pulumi.Input[str] driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3962
|
+
:param pulumi.Input[builtins.str] driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3962
3963
|
|
|
3963
3964
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3964
|
-
:param pulumi.Input[str] node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3965
|
+
:param pulumi.Input[builtins.str] node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3965
3966
|
|
|
3966
3967
|
This field can be used to limit access from nodes to ResourceSlices with the same node name. It also indicates to autoscalers that adding new nodes of the same type as some old node might also make new resources available.
|
|
3967
3968
|
|
|
@@ -3988,7 +3989,7 @@ class ResourceSliceSpecPatchArgs:
|
|
|
3988
3989
|
|
|
3989
3990
|
@property
|
|
3990
3991
|
@pulumi.getter(name="allNodes")
|
|
3991
|
-
def all_nodes(self) -> Optional[pulumi.Input[bool]]:
|
|
3992
|
+
def all_nodes(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3992
3993
|
"""
|
|
3993
3994
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3994
3995
|
|
|
@@ -3997,7 +3998,7 @@ class ResourceSliceSpecPatchArgs:
|
|
|
3997
3998
|
return pulumi.get(self, "all_nodes")
|
|
3998
3999
|
|
|
3999
4000
|
@all_nodes.setter
|
|
4000
|
-
def all_nodes(self, value: Optional[pulumi.Input[bool]]):
|
|
4001
|
+
def all_nodes(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
4001
4002
|
pulumi.set(self, "all_nodes", value)
|
|
4002
4003
|
|
|
4003
4004
|
@property
|
|
@@ -4016,7 +4017,7 @@ class ResourceSliceSpecPatchArgs:
|
|
|
4016
4017
|
|
|
4017
4018
|
@property
|
|
4018
4019
|
@pulumi.getter
|
|
4019
|
-
def driver(self) -> Optional[pulumi.Input[str]]:
|
|
4020
|
+
def driver(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4020
4021
|
"""
|
|
4021
4022
|
Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
4022
4023
|
|
|
@@ -4025,12 +4026,12 @@ class ResourceSliceSpecPatchArgs:
|
|
|
4025
4026
|
return pulumi.get(self, "driver")
|
|
4026
4027
|
|
|
4027
4028
|
@driver.setter
|
|
4028
|
-
def driver(self, value: Optional[pulumi.Input[str]]):
|
|
4029
|
+
def driver(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4029
4030
|
pulumi.set(self, "driver", value)
|
|
4030
4031
|
|
|
4031
4032
|
@property
|
|
4032
4033
|
@pulumi.getter(name="nodeName")
|
|
4033
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
4034
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4034
4035
|
"""
|
|
4035
4036
|
NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
4036
4037
|
|
|
@@ -4041,7 +4042,7 @@ class ResourceSliceSpecPatchArgs:
|
|
|
4041
4042
|
return pulumi.get(self, "node_name")
|
|
4042
4043
|
|
|
4043
4044
|
@node_name.setter
|
|
4044
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
4045
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4045
4046
|
pulumi.set(self, "node_name", value)
|
|
4046
4047
|
|
|
4047
4048
|
@property
|
|
@@ -4078,7 +4079,7 @@ if not MYPY:
|
|
|
4078
4079
|
"""
|
|
4079
4080
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
4080
4081
|
"""
|
|
4081
|
-
driver: pulumi.Input[str]
|
|
4082
|
+
driver: pulumi.Input[builtins.str]
|
|
4082
4083
|
"""
|
|
4083
4084
|
Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
4084
4085
|
|
|
@@ -4088,7 +4089,7 @@ if not MYPY:
|
|
|
4088
4089
|
"""
|
|
4089
4090
|
Pool describes the pool that this ResourceSlice belongs to.
|
|
4090
4091
|
"""
|
|
4091
|
-
all_nodes: NotRequired[pulumi.Input[bool]]
|
|
4092
|
+
all_nodes: NotRequired[pulumi.Input[builtins.bool]]
|
|
4092
4093
|
"""
|
|
4093
4094
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4094
4095
|
|
|
@@ -4100,7 +4101,7 @@ if not MYPY:
|
|
|
4100
4101
|
|
|
4101
4102
|
Must not have more than 128 entries.
|
|
4102
4103
|
"""
|
|
4103
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
4104
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
4104
4105
|
"""
|
|
4105
4106
|
NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
4106
4107
|
|
|
@@ -4122,25 +4123,25 @@ elif False:
|
|
|
4122
4123
|
@pulumi.input_type
|
|
4123
4124
|
class ResourceSliceSpecArgs:
|
|
4124
4125
|
def __init__(__self__, *,
|
|
4125
|
-
driver: pulumi.Input[str],
|
|
4126
|
+
driver: pulumi.Input[builtins.str],
|
|
4126
4127
|
pool: pulumi.Input['ResourcePoolArgs'],
|
|
4127
|
-
all_nodes: Optional[pulumi.Input[bool]] = None,
|
|
4128
|
+
all_nodes: Optional[pulumi.Input[builtins.bool]] = None,
|
|
4128
4129
|
devices: Optional[pulumi.Input[Sequence[pulumi.Input['DeviceArgs']]]] = None,
|
|
4129
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
4130
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
4130
4131
|
node_selector: Optional[pulumi.Input['_core.v1.NodeSelectorArgs']] = None):
|
|
4131
4132
|
"""
|
|
4132
4133
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
4133
|
-
:param pulumi.Input[str] driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
4134
|
+
:param pulumi.Input[builtins.str] driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
4134
4135
|
|
|
4135
4136
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
4136
4137
|
:param pulumi.Input['ResourcePoolArgs'] pool: Pool describes the pool that this ResourceSlice belongs to.
|
|
4137
|
-
:param pulumi.Input[bool] all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4138
|
+
:param pulumi.Input[builtins.bool] all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4138
4139
|
|
|
4139
4140
|
Exactly one of NodeName, NodeSelector and AllNodes must be set.
|
|
4140
4141
|
:param pulumi.Input[Sequence[pulumi.Input['DeviceArgs']]] devices: Devices lists some or all of the devices in this pool.
|
|
4141
4142
|
|
|
4142
4143
|
Must not have more than 128 entries.
|
|
4143
|
-
:param pulumi.Input[str] node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
4144
|
+
:param pulumi.Input[builtins.str] node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
4144
4145
|
|
|
4145
4146
|
This field can be used to limit access from nodes to ResourceSlices with the same node name. It also indicates to autoscalers that adding new nodes of the same type as some old node might also make new resources available.
|
|
4146
4147
|
|
|
@@ -4164,7 +4165,7 @@ class ResourceSliceSpecArgs:
|
|
|
4164
4165
|
|
|
4165
4166
|
@property
|
|
4166
4167
|
@pulumi.getter
|
|
4167
|
-
def driver(self) -> pulumi.Input[str]:
|
|
4168
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
4168
4169
|
"""
|
|
4169
4170
|
Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
4170
4171
|
|
|
@@ -4173,7 +4174,7 @@ class ResourceSliceSpecArgs:
|
|
|
4173
4174
|
return pulumi.get(self, "driver")
|
|
4174
4175
|
|
|
4175
4176
|
@driver.setter
|
|
4176
|
-
def driver(self, value: pulumi.Input[str]):
|
|
4177
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
4177
4178
|
pulumi.set(self, "driver", value)
|
|
4178
4179
|
|
|
4179
4180
|
@property
|
|
@@ -4190,7 +4191,7 @@ class ResourceSliceSpecArgs:
|
|
|
4190
4191
|
|
|
4191
4192
|
@property
|
|
4192
4193
|
@pulumi.getter(name="allNodes")
|
|
4193
|
-
def all_nodes(self) -> Optional[pulumi.Input[bool]]:
|
|
4194
|
+
def all_nodes(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
4194
4195
|
"""
|
|
4195
4196
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4196
4197
|
|
|
@@ -4199,7 +4200,7 @@ class ResourceSliceSpecArgs:
|
|
|
4199
4200
|
return pulumi.get(self, "all_nodes")
|
|
4200
4201
|
|
|
4201
4202
|
@all_nodes.setter
|
|
4202
|
-
def all_nodes(self, value: Optional[pulumi.Input[bool]]):
|
|
4203
|
+
def all_nodes(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
4203
4204
|
pulumi.set(self, "all_nodes", value)
|
|
4204
4205
|
|
|
4205
4206
|
@property
|
|
@@ -4218,7 +4219,7 @@ class ResourceSliceSpecArgs:
|
|
|
4218
4219
|
|
|
4219
4220
|
@property
|
|
4220
4221
|
@pulumi.getter(name="nodeName")
|
|
4221
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
4222
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4222
4223
|
"""
|
|
4223
4224
|
NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
4224
4225
|
|
|
@@ -4229,7 +4230,7 @@ class ResourceSliceSpecArgs:
|
|
|
4229
4230
|
return pulumi.get(self, "node_name")
|
|
4230
4231
|
|
|
4231
4232
|
@node_name.setter
|
|
4232
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
4233
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4233
4234
|
pulumi.set(self, "node_name", value)
|
|
4234
4235
|
|
|
4235
4236
|
@property
|
|
@@ -4270,11 +4271,11 @@ if not MYPY:
|
|
|
4270
4271
|
|
|
4271
4272
|
Changing the spec automatically increments the metadata.generation number.
|
|
4272
4273
|
"""
|
|
4273
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
4274
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
4274
4275
|
"""
|
|
4275
4276
|
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
|
|
4276
4277
|
"""
|
|
4277
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
4278
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
4278
4279
|
"""
|
|
4279
4280
|
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
|
|
4280
4281
|
"""
|
|
@@ -4289,8 +4290,8 @@ elif False:
|
|
|
4289
4290
|
class ResourceSliceArgs:
|
|
4290
4291
|
def __init__(__self__, *,
|
|
4291
4292
|
spec: pulumi.Input['ResourceSliceSpecArgs'],
|
|
4292
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
4293
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
4293
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
4294
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
4294
4295
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
4295
4296
|
"""
|
|
4296
4297
|
ResourceSlice represents one or more resources in a pool of similar resources, managed by a common driver. A pool may span more than one ResourceSlice, and exactly how many ResourceSlices comprise a pool is determined by the driver.
|
|
@@ -4307,8 +4308,8 @@ class ResourceSliceArgs:
|
|
|
4307
4308
|
:param pulumi.Input['ResourceSliceSpecArgs'] spec: Contains the information published by the driver.
|
|
4308
4309
|
|
|
4309
4310
|
Changing the spec automatically increments the metadata.generation number.
|
|
4310
|
-
: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
|
|
4311
|
-
: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
|
|
4311
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
4312
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
4312
4313
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
4313
4314
|
"""
|
|
4314
4315
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -4335,26 +4336,26 @@ class ResourceSliceArgs:
|
|
|
4335
4336
|
|
|
4336
4337
|
@property
|
|
4337
4338
|
@pulumi.getter(name="apiVersion")
|
|
4338
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
4339
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4339
4340
|
"""
|
|
4340
4341
|
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
|
|
4341
4342
|
"""
|
|
4342
4343
|
return pulumi.get(self, "api_version")
|
|
4343
4344
|
|
|
4344
4345
|
@api_version.setter
|
|
4345
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
4346
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4346
4347
|
pulumi.set(self, "api_version", value)
|
|
4347
4348
|
|
|
4348
4349
|
@property
|
|
4349
4350
|
@pulumi.getter
|
|
4350
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
4351
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4351
4352
|
"""
|
|
4352
4353
|
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
|
|
4353
4354
|
"""
|
|
4354
4355
|
return pulumi.get(self, "kind")
|
|
4355
4356
|
|
|
4356
4357
|
@kind.setter
|
|
4357
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
4358
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4358
4359
|
pulumi.set(self, "kind", value)
|
|
4359
4360
|
|
|
4360
4361
|
@property
|