pulumi-kubernetes 4.23.0a1743496684__py3-none-any.whl → 4.23.0a1743595894__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.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743496684.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.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
|
|
@@ -101,19 +102,19 @@ class AllocatedDeviceStatus(dict):
|
|
|
101
102
|
return super().get(key, default)
|
|
102
103
|
|
|
103
104
|
def __init__(__self__, *,
|
|
104
|
-
device: str,
|
|
105
|
-
driver: str,
|
|
106
|
-
pool: str,
|
|
105
|
+
device: builtins.str,
|
|
106
|
+
driver: builtins.str,
|
|
107
|
+
pool: builtins.str,
|
|
107
108
|
conditions: Optional[Sequence['_meta.v1.outputs.Condition']] = None,
|
|
108
109
|
data: Optional[Any] = None,
|
|
109
110
|
network_data: Optional['outputs.NetworkDeviceData'] = None):
|
|
110
111
|
"""
|
|
111
112
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
112
|
-
:param str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
113
|
-
:param 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.
|
|
113
|
+
:param builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
114
|
+
:param 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.
|
|
114
115
|
|
|
115
116
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
116
|
-
:param 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>`).
|
|
117
|
+
:param 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>`).
|
|
117
118
|
|
|
118
119
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
119
120
|
:param Sequence['_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.
|
|
@@ -134,7 +135,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
134
135
|
|
|
135
136
|
@property
|
|
136
137
|
@pulumi.getter
|
|
137
|
-
def device(self) -> str:
|
|
138
|
+
def device(self) -> builtins.str:
|
|
138
139
|
"""
|
|
139
140
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
140
141
|
"""
|
|
@@ -142,7 +143,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
142
143
|
|
|
143
144
|
@property
|
|
144
145
|
@pulumi.getter
|
|
145
|
-
def driver(self) -> str:
|
|
146
|
+
def driver(self) -> builtins.str:
|
|
146
147
|
"""
|
|
147
148
|
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.
|
|
148
149
|
|
|
@@ -152,7 +153,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
152
153
|
|
|
153
154
|
@property
|
|
154
155
|
@pulumi.getter
|
|
155
|
-
def pool(self) -> str:
|
|
156
|
+
def pool(self) -> builtins.str:
|
|
156
157
|
"""
|
|
157
158
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
158
159
|
|
|
@@ -212,22 +213,22 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
212
213
|
def __init__(__self__, *,
|
|
213
214
|
conditions: Optional[Sequence['_meta.v1.outputs.ConditionPatch']] = None,
|
|
214
215
|
data: Optional[Any] = None,
|
|
215
|
-
device: Optional[str] = None,
|
|
216
|
-
driver: Optional[str] = None,
|
|
216
|
+
device: Optional[builtins.str] = None,
|
|
217
|
+
driver: Optional[builtins.str] = None,
|
|
217
218
|
network_data: Optional['outputs.NetworkDeviceDataPatch'] = None,
|
|
218
|
-
pool: Optional[str] = None):
|
|
219
|
+
pool: Optional[builtins.str] = None):
|
|
219
220
|
"""
|
|
220
221
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
221
222
|
:param Sequence['_meta.v1.ConditionPatchArgs'] 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.
|
|
222
223
|
:param Any data: Data contains arbitrary driver-specific data.
|
|
223
224
|
|
|
224
225
|
The length of the raw data must be smaller or equal to 10 Ki.
|
|
225
|
-
:param str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
226
|
-
:param 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.
|
|
226
|
+
:param builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
227
|
+
:param 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.
|
|
227
228
|
|
|
228
229
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
229
230
|
:param 'NetworkDeviceDataPatchArgs' network_data: NetworkData contains network-related information specific to the device.
|
|
230
|
-
:param 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>`).
|
|
231
|
+
:param 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>`).
|
|
231
232
|
|
|
232
233
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
233
234
|
"""
|
|
@@ -264,7 +265,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
264
265
|
|
|
265
266
|
@property
|
|
266
267
|
@pulumi.getter
|
|
267
|
-
def device(self) -> Optional[str]:
|
|
268
|
+
def device(self) -> Optional[builtins.str]:
|
|
268
269
|
"""
|
|
269
270
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
270
271
|
"""
|
|
@@ -272,7 +273,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
272
273
|
|
|
273
274
|
@property
|
|
274
275
|
@pulumi.getter
|
|
275
|
-
def driver(self) -> Optional[str]:
|
|
276
|
+
def driver(self) -> Optional[builtins.str]:
|
|
276
277
|
"""
|
|
277
278
|
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.
|
|
278
279
|
|
|
@@ -290,7 +291,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
290
291
|
|
|
291
292
|
@property
|
|
292
293
|
@pulumi.getter
|
|
293
|
-
def pool(self) -> Optional[str]:
|
|
294
|
+
def pool(self) -> Optional[builtins.str]:
|
|
294
295
|
"""
|
|
295
296
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
296
297
|
|
|
@@ -322,12 +323,12 @@ class AllocationResult(dict):
|
|
|
322
323
|
return super().get(key, default)
|
|
323
324
|
|
|
324
325
|
def __init__(__self__, *,
|
|
325
|
-
controller: Optional[str] = None,
|
|
326
|
+
controller: Optional[builtins.str] = None,
|
|
326
327
|
devices: Optional['outputs.DeviceAllocationResult'] = None,
|
|
327
328
|
node_selector: Optional['_core.v1.outputs.NodeSelector'] = None):
|
|
328
329
|
"""
|
|
329
330
|
AllocationResult contains attributes of an allocated resource.
|
|
330
|
-
:param 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.
|
|
331
|
+
:param 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.
|
|
331
332
|
|
|
332
333
|
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.
|
|
333
334
|
|
|
@@ -344,7 +345,7 @@ class AllocationResult(dict):
|
|
|
344
345
|
|
|
345
346
|
@property
|
|
346
347
|
@pulumi.getter
|
|
347
|
-
def controller(self) -> Optional[str]:
|
|
348
|
+
def controller(self) -> Optional[builtins.str]:
|
|
348
349
|
"""
|
|
349
350
|
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.
|
|
350
351
|
|
|
@@ -394,12 +395,12 @@ class AllocationResultPatch(dict):
|
|
|
394
395
|
return super().get(key, default)
|
|
395
396
|
|
|
396
397
|
def __init__(__self__, *,
|
|
397
|
-
controller: Optional[str] = None,
|
|
398
|
+
controller: Optional[builtins.str] = None,
|
|
398
399
|
devices: Optional['outputs.DeviceAllocationResultPatch'] = None,
|
|
399
400
|
node_selector: Optional['_core.v1.outputs.NodeSelectorPatch'] = None):
|
|
400
401
|
"""
|
|
401
402
|
AllocationResult contains attributes of an allocated resource.
|
|
402
|
-
:param 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.
|
|
403
|
+
:param 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.
|
|
403
404
|
|
|
404
405
|
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.
|
|
405
406
|
|
|
@@ -416,7 +417,7 @@ class AllocationResultPatch(dict):
|
|
|
416
417
|
|
|
417
418
|
@property
|
|
418
419
|
@pulumi.getter
|
|
419
|
-
def controller(self) -> Optional[str]:
|
|
420
|
+
def controller(self) -> Optional[builtins.str]:
|
|
420
421
|
"""
|
|
421
422
|
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.
|
|
422
423
|
|
|
@@ -450,13 +451,13 @@ class BasicDevice(dict):
|
|
|
450
451
|
"""
|
|
451
452
|
def __init__(__self__, *,
|
|
452
453
|
attributes: Optional[Mapping[str, 'outputs.DeviceAttribute']] = None,
|
|
453
|
-
capacity: Optional[Mapping[str, str]] = None):
|
|
454
|
+
capacity: Optional[Mapping[str, builtins.str]] = None):
|
|
454
455
|
"""
|
|
455
456
|
BasicDevice defines one device instance.
|
|
456
457
|
:param Mapping[str, 'DeviceAttributeArgs'] attributes: Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set.
|
|
457
458
|
|
|
458
459
|
The maximum number of attributes and capacities combined is 32.
|
|
459
|
-
:param Mapping[str, str] capacity: Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
460
|
+
:param Mapping[str, builtins.str] capacity: Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
460
461
|
|
|
461
462
|
The maximum number of attributes and capacities combined is 32.
|
|
462
463
|
"""
|
|
@@ -477,7 +478,7 @@ class BasicDevice(dict):
|
|
|
477
478
|
|
|
478
479
|
@property
|
|
479
480
|
@pulumi.getter
|
|
480
|
-
def capacity(self) -> Optional[Mapping[str, str]]:
|
|
481
|
+
def capacity(self) -> Optional[Mapping[str, builtins.str]]:
|
|
481
482
|
"""
|
|
482
483
|
Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
483
484
|
|
|
@@ -493,13 +494,13 @@ class BasicDevicePatch(dict):
|
|
|
493
494
|
"""
|
|
494
495
|
def __init__(__self__, *,
|
|
495
496
|
attributes: Optional[Mapping[str, 'outputs.DeviceAttribute']] = None,
|
|
496
|
-
capacity: Optional[Mapping[str, str]] = None):
|
|
497
|
+
capacity: Optional[Mapping[str, builtins.str]] = None):
|
|
497
498
|
"""
|
|
498
499
|
BasicDevice defines one device instance.
|
|
499
500
|
:param Mapping[str, 'DeviceAttributeArgs'] attributes: Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set.
|
|
500
501
|
|
|
501
502
|
The maximum number of attributes and capacities combined is 32.
|
|
502
|
-
:param Mapping[str, str] capacity: Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
503
|
+
:param Mapping[str, builtins.str] capacity: Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
503
504
|
|
|
504
505
|
The maximum number of attributes and capacities combined is 32.
|
|
505
506
|
"""
|
|
@@ -520,7 +521,7 @@ class BasicDevicePatch(dict):
|
|
|
520
521
|
|
|
521
522
|
@property
|
|
522
523
|
@pulumi.getter
|
|
523
|
-
def capacity(self) -> Optional[Mapping[str, str]]:
|
|
524
|
+
def capacity(self) -> Optional[Mapping[str, builtins.str]]:
|
|
524
525
|
"""
|
|
525
526
|
Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
|
|
526
527
|
|
|
@@ -535,10 +536,10 @@ class CELDeviceSelector(dict):
|
|
|
535
536
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
536
537
|
"""
|
|
537
538
|
def __init__(__self__, *,
|
|
538
|
-
expression: str):
|
|
539
|
+
expression: builtins.str):
|
|
539
540
|
"""
|
|
540
541
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
541
|
-
:param 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 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.
|
|
@@ -572,7 +573,7 @@ class CELDeviceSelector(dict):
|
|
|
572
573
|
|
|
573
574
|
@property
|
|
574
575
|
@pulumi.getter
|
|
575
|
-
def expression(self) -> str:
|
|
576
|
+
def expression(self) -> builtins.str:
|
|
576
577
|
"""
|
|
577
578
|
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.
|
|
578
579
|
|
|
@@ -613,10 +614,10 @@ class CELDeviceSelectorPatch(dict):
|
|
|
613
614
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
614
615
|
"""
|
|
615
616
|
def __init__(__self__, *,
|
|
616
|
-
expression: Optional[str] = None):
|
|
617
|
+
expression: Optional[builtins.str] = None):
|
|
617
618
|
"""
|
|
618
619
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
619
|
-
:param 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.
|
|
620
|
+
:param 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.
|
|
620
621
|
|
|
621
622
|
The expression's input is an object named "device", which carries the following properties:
|
|
622
623
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -651,7 +652,7 @@ class CELDeviceSelectorPatch(dict):
|
|
|
651
652
|
|
|
652
653
|
@property
|
|
653
654
|
@pulumi.getter
|
|
654
|
-
def expression(self) -> Optional[str]:
|
|
655
|
+
def expression(self) -> Optional[builtins.str]:
|
|
655
656
|
"""
|
|
656
657
|
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.
|
|
657
658
|
|
|
@@ -692,11 +693,11 @@ class Device(dict):
|
|
|
692
693
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
693
694
|
"""
|
|
694
695
|
def __init__(__self__, *,
|
|
695
|
-
name: str,
|
|
696
|
+
name: builtins.str,
|
|
696
697
|
basic: Optional['outputs.BasicDevice'] = None):
|
|
697
698
|
"""
|
|
698
699
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
699
|
-
:param str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
700
|
+
:param builtins.str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
700
701
|
:param 'BasicDeviceArgs' basic: Basic defines one device instance.
|
|
701
702
|
"""
|
|
702
703
|
pulumi.set(__self__, "name", name)
|
|
@@ -705,7 +706,7 @@ class Device(dict):
|
|
|
705
706
|
|
|
706
707
|
@property
|
|
707
708
|
@pulumi.getter
|
|
708
|
-
def name(self) -> str:
|
|
709
|
+
def name(self) -> builtins.str:
|
|
709
710
|
"""
|
|
710
711
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
711
712
|
"""
|
|
@@ -726,14 +727,14 @@ class DeviceAllocationConfiguration(dict):
|
|
|
726
727
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
727
728
|
"""
|
|
728
729
|
def __init__(__self__, *,
|
|
729
|
-
source: str,
|
|
730
|
+
source: builtins.str,
|
|
730
731
|
opaque: Optional['outputs.OpaqueDeviceConfiguration'] = None,
|
|
731
|
-
requests: Optional[Sequence[str]] = None):
|
|
732
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
732
733
|
"""
|
|
733
734
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
734
|
-
:param 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.
|
|
735
|
+
:param 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.
|
|
735
736
|
:param 'OpaqueDeviceConfigurationArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
736
|
-
:param Sequence[str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
737
|
+
:param Sequence[builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
737
738
|
"""
|
|
738
739
|
pulumi.set(__self__, "source", source)
|
|
739
740
|
if opaque is not None:
|
|
@@ -743,7 +744,7 @@ class DeviceAllocationConfiguration(dict):
|
|
|
743
744
|
|
|
744
745
|
@property
|
|
745
746
|
@pulumi.getter
|
|
746
|
-
def source(self) -> str:
|
|
747
|
+
def source(self) -> builtins.str:
|
|
747
748
|
"""
|
|
748
749
|
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.
|
|
749
750
|
"""
|
|
@@ -759,7 +760,7 @@ class DeviceAllocationConfiguration(dict):
|
|
|
759
760
|
|
|
760
761
|
@property
|
|
761
762
|
@pulumi.getter
|
|
762
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
763
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
763
764
|
"""
|
|
764
765
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
765
766
|
"""
|
|
@@ -773,13 +774,13 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
773
774
|
"""
|
|
774
775
|
def __init__(__self__, *,
|
|
775
776
|
opaque: Optional['outputs.OpaqueDeviceConfigurationPatch'] = None,
|
|
776
|
-
requests: Optional[Sequence[str]] = None,
|
|
777
|
-
source: Optional[str] = None):
|
|
777
|
+
requests: Optional[Sequence[builtins.str]] = None,
|
|
778
|
+
source: Optional[builtins.str] = None):
|
|
778
779
|
"""
|
|
779
780
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
780
781
|
:param 'OpaqueDeviceConfigurationPatchArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
781
|
-
:param Sequence[str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
782
|
-
:param 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.
|
|
782
|
+
:param Sequence[builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
783
|
+
:param 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.
|
|
783
784
|
"""
|
|
784
785
|
if opaque is not None:
|
|
785
786
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -798,7 +799,7 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
798
799
|
|
|
799
800
|
@property
|
|
800
801
|
@pulumi.getter
|
|
801
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
802
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
802
803
|
"""
|
|
803
804
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
804
805
|
"""
|
|
@@ -806,7 +807,7 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
806
807
|
|
|
807
808
|
@property
|
|
808
809
|
@pulumi.getter
|
|
809
|
-
def source(self) -> Optional[str]:
|
|
810
|
+
def source(self) -> Optional[builtins.str]:
|
|
810
811
|
"""
|
|
811
812
|
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.
|
|
812
813
|
"""
|
|
@@ -897,16 +898,16 @@ class DeviceAttribute(dict):
|
|
|
897
898
|
DeviceAttribute must have exactly one field set.
|
|
898
899
|
"""
|
|
899
900
|
def __init__(__self__, *,
|
|
900
|
-
bool: Optional[bool] = None,
|
|
901
|
-
int: Optional[int] = None,
|
|
902
|
-
string: Optional[str] = None,
|
|
903
|
-
version: Optional[str] = None):
|
|
901
|
+
bool: Optional[builtins.bool] = None,
|
|
902
|
+
int: Optional[builtins.int] = None,
|
|
903
|
+
string: Optional[builtins.str] = None,
|
|
904
|
+
version: Optional[builtins.str] = None):
|
|
904
905
|
"""
|
|
905
906
|
DeviceAttribute must have exactly one field set.
|
|
906
|
-
:param bool bool: BoolValue is a true/false value.
|
|
907
|
-
:param int int: IntValue is a number.
|
|
908
|
-
:param str string: StringValue is a string. Must not be longer than 64 characters.
|
|
909
|
-
:param str version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
907
|
+
:param builtins.bool bool: BoolValue is a true/false value.
|
|
908
|
+
:param builtins.int int: IntValue is a number.
|
|
909
|
+
:param builtins.str string: StringValue is a string. Must not be longer than 64 characters.
|
|
910
|
+
:param builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
910
911
|
"""
|
|
911
912
|
if bool is not None:
|
|
912
913
|
pulumi.set(__self__, "bool", bool)
|
|
@@ -919,7 +920,7 @@ class DeviceAttribute(dict):
|
|
|
919
920
|
|
|
920
921
|
@property
|
|
921
922
|
@pulumi.getter
|
|
922
|
-
def bool(self) -> Optional[bool]:
|
|
923
|
+
def bool(self) -> Optional[builtins.bool]:
|
|
923
924
|
"""
|
|
924
925
|
BoolValue is a true/false value.
|
|
925
926
|
"""
|
|
@@ -927,7 +928,7 @@ class DeviceAttribute(dict):
|
|
|
927
928
|
|
|
928
929
|
@property
|
|
929
930
|
@pulumi.getter
|
|
930
|
-
def int(self) -> Optional[int]:
|
|
931
|
+
def int(self) -> Optional[builtins.int]:
|
|
931
932
|
"""
|
|
932
933
|
IntValue is a number.
|
|
933
934
|
"""
|
|
@@ -935,7 +936,7 @@ class DeviceAttribute(dict):
|
|
|
935
936
|
|
|
936
937
|
@property
|
|
937
938
|
@pulumi.getter
|
|
938
|
-
def string(self) -> Optional[str]:
|
|
939
|
+
def string(self) -> Optional[builtins.str]:
|
|
939
940
|
"""
|
|
940
941
|
StringValue is a string. Must not be longer than 64 characters.
|
|
941
942
|
"""
|
|
@@ -943,7 +944,7 @@ class DeviceAttribute(dict):
|
|
|
943
944
|
|
|
944
945
|
@property
|
|
945
946
|
@pulumi.getter
|
|
946
|
-
def version(self) -> Optional[str]:
|
|
947
|
+
def version(self) -> Optional[builtins.str]:
|
|
947
948
|
"""
|
|
948
949
|
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
949
950
|
"""
|
|
@@ -1004,11 +1005,11 @@ class DeviceClaimConfiguration(dict):
|
|
|
1004
1005
|
"""
|
|
1005
1006
|
def __init__(__self__, *,
|
|
1006
1007
|
opaque: Optional['outputs.OpaqueDeviceConfiguration'] = None,
|
|
1007
|
-
requests: Optional[Sequence[str]] = None):
|
|
1008
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
1008
1009
|
"""
|
|
1009
1010
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1010
1011
|
:param 'OpaqueDeviceConfigurationArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1011
|
-
:param Sequence[str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1012
|
+
:param Sequence[builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1012
1013
|
"""
|
|
1013
1014
|
if opaque is not None:
|
|
1014
1015
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1025,7 +1026,7 @@ class DeviceClaimConfiguration(dict):
|
|
|
1025
1026
|
|
|
1026
1027
|
@property
|
|
1027
1028
|
@pulumi.getter
|
|
1028
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
1029
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
1029
1030
|
"""
|
|
1030
1031
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1031
1032
|
"""
|
|
@@ -1039,11 +1040,11 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1039
1040
|
"""
|
|
1040
1041
|
def __init__(__self__, *,
|
|
1041
1042
|
opaque: Optional['outputs.OpaqueDeviceConfigurationPatch'] = None,
|
|
1042
|
-
requests: Optional[Sequence[str]] = None):
|
|
1043
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
1043
1044
|
"""
|
|
1044
1045
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1045
1046
|
:param 'OpaqueDeviceConfigurationPatchArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1046
|
-
:param Sequence[str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1047
|
+
:param Sequence[builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1047
1048
|
"""
|
|
1048
1049
|
if opaque is not None:
|
|
1049
1050
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1060,7 +1061,7 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1060
1061
|
|
|
1061
1062
|
@property
|
|
1062
1063
|
@pulumi.getter
|
|
1063
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
1064
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
1064
1065
|
"""
|
|
1065
1066
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1066
1067
|
"""
|
|
@@ -1140,8 +1141,8 @@ class DeviceClass(dict):
|
|
|
1140
1141
|
|
|
1141
1142
|
def __init__(__self__, *,
|
|
1142
1143
|
spec: 'outputs.DeviceClassSpec',
|
|
1143
|
-
api_version: Optional[str] = None,
|
|
1144
|
-
kind: Optional[str] = None,
|
|
1144
|
+
api_version: Optional[builtins.str] = None,
|
|
1145
|
+
kind: Optional[builtins.str] = None,
|
|
1145
1146
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
1146
1147
|
"""
|
|
1147
1148
|
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.
|
|
@@ -1152,8 +1153,8 @@ class DeviceClass(dict):
|
|
|
1152
1153
|
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.
|
|
1153
1154
|
|
|
1154
1155
|
Changing the spec automatically increments the metadata.generation number.
|
|
1155
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1156
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1156
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1157
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1157
1158
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1158
1159
|
"""
|
|
1159
1160
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1178,7 +1179,7 @@ class DeviceClass(dict):
|
|
|
1178
1179
|
|
|
1179
1180
|
@property
|
|
1180
1181
|
@pulumi.getter(name="apiVersion")
|
|
1181
|
-
def api_version(self) -> Optional[str]:
|
|
1182
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1182
1183
|
"""
|
|
1183
1184
|
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
|
|
1184
1185
|
"""
|
|
@@ -1186,7 +1187,7 @@ class DeviceClass(dict):
|
|
|
1186
1187
|
|
|
1187
1188
|
@property
|
|
1188
1189
|
@pulumi.getter
|
|
1189
|
-
def kind(self) -> Optional[str]:
|
|
1190
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1190
1191
|
"""
|
|
1191
1192
|
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
|
|
1192
1193
|
"""
|
|
@@ -1422,16 +1423,16 @@ class DeviceConstraint(dict):
|
|
|
1422
1423
|
return super().get(key, default)
|
|
1423
1424
|
|
|
1424
1425
|
def __init__(__self__, *,
|
|
1425
|
-
match_attribute: Optional[str] = None,
|
|
1426
|
-
requests: Optional[Sequence[str]] = None):
|
|
1426
|
+
match_attribute: Optional[builtins.str] = None,
|
|
1427
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
1427
1428
|
"""
|
|
1428
1429
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1429
|
-
:param 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.
|
|
1430
|
+
:param 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.
|
|
1430
1431
|
|
|
1431
1432
|
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.
|
|
1432
1433
|
|
|
1433
1434
|
Must include the domain qualifier.
|
|
1434
|
-
:param Sequence[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.
|
|
1435
|
+
:param Sequence[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.
|
|
1435
1436
|
"""
|
|
1436
1437
|
if match_attribute is not None:
|
|
1437
1438
|
pulumi.set(__self__, "match_attribute", match_attribute)
|
|
@@ -1440,7 +1441,7 @@ class DeviceConstraint(dict):
|
|
|
1440
1441
|
|
|
1441
1442
|
@property
|
|
1442
1443
|
@pulumi.getter(name="matchAttribute")
|
|
1443
|
-
def match_attribute(self) -> Optional[str]:
|
|
1444
|
+
def match_attribute(self) -> Optional[builtins.str]:
|
|
1444
1445
|
"""
|
|
1445
1446
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1446
1447
|
|
|
@@ -1452,7 +1453,7 @@ class DeviceConstraint(dict):
|
|
|
1452
1453
|
|
|
1453
1454
|
@property
|
|
1454
1455
|
@pulumi.getter
|
|
1455
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
1456
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
1456
1457
|
"""
|
|
1457
1458
|
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.
|
|
1458
1459
|
"""
|
|
@@ -1482,16 +1483,16 @@ class DeviceConstraintPatch(dict):
|
|
|
1482
1483
|
return super().get(key, default)
|
|
1483
1484
|
|
|
1484
1485
|
def __init__(__self__, *,
|
|
1485
|
-
match_attribute: Optional[str] = None,
|
|
1486
|
-
requests: Optional[Sequence[str]] = None):
|
|
1486
|
+
match_attribute: Optional[builtins.str] = None,
|
|
1487
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
1487
1488
|
"""
|
|
1488
1489
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1489
|
-
:param 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.
|
|
1490
|
+
:param 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.
|
|
1490
1491
|
|
|
1491
1492
|
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.
|
|
1492
1493
|
|
|
1493
1494
|
Must include the domain qualifier.
|
|
1494
|
-
:param Sequence[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.
|
|
1495
|
+
:param Sequence[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.
|
|
1495
1496
|
"""
|
|
1496
1497
|
if match_attribute is not None:
|
|
1497
1498
|
pulumi.set(__self__, "match_attribute", match_attribute)
|
|
@@ -1500,7 +1501,7 @@ class DeviceConstraintPatch(dict):
|
|
|
1500
1501
|
|
|
1501
1502
|
@property
|
|
1502
1503
|
@pulumi.getter(name="matchAttribute")
|
|
1503
|
-
def match_attribute(self) -> Optional[str]:
|
|
1504
|
+
def match_attribute(self) -> Optional[builtins.str]:
|
|
1504
1505
|
"""
|
|
1505
1506
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1506
1507
|
|
|
@@ -1512,7 +1513,7 @@ class DeviceConstraintPatch(dict):
|
|
|
1512
1513
|
|
|
1513
1514
|
@property
|
|
1514
1515
|
@pulumi.getter
|
|
1515
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
1516
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
1516
1517
|
"""
|
|
1517
1518
|
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.
|
|
1518
1519
|
"""
|
|
@@ -1526,11 +1527,11 @@ class DevicePatch(dict):
|
|
|
1526
1527
|
"""
|
|
1527
1528
|
def __init__(__self__, *,
|
|
1528
1529
|
basic: Optional['outputs.BasicDevicePatch'] = None,
|
|
1529
|
-
name: Optional[str] = None):
|
|
1530
|
+
name: Optional[builtins.str] = None):
|
|
1530
1531
|
"""
|
|
1531
1532
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
1532
1533
|
:param 'BasicDevicePatchArgs' basic: Basic defines one device instance.
|
|
1533
|
-
:param str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1534
|
+
:param builtins.str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1534
1535
|
"""
|
|
1535
1536
|
if basic is not None:
|
|
1536
1537
|
pulumi.set(__self__, "basic", basic)
|
|
@@ -1547,7 +1548,7 @@ class DevicePatch(dict):
|
|
|
1547
1548
|
|
|
1548
1549
|
@property
|
|
1549
1550
|
@pulumi.getter
|
|
1550
|
-
def name(self) -> Optional[str]:
|
|
1551
|
+
def name(self) -> Optional[builtins.str]:
|
|
1551
1552
|
"""
|
|
1552
1553
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1553
1554
|
"""
|
|
@@ -1583,28 +1584,28 @@ class DeviceRequest(dict):
|
|
|
1583
1584
|
return super().get(key, default)
|
|
1584
1585
|
|
|
1585
1586
|
def __init__(__self__, *,
|
|
1586
|
-
device_class_name: str,
|
|
1587
|
-
name: str,
|
|
1588
|
-
admin_access: Optional[bool] = None,
|
|
1589
|
-
allocation_mode: Optional[str] = None,
|
|
1590
|
-
count: Optional[int] = None,
|
|
1587
|
+
device_class_name: builtins.str,
|
|
1588
|
+
name: builtins.str,
|
|
1589
|
+
admin_access: Optional[builtins.bool] = None,
|
|
1590
|
+
allocation_mode: Optional[builtins.str] = None,
|
|
1591
|
+
count: Optional[builtins.int] = None,
|
|
1591
1592
|
selectors: Optional[Sequence['outputs.DeviceSelector']] = None):
|
|
1592
1593
|
"""
|
|
1593
1594
|
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.
|
|
1594
1595
|
|
|
1595
1596
|
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.
|
|
1596
|
-
:param str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1597
|
+
:param builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1597
1598
|
|
|
1598
1599
|
A class is required. Which classes are available depends on the cluster.
|
|
1599
1600
|
|
|
1600
1601
|
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.
|
|
1601
|
-
:param 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.
|
|
1602
|
+
:param 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.
|
|
1602
1603
|
|
|
1603
1604
|
Must be a DNS label.
|
|
1604
|
-
:param 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.
|
|
1605
|
+
:param 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.
|
|
1605
1606
|
|
|
1606
1607
|
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.
|
|
1607
|
-
:param str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1608
|
+
:param builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1608
1609
|
|
|
1609
1610
|
- ExactCount: This request is for a specific number of devices.
|
|
1610
1611
|
This is the default. The exact number is provided in the
|
|
@@ -1617,7 +1618,7 @@ class DeviceRequest(dict):
|
|
|
1617
1618
|
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.
|
|
1618
1619
|
|
|
1619
1620
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
1620
|
-
:param 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.
|
|
1621
|
+
:param 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.
|
|
1621
1622
|
:param Sequence['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.
|
|
1622
1623
|
"""
|
|
1623
1624
|
pulumi.set(__self__, "device_class_name", device_class_name)
|
|
@@ -1633,7 +1634,7 @@ class DeviceRequest(dict):
|
|
|
1633
1634
|
|
|
1634
1635
|
@property
|
|
1635
1636
|
@pulumi.getter(name="deviceClassName")
|
|
1636
|
-
def device_class_name(self) -> str:
|
|
1637
|
+
def device_class_name(self) -> builtins.str:
|
|
1637
1638
|
"""
|
|
1638
1639
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1639
1640
|
|
|
@@ -1645,7 +1646,7 @@ class DeviceRequest(dict):
|
|
|
1645
1646
|
|
|
1646
1647
|
@property
|
|
1647
1648
|
@pulumi.getter
|
|
1648
|
-
def name(self) -> str:
|
|
1649
|
+
def name(self) -> builtins.str:
|
|
1649
1650
|
"""
|
|
1650
1651
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1651
1652
|
|
|
@@ -1655,7 +1656,7 @@ class DeviceRequest(dict):
|
|
|
1655
1656
|
|
|
1656
1657
|
@property
|
|
1657
1658
|
@pulumi.getter(name="adminAccess")
|
|
1658
|
-
def admin_access(self) -> Optional[bool]:
|
|
1659
|
+
def admin_access(self) -> Optional[builtins.bool]:
|
|
1659
1660
|
"""
|
|
1660
1661
|
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.
|
|
1661
1662
|
|
|
@@ -1665,7 +1666,7 @@ class DeviceRequest(dict):
|
|
|
1665
1666
|
|
|
1666
1667
|
@property
|
|
1667
1668
|
@pulumi.getter(name="allocationMode")
|
|
1668
|
-
def allocation_mode(self) -> Optional[str]:
|
|
1669
|
+
def allocation_mode(self) -> Optional[builtins.str]:
|
|
1669
1670
|
"""
|
|
1670
1671
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1671
1672
|
|
|
@@ -1685,7 +1686,7 @@ class DeviceRequest(dict):
|
|
|
1685
1686
|
|
|
1686
1687
|
@property
|
|
1687
1688
|
@pulumi.getter
|
|
1688
|
-
def count(self) -> Optional[int]:
|
|
1689
|
+
def count(self) -> Optional[builtins.int]:
|
|
1689
1690
|
"""
|
|
1690
1691
|
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.
|
|
1691
1692
|
"""
|
|
@@ -1723,22 +1724,22 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1723
1724
|
return super().get(key, default)
|
|
1724
1725
|
|
|
1725
1726
|
def __init__(__self__, *,
|
|
1726
|
-
device: str,
|
|
1727
|
-
driver: str,
|
|
1728
|
-
pool: str,
|
|
1729
|
-
request: str,
|
|
1730
|
-
admin_access: Optional[bool] = None):
|
|
1727
|
+
device: builtins.str,
|
|
1728
|
+
driver: builtins.str,
|
|
1729
|
+
pool: builtins.str,
|
|
1730
|
+
request: builtins.str,
|
|
1731
|
+
admin_access: Optional[builtins.bool] = None):
|
|
1731
1732
|
"""
|
|
1732
1733
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
1733
|
-
:param str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1734
|
-
:param 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.
|
|
1734
|
+
:param builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1735
|
+
:param 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.
|
|
1735
1736
|
|
|
1736
1737
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
1737
|
-
:param 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>`).
|
|
1738
|
+
:param 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>`).
|
|
1738
1739
|
|
|
1739
1740
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
1740
|
-
:param 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.
|
|
1741
|
-
:param bool admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1741
|
+
:param 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.
|
|
1742
|
+
:param builtins.bool admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1742
1743
|
|
|
1743
1744
|
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.
|
|
1744
1745
|
"""
|
|
@@ -1751,7 +1752,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1751
1752
|
|
|
1752
1753
|
@property
|
|
1753
1754
|
@pulumi.getter
|
|
1754
|
-
def device(self) -> str:
|
|
1755
|
+
def device(self) -> builtins.str:
|
|
1755
1756
|
"""
|
|
1756
1757
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1757
1758
|
"""
|
|
@@ -1759,7 +1760,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1759
1760
|
|
|
1760
1761
|
@property
|
|
1761
1762
|
@pulumi.getter
|
|
1762
|
-
def driver(self) -> str:
|
|
1763
|
+
def driver(self) -> builtins.str:
|
|
1763
1764
|
"""
|
|
1764
1765
|
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.
|
|
1765
1766
|
|
|
@@ -1769,7 +1770,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1769
1770
|
|
|
1770
1771
|
@property
|
|
1771
1772
|
@pulumi.getter
|
|
1772
|
-
def pool(self) -> str:
|
|
1773
|
+
def pool(self) -> builtins.str:
|
|
1773
1774
|
"""
|
|
1774
1775
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1775
1776
|
|
|
@@ -1779,7 +1780,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1779
1780
|
|
|
1780
1781
|
@property
|
|
1781
1782
|
@pulumi.getter
|
|
1782
|
-
def request(self) -> str:
|
|
1783
|
+
def request(self) -> builtins.str:
|
|
1783
1784
|
"""
|
|
1784
1785
|
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.
|
|
1785
1786
|
"""
|
|
@@ -1787,7 +1788,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1787
1788
|
|
|
1788
1789
|
@property
|
|
1789
1790
|
@pulumi.getter(name="adminAccess")
|
|
1790
|
-
def admin_access(self) -> Optional[bool]:
|
|
1791
|
+
def admin_access(self) -> Optional[builtins.bool]:
|
|
1791
1792
|
"""
|
|
1792
1793
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1793
1794
|
|
|
@@ -1819,24 +1820,24 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1819
1820
|
return super().get(key, default)
|
|
1820
1821
|
|
|
1821
1822
|
def __init__(__self__, *,
|
|
1822
|
-
admin_access: Optional[bool] = None,
|
|
1823
|
-
device: Optional[str] = None,
|
|
1824
|
-
driver: Optional[str] = None,
|
|
1825
|
-
pool: Optional[str] = None,
|
|
1826
|
-
request: Optional[str] = None):
|
|
1823
|
+
admin_access: Optional[builtins.bool] = None,
|
|
1824
|
+
device: Optional[builtins.str] = None,
|
|
1825
|
+
driver: Optional[builtins.str] = None,
|
|
1826
|
+
pool: Optional[builtins.str] = None,
|
|
1827
|
+
request: Optional[builtins.str] = None):
|
|
1827
1828
|
"""
|
|
1828
1829
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
1829
|
-
:param bool admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1830
|
+
:param builtins.bool admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1830
1831
|
|
|
1831
1832
|
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.
|
|
1832
|
-
:param str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1833
|
-
:param 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.
|
|
1833
|
+
:param builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1834
|
+
:param 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.
|
|
1834
1835
|
|
|
1835
1836
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
1836
|
-
:param 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>`).
|
|
1837
|
+
:param 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>`).
|
|
1837
1838
|
|
|
1838
1839
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
1839
|
-
:param 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.
|
|
1840
|
+
:param 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.
|
|
1840
1841
|
"""
|
|
1841
1842
|
if admin_access is not None:
|
|
1842
1843
|
pulumi.set(__self__, "admin_access", admin_access)
|
|
@@ -1851,7 +1852,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1851
1852
|
|
|
1852
1853
|
@property
|
|
1853
1854
|
@pulumi.getter(name="adminAccess")
|
|
1854
|
-
def admin_access(self) -> Optional[bool]:
|
|
1855
|
+
def admin_access(self) -> Optional[builtins.bool]:
|
|
1855
1856
|
"""
|
|
1856
1857
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1857
1858
|
|
|
@@ -1861,7 +1862,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1861
1862
|
|
|
1862
1863
|
@property
|
|
1863
1864
|
@pulumi.getter
|
|
1864
|
-
def device(self) -> Optional[str]:
|
|
1865
|
+
def device(self) -> Optional[builtins.str]:
|
|
1865
1866
|
"""
|
|
1866
1867
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1867
1868
|
"""
|
|
@@ -1869,7 +1870,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1869
1870
|
|
|
1870
1871
|
@property
|
|
1871
1872
|
@pulumi.getter
|
|
1872
|
-
def driver(self) -> Optional[str]:
|
|
1873
|
+
def driver(self) -> Optional[builtins.str]:
|
|
1873
1874
|
"""
|
|
1874
1875
|
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.
|
|
1875
1876
|
|
|
@@ -1879,7 +1880,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1879
1880
|
|
|
1880
1881
|
@property
|
|
1881
1882
|
@pulumi.getter
|
|
1882
|
-
def pool(self) -> Optional[str]:
|
|
1883
|
+
def pool(self) -> Optional[builtins.str]:
|
|
1883
1884
|
"""
|
|
1884
1885
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1885
1886
|
|
|
@@ -1889,7 +1890,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1889
1890
|
|
|
1890
1891
|
@property
|
|
1891
1892
|
@pulumi.getter
|
|
1892
|
-
def request(self) -> Optional[str]:
|
|
1893
|
+
def request(self) -> Optional[builtins.str]:
|
|
1893
1894
|
"""
|
|
1894
1895
|
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.
|
|
1895
1896
|
"""
|
|
@@ -1925,20 +1926,20 @@ class DeviceRequestPatch(dict):
|
|
|
1925
1926
|
return super().get(key, default)
|
|
1926
1927
|
|
|
1927
1928
|
def __init__(__self__, *,
|
|
1928
|
-
admin_access: Optional[bool] = None,
|
|
1929
|
-
allocation_mode: Optional[str] = None,
|
|
1930
|
-
count: Optional[int] = None,
|
|
1931
|
-
device_class_name: Optional[str] = None,
|
|
1932
|
-
name: Optional[str] = None,
|
|
1929
|
+
admin_access: Optional[builtins.bool] = None,
|
|
1930
|
+
allocation_mode: Optional[builtins.str] = None,
|
|
1931
|
+
count: Optional[builtins.int] = None,
|
|
1932
|
+
device_class_name: Optional[builtins.str] = None,
|
|
1933
|
+
name: Optional[builtins.str] = None,
|
|
1933
1934
|
selectors: Optional[Sequence['outputs.DeviceSelectorPatch']] = None):
|
|
1934
1935
|
"""
|
|
1935
1936
|
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.
|
|
1936
1937
|
|
|
1937
1938
|
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.
|
|
1938
|
-
:param 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.
|
|
1939
|
+
:param 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.
|
|
1939
1940
|
|
|
1940
1941
|
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.
|
|
1941
|
-
:param str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1942
|
+
:param builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1942
1943
|
|
|
1943
1944
|
- ExactCount: This request is for a specific number of devices.
|
|
1944
1945
|
This is the default. The exact number is provided in the
|
|
@@ -1951,13 +1952,13 @@ class DeviceRequestPatch(dict):
|
|
|
1951
1952
|
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.
|
|
1952
1953
|
|
|
1953
1954
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
1954
|
-
:param 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.
|
|
1955
|
-
:param str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1955
|
+
:param 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.
|
|
1956
|
+
:param builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1956
1957
|
|
|
1957
1958
|
A class is required. Which classes are available depends on the cluster.
|
|
1958
1959
|
|
|
1959
1960
|
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.
|
|
1960
|
-
:param 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.
|
|
1961
|
+
:param 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.
|
|
1961
1962
|
|
|
1962
1963
|
Must be a DNS label.
|
|
1963
1964
|
:param Sequence['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.
|
|
@@ -1977,7 +1978,7 @@ class DeviceRequestPatch(dict):
|
|
|
1977
1978
|
|
|
1978
1979
|
@property
|
|
1979
1980
|
@pulumi.getter(name="adminAccess")
|
|
1980
|
-
def admin_access(self) -> Optional[bool]:
|
|
1981
|
+
def admin_access(self) -> Optional[builtins.bool]:
|
|
1981
1982
|
"""
|
|
1982
1983
|
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.
|
|
1983
1984
|
|
|
@@ -1987,7 +1988,7 @@ class DeviceRequestPatch(dict):
|
|
|
1987
1988
|
|
|
1988
1989
|
@property
|
|
1989
1990
|
@pulumi.getter(name="allocationMode")
|
|
1990
|
-
def allocation_mode(self) -> Optional[str]:
|
|
1991
|
+
def allocation_mode(self) -> Optional[builtins.str]:
|
|
1991
1992
|
"""
|
|
1992
1993
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1993
1994
|
|
|
@@ -2007,7 +2008,7 @@ class DeviceRequestPatch(dict):
|
|
|
2007
2008
|
|
|
2008
2009
|
@property
|
|
2009
2010
|
@pulumi.getter
|
|
2010
|
-
def count(self) -> Optional[int]:
|
|
2011
|
+
def count(self) -> Optional[builtins.int]:
|
|
2011
2012
|
"""
|
|
2012
2013
|
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.
|
|
2013
2014
|
"""
|
|
@@ -2015,7 +2016,7 @@ class DeviceRequestPatch(dict):
|
|
|
2015
2016
|
|
|
2016
2017
|
@property
|
|
2017
2018
|
@pulumi.getter(name="deviceClassName")
|
|
2018
|
-
def device_class_name(self) -> Optional[str]:
|
|
2019
|
+
def device_class_name(self) -> Optional[builtins.str]:
|
|
2019
2020
|
"""
|
|
2020
2021
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2021
2022
|
|
|
@@ -2027,7 +2028,7 @@ class DeviceRequestPatch(dict):
|
|
|
2027
2028
|
|
|
2028
2029
|
@property
|
|
2029
2030
|
@pulumi.getter
|
|
2030
|
-
def name(self) -> Optional[str]:
|
|
2031
|
+
def name(self) -> Optional[builtins.str]:
|
|
2031
2032
|
"""
|
|
2032
2033
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2033
2034
|
|
|
@@ -2115,18 +2116,18 @@ class NetworkDeviceData(dict):
|
|
|
2115
2116
|
return super().get(key, default)
|
|
2116
2117
|
|
|
2117
2118
|
def __init__(__self__, *,
|
|
2118
|
-
hardware_address: Optional[str] = None,
|
|
2119
|
-
interface_name: Optional[str] = None,
|
|
2120
|
-
ips: Optional[Sequence[str]] = None):
|
|
2119
|
+
hardware_address: Optional[builtins.str] = None,
|
|
2120
|
+
interface_name: Optional[builtins.str] = None,
|
|
2121
|
+
ips: Optional[Sequence[builtins.str]] = None):
|
|
2121
2122
|
"""
|
|
2122
2123
|
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.
|
|
2123
|
-
:param str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2124
|
+
:param builtins.str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2124
2125
|
|
|
2125
2126
|
Must not be longer than 128 characters.
|
|
2126
|
-
:param 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.
|
|
2127
|
+
:param 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.
|
|
2127
2128
|
|
|
2128
2129
|
Must not be longer than 256 characters.
|
|
2129
|
-
:param Sequence[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.
|
|
2130
|
+
:param Sequence[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.
|
|
2130
2131
|
"""
|
|
2131
2132
|
if hardware_address is not None:
|
|
2132
2133
|
pulumi.set(__self__, "hardware_address", hardware_address)
|
|
@@ -2137,7 +2138,7 @@ class NetworkDeviceData(dict):
|
|
|
2137
2138
|
|
|
2138
2139
|
@property
|
|
2139
2140
|
@pulumi.getter(name="hardwareAddress")
|
|
2140
|
-
def hardware_address(self) -> Optional[str]:
|
|
2141
|
+
def hardware_address(self) -> Optional[builtins.str]:
|
|
2141
2142
|
"""
|
|
2142
2143
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2143
2144
|
|
|
@@ -2147,7 +2148,7 @@ class NetworkDeviceData(dict):
|
|
|
2147
2148
|
|
|
2148
2149
|
@property
|
|
2149
2150
|
@pulumi.getter(name="interfaceName")
|
|
2150
|
-
def interface_name(self) -> Optional[str]:
|
|
2151
|
+
def interface_name(self) -> Optional[builtins.str]:
|
|
2151
2152
|
"""
|
|
2152
2153
|
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.
|
|
2153
2154
|
|
|
@@ -2157,7 +2158,7 @@ class NetworkDeviceData(dict):
|
|
|
2157
2158
|
|
|
2158
2159
|
@property
|
|
2159
2160
|
@pulumi.getter
|
|
2160
|
-
def ips(self) -> Optional[Sequence[str]]:
|
|
2161
|
+
def ips(self) -> Optional[Sequence[builtins.str]]:
|
|
2161
2162
|
"""
|
|
2162
2163
|
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.
|
|
2163
2164
|
"""
|
|
@@ -2189,18 +2190,18 @@ class NetworkDeviceDataPatch(dict):
|
|
|
2189
2190
|
return super().get(key, default)
|
|
2190
2191
|
|
|
2191
2192
|
def __init__(__self__, *,
|
|
2192
|
-
hardware_address: Optional[str] = None,
|
|
2193
|
-
interface_name: Optional[str] = None,
|
|
2194
|
-
ips: Optional[Sequence[str]] = None):
|
|
2193
|
+
hardware_address: Optional[builtins.str] = None,
|
|
2194
|
+
interface_name: Optional[builtins.str] = None,
|
|
2195
|
+
ips: Optional[Sequence[builtins.str]] = None):
|
|
2195
2196
|
"""
|
|
2196
2197
|
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.
|
|
2197
|
-
:param str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2198
|
+
:param builtins.str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2198
2199
|
|
|
2199
2200
|
Must not be longer than 128 characters.
|
|
2200
|
-
:param 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.
|
|
2201
|
+
:param 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.
|
|
2201
2202
|
|
|
2202
2203
|
Must not be longer than 256 characters.
|
|
2203
|
-
:param Sequence[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.
|
|
2204
|
+
:param Sequence[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.
|
|
2204
2205
|
"""
|
|
2205
2206
|
if hardware_address is not None:
|
|
2206
2207
|
pulumi.set(__self__, "hardware_address", hardware_address)
|
|
@@ -2211,7 +2212,7 @@ class NetworkDeviceDataPatch(dict):
|
|
|
2211
2212
|
|
|
2212
2213
|
@property
|
|
2213
2214
|
@pulumi.getter(name="hardwareAddress")
|
|
2214
|
-
def hardware_address(self) -> Optional[str]:
|
|
2215
|
+
def hardware_address(self) -> Optional[builtins.str]:
|
|
2215
2216
|
"""
|
|
2216
2217
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2217
2218
|
|
|
@@ -2221,7 +2222,7 @@ class NetworkDeviceDataPatch(dict):
|
|
|
2221
2222
|
|
|
2222
2223
|
@property
|
|
2223
2224
|
@pulumi.getter(name="interfaceName")
|
|
2224
|
-
def interface_name(self) -> Optional[str]:
|
|
2225
|
+
def interface_name(self) -> Optional[builtins.str]:
|
|
2225
2226
|
"""
|
|
2226
2227
|
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.
|
|
2227
2228
|
|
|
@@ -2231,7 +2232,7 @@ class NetworkDeviceDataPatch(dict):
|
|
|
2231
2232
|
|
|
2232
2233
|
@property
|
|
2233
2234
|
@pulumi.getter
|
|
2234
|
-
def ips(self) -> Optional[Sequence[str]]:
|
|
2235
|
+
def ips(self) -> Optional[Sequence[builtins.str]]:
|
|
2235
2236
|
"""
|
|
2236
2237
|
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.
|
|
2237
2238
|
"""
|
|
@@ -2244,11 +2245,11 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
2244
2245
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2245
2246
|
"""
|
|
2246
2247
|
def __init__(__self__, *,
|
|
2247
|
-
driver: str,
|
|
2248
|
+
driver: builtins.str,
|
|
2248
2249
|
parameters: Any):
|
|
2249
2250
|
"""
|
|
2250
2251
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2251
|
-
:param str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2252
|
+
:param builtins.str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2252
2253
|
|
|
2253
2254
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
2254
2255
|
|
|
@@ -2262,7 +2263,7 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
2262
2263
|
|
|
2263
2264
|
@property
|
|
2264
2265
|
@pulumi.getter
|
|
2265
|
-
def driver(self) -> str:
|
|
2266
|
+
def driver(self) -> builtins.str:
|
|
2266
2267
|
"""
|
|
2267
2268
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2268
2269
|
|
|
@@ -2289,11 +2290,11 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
2289
2290
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2290
2291
|
"""
|
|
2291
2292
|
def __init__(__self__, *,
|
|
2292
|
-
driver: Optional[str] = None,
|
|
2293
|
+
driver: Optional[builtins.str] = None,
|
|
2293
2294
|
parameters: Optional[Any] = None):
|
|
2294
2295
|
"""
|
|
2295
2296
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2296
|
-
:param str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2297
|
+
:param builtins.str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2297
2298
|
|
|
2298
2299
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
2299
2300
|
|
|
@@ -2309,7 +2310,7 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
2309
2310
|
|
|
2310
2311
|
@property
|
|
2311
2312
|
@pulumi.getter
|
|
2312
|
-
def driver(self) -> Optional[str]:
|
|
2313
|
+
def driver(self) -> Optional[builtins.str]:
|
|
2313
2314
|
"""
|
|
2314
2315
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2315
2316
|
|
|
@@ -2356,8 +2357,8 @@ class PodSchedulingContext(dict):
|
|
|
2356
2357
|
|
|
2357
2358
|
def __init__(__self__, *,
|
|
2358
2359
|
spec: 'outputs.PodSchedulingContextSpec',
|
|
2359
|
-
api_version: Optional[str] = None,
|
|
2360
|
-
kind: Optional[str] = None,
|
|
2360
|
+
api_version: Optional[builtins.str] = None,
|
|
2361
|
+
kind: Optional[builtins.str] = None,
|
|
2361
2362
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2362
2363
|
status: Optional['outputs.PodSchedulingContextStatus'] = None):
|
|
2363
2364
|
"""
|
|
@@ -2365,8 +2366,8 @@ class PodSchedulingContext(dict):
|
|
|
2365
2366
|
|
|
2366
2367
|
This is an alpha type and requires enabling the DRAControlPlaneController feature gate.
|
|
2367
2368
|
:param 'PodSchedulingContextSpecArgs' spec: Spec describes where resources for the Pod are needed.
|
|
2368
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2369
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2369
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2370
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2370
2371
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
2371
2372
|
:param 'PodSchedulingContextStatusArgs' status: Status describes where resources for the Pod can be allocated.
|
|
2372
2373
|
"""
|
|
@@ -2390,7 +2391,7 @@ class PodSchedulingContext(dict):
|
|
|
2390
2391
|
|
|
2391
2392
|
@property
|
|
2392
2393
|
@pulumi.getter(name="apiVersion")
|
|
2393
|
-
def api_version(self) -> Optional[str]:
|
|
2394
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2394
2395
|
"""
|
|
2395
2396
|
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
|
|
2396
2397
|
"""
|
|
@@ -2398,7 +2399,7 @@ class PodSchedulingContext(dict):
|
|
|
2398
2399
|
|
|
2399
2400
|
@property
|
|
2400
2401
|
@pulumi.getter
|
|
2401
|
-
def kind(self) -> Optional[str]:
|
|
2402
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2402
2403
|
"""
|
|
2403
2404
|
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
|
|
2404
2405
|
"""
|
|
@@ -2446,14 +2447,14 @@ class PodSchedulingContextSpec(dict):
|
|
|
2446
2447
|
return super().get(key, default)
|
|
2447
2448
|
|
|
2448
2449
|
def __init__(__self__, *,
|
|
2449
|
-
potential_nodes: Optional[Sequence[str]] = None,
|
|
2450
|
-
selected_node: Optional[str] = None):
|
|
2450
|
+
potential_nodes: Optional[Sequence[builtins.str]] = None,
|
|
2451
|
+
selected_node: Optional[builtins.str] = None):
|
|
2451
2452
|
"""
|
|
2452
2453
|
PodSchedulingContextSpec describes where resources for the Pod are needed.
|
|
2453
|
-
:param Sequence[str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
2454
|
+
:param Sequence[builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
2454
2455
|
|
|
2455
2456
|
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.
|
|
2456
|
-
:param 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.
|
|
2457
|
+
:param 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.
|
|
2457
2458
|
"""
|
|
2458
2459
|
if potential_nodes is not None:
|
|
2459
2460
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
@@ -2462,7 +2463,7 @@ class PodSchedulingContextSpec(dict):
|
|
|
2462
2463
|
|
|
2463
2464
|
@property
|
|
2464
2465
|
@pulumi.getter(name="potentialNodes")
|
|
2465
|
-
def potential_nodes(self) -> Optional[Sequence[str]]:
|
|
2466
|
+
def potential_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
2466
2467
|
"""
|
|
2467
2468
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
2468
2469
|
|
|
@@ -2472,7 +2473,7 @@ class PodSchedulingContextSpec(dict):
|
|
|
2472
2473
|
|
|
2473
2474
|
@property
|
|
2474
2475
|
@pulumi.getter(name="selectedNode")
|
|
2475
|
-
def selected_node(self) -> Optional[str]:
|
|
2476
|
+
def selected_node(self) -> Optional[builtins.str]:
|
|
2476
2477
|
"""
|
|
2477
2478
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2478
2479
|
"""
|
|
@@ -2504,14 +2505,14 @@ class PodSchedulingContextSpecPatch(dict):
|
|
|
2504
2505
|
return super().get(key, default)
|
|
2505
2506
|
|
|
2506
2507
|
def __init__(__self__, *,
|
|
2507
|
-
potential_nodes: Optional[Sequence[str]] = None,
|
|
2508
|
-
selected_node: Optional[str] = None):
|
|
2508
|
+
potential_nodes: Optional[Sequence[builtins.str]] = None,
|
|
2509
|
+
selected_node: Optional[builtins.str] = None):
|
|
2509
2510
|
"""
|
|
2510
2511
|
PodSchedulingContextSpec describes where resources for the Pod are needed.
|
|
2511
|
-
:param Sequence[str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
2512
|
+
:param Sequence[builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
2512
2513
|
|
|
2513
2514
|
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.
|
|
2514
|
-
:param 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.
|
|
2515
|
+
:param 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.
|
|
2515
2516
|
"""
|
|
2516
2517
|
if potential_nodes is not None:
|
|
2517
2518
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
@@ -2520,7 +2521,7 @@ class PodSchedulingContextSpecPatch(dict):
|
|
|
2520
2521
|
|
|
2521
2522
|
@property
|
|
2522
2523
|
@pulumi.getter(name="potentialNodes")
|
|
2523
|
-
def potential_nodes(self) -> Optional[Sequence[str]]:
|
|
2524
|
+
def potential_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
2524
2525
|
"""
|
|
2525
2526
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
2526
2527
|
|
|
@@ -2530,7 +2531,7 @@ class PodSchedulingContextSpecPatch(dict):
|
|
|
2530
2531
|
|
|
2531
2532
|
@property
|
|
2532
2533
|
@pulumi.getter(name="selectedNode")
|
|
2533
|
-
def selected_node(self) -> Optional[str]:
|
|
2534
|
+
def selected_node(self) -> Optional[builtins.str]:
|
|
2534
2535
|
"""
|
|
2535
2536
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
2536
2537
|
"""
|
|
@@ -2643,8 +2644,8 @@ class ResourceClaim(dict):
|
|
|
2643
2644
|
|
|
2644
2645
|
def __init__(__self__, *,
|
|
2645
2646
|
spec: 'outputs.ResourceClaimSpec',
|
|
2646
|
-
api_version: Optional[str] = None,
|
|
2647
|
-
kind: Optional[str] = None,
|
|
2647
|
+
api_version: Optional[builtins.str] = None,
|
|
2648
|
+
kind: Optional[builtins.str] = None,
|
|
2648
2649
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2649
2650
|
status: Optional['outputs.ResourceClaimStatus'] = None):
|
|
2650
2651
|
"""
|
|
@@ -2652,8 +2653,8 @@ class ResourceClaim(dict):
|
|
|
2652
2653
|
|
|
2653
2654
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
2654
2655
|
:param 'ResourceClaimSpecArgs' spec: Spec describes what is being requested and how to configure it. The spec is immutable.
|
|
2655
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2656
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2656
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2657
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2657
2658
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
2658
2659
|
:param 'ResourceClaimStatusArgs' status: Status describes whether the claim is ready to use and what has been allocated.
|
|
2659
2660
|
"""
|
|
@@ -2677,7 +2678,7 @@ class ResourceClaim(dict):
|
|
|
2677
2678
|
|
|
2678
2679
|
@property
|
|
2679
2680
|
@pulumi.getter(name="apiVersion")
|
|
2680
|
-
def api_version(self) -> Optional[str]:
|
|
2681
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2681
2682
|
"""
|
|
2682
2683
|
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
|
|
2683
2684
|
"""
|
|
@@ -2685,7 +2686,7 @@ class ResourceClaim(dict):
|
|
|
2685
2686
|
|
|
2686
2687
|
@property
|
|
2687
2688
|
@pulumi.getter
|
|
2688
|
-
def kind(self) -> Optional[str]:
|
|
2689
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2689
2690
|
"""
|
|
2690
2691
|
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
|
|
2691
2692
|
"""
|
|
@@ -2731,16 +2732,16 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2731
2732
|
return super().get(key, default)
|
|
2732
2733
|
|
|
2733
2734
|
def __init__(__self__, *,
|
|
2734
|
-
name: str,
|
|
2735
|
-
resource: str,
|
|
2736
|
-
uid: str,
|
|
2737
|
-
api_group: Optional[str] = None):
|
|
2735
|
+
name: builtins.str,
|
|
2736
|
+
resource: builtins.str,
|
|
2737
|
+
uid: builtins.str,
|
|
2738
|
+
api_group: Optional[builtins.str] = None):
|
|
2738
2739
|
"""
|
|
2739
2740
|
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.
|
|
2740
|
-
:param str name: Name is the name of resource being referenced.
|
|
2741
|
-
:param str resource: Resource is the type of resource being referenced, for example "pods".
|
|
2742
|
-
:param str uid: UID identifies exactly one incarnation of the resource.
|
|
2743
|
-
:param 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.
|
|
2741
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
2742
|
+
:param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
2743
|
+
:param builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
2744
|
+
:param 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.
|
|
2744
2745
|
"""
|
|
2745
2746
|
pulumi.set(__self__, "name", name)
|
|
2746
2747
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -2750,7 +2751,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2750
2751
|
|
|
2751
2752
|
@property
|
|
2752
2753
|
@pulumi.getter
|
|
2753
|
-
def name(self) -> str:
|
|
2754
|
+
def name(self) -> builtins.str:
|
|
2754
2755
|
"""
|
|
2755
2756
|
Name is the name of resource being referenced.
|
|
2756
2757
|
"""
|
|
@@ -2758,7 +2759,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2758
2759
|
|
|
2759
2760
|
@property
|
|
2760
2761
|
@pulumi.getter
|
|
2761
|
-
def resource(self) -> str:
|
|
2762
|
+
def resource(self) -> builtins.str:
|
|
2762
2763
|
"""
|
|
2763
2764
|
Resource is the type of resource being referenced, for example "pods".
|
|
2764
2765
|
"""
|
|
@@ -2766,7 +2767,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2766
2767
|
|
|
2767
2768
|
@property
|
|
2768
2769
|
@pulumi.getter
|
|
2769
|
-
def uid(self) -> str:
|
|
2770
|
+
def uid(self) -> builtins.str:
|
|
2770
2771
|
"""
|
|
2771
2772
|
UID identifies exactly one incarnation of the resource.
|
|
2772
2773
|
"""
|
|
@@ -2774,7 +2775,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2774
2775
|
|
|
2775
2776
|
@property
|
|
2776
2777
|
@pulumi.getter(name="apiGroup")
|
|
2777
|
-
def api_group(self) -> Optional[str]:
|
|
2778
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
2778
2779
|
"""
|
|
2779
2780
|
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.
|
|
2780
2781
|
"""
|
|
@@ -2804,16 +2805,16 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2804
2805
|
return super().get(key, default)
|
|
2805
2806
|
|
|
2806
2807
|
def __init__(__self__, *,
|
|
2807
|
-
api_group: Optional[str] = None,
|
|
2808
|
-
name: Optional[str] = None,
|
|
2809
|
-
resource: Optional[str] = None,
|
|
2810
|
-
uid: Optional[str] = None):
|
|
2808
|
+
api_group: Optional[builtins.str] = None,
|
|
2809
|
+
name: Optional[builtins.str] = None,
|
|
2810
|
+
resource: Optional[builtins.str] = None,
|
|
2811
|
+
uid: Optional[builtins.str] = None):
|
|
2811
2812
|
"""
|
|
2812
2813
|
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.
|
|
2813
|
-
:param 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.
|
|
2814
|
-
:param str name: Name is the name of resource being referenced.
|
|
2815
|
-
:param str resource: Resource is the type of resource being referenced, for example "pods".
|
|
2816
|
-
:param str uid: UID identifies exactly one incarnation of the resource.
|
|
2814
|
+
:param 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.
|
|
2815
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
2816
|
+
:param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
2817
|
+
:param builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
2817
2818
|
"""
|
|
2818
2819
|
if api_group is not None:
|
|
2819
2820
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -2826,7 +2827,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2826
2827
|
|
|
2827
2828
|
@property
|
|
2828
2829
|
@pulumi.getter(name="apiGroup")
|
|
2829
|
-
def api_group(self) -> Optional[str]:
|
|
2830
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
2830
2831
|
"""
|
|
2831
2832
|
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.
|
|
2832
2833
|
"""
|
|
@@ -2834,7 +2835,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2834
2835
|
|
|
2835
2836
|
@property
|
|
2836
2837
|
@pulumi.getter
|
|
2837
|
-
def name(self) -> Optional[str]:
|
|
2838
|
+
def name(self) -> Optional[builtins.str]:
|
|
2838
2839
|
"""
|
|
2839
2840
|
Name is the name of resource being referenced.
|
|
2840
2841
|
"""
|
|
@@ -2842,7 +2843,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2842
2843
|
|
|
2843
2844
|
@property
|
|
2844
2845
|
@pulumi.getter
|
|
2845
|
-
def resource(self) -> Optional[str]:
|
|
2846
|
+
def resource(self) -> Optional[builtins.str]:
|
|
2846
2847
|
"""
|
|
2847
2848
|
Resource is the type of resource being referenced, for example "pods".
|
|
2848
2849
|
"""
|
|
@@ -2850,7 +2851,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2850
2851
|
|
|
2851
2852
|
@property
|
|
2852
2853
|
@pulumi.getter
|
|
2853
|
-
def uid(self) -> Optional[str]:
|
|
2854
|
+
def uid(self) -> Optional[builtins.str]:
|
|
2854
2855
|
"""
|
|
2855
2856
|
UID identifies exactly one incarnation of the resource.
|
|
2856
2857
|
"""
|
|
@@ -2880,12 +2881,12 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
2880
2881
|
return super().get(key, default)
|
|
2881
2882
|
|
|
2882
2883
|
def __init__(__self__, *,
|
|
2883
|
-
name: str,
|
|
2884
|
-
unsuitable_nodes: Optional[Sequence[str]] = None):
|
|
2884
|
+
name: builtins.str,
|
|
2885
|
+
unsuitable_nodes: Optional[Sequence[builtins.str]] = None):
|
|
2885
2886
|
"""
|
|
2886
2887
|
ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
|
|
2887
|
-
:param str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
2888
|
-
:param Sequence[str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
2888
|
+
:param builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
2889
|
+
:param Sequence[builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
2889
2890
|
|
|
2890
2891
|
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.
|
|
2891
2892
|
"""
|
|
@@ -2895,7 +2896,7 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
2895
2896
|
|
|
2896
2897
|
@property
|
|
2897
2898
|
@pulumi.getter
|
|
2898
|
-
def name(self) -> str:
|
|
2899
|
+
def name(self) -> builtins.str:
|
|
2899
2900
|
"""
|
|
2900
2901
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
2901
2902
|
"""
|
|
@@ -2903,7 +2904,7 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
2903
2904
|
|
|
2904
2905
|
@property
|
|
2905
2906
|
@pulumi.getter(name="unsuitableNodes")
|
|
2906
|
-
def unsuitable_nodes(self) -> Optional[Sequence[str]]:
|
|
2907
|
+
def unsuitable_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
2907
2908
|
"""
|
|
2908
2909
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
2909
2910
|
|
|
@@ -2935,12 +2936,12 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
2935
2936
|
return super().get(key, default)
|
|
2936
2937
|
|
|
2937
2938
|
def __init__(__self__, *,
|
|
2938
|
-
name: Optional[str] = None,
|
|
2939
|
-
unsuitable_nodes: Optional[Sequence[str]] = None):
|
|
2939
|
+
name: Optional[builtins.str] = None,
|
|
2940
|
+
unsuitable_nodes: Optional[Sequence[builtins.str]] = None):
|
|
2940
2941
|
"""
|
|
2941
2942
|
ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
|
|
2942
|
-
:param str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
2943
|
-
:param Sequence[str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
2943
|
+
:param builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
2944
|
+
:param Sequence[builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
2944
2945
|
|
|
2945
2946
|
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.
|
|
2946
2947
|
"""
|
|
@@ -2951,7 +2952,7 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
2951
2952
|
|
|
2952
2953
|
@property
|
|
2953
2954
|
@pulumi.getter
|
|
2954
|
-
def name(self) -> Optional[str]:
|
|
2955
|
+
def name(self) -> Optional[builtins.str]:
|
|
2955
2956
|
"""
|
|
2956
2957
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
2957
2958
|
"""
|
|
@@ -2959,7 +2960,7 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
2959
2960
|
|
|
2960
2961
|
@property
|
|
2961
2962
|
@pulumi.getter(name="unsuitableNodes")
|
|
2962
|
-
def unsuitable_nodes(self) -> Optional[Sequence[str]]:
|
|
2963
|
+
def unsuitable_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
2963
2964
|
"""
|
|
2964
2965
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
2965
2966
|
|
|
@@ -2974,11 +2975,11 @@ class ResourceClaimSpec(dict):
|
|
|
2974
2975
|
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
|
|
2975
2976
|
"""
|
|
2976
2977
|
def __init__(__self__, *,
|
|
2977
|
-
controller: Optional[str] = None,
|
|
2978
|
+
controller: Optional[builtins.str] = None,
|
|
2978
2979
|
devices: Optional['outputs.DeviceClaim'] = None):
|
|
2979
2980
|
"""
|
|
2980
2981
|
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
|
|
2981
|
-
:param 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.
|
|
2982
|
+
:param 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.
|
|
2982
2983
|
|
|
2983
2984
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
2984
2985
|
|
|
@@ -2992,7 +2993,7 @@ class ResourceClaimSpec(dict):
|
|
|
2992
2993
|
|
|
2993
2994
|
@property
|
|
2994
2995
|
@pulumi.getter
|
|
2995
|
-
def controller(self) -> Optional[str]:
|
|
2996
|
+
def controller(self) -> Optional[builtins.str]:
|
|
2996
2997
|
"""
|
|
2997
2998
|
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.
|
|
2998
2999
|
|
|
@@ -3017,11 +3018,11 @@ class ResourceClaimSpecPatch(dict):
|
|
|
3017
3018
|
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
|
|
3018
3019
|
"""
|
|
3019
3020
|
def __init__(__self__, *,
|
|
3020
|
-
controller: Optional[str] = None,
|
|
3021
|
+
controller: Optional[builtins.str] = None,
|
|
3021
3022
|
devices: Optional['outputs.DeviceClaimPatch'] = None):
|
|
3022
3023
|
"""
|
|
3023
3024
|
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
|
|
3024
|
-
:param 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.
|
|
3025
|
+
:param 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.
|
|
3025
3026
|
|
|
3026
3027
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
3027
3028
|
|
|
@@ -3035,7 +3036,7 @@ class ResourceClaimSpecPatch(dict):
|
|
|
3035
3036
|
|
|
3036
3037
|
@property
|
|
3037
3038
|
@pulumi.getter
|
|
3038
|
-
def controller(self) -> Optional[str]:
|
|
3039
|
+
def controller(self) -> Optional[builtins.str]:
|
|
3039
3040
|
"""
|
|
3040
3041
|
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.
|
|
3041
3042
|
|
|
@@ -3080,13 +3081,13 @@ class ResourceClaimStatus(dict):
|
|
|
3080
3081
|
|
|
3081
3082
|
def __init__(__self__, *,
|
|
3082
3083
|
allocation: Optional['outputs.AllocationResult'] = None,
|
|
3083
|
-
deallocation_requested: Optional[bool] = None,
|
|
3084
|
+
deallocation_requested: Optional[builtins.bool] = None,
|
|
3084
3085
|
devices: Optional[Sequence['outputs.AllocatedDeviceStatus']] = None,
|
|
3085
3086
|
reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReference']] = None):
|
|
3086
3087
|
"""
|
|
3087
3088
|
ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.
|
|
3088
3089
|
:param 'AllocationResultArgs' allocation: Allocation is set once the claim has been allocated successfully.
|
|
3089
|
-
:param bool deallocation_requested: Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3090
|
+
:param builtins.bool deallocation_requested: Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3090
3091
|
|
|
3091
3092
|
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.
|
|
3092
3093
|
|
|
@@ -3119,7 +3120,7 @@ class ResourceClaimStatus(dict):
|
|
|
3119
3120
|
|
|
3120
3121
|
@property
|
|
3121
3122
|
@pulumi.getter(name="deallocationRequested")
|
|
3122
|
-
def deallocation_requested(self) -> Optional[bool]:
|
|
3123
|
+
def deallocation_requested(self) -> Optional[builtins.bool]:
|
|
3123
3124
|
"""
|
|
3124
3125
|
Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3125
3126
|
|
|
@@ -3178,13 +3179,13 @@ class ResourceClaimStatusPatch(dict):
|
|
|
3178
3179
|
|
|
3179
3180
|
def __init__(__self__, *,
|
|
3180
3181
|
allocation: Optional['outputs.AllocationResultPatch'] = None,
|
|
3181
|
-
deallocation_requested: Optional[bool] = None,
|
|
3182
|
+
deallocation_requested: Optional[builtins.bool] = None,
|
|
3182
3183
|
devices: Optional[Sequence['outputs.AllocatedDeviceStatusPatch']] = None,
|
|
3183
3184
|
reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']] = None):
|
|
3184
3185
|
"""
|
|
3185
3186
|
ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.
|
|
3186
3187
|
:param 'AllocationResultPatchArgs' allocation: Allocation is set once the claim has been allocated successfully.
|
|
3187
|
-
:param bool deallocation_requested: Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3188
|
+
:param builtins.bool deallocation_requested: Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3188
3189
|
|
|
3189
3190
|
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.
|
|
3190
3191
|
|
|
@@ -3217,7 +3218,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
3217
3218
|
|
|
3218
3219
|
@property
|
|
3219
3220
|
@pulumi.getter(name="deallocationRequested")
|
|
3220
|
-
def deallocation_requested(self) -> Optional[bool]:
|
|
3221
|
+
def deallocation_requested(self) -> Optional[builtins.bool]:
|
|
3221
3222
|
"""
|
|
3222
3223
|
Indicates that a claim is to be deallocated. While this is set, no new consumers may be added to ReservedFor.
|
|
3223
3224
|
|
|
@@ -3276,8 +3277,8 @@ class ResourceClaimTemplate(dict):
|
|
|
3276
3277
|
|
|
3277
3278
|
def __init__(__self__, *,
|
|
3278
3279
|
spec: 'outputs.ResourceClaimTemplateSpec',
|
|
3279
|
-
api_version: Optional[str] = None,
|
|
3280
|
-
kind: Optional[str] = None,
|
|
3280
|
+
api_version: Optional[builtins.str] = None,
|
|
3281
|
+
kind: Optional[builtins.str] = None,
|
|
3281
3282
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
3282
3283
|
"""
|
|
3283
3284
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
@@ -3286,8 +3287,8 @@ class ResourceClaimTemplate(dict):
|
|
|
3286
3287
|
:param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
|
|
3287
3288
|
|
|
3288
3289
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
3289
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3290
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3290
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3291
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3291
3292
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
3292
3293
|
"""
|
|
3293
3294
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -3310,7 +3311,7 @@ class ResourceClaimTemplate(dict):
|
|
|
3310
3311
|
|
|
3311
3312
|
@property
|
|
3312
3313
|
@pulumi.getter(name="apiVersion")
|
|
3313
|
-
def api_version(self) -> Optional[str]:
|
|
3314
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
3314
3315
|
"""
|
|
3315
3316
|
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
|
|
3316
3317
|
"""
|
|
@@ -3318,7 +3319,7 @@ class ResourceClaimTemplate(dict):
|
|
|
3318
3319
|
|
|
3319
3320
|
@property
|
|
3320
3321
|
@pulumi.getter
|
|
3321
|
-
def kind(self) -> Optional[str]:
|
|
3322
|
+
def kind(self) -> Optional[builtins.str]:
|
|
3322
3323
|
"""
|
|
3323
3324
|
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
|
|
3324
3325
|
"""
|
|
@@ -3425,18 +3426,18 @@ class ResourcePool(dict):
|
|
|
3425
3426
|
return super().get(key, default)
|
|
3426
3427
|
|
|
3427
3428
|
def __init__(__self__, *,
|
|
3428
|
-
generation: int,
|
|
3429
|
-
name: str,
|
|
3430
|
-
resource_slice_count: int):
|
|
3429
|
+
generation: builtins.int,
|
|
3430
|
+
name: builtins.str,
|
|
3431
|
+
resource_slice_count: builtins.int):
|
|
3431
3432
|
"""
|
|
3432
3433
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3433
|
-
:param 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.
|
|
3434
|
+
:param 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.
|
|
3434
3435
|
|
|
3435
3436
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3436
|
-
:param str name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3437
|
+
:param 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.
|
|
3437
3438
|
|
|
3438
3439
|
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.
|
|
3439
|
-
:param int resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3440
|
+
:param builtins.int resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3440
3441
|
|
|
3441
3442
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
3442
3443
|
"""
|
|
@@ -3446,7 +3447,7 @@ class ResourcePool(dict):
|
|
|
3446
3447
|
|
|
3447
3448
|
@property
|
|
3448
3449
|
@pulumi.getter
|
|
3449
|
-
def generation(self) -> int:
|
|
3450
|
+
def generation(self) -> builtins.int:
|
|
3450
3451
|
"""
|
|
3451
3452
|
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.
|
|
3452
3453
|
|
|
@@ -3456,7 +3457,7 @@ class ResourcePool(dict):
|
|
|
3456
3457
|
|
|
3457
3458
|
@property
|
|
3458
3459
|
@pulumi.getter
|
|
3459
|
-
def name(self) -> str:
|
|
3460
|
+
def name(self) -> builtins.str:
|
|
3460
3461
|
"""
|
|
3461
3462
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3462
3463
|
|
|
@@ -3466,7 +3467,7 @@ class ResourcePool(dict):
|
|
|
3466
3467
|
|
|
3467
3468
|
@property
|
|
3468
3469
|
@pulumi.getter(name="resourceSliceCount")
|
|
3469
|
-
def resource_slice_count(self) -> int:
|
|
3470
|
+
def resource_slice_count(self) -> builtins.int:
|
|
3470
3471
|
"""
|
|
3471
3472
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3472
3473
|
|
|
@@ -3498,18 +3499,18 @@ class ResourcePoolPatch(dict):
|
|
|
3498
3499
|
return super().get(key, default)
|
|
3499
3500
|
|
|
3500
3501
|
def __init__(__self__, *,
|
|
3501
|
-
generation: Optional[int] = None,
|
|
3502
|
-
name: Optional[str] = None,
|
|
3503
|
-
resource_slice_count: Optional[int] = None):
|
|
3502
|
+
generation: Optional[builtins.int] = None,
|
|
3503
|
+
name: Optional[builtins.str] = None,
|
|
3504
|
+
resource_slice_count: Optional[builtins.int] = None):
|
|
3504
3505
|
"""
|
|
3505
3506
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3506
|
-
:param 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.
|
|
3507
|
+
:param 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.
|
|
3507
3508
|
|
|
3508
3509
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3509
|
-
:param str name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3510
|
+
:param 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.
|
|
3510
3511
|
|
|
3511
3512
|
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.
|
|
3512
|
-
:param int resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3513
|
+
:param builtins.int resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3513
3514
|
|
|
3514
3515
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
3515
3516
|
"""
|
|
@@ -3522,7 +3523,7 @@ class ResourcePoolPatch(dict):
|
|
|
3522
3523
|
|
|
3523
3524
|
@property
|
|
3524
3525
|
@pulumi.getter
|
|
3525
|
-
def generation(self) -> Optional[int]:
|
|
3526
|
+
def generation(self) -> Optional[builtins.int]:
|
|
3526
3527
|
"""
|
|
3527
3528
|
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.
|
|
3528
3529
|
|
|
@@ -3532,7 +3533,7 @@ class ResourcePoolPatch(dict):
|
|
|
3532
3533
|
|
|
3533
3534
|
@property
|
|
3534
3535
|
@pulumi.getter
|
|
3535
|
-
def name(self) -> Optional[str]:
|
|
3536
|
+
def name(self) -> Optional[builtins.str]:
|
|
3536
3537
|
"""
|
|
3537
3538
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3538
3539
|
|
|
@@ -3542,7 +3543,7 @@ class ResourcePoolPatch(dict):
|
|
|
3542
3543
|
|
|
3543
3544
|
@property
|
|
3544
3545
|
@pulumi.getter(name="resourceSliceCount")
|
|
3545
|
-
def resource_slice_count(self) -> Optional[int]:
|
|
3546
|
+
def resource_slice_count(self) -> Optional[builtins.int]:
|
|
3546
3547
|
"""
|
|
3547
3548
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3548
3549
|
|
|
@@ -3585,8 +3586,8 @@ class ResourceSlice(dict):
|
|
|
3585
3586
|
|
|
3586
3587
|
def __init__(__self__, *,
|
|
3587
3588
|
spec: 'outputs.ResourceSliceSpec',
|
|
3588
|
-
api_version: Optional[str] = None,
|
|
3589
|
-
kind: Optional[str] = None,
|
|
3589
|
+
api_version: Optional[builtins.str] = None,
|
|
3590
|
+
kind: Optional[builtins.str] = None,
|
|
3590
3591
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
3591
3592
|
"""
|
|
3592
3593
|
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.
|
|
@@ -3603,8 +3604,8 @@ class ResourceSlice(dict):
|
|
|
3603
3604
|
:param 'ResourceSliceSpecArgs' spec: Contains the information published by the driver.
|
|
3604
3605
|
|
|
3605
3606
|
Changing the spec automatically increments the metadata.generation number.
|
|
3606
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3607
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3607
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3608
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3608
3609
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
3609
3610
|
"""
|
|
3610
3611
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -3627,7 +3628,7 @@ class ResourceSlice(dict):
|
|
|
3627
3628
|
|
|
3628
3629
|
@property
|
|
3629
3630
|
@pulumi.getter(name="apiVersion")
|
|
3630
|
-
def api_version(self) -> Optional[str]:
|
|
3631
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
3631
3632
|
"""
|
|
3632
3633
|
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
|
|
3633
3634
|
"""
|
|
@@ -3635,7 +3636,7 @@ class ResourceSlice(dict):
|
|
|
3635
3636
|
|
|
3636
3637
|
@property
|
|
3637
3638
|
@pulumi.getter
|
|
3638
|
-
def kind(self) -> Optional[str]:
|
|
3639
|
+
def kind(self) -> Optional[builtins.str]:
|
|
3639
3640
|
"""
|
|
3640
3641
|
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
|
|
3641
3642
|
"""
|
|
@@ -3677,25 +3678,25 @@ class ResourceSliceSpec(dict):
|
|
|
3677
3678
|
return super().get(key, default)
|
|
3678
3679
|
|
|
3679
3680
|
def __init__(__self__, *,
|
|
3680
|
-
driver: str,
|
|
3681
|
+
driver: builtins.str,
|
|
3681
3682
|
pool: 'outputs.ResourcePool',
|
|
3682
|
-
all_nodes: Optional[bool] = None,
|
|
3683
|
+
all_nodes: Optional[builtins.bool] = None,
|
|
3683
3684
|
devices: Optional[Sequence['outputs.Device']] = None,
|
|
3684
|
-
node_name: Optional[str] = None,
|
|
3685
|
+
node_name: Optional[builtins.str] = None,
|
|
3685
3686
|
node_selector: Optional['_core.v1.outputs.NodeSelector'] = None):
|
|
3686
3687
|
"""
|
|
3687
3688
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3688
|
-
:param 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.
|
|
3689
|
+
:param 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.
|
|
3689
3690
|
|
|
3690
3691
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3691
3692
|
:param 'ResourcePoolArgs' pool: Pool describes the pool that this ResourceSlice belongs to.
|
|
3692
|
-
:param bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3693
|
+
:param builtins.bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3693
3694
|
|
|
3694
3695
|
Exactly one of NodeName, NodeSelector and AllNodes must be set.
|
|
3695
3696
|
:param Sequence['DeviceArgs'] devices: Devices lists some or all of the devices in this pool.
|
|
3696
3697
|
|
|
3697
3698
|
Must not have more than 128 entries.
|
|
3698
|
-
:param 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.
|
|
3699
|
+
:param 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.
|
|
3699
3700
|
|
|
3700
3701
|
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.
|
|
3701
3702
|
|
|
@@ -3719,7 +3720,7 @@ class ResourceSliceSpec(dict):
|
|
|
3719
3720
|
|
|
3720
3721
|
@property
|
|
3721
3722
|
@pulumi.getter
|
|
3722
|
-
def driver(self) -> str:
|
|
3723
|
+
def driver(self) -> builtins.str:
|
|
3723
3724
|
"""
|
|
3724
3725
|
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.
|
|
3725
3726
|
|
|
@@ -3737,7 +3738,7 @@ class ResourceSliceSpec(dict):
|
|
|
3737
3738
|
|
|
3738
3739
|
@property
|
|
3739
3740
|
@pulumi.getter(name="allNodes")
|
|
3740
|
-
def all_nodes(self) -> Optional[bool]:
|
|
3741
|
+
def all_nodes(self) -> Optional[builtins.bool]:
|
|
3741
3742
|
"""
|
|
3742
3743
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3743
3744
|
|
|
@@ -3757,7 +3758,7 @@ class ResourceSliceSpec(dict):
|
|
|
3757
3758
|
|
|
3758
3759
|
@property
|
|
3759
3760
|
@pulumi.getter(name="nodeName")
|
|
3760
|
-
def node_name(self) -> Optional[str]:
|
|
3761
|
+
def node_name(self) -> Optional[builtins.str]:
|
|
3761
3762
|
"""
|
|
3762
3763
|
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.
|
|
3763
3764
|
|
|
@@ -3807,24 +3808,24 @@ class ResourceSliceSpecPatch(dict):
|
|
|
3807
3808
|
return super().get(key, default)
|
|
3808
3809
|
|
|
3809
3810
|
def __init__(__self__, *,
|
|
3810
|
-
all_nodes: Optional[bool] = None,
|
|
3811
|
+
all_nodes: Optional[builtins.bool] = None,
|
|
3811
3812
|
devices: Optional[Sequence['outputs.DevicePatch']] = None,
|
|
3812
|
-
driver: Optional[str] = None,
|
|
3813
|
-
node_name: Optional[str] = None,
|
|
3813
|
+
driver: Optional[builtins.str] = None,
|
|
3814
|
+
node_name: Optional[builtins.str] = None,
|
|
3814
3815
|
node_selector: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
3815
3816
|
pool: Optional['outputs.ResourcePoolPatch'] = None):
|
|
3816
3817
|
"""
|
|
3817
3818
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3818
|
-
:param bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3819
|
+
:param builtins.bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3819
3820
|
|
|
3820
3821
|
Exactly one of NodeName, NodeSelector and AllNodes must be set.
|
|
3821
3822
|
:param Sequence['DevicePatchArgs'] devices: Devices lists some or all of the devices in this pool.
|
|
3822
3823
|
|
|
3823
3824
|
Must not have more than 128 entries.
|
|
3824
|
-
:param 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.
|
|
3825
|
+
:param 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.
|
|
3825
3826
|
|
|
3826
3827
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3827
|
-
:param 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.
|
|
3828
|
+
:param 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.
|
|
3828
3829
|
|
|
3829
3830
|
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.
|
|
3830
3831
|
|
|
@@ -3851,7 +3852,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
3851
3852
|
|
|
3852
3853
|
@property
|
|
3853
3854
|
@pulumi.getter(name="allNodes")
|
|
3854
|
-
def all_nodes(self) -> Optional[bool]:
|
|
3855
|
+
def all_nodes(self) -> Optional[builtins.bool]:
|
|
3855
3856
|
"""
|
|
3856
3857
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3857
3858
|
|
|
@@ -3871,7 +3872,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
3871
3872
|
|
|
3872
3873
|
@property
|
|
3873
3874
|
@pulumi.getter
|
|
3874
|
-
def driver(self) -> Optional[str]:
|
|
3875
|
+
def driver(self) -> Optional[builtins.str]:
|
|
3875
3876
|
"""
|
|
3876
3877
|
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.
|
|
3877
3878
|
|
|
@@ -3881,7 +3882,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
3881
3882
|
|
|
3882
3883
|
@property
|
|
3883
3884
|
@pulumi.getter(name="nodeName")
|
|
3884
|
-
def node_name(self) -> Optional[str]:
|
|
3885
|
+
def node_name(self) -> Optional[builtins.str]:
|
|
3885
3886
|
"""
|
|
3886
3887
|
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.
|
|
3887
3888
|
|