pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -107,19 +106,19 @@ class AllocatedDeviceStatus(dict):
|
|
|
107
106
|
return super().get(key, default)
|
|
108
107
|
|
|
109
108
|
def __init__(__self__, *,
|
|
110
|
-
device:
|
|
111
|
-
driver:
|
|
112
|
-
pool:
|
|
109
|
+
device: _builtins.str,
|
|
110
|
+
driver: _builtins.str,
|
|
111
|
+
pool: _builtins.str,
|
|
113
112
|
conditions: Optional[Sequence['_meta.v1.outputs.Condition']] = None,
|
|
114
113
|
data: Optional[Any] = None,
|
|
115
114
|
network_data: Optional['outputs.NetworkDeviceData'] = None):
|
|
116
115
|
"""
|
|
117
116
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
118
|
-
:param
|
|
119
|
-
:param
|
|
117
|
+
:param _builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
118
|
+
: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.
|
|
120
119
|
|
|
121
120
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
122
|
-
:param
|
|
121
|
+
: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>`).
|
|
123
122
|
|
|
124
123
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
125
124
|
: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.
|
|
@@ -140,17 +139,17 @@ class AllocatedDeviceStatus(dict):
|
|
|
140
139
|
if network_data is not None:
|
|
141
140
|
pulumi.set(__self__, "network_data", network_data)
|
|
142
141
|
|
|
143
|
-
@property
|
|
142
|
+
@_builtins.property
|
|
144
143
|
@pulumi.getter
|
|
145
|
-
def device(self) ->
|
|
144
|
+
def device(self) -> _builtins.str:
|
|
146
145
|
"""
|
|
147
146
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
148
147
|
"""
|
|
149
148
|
return pulumi.get(self, "device")
|
|
150
149
|
|
|
151
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
152
151
|
@pulumi.getter
|
|
153
|
-
def driver(self) ->
|
|
152
|
+
def driver(self) -> _builtins.str:
|
|
154
153
|
"""
|
|
155
154
|
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.
|
|
156
155
|
|
|
@@ -158,9 +157,9 @@ class AllocatedDeviceStatus(dict):
|
|
|
158
157
|
"""
|
|
159
158
|
return pulumi.get(self, "driver")
|
|
160
159
|
|
|
161
|
-
@property
|
|
160
|
+
@_builtins.property
|
|
162
161
|
@pulumi.getter
|
|
163
|
-
def pool(self) ->
|
|
162
|
+
def pool(self) -> _builtins.str:
|
|
164
163
|
"""
|
|
165
164
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
166
165
|
|
|
@@ -168,7 +167,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
168
167
|
"""
|
|
169
168
|
return pulumi.get(self, "pool")
|
|
170
169
|
|
|
171
|
-
@property
|
|
170
|
+
@_builtins.property
|
|
172
171
|
@pulumi.getter
|
|
173
172
|
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.Condition']]:
|
|
174
173
|
"""
|
|
@@ -178,7 +177,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
178
177
|
"""
|
|
179
178
|
return pulumi.get(self, "conditions")
|
|
180
179
|
|
|
181
|
-
@property
|
|
180
|
+
@_builtins.property
|
|
182
181
|
@pulumi.getter
|
|
183
182
|
def data(self) -> Optional[Any]:
|
|
184
183
|
"""
|
|
@@ -188,7 +187,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
188
187
|
"""
|
|
189
188
|
return pulumi.get(self, "data")
|
|
190
189
|
|
|
191
|
-
@property
|
|
190
|
+
@_builtins.property
|
|
192
191
|
@pulumi.getter(name="networkData")
|
|
193
192
|
def network_data(self) -> Optional['outputs.NetworkDeviceData']:
|
|
194
193
|
"""
|
|
@@ -222,10 +221,10 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
222
221
|
def __init__(__self__, *,
|
|
223
222
|
conditions: Optional[Sequence['_meta.v1.outputs.ConditionPatch']] = None,
|
|
224
223
|
data: Optional[Any] = None,
|
|
225
|
-
device: Optional[
|
|
226
|
-
driver: Optional[
|
|
224
|
+
device: Optional[_builtins.str] = None,
|
|
225
|
+
driver: Optional[_builtins.str] = None,
|
|
227
226
|
network_data: Optional['outputs.NetworkDeviceDataPatch'] = None,
|
|
228
|
-
pool: Optional[
|
|
227
|
+
pool: Optional[_builtins.str] = None):
|
|
229
228
|
"""
|
|
230
229
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
231
230
|
: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.
|
|
@@ -234,12 +233,12 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
234
233
|
:param Any data: Data contains arbitrary driver-specific data.
|
|
235
234
|
|
|
236
235
|
The length of the raw data must be smaller or equal to 10 Ki.
|
|
237
|
-
:param
|
|
238
|
-
:param
|
|
236
|
+
:param _builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
237
|
+
: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.
|
|
239
238
|
|
|
240
239
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
241
240
|
:param 'NetworkDeviceDataPatchArgs' network_data: NetworkData contains network-related information specific to the device.
|
|
242
|
-
:param
|
|
241
|
+
: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>`).
|
|
243
242
|
|
|
244
243
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
245
244
|
"""
|
|
@@ -256,7 +255,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
256
255
|
if pool is not None:
|
|
257
256
|
pulumi.set(__self__, "pool", pool)
|
|
258
257
|
|
|
259
|
-
@property
|
|
258
|
+
@_builtins.property
|
|
260
259
|
@pulumi.getter
|
|
261
260
|
def conditions(self) -> Optional[Sequence['_meta.v1.outputs.ConditionPatch']]:
|
|
262
261
|
"""
|
|
@@ -266,7 +265,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
266
265
|
"""
|
|
267
266
|
return pulumi.get(self, "conditions")
|
|
268
267
|
|
|
269
|
-
@property
|
|
268
|
+
@_builtins.property
|
|
270
269
|
@pulumi.getter
|
|
271
270
|
def data(self) -> Optional[Any]:
|
|
272
271
|
"""
|
|
@@ -276,17 +275,17 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
276
275
|
"""
|
|
277
276
|
return pulumi.get(self, "data")
|
|
278
277
|
|
|
279
|
-
@property
|
|
278
|
+
@_builtins.property
|
|
280
279
|
@pulumi.getter
|
|
281
|
-
def device(self) -> Optional[
|
|
280
|
+
def device(self) -> Optional[_builtins.str]:
|
|
282
281
|
"""
|
|
283
282
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
284
283
|
"""
|
|
285
284
|
return pulumi.get(self, "device")
|
|
286
285
|
|
|
287
|
-
@property
|
|
286
|
+
@_builtins.property
|
|
288
287
|
@pulumi.getter
|
|
289
|
-
def driver(self) -> Optional[
|
|
288
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
290
289
|
"""
|
|
291
290
|
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.
|
|
292
291
|
|
|
@@ -294,7 +293,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
294
293
|
"""
|
|
295
294
|
return pulumi.get(self, "driver")
|
|
296
295
|
|
|
297
|
-
@property
|
|
296
|
+
@_builtins.property
|
|
298
297
|
@pulumi.getter(name="networkData")
|
|
299
298
|
def network_data(self) -> Optional['outputs.NetworkDeviceDataPatch']:
|
|
300
299
|
"""
|
|
@@ -302,9 +301,9 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
302
301
|
"""
|
|
303
302
|
return pulumi.get(self, "network_data")
|
|
304
303
|
|
|
305
|
-
@property
|
|
304
|
+
@_builtins.property
|
|
306
305
|
@pulumi.getter
|
|
307
|
-
def pool(self) -> Optional[
|
|
306
|
+
def pool(self) -> Optional[_builtins.str]:
|
|
308
307
|
"""
|
|
309
308
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
310
309
|
|
|
@@ -348,7 +347,7 @@ class AllocationResult(dict):
|
|
|
348
347
|
if node_selector is not None:
|
|
349
348
|
pulumi.set(__self__, "node_selector", node_selector)
|
|
350
349
|
|
|
351
|
-
@property
|
|
350
|
+
@_builtins.property
|
|
352
351
|
@pulumi.getter
|
|
353
352
|
def devices(self) -> Optional['outputs.DeviceAllocationResult']:
|
|
354
353
|
"""
|
|
@@ -356,7 +355,7 @@ class AllocationResult(dict):
|
|
|
356
355
|
"""
|
|
357
356
|
return pulumi.get(self, "devices")
|
|
358
357
|
|
|
359
|
-
@property
|
|
358
|
+
@_builtins.property
|
|
360
359
|
@pulumi.getter(name="nodeSelector")
|
|
361
360
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelector']:
|
|
362
361
|
"""
|
|
@@ -400,7 +399,7 @@ class AllocationResultPatch(dict):
|
|
|
400
399
|
if node_selector is not None:
|
|
401
400
|
pulumi.set(__self__, "node_selector", node_selector)
|
|
402
401
|
|
|
403
|
-
@property
|
|
402
|
+
@_builtins.property
|
|
404
403
|
@pulumi.getter
|
|
405
404
|
def devices(self) -> Optional['outputs.DeviceAllocationResultPatch']:
|
|
406
405
|
"""
|
|
@@ -408,7 +407,7 @@ class AllocationResultPatch(dict):
|
|
|
408
407
|
"""
|
|
409
408
|
return pulumi.get(self, "devices")
|
|
410
409
|
|
|
411
|
-
@property
|
|
410
|
+
@_builtins.property
|
|
412
411
|
@pulumi.getter(name="nodeSelector")
|
|
413
412
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelectorPatch']:
|
|
414
413
|
"""
|
|
@@ -423,10 +422,10 @@ class CELDeviceSelector(dict):
|
|
|
423
422
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
424
423
|
"""
|
|
425
424
|
def __init__(__self__, *,
|
|
426
|
-
expression:
|
|
425
|
+
expression: _builtins.str):
|
|
427
426
|
"""
|
|
428
427
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
429
|
-
:param
|
|
428
|
+
: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.
|
|
430
429
|
|
|
431
430
|
The expression's input is an object named "device", which carries the following properties:
|
|
432
431
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -458,9 +457,9 @@ class CELDeviceSelector(dict):
|
|
|
458
457
|
"""
|
|
459
458
|
pulumi.set(__self__, "expression", expression)
|
|
460
459
|
|
|
461
|
-
@property
|
|
460
|
+
@_builtins.property
|
|
462
461
|
@pulumi.getter
|
|
463
|
-
def expression(self) ->
|
|
462
|
+
def expression(self) -> _builtins.str:
|
|
464
463
|
"""
|
|
465
464
|
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.
|
|
466
465
|
|
|
@@ -501,10 +500,10 @@ class CELDeviceSelectorPatch(dict):
|
|
|
501
500
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
502
501
|
"""
|
|
503
502
|
def __init__(__self__, *,
|
|
504
|
-
expression: Optional[
|
|
503
|
+
expression: Optional[_builtins.str] = None):
|
|
505
504
|
"""
|
|
506
505
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
507
|
-
:param
|
|
506
|
+
: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.
|
|
508
507
|
|
|
509
508
|
The expression's input is an object named "device", which carries the following properties:
|
|
510
509
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -537,9 +536,9 @@ class CELDeviceSelectorPatch(dict):
|
|
|
537
536
|
if expression is not None:
|
|
538
537
|
pulumi.set(__self__, "expression", expression)
|
|
539
538
|
|
|
540
|
-
@property
|
|
539
|
+
@_builtins.property
|
|
541
540
|
@pulumi.getter
|
|
542
|
-
def expression(self) -> Optional[
|
|
541
|
+
def expression(self) -> Optional[_builtins.str]:
|
|
543
542
|
"""
|
|
544
543
|
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.
|
|
545
544
|
|
|
@@ -580,16 +579,16 @@ class Counter(dict):
|
|
|
580
579
|
Counter describes a quantity associated with a device.
|
|
581
580
|
"""
|
|
582
581
|
def __init__(__self__, *,
|
|
583
|
-
value:
|
|
582
|
+
value: _builtins.str):
|
|
584
583
|
"""
|
|
585
584
|
Counter describes a quantity associated with a device.
|
|
586
|
-
:param
|
|
585
|
+
:param _builtins.str value: Value defines how much of a certain device counter is available.
|
|
587
586
|
"""
|
|
588
587
|
pulumi.set(__self__, "value", value)
|
|
589
588
|
|
|
590
|
-
@property
|
|
589
|
+
@_builtins.property
|
|
591
590
|
@pulumi.getter
|
|
592
|
-
def value(self) ->
|
|
591
|
+
def value(self) -> _builtins.str:
|
|
593
592
|
"""
|
|
594
593
|
Value defines how much of a certain device counter is available.
|
|
595
594
|
"""
|
|
@@ -605,7 +604,7 @@ class CounterSet(dict):
|
|
|
605
604
|
"""
|
|
606
605
|
def __init__(__self__, *,
|
|
607
606
|
counters: Mapping[str, 'outputs.Counter'],
|
|
608
|
-
name:
|
|
607
|
+
name: _builtins.str):
|
|
609
608
|
"""
|
|
610
609
|
CounterSet defines a named set of counters that are available to be used by devices defined in the ResourceSlice.
|
|
611
610
|
|
|
@@ -613,12 +612,12 @@ class CounterSet(dict):
|
|
|
613
612
|
:param Mapping[str, 'CounterArgs'] counters: Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label.
|
|
614
613
|
|
|
615
614
|
The maximum number of counters in all sets is 32.
|
|
616
|
-
:param
|
|
615
|
+
:param _builtins.str name: Name defines the name of the counter set. It must be a DNS label.
|
|
617
616
|
"""
|
|
618
617
|
pulumi.set(__self__, "counters", counters)
|
|
619
618
|
pulumi.set(__self__, "name", name)
|
|
620
619
|
|
|
621
|
-
@property
|
|
620
|
+
@_builtins.property
|
|
622
621
|
@pulumi.getter
|
|
623
622
|
def counters(self) -> Mapping[str, 'outputs.Counter']:
|
|
624
623
|
"""
|
|
@@ -628,9 +627,9 @@ class CounterSet(dict):
|
|
|
628
627
|
"""
|
|
629
628
|
return pulumi.get(self, "counters")
|
|
630
629
|
|
|
631
|
-
@property
|
|
630
|
+
@_builtins.property
|
|
632
631
|
@pulumi.getter
|
|
633
|
-
def name(self) ->
|
|
632
|
+
def name(self) -> _builtins.str:
|
|
634
633
|
"""
|
|
635
634
|
Name defines the name of the counter set. It must be a DNS label.
|
|
636
635
|
"""
|
|
@@ -646,7 +645,7 @@ class CounterSetPatch(dict):
|
|
|
646
645
|
"""
|
|
647
646
|
def __init__(__self__, *,
|
|
648
647
|
counters: Optional[Mapping[str, 'outputs.Counter']] = None,
|
|
649
|
-
name: Optional[
|
|
648
|
+
name: Optional[_builtins.str] = None):
|
|
650
649
|
"""
|
|
651
650
|
CounterSet defines a named set of counters that are available to be used by devices defined in the ResourceSlice.
|
|
652
651
|
|
|
@@ -654,14 +653,14 @@ class CounterSetPatch(dict):
|
|
|
654
653
|
:param Mapping[str, 'CounterArgs'] counters: Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label.
|
|
655
654
|
|
|
656
655
|
The maximum number of counters in all sets is 32.
|
|
657
|
-
:param
|
|
656
|
+
:param _builtins.str name: Name defines the name of the counter set. It must be a DNS label.
|
|
658
657
|
"""
|
|
659
658
|
if counters is not None:
|
|
660
659
|
pulumi.set(__self__, "counters", counters)
|
|
661
660
|
if name is not None:
|
|
662
661
|
pulumi.set(__self__, "name", name)
|
|
663
662
|
|
|
664
|
-
@property
|
|
663
|
+
@_builtins.property
|
|
665
664
|
@pulumi.getter
|
|
666
665
|
def counters(self) -> Optional[Mapping[str, 'outputs.Counter']]:
|
|
667
666
|
"""
|
|
@@ -671,9 +670,9 @@ class CounterSetPatch(dict):
|
|
|
671
670
|
"""
|
|
672
671
|
return pulumi.get(self, "counters")
|
|
673
672
|
|
|
674
|
-
@property
|
|
673
|
+
@_builtins.property
|
|
675
674
|
@pulumi.getter
|
|
676
|
-
def name(self) -> Optional[
|
|
675
|
+
def name(self) -> Optional[_builtins.str]:
|
|
677
676
|
"""
|
|
678
677
|
Name defines the name of the counter set. It must be a DNS label.
|
|
679
678
|
"""
|
|
@@ -709,18 +708,18 @@ class Device(dict):
|
|
|
709
708
|
return super().get(key, default)
|
|
710
709
|
|
|
711
710
|
def __init__(__self__, *,
|
|
712
|
-
name:
|
|
713
|
-
all_nodes: Optional[
|
|
711
|
+
name: _builtins.str,
|
|
712
|
+
all_nodes: Optional[_builtins.bool] = None,
|
|
714
713
|
attributes: Optional[Mapping[str, 'outputs.DeviceAttribute']] = None,
|
|
715
714
|
capacity: Optional[Mapping[str, 'outputs.DeviceCapacity']] = None,
|
|
716
715
|
consumes_counters: Optional[Sequence['outputs.DeviceCounterConsumption']] = None,
|
|
717
|
-
node_name: Optional[
|
|
716
|
+
node_name: Optional[_builtins.str] = None,
|
|
718
717
|
node_selector: Optional['_core.v1.outputs.NodeSelector'] = None,
|
|
719
718
|
taints: Optional[Sequence['outputs.DeviceTaint']] = None):
|
|
720
719
|
"""
|
|
721
720
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
722
|
-
:param
|
|
723
|
-
:param
|
|
721
|
+
:param _builtins.str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
722
|
+
:param _builtins.bool all_nodes: AllNodes indicates that all nodes have access to the device.
|
|
724
723
|
|
|
725
724
|
Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.
|
|
726
725
|
: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.
|
|
@@ -734,7 +733,7 @@ class Device(dict):
|
|
|
734
733
|
There can only be a single entry per counterSet.
|
|
735
734
|
|
|
736
735
|
The total number of device counter consumption entries must be <= 32. In addition, the total number in the entire ResourceSlice must be <= 1024 (for example, 64 devices with 16 counters each).
|
|
737
|
-
:param
|
|
736
|
+
:param _builtins.str node_name: NodeName identifies the node where the device is available.
|
|
738
737
|
|
|
739
738
|
Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.
|
|
740
739
|
:param '_core.v1.NodeSelectorArgs' node_selector: NodeSelector defines the nodes where the device is available.
|
|
@@ -764,17 +763,17 @@ class Device(dict):
|
|
|
764
763
|
if taints is not None:
|
|
765
764
|
pulumi.set(__self__, "taints", taints)
|
|
766
765
|
|
|
767
|
-
@property
|
|
766
|
+
@_builtins.property
|
|
768
767
|
@pulumi.getter
|
|
769
|
-
def name(self) ->
|
|
768
|
+
def name(self) -> _builtins.str:
|
|
770
769
|
"""
|
|
771
770
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
772
771
|
"""
|
|
773
772
|
return pulumi.get(self, "name")
|
|
774
773
|
|
|
775
|
-
@property
|
|
774
|
+
@_builtins.property
|
|
776
775
|
@pulumi.getter(name="allNodes")
|
|
777
|
-
def all_nodes(self) -> Optional[
|
|
776
|
+
def all_nodes(self) -> Optional[_builtins.bool]:
|
|
778
777
|
"""
|
|
779
778
|
AllNodes indicates that all nodes have access to the device.
|
|
780
779
|
|
|
@@ -782,7 +781,7 @@ class Device(dict):
|
|
|
782
781
|
"""
|
|
783
782
|
return pulumi.get(self, "all_nodes")
|
|
784
783
|
|
|
785
|
-
@property
|
|
784
|
+
@_builtins.property
|
|
786
785
|
@pulumi.getter
|
|
787
786
|
def attributes(self) -> Optional[Mapping[str, 'outputs.DeviceAttribute']]:
|
|
788
787
|
"""
|
|
@@ -792,7 +791,7 @@ class Device(dict):
|
|
|
792
791
|
"""
|
|
793
792
|
return pulumi.get(self, "attributes")
|
|
794
793
|
|
|
795
|
-
@property
|
|
794
|
+
@_builtins.property
|
|
796
795
|
@pulumi.getter
|
|
797
796
|
def capacity(self) -> Optional[Mapping[str, 'outputs.DeviceCapacity']]:
|
|
798
797
|
"""
|
|
@@ -802,7 +801,7 @@ class Device(dict):
|
|
|
802
801
|
"""
|
|
803
802
|
return pulumi.get(self, "capacity")
|
|
804
803
|
|
|
805
|
-
@property
|
|
804
|
+
@_builtins.property
|
|
806
805
|
@pulumi.getter(name="consumesCounters")
|
|
807
806
|
def consumes_counters(self) -> Optional[Sequence['outputs.DeviceCounterConsumption']]:
|
|
808
807
|
"""
|
|
@@ -814,9 +813,9 @@ class Device(dict):
|
|
|
814
813
|
"""
|
|
815
814
|
return pulumi.get(self, "consumes_counters")
|
|
816
815
|
|
|
817
|
-
@property
|
|
816
|
+
@_builtins.property
|
|
818
817
|
@pulumi.getter(name="nodeName")
|
|
819
|
-
def node_name(self) -> Optional[
|
|
818
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
820
819
|
"""
|
|
821
820
|
NodeName identifies the node where the device is available.
|
|
822
821
|
|
|
@@ -824,7 +823,7 @@ class Device(dict):
|
|
|
824
823
|
"""
|
|
825
824
|
return pulumi.get(self, "node_name")
|
|
826
825
|
|
|
827
|
-
@property
|
|
826
|
+
@_builtins.property
|
|
828
827
|
@pulumi.getter(name="nodeSelector")
|
|
829
828
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelector']:
|
|
830
829
|
"""
|
|
@@ -836,7 +835,7 @@ class Device(dict):
|
|
|
836
835
|
"""
|
|
837
836
|
return pulumi.get(self, "node_selector")
|
|
838
837
|
|
|
839
|
-
@property
|
|
838
|
+
@_builtins.property
|
|
840
839
|
@pulumi.getter
|
|
841
840
|
def taints(self) -> Optional[Sequence['outputs.DeviceTaint']]:
|
|
842
841
|
"""
|
|
@@ -855,14 +854,14 @@ class DeviceAllocationConfiguration(dict):
|
|
|
855
854
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
856
855
|
"""
|
|
857
856
|
def __init__(__self__, *,
|
|
858
|
-
source:
|
|
857
|
+
source: _builtins.str,
|
|
859
858
|
opaque: Optional['outputs.OpaqueDeviceConfiguration'] = None,
|
|
860
|
-
requests: Optional[Sequence[
|
|
859
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
861
860
|
"""
|
|
862
861
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
863
|
-
:param
|
|
862
|
+
: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.
|
|
864
863
|
:param 'OpaqueDeviceConfigurationArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
865
|
-
:param Sequence[
|
|
864
|
+
:param Sequence[_builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
866
865
|
|
|
867
866
|
References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests.
|
|
868
867
|
"""
|
|
@@ -872,15 +871,15 @@ class DeviceAllocationConfiguration(dict):
|
|
|
872
871
|
if requests is not None:
|
|
873
872
|
pulumi.set(__self__, "requests", requests)
|
|
874
873
|
|
|
875
|
-
@property
|
|
874
|
+
@_builtins.property
|
|
876
875
|
@pulumi.getter
|
|
877
|
-
def source(self) ->
|
|
876
|
+
def source(self) -> _builtins.str:
|
|
878
877
|
"""
|
|
879
878
|
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.
|
|
880
879
|
"""
|
|
881
880
|
return pulumi.get(self, "source")
|
|
882
881
|
|
|
883
|
-
@property
|
|
882
|
+
@_builtins.property
|
|
884
883
|
@pulumi.getter
|
|
885
884
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfiguration']:
|
|
886
885
|
"""
|
|
@@ -888,9 +887,9 @@ class DeviceAllocationConfiguration(dict):
|
|
|
888
887
|
"""
|
|
889
888
|
return pulumi.get(self, "opaque")
|
|
890
889
|
|
|
891
|
-
@property
|
|
890
|
+
@_builtins.property
|
|
892
891
|
@pulumi.getter
|
|
893
|
-
def requests(self) -> Optional[Sequence[
|
|
892
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
894
893
|
"""
|
|
895
894
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
896
895
|
|
|
@@ -906,15 +905,15 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
906
905
|
"""
|
|
907
906
|
def __init__(__self__, *,
|
|
908
907
|
opaque: Optional['outputs.OpaqueDeviceConfigurationPatch'] = None,
|
|
909
|
-
requests: Optional[Sequence[
|
|
910
|
-
source: Optional[
|
|
908
|
+
requests: Optional[Sequence[_builtins.str]] = None,
|
|
909
|
+
source: Optional[_builtins.str] = None):
|
|
911
910
|
"""
|
|
912
911
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
913
912
|
:param 'OpaqueDeviceConfigurationPatchArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
914
|
-
:param Sequence[
|
|
913
|
+
:param Sequence[_builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
915
914
|
|
|
916
915
|
References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests.
|
|
917
|
-
:param
|
|
916
|
+
: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.
|
|
918
917
|
"""
|
|
919
918
|
if opaque is not None:
|
|
920
919
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -923,7 +922,7 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
923
922
|
if source is not None:
|
|
924
923
|
pulumi.set(__self__, "source", source)
|
|
925
924
|
|
|
926
|
-
@property
|
|
925
|
+
@_builtins.property
|
|
927
926
|
@pulumi.getter
|
|
928
927
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfigurationPatch']:
|
|
929
928
|
"""
|
|
@@ -931,9 +930,9 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
931
930
|
"""
|
|
932
931
|
return pulumi.get(self, "opaque")
|
|
933
932
|
|
|
934
|
-
@property
|
|
933
|
+
@_builtins.property
|
|
935
934
|
@pulumi.getter
|
|
936
|
-
def requests(self) -> Optional[Sequence[
|
|
935
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
937
936
|
"""
|
|
938
937
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
939
938
|
|
|
@@ -941,9 +940,9 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
941
940
|
"""
|
|
942
941
|
return pulumi.get(self, "requests")
|
|
943
942
|
|
|
944
|
-
@property
|
|
943
|
+
@_builtins.property
|
|
945
944
|
@pulumi.getter
|
|
946
|
-
def source(self) -> Optional[
|
|
945
|
+
def source(self) -> Optional[_builtins.str]:
|
|
947
946
|
"""
|
|
948
947
|
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.
|
|
949
948
|
"""
|
|
@@ -970,7 +969,7 @@ class DeviceAllocationResult(dict):
|
|
|
970
969
|
if results is not None:
|
|
971
970
|
pulumi.set(__self__, "results", results)
|
|
972
971
|
|
|
973
|
-
@property
|
|
972
|
+
@_builtins.property
|
|
974
973
|
@pulumi.getter
|
|
975
974
|
def config(self) -> Optional[Sequence['outputs.DeviceAllocationConfiguration']]:
|
|
976
975
|
"""
|
|
@@ -980,7 +979,7 @@ class DeviceAllocationResult(dict):
|
|
|
980
979
|
"""
|
|
981
980
|
return pulumi.get(self, "config")
|
|
982
981
|
|
|
983
|
-
@property
|
|
982
|
+
@_builtins.property
|
|
984
983
|
@pulumi.getter
|
|
985
984
|
def results(self) -> Optional[Sequence['outputs.DeviceRequestAllocationResult']]:
|
|
986
985
|
"""
|
|
@@ -1009,7 +1008,7 @@ class DeviceAllocationResultPatch(dict):
|
|
|
1009
1008
|
if results is not None:
|
|
1010
1009
|
pulumi.set(__self__, "results", results)
|
|
1011
1010
|
|
|
1012
|
-
@property
|
|
1011
|
+
@_builtins.property
|
|
1013
1012
|
@pulumi.getter
|
|
1014
1013
|
def config(self) -> Optional[Sequence['outputs.DeviceAllocationConfigurationPatch']]:
|
|
1015
1014
|
"""
|
|
@@ -1019,7 +1018,7 @@ class DeviceAllocationResultPatch(dict):
|
|
|
1019
1018
|
"""
|
|
1020
1019
|
return pulumi.get(self, "config")
|
|
1021
1020
|
|
|
1022
|
-
@property
|
|
1021
|
+
@_builtins.property
|
|
1023
1022
|
@pulumi.getter
|
|
1024
1023
|
def results(self) -> Optional[Sequence['outputs.DeviceRequestAllocationResultPatch']]:
|
|
1025
1024
|
"""
|
|
@@ -1034,16 +1033,16 @@ class DeviceAttribute(dict):
|
|
|
1034
1033
|
DeviceAttribute must have exactly one field set.
|
|
1035
1034
|
"""
|
|
1036
1035
|
def __init__(__self__, *,
|
|
1037
|
-
bool: Optional[
|
|
1038
|
-
int: Optional[
|
|
1039
|
-
string: Optional[
|
|
1040
|
-
version: Optional[
|
|
1036
|
+
bool: Optional[_builtins.bool] = None,
|
|
1037
|
+
int: Optional[_builtins.int] = None,
|
|
1038
|
+
string: Optional[_builtins.str] = None,
|
|
1039
|
+
version: Optional[_builtins.str] = None):
|
|
1041
1040
|
"""
|
|
1042
1041
|
DeviceAttribute must have exactly one field set.
|
|
1043
|
-
:param
|
|
1044
|
-
:param
|
|
1045
|
-
:param
|
|
1046
|
-
:param
|
|
1042
|
+
:param _builtins.bool bool: BoolValue is a true/false value.
|
|
1043
|
+
:param _builtins.int int: IntValue is a number.
|
|
1044
|
+
:param _builtins.str string: StringValue is a string. Must not be longer than 64 characters.
|
|
1045
|
+
:param _builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
1047
1046
|
"""
|
|
1048
1047
|
if bool is not None:
|
|
1049
1048
|
pulumi.set(__self__, "bool", bool)
|
|
@@ -1054,33 +1053,33 @@ class DeviceAttribute(dict):
|
|
|
1054
1053
|
if version is not None:
|
|
1055
1054
|
pulumi.set(__self__, "version", version)
|
|
1056
1055
|
|
|
1057
|
-
@property
|
|
1056
|
+
@_builtins.property
|
|
1058
1057
|
@pulumi.getter
|
|
1059
|
-
def bool(self) -> Optional[
|
|
1058
|
+
def bool(self) -> Optional[_builtins.bool]:
|
|
1060
1059
|
"""
|
|
1061
1060
|
BoolValue is a true/false value.
|
|
1062
1061
|
"""
|
|
1063
1062
|
return pulumi.get(self, "bool")
|
|
1064
1063
|
|
|
1065
|
-
@property
|
|
1064
|
+
@_builtins.property
|
|
1066
1065
|
@pulumi.getter
|
|
1067
|
-
def int(self) -> Optional[
|
|
1066
|
+
def int(self) -> Optional[_builtins.int]:
|
|
1068
1067
|
"""
|
|
1069
1068
|
IntValue is a number.
|
|
1070
1069
|
"""
|
|
1071
1070
|
return pulumi.get(self, "int")
|
|
1072
1071
|
|
|
1073
|
-
@property
|
|
1072
|
+
@_builtins.property
|
|
1074
1073
|
@pulumi.getter
|
|
1075
|
-
def string(self) -> Optional[
|
|
1074
|
+
def string(self) -> Optional[_builtins.str]:
|
|
1076
1075
|
"""
|
|
1077
1076
|
StringValue is a string. Must not be longer than 64 characters.
|
|
1078
1077
|
"""
|
|
1079
1078
|
return pulumi.get(self, "string")
|
|
1080
1079
|
|
|
1081
|
-
@property
|
|
1080
|
+
@_builtins.property
|
|
1082
1081
|
@pulumi.getter
|
|
1083
|
-
def version(self) -> Optional[
|
|
1082
|
+
def version(self) -> Optional[_builtins.str]:
|
|
1084
1083
|
"""
|
|
1085
1084
|
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
1086
1085
|
"""
|
|
@@ -1093,16 +1092,16 @@ class DeviceCapacity(dict):
|
|
|
1093
1092
|
DeviceCapacity describes a quantity associated with a device.
|
|
1094
1093
|
"""
|
|
1095
1094
|
def __init__(__self__, *,
|
|
1096
|
-
value:
|
|
1095
|
+
value: _builtins.str):
|
|
1097
1096
|
"""
|
|
1098
1097
|
DeviceCapacity describes a quantity associated with a device.
|
|
1099
|
-
:param
|
|
1098
|
+
:param _builtins.str value: Value defines how much of a certain device capacity is available.
|
|
1100
1099
|
"""
|
|
1101
1100
|
pulumi.set(__self__, "value", value)
|
|
1102
1101
|
|
|
1103
|
-
@property
|
|
1102
|
+
@_builtins.property
|
|
1104
1103
|
@pulumi.getter
|
|
1105
|
-
def value(self) ->
|
|
1104
|
+
def value(self) -> _builtins.str:
|
|
1106
1105
|
"""
|
|
1107
1106
|
Value defines how much of a certain device capacity is available.
|
|
1108
1107
|
"""
|
|
@@ -1131,7 +1130,7 @@ class DeviceClaim(dict):
|
|
|
1131
1130
|
if requests is not None:
|
|
1132
1131
|
pulumi.set(__self__, "requests", requests)
|
|
1133
1132
|
|
|
1134
|
-
@property
|
|
1133
|
+
@_builtins.property
|
|
1135
1134
|
@pulumi.getter
|
|
1136
1135
|
def config(self) -> Optional[Sequence['outputs.DeviceClaimConfiguration']]:
|
|
1137
1136
|
"""
|
|
@@ -1139,7 +1138,7 @@ class DeviceClaim(dict):
|
|
|
1139
1138
|
"""
|
|
1140
1139
|
return pulumi.get(self, "config")
|
|
1141
1140
|
|
|
1142
|
-
@property
|
|
1141
|
+
@_builtins.property
|
|
1143
1142
|
@pulumi.getter
|
|
1144
1143
|
def constraints(self) -> Optional[Sequence['outputs.DeviceConstraint']]:
|
|
1145
1144
|
"""
|
|
@@ -1147,7 +1146,7 @@ class DeviceClaim(dict):
|
|
|
1147
1146
|
"""
|
|
1148
1147
|
return pulumi.get(self, "constraints")
|
|
1149
1148
|
|
|
1150
|
-
@property
|
|
1149
|
+
@_builtins.property
|
|
1151
1150
|
@pulumi.getter
|
|
1152
1151
|
def requests(self) -> Optional[Sequence['outputs.DeviceRequest']]:
|
|
1153
1152
|
"""
|
|
@@ -1163,11 +1162,11 @@ class DeviceClaimConfiguration(dict):
|
|
|
1163
1162
|
"""
|
|
1164
1163
|
def __init__(__self__, *,
|
|
1165
1164
|
opaque: Optional['outputs.OpaqueDeviceConfiguration'] = None,
|
|
1166
|
-
requests: Optional[Sequence[
|
|
1165
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1167
1166
|
"""
|
|
1168
1167
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1169
1168
|
:param 'OpaqueDeviceConfigurationArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1170
|
-
:param Sequence[
|
|
1169
|
+
:param Sequence[_builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1171
1170
|
|
|
1172
1171
|
References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests.
|
|
1173
1172
|
"""
|
|
@@ -1176,7 +1175,7 @@ class DeviceClaimConfiguration(dict):
|
|
|
1176
1175
|
if requests is not None:
|
|
1177
1176
|
pulumi.set(__self__, "requests", requests)
|
|
1178
1177
|
|
|
1179
|
-
@property
|
|
1178
|
+
@_builtins.property
|
|
1180
1179
|
@pulumi.getter
|
|
1181
1180
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfiguration']:
|
|
1182
1181
|
"""
|
|
@@ -1184,9 +1183,9 @@ class DeviceClaimConfiguration(dict):
|
|
|
1184
1183
|
"""
|
|
1185
1184
|
return pulumi.get(self, "opaque")
|
|
1186
1185
|
|
|
1187
|
-
@property
|
|
1186
|
+
@_builtins.property
|
|
1188
1187
|
@pulumi.getter
|
|
1189
|
-
def requests(self) -> Optional[Sequence[
|
|
1188
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1190
1189
|
"""
|
|
1191
1190
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1192
1191
|
|
|
@@ -1202,11 +1201,11 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1202
1201
|
"""
|
|
1203
1202
|
def __init__(__self__, *,
|
|
1204
1203
|
opaque: Optional['outputs.OpaqueDeviceConfigurationPatch'] = None,
|
|
1205
|
-
requests: Optional[Sequence[
|
|
1204
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1206
1205
|
"""
|
|
1207
1206
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1208
1207
|
:param 'OpaqueDeviceConfigurationPatchArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1209
|
-
:param Sequence[
|
|
1208
|
+
:param Sequence[_builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1210
1209
|
|
|
1211
1210
|
References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests.
|
|
1212
1211
|
"""
|
|
@@ -1215,7 +1214,7 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1215
1214
|
if requests is not None:
|
|
1216
1215
|
pulumi.set(__self__, "requests", requests)
|
|
1217
1216
|
|
|
1218
|
-
@property
|
|
1217
|
+
@_builtins.property
|
|
1219
1218
|
@pulumi.getter
|
|
1220
1219
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfigurationPatch']:
|
|
1221
1220
|
"""
|
|
@@ -1223,9 +1222,9 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1223
1222
|
"""
|
|
1224
1223
|
return pulumi.get(self, "opaque")
|
|
1225
1224
|
|
|
1226
|
-
@property
|
|
1225
|
+
@_builtins.property
|
|
1227
1226
|
@pulumi.getter
|
|
1228
|
-
def requests(self) -> Optional[Sequence[
|
|
1227
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1229
1228
|
"""
|
|
1230
1229
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1231
1230
|
|
|
@@ -1256,7 +1255,7 @@ class DeviceClaimPatch(dict):
|
|
|
1256
1255
|
if requests is not None:
|
|
1257
1256
|
pulumi.set(__self__, "requests", requests)
|
|
1258
1257
|
|
|
1259
|
-
@property
|
|
1258
|
+
@_builtins.property
|
|
1260
1259
|
@pulumi.getter
|
|
1261
1260
|
def config(self) -> Optional[Sequence['outputs.DeviceClaimConfigurationPatch']]:
|
|
1262
1261
|
"""
|
|
@@ -1264,7 +1263,7 @@ class DeviceClaimPatch(dict):
|
|
|
1264
1263
|
"""
|
|
1265
1264
|
return pulumi.get(self, "config")
|
|
1266
1265
|
|
|
1267
|
-
@property
|
|
1266
|
+
@_builtins.property
|
|
1268
1267
|
@pulumi.getter
|
|
1269
1268
|
def constraints(self) -> Optional[Sequence['outputs.DeviceConstraintPatch']]:
|
|
1270
1269
|
"""
|
|
@@ -1272,7 +1271,7 @@ class DeviceClaimPatch(dict):
|
|
|
1272
1271
|
"""
|
|
1273
1272
|
return pulumi.get(self, "constraints")
|
|
1274
1273
|
|
|
1275
|
-
@property
|
|
1274
|
+
@_builtins.property
|
|
1276
1275
|
@pulumi.getter
|
|
1277
1276
|
def requests(self) -> Optional[Sequence['outputs.DeviceRequestPatch']]:
|
|
1278
1277
|
"""
|
|
@@ -1307,8 +1306,8 @@ class DeviceClass(dict):
|
|
|
1307
1306
|
|
|
1308
1307
|
def __init__(__self__, *,
|
|
1309
1308
|
spec: 'outputs.DeviceClassSpec',
|
|
1310
|
-
api_version: Optional[
|
|
1311
|
-
kind: Optional[
|
|
1309
|
+
api_version: Optional[_builtins.str] = None,
|
|
1310
|
+
kind: Optional[_builtins.str] = None,
|
|
1312
1311
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
1313
1312
|
"""
|
|
1314
1313
|
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.
|
|
@@ -1319,8 +1318,8 @@ class DeviceClass(dict):
|
|
|
1319
1318
|
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.
|
|
1320
1319
|
|
|
1321
1320
|
Changing the spec automatically increments the metadata.generation number.
|
|
1322
|
-
:param
|
|
1323
|
-
:param
|
|
1321
|
+
: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
|
|
1322
|
+
: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
|
|
1324
1323
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1325
1324
|
"""
|
|
1326
1325
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1331,7 +1330,7 @@ class DeviceClass(dict):
|
|
|
1331
1330
|
if metadata is not None:
|
|
1332
1331
|
pulumi.set(__self__, "metadata", metadata)
|
|
1333
1332
|
|
|
1334
|
-
@property
|
|
1333
|
+
@_builtins.property
|
|
1335
1334
|
@pulumi.getter
|
|
1336
1335
|
def spec(self) -> 'outputs.DeviceClassSpec':
|
|
1337
1336
|
"""
|
|
@@ -1343,23 +1342,23 @@ class DeviceClass(dict):
|
|
|
1343
1342
|
"""
|
|
1344
1343
|
return pulumi.get(self, "spec")
|
|
1345
1344
|
|
|
1346
|
-
@property
|
|
1345
|
+
@_builtins.property
|
|
1347
1346
|
@pulumi.getter(name="apiVersion")
|
|
1348
|
-
def api_version(self) -> Optional[
|
|
1347
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1349
1348
|
"""
|
|
1350
1349
|
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
|
|
1351
1350
|
"""
|
|
1352
1351
|
return pulumi.get(self, "api_version")
|
|
1353
1352
|
|
|
1354
|
-
@property
|
|
1353
|
+
@_builtins.property
|
|
1355
1354
|
@pulumi.getter
|
|
1356
|
-
def kind(self) -> Optional[
|
|
1355
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1357
1356
|
"""
|
|
1358
1357
|
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
|
|
1359
1358
|
"""
|
|
1360
1359
|
return pulumi.get(self, "kind")
|
|
1361
1360
|
|
|
1362
|
-
@property
|
|
1361
|
+
@_builtins.property
|
|
1363
1362
|
@pulumi.getter
|
|
1364
1363
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1365
1364
|
"""
|
|
@@ -1382,7 +1381,7 @@ class DeviceClassConfiguration(dict):
|
|
|
1382
1381
|
if opaque is not None:
|
|
1383
1382
|
pulumi.set(__self__, "opaque", opaque)
|
|
1384
1383
|
|
|
1385
|
-
@property
|
|
1384
|
+
@_builtins.property
|
|
1386
1385
|
@pulumi.getter
|
|
1387
1386
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfiguration']:
|
|
1388
1387
|
"""
|
|
@@ -1405,7 +1404,7 @@ class DeviceClassConfigurationPatch(dict):
|
|
|
1405
1404
|
if opaque is not None:
|
|
1406
1405
|
pulumi.set(__self__, "opaque", opaque)
|
|
1407
1406
|
|
|
1408
|
-
@property
|
|
1407
|
+
@_builtins.property
|
|
1409
1408
|
@pulumi.getter
|
|
1410
1409
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfigurationPatch']:
|
|
1411
1410
|
"""
|
|
@@ -1434,7 +1433,7 @@ class DeviceClassSpec(dict):
|
|
|
1434
1433
|
if selectors is not None:
|
|
1435
1434
|
pulumi.set(__self__, "selectors", selectors)
|
|
1436
1435
|
|
|
1437
|
-
@property
|
|
1436
|
+
@_builtins.property
|
|
1438
1437
|
@pulumi.getter
|
|
1439
1438
|
def config(self) -> Optional[Sequence['outputs.DeviceClassConfiguration']]:
|
|
1440
1439
|
"""
|
|
@@ -1444,7 +1443,7 @@ class DeviceClassSpec(dict):
|
|
|
1444
1443
|
"""
|
|
1445
1444
|
return pulumi.get(self, "config")
|
|
1446
1445
|
|
|
1447
|
-
@property
|
|
1446
|
+
@_builtins.property
|
|
1448
1447
|
@pulumi.getter
|
|
1449
1448
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelector']]:
|
|
1450
1449
|
"""
|
|
@@ -1473,7 +1472,7 @@ class DeviceClassSpecPatch(dict):
|
|
|
1473
1472
|
if selectors is not None:
|
|
1474
1473
|
pulumi.set(__self__, "selectors", selectors)
|
|
1475
1474
|
|
|
1476
|
-
@property
|
|
1475
|
+
@_builtins.property
|
|
1477
1476
|
@pulumi.getter
|
|
1478
1477
|
def config(self) -> Optional[Sequence['outputs.DeviceClassConfigurationPatch']]:
|
|
1479
1478
|
"""
|
|
@@ -1483,7 +1482,7 @@ class DeviceClassSpecPatch(dict):
|
|
|
1483
1482
|
"""
|
|
1484
1483
|
return pulumi.get(self, "config")
|
|
1485
1484
|
|
|
1486
|
-
@property
|
|
1485
|
+
@_builtins.property
|
|
1487
1486
|
@pulumi.getter
|
|
1488
1487
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelectorPatch']]:
|
|
1489
1488
|
"""
|
|
@@ -1515,16 +1514,16 @@ class DeviceConstraint(dict):
|
|
|
1515
1514
|
return super().get(key, default)
|
|
1516
1515
|
|
|
1517
1516
|
def __init__(__self__, *,
|
|
1518
|
-
match_attribute: Optional[
|
|
1519
|
-
requests: Optional[Sequence[
|
|
1517
|
+
match_attribute: Optional[_builtins.str] = None,
|
|
1518
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1520
1519
|
"""
|
|
1521
1520
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1522
|
-
:param
|
|
1521
|
+
: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.
|
|
1523
1522
|
|
|
1524
1523
|
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.
|
|
1525
1524
|
|
|
1526
1525
|
Must include the domain qualifier.
|
|
1527
|
-
:param Sequence[
|
|
1526
|
+
: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.
|
|
1528
1527
|
|
|
1529
1528
|
References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the constraint applies to all subrequests.
|
|
1530
1529
|
"""
|
|
@@ -1533,9 +1532,9 @@ class DeviceConstraint(dict):
|
|
|
1533
1532
|
if requests is not None:
|
|
1534
1533
|
pulumi.set(__self__, "requests", requests)
|
|
1535
1534
|
|
|
1536
|
-
@property
|
|
1535
|
+
@_builtins.property
|
|
1537
1536
|
@pulumi.getter(name="matchAttribute")
|
|
1538
|
-
def match_attribute(self) -> Optional[
|
|
1537
|
+
def match_attribute(self) -> Optional[_builtins.str]:
|
|
1539
1538
|
"""
|
|
1540
1539
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1541
1540
|
|
|
@@ -1545,9 +1544,9 @@ class DeviceConstraint(dict):
|
|
|
1545
1544
|
"""
|
|
1546
1545
|
return pulumi.get(self, "match_attribute")
|
|
1547
1546
|
|
|
1548
|
-
@property
|
|
1547
|
+
@_builtins.property
|
|
1549
1548
|
@pulumi.getter
|
|
1550
|
-
def requests(self) -> Optional[Sequence[
|
|
1549
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1551
1550
|
"""
|
|
1552
1551
|
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.
|
|
1553
1552
|
|
|
@@ -1579,16 +1578,16 @@ class DeviceConstraintPatch(dict):
|
|
|
1579
1578
|
return super().get(key, default)
|
|
1580
1579
|
|
|
1581
1580
|
def __init__(__self__, *,
|
|
1582
|
-
match_attribute: Optional[
|
|
1583
|
-
requests: Optional[Sequence[
|
|
1581
|
+
match_attribute: Optional[_builtins.str] = None,
|
|
1582
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1584
1583
|
"""
|
|
1585
1584
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1586
|
-
:param
|
|
1585
|
+
: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.
|
|
1587
1586
|
|
|
1588
1587
|
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.
|
|
1589
1588
|
|
|
1590
1589
|
Must include the domain qualifier.
|
|
1591
|
-
:param Sequence[
|
|
1590
|
+
: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.
|
|
1592
1591
|
|
|
1593
1592
|
References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the constraint applies to all subrequests.
|
|
1594
1593
|
"""
|
|
@@ -1597,9 +1596,9 @@ class DeviceConstraintPatch(dict):
|
|
|
1597
1596
|
if requests is not None:
|
|
1598
1597
|
pulumi.set(__self__, "requests", requests)
|
|
1599
1598
|
|
|
1600
|
-
@property
|
|
1599
|
+
@_builtins.property
|
|
1601
1600
|
@pulumi.getter(name="matchAttribute")
|
|
1602
|
-
def match_attribute(self) -> Optional[
|
|
1601
|
+
def match_attribute(self) -> Optional[_builtins.str]:
|
|
1603
1602
|
"""
|
|
1604
1603
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1605
1604
|
|
|
@@ -1609,9 +1608,9 @@ class DeviceConstraintPatch(dict):
|
|
|
1609
1608
|
"""
|
|
1610
1609
|
return pulumi.get(self, "match_attribute")
|
|
1611
1610
|
|
|
1612
|
-
@property
|
|
1611
|
+
@_builtins.property
|
|
1613
1612
|
@pulumi.getter
|
|
1614
|
-
def requests(self) -> Optional[Sequence[
|
|
1613
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1615
1614
|
"""
|
|
1616
1615
|
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.
|
|
1617
1616
|
|
|
@@ -1643,11 +1642,11 @@ class DeviceCounterConsumption(dict):
|
|
|
1643
1642
|
return super().get(key, default)
|
|
1644
1643
|
|
|
1645
1644
|
def __init__(__self__, *,
|
|
1646
|
-
counter_set:
|
|
1645
|
+
counter_set: _builtins.str,
|
|
1647
1646
|
counters: Mapping[str, 'outputs.Counter']):
|
|
1648
1647
|
"""
|
|
1649
1648
|
DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.
|
|
1650
|
-
:param
|
|
1649
|
+
:param _builtins.str counter_set: CounterSet is the name of the set from which the counters defined will be consumed.
|
|
1651
1650
|
:param Mapping[str, 'CounterArgs'] counters: Counters defines the counters that will be consumed by the device.
|
|
1652
1651
|
|
|
1653
1652
|
The maximum number counters in a device is 32. In addition, the maximum number of all counters in all devices is 1024 (for example, 64 devices with 16 counters each).
|
|
@@ -1655,15 +1654,15 @@ class DeviceCounterConsumption(dict):
|
|
|
1655
1654
|
pulumi.set(__self__, "counter_set", counter_set)
|
|
1656
1655
|
pulumi.set(__self__, "counters", counters)
|
|
1657
1656
|
|
|
1658
|
-
@property
|
|
1657
|
+
@_builtins.property
|
|
1659
1658
|
@pulumi.getter(name="counterSet")
|
|
1660
|
-
def counter_set(self) ->
|
|
1659
|
+
def counter_set(self) -> _builtins.str:
|
|
1661
1660
|
"""
|
|
1662
1661
|
CounterSet is the name of the set from which the counters defined will be consumed.
|
|
1663
1662
|
"""
|
|
1664
1663
|
return pulumi.get(self, "counter_set")
|
|
1665
1664
|
|
|
1666
|
-
@property
|
|
1665
|
+
@_builtins.property
|
|
1667
1666
|
@pulumi.getter
|
|
1668
1667
|
def counters(self) -> Mapping[str, 'outputs.Counter']:
|
|
1669
1668
|
"""
|
|
@@ -1697,11 +1696,11 @@ class DeviceCounterConsumptionPatch(dict):
|
|
|
1697
1696
|
return super().get(key, default)
|
|
1698
1697
|
|
|
1699
1698
|
def __init__(__self__, *,
|
|
1700
|
-
counter_set: Optional[
|
|
1699
|
+
counter_set: Optional[_builtins.str] = None,
|
|
1701
1700
|
counters: Optional[Mapping[str, 'outputs.Counter']] = None):
|
|
1702
1701
|
"""
|
|
1703
1702
|
DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.
|
|
1704
|
-
:param
|
|
1703
|
+
:param _builtins.str counter_set: CounterSet is the name of the set from which the counters defined will be consumed.
|
|
1705
1704
|
:param Mapping[str, 'CounterArgs'] counters: Counters defines the counters that will be consumed by the device.
|
|
1706
1705
|
|
|
1707
1706
|
The maximum number counters in a device is 32. In addition, the maximum number of all counters in all devices is 1024 (for example, 64 devices with 16 counters each).
|
|
@@ -1711,15 +1710,15 @@ class DeviceCounterConsumptionPatch(dict):
|
|
|
1711
1710
|
if counters is not None:
|
|
1712
1711
|
pulumi.set(__self__, "counters", counters)
|
|
1713
1712
|
|
|
1714
|
-
@property
|
|
1713
|
+
@_builtins.property
|
|
1715
1714
|
@pulumi.getter(name="counterSet")
|
|
1716
|
-
def counter_set(self) -> Optional[
|
|
1715
|
+
def counter_set(self) -> Optional[_builtins.str]:
|
|
1717
1716
|
"""
|
|
1718
1717
|
CounterSet is the name of the set from which the counters defined will be consumed.
|
|
1719
1718
|
"""
|
|
1720
1719
|
return pulumi.get(self, "counter_set")
|
|
1721
1720
|
|
|
1722
|
-
@property
|
|
1721
|
+
@_builtins.property
|
|
1723
1722
|
@pulumi.getter
|
|
1724
1723
|
def counters(self) -> Optional[Mapping[str, 'outputs.Counter']]:
|
|
1725
1724
|
"""
|
|
@@ -1759,17 +1758,17 @@ class DevicePatch(dict):
|
|
|
1759
1758
|
return super().get(key, default)
|
|
1760
1759
|
|
|
1761
1760
|
def __init__(__self__, *,
|
|
1762
|
-
all_nodes: Optional[
|
|
1761
|
+
all_nodes: Optional[_builtins.bool] = None,
|
|
1763
1762
|
attributes: Optional[Mapping[str, 'outputs.DeviceAttribute']] = None,
|
|
1764
1763
|
capacity: Optional[Mapping[str, 'outputs.DeviceCapacity']] = None,
|
|
1765
1764
|
consumes_counters: Optional[Sequence['outputs.DeviceCounterConsumptionPatch']] = None,
|
|
1766
|
-
name: Optional[
|
|
1767
|
-
node_name: Optional[
|
|
1765
|
+
name: Optional[_builtins.str] = None,
|
|
1766
|
+
node_name: Optional[_builtins.str] = None,
|
|
1768
1767
|
node_selector: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
1769
1768
|
taints: Optional[Sequence['outputs.DeviceTaintPatch']] = None):
|
|
1770
1769
|
"""
|
|
1771
1770
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
1772
|
-
:param
|
|
1771
|
+
:param _builtins.bool all_nodes: AllNodes indicates that all nodes have access to the device.
|
|
1773
1772
|
|
|
1774
1773
|
Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.
|
|
1775
1774
|
: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.
|
|
@@ -1783,8 +1782,8 @@ class DevicePatch(dict):
|
|
|
1783
1782
|
There can only be a single entry per counterSet.
|
|
1784
1783
|
|
|
1785
1784
|
The total number of device counter consumption entries must be <= 32. In addition, the total number in the entire ResourceSlice must be <= 1024 (for example, 64 devices with 16 counters each).
|
|
1786
|
-
:param
|
|
1787
|
-
:param
|
|
1785
|
+
:param _builtins.str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1786
|
+
:param _builtins.str node_name: NodeName identifies the node where the device is available.
|
|
1788
1787
|
|
|
1789
1788
|
Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.
|
|
1790
1789
|
:param '_core.v1.NodeSelectorPatchArgs' node_selector: NodeSelector defines the nodes where the device is available.
|
|
@@ -1815,9 +1814,9 @@ class DevicePatch(dict):
|
|
|
1815
1814
|
if taints is not None:
|
|
1816
1815
|
pulumi.set(__self__, "taints", taints)
|
|
1817
1816
|
|
|
1818
|
-
@property
|
|
1817
|
+
@_builtins.property
|
|
1819
1818
|
@pulumi.getter(name="allNodes")
|
|
1820
|
-
def all_nodes(self) -> Optional[
|
|
1819
|
+
def all_nodes(self) -> Optional[_builtins.bool]:
|
|
1821
1820
|
"""
|
|
1822
1821
|
AllNodes indicates that all nodes have access to the device.
|
|
1823
1822
|
|
|
@@ -1825,7 +1824,7 @@ class DevicePatch(dict):
|
|
|
1825
1824
|
"""
|
|
1826
1825
|
return pulumi.get(self, "all_nodes")
|
|
1827
1826
|
|
|
1828
|
-
@property
|
|
1827
|
+
@_builtins.property
|
|
1829
1828
|
@pulumi.getter
|
|
1830
1829
|
def attributes(self) -> Optional[Mapping[str, 'outputs.DeviceAttribute']]:
|
|
1831
1830
|
"""
|
|
@@ -1835,7 +1834,7 @@ class DevicePatch(dict):
|
|
|
1835
1834
|
"""
|
|
1836
1835
|
return pulumi.get(self, "attributes")
|
|
1837
1836
|
|
|
1838
|
-
@property
|
|
1837
|
+
@_builtins.property
|
|
1839
1838
|
@pulumi.getter
|
|
1840
1839
|
def capacity(self) -> Optional[Mapping[str, 'outputs.DeviceCapacity']]:
|
|
1841
1840
|
"""
|
|
@@ -1845,7 +1844,7 @@ class DevicePatch(dict):
|
|
|
1845
1844
|
"""
|
|
1846
1845
|
return pulumi.get(self, "capacity")
|
|
1847
1846
|
|
|
1848
|
-
@property
|
|
1847
|
+
@_builtins.property
|
|
1849
1848
|
@pulumi.getter(name="consumesCounters")
|
|
1850
1849
|
def consumes_counters(self) -> Optional[Sequence['outputs.DeviceCounterConsumptionPatch']]:
|
|
1851
1850
|
"""
|
|
@@ -1857,17 +1856,17 @@ class DevicePatch(dict):
|
|
|
1857
1856
|
"""
|
|
1858
1857
|
return pulumi.get(self, "consumes_counters")
|
|
1859
1858
|
|
|
1860
|
-
@property
|
|
1859
|
+
@_builtins.property
|
|
1861
1860
|
@pulumi.getter
|
|
1862
|
-
def name(self) -> Optional[
|
|
1861
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1863
1862
|
"""
|
|
1864
1863
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1865
1864
|
"""
|
|
1866
1865
|
return pulumi.get(self, "name")
|
|
1867
1866
|
|
|
1868
|
-
@property
|
|
1867
|
+
@_builtins.property
|
|
1869
1868
|
@pulumi.getter(name="nodeName")
|
|
1870
|
-
def node_name(self) -> Optional[
|
|
1869
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
1871
1870
|
"""
|
|
1872
1871
|
NodeName identifies the node where the device is available.
|
|
1873
1872
|
|
|
@@ -1875,7 +1874,7 @@ class DevicePatch(dict):
|
|
|
1875
1874
|
"""
|
|
1876
1875
|
return pulumi.get(self, "node_name")
|
|
1877
1876
|
|
|
1878
|
-
@property
|
|
1877
|
+
@_builtins.property
|
|
1879
1878
|
@pulumi.getter(name="nodeSelector")
|
|
1880
1879
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelectorPatch']:
|
|
1881
1880
|
"""
|
|
@@ -1887,7 +1886,7 @@ class DevicePatch(dict):
|
|
|
1887
1886
|
"""
|
|
1888
1887
|
return pulumi.get(self, "node_selector")
|
|
1889
1888
|
|
|
1890
|
-
@property
|
|
1889
|
+
@_builtins.property
|
|
1891
1890
|
@pulumi.getter
|
|
1892
1891
|
def taints(self) -> Optional[Sequence['outputs.DeviceTaintPatch']]:
|
|
1893
1892
|
"""
|
|
@@ -1923,12 +1922,12 @@ class DeviceRequest(dict):
|
|
|
1923
1922
|
return super().get(key, default)
|
|
1924
1923
|
|
|
1925
1924
|
def __init__(__self__, *,
|
|
1926
|
-
name:
|
|
1925
|
+
name: _builtins.str,
|
|
1927
1926
|
exactly: Optional['outputs.ExactDeviceRequest'] = None,
|
|
1928
1927
|
first_available: Optional[Sequence['outputs.DeviceSubRequest']] = None):
|
|
1929
1928
|
"""
|
|
1930
1929
|
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. With FirstAvailable it is also possible to provide a prioritized list of requests.
|
|
1931
|
-
:param
|
|
1930
|
+
: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.
|
|
1932
1931
|
|
|
1933
1932
|
References using the name in the DeviceRequest will uniquely identify a request when the Exactly field is set. When the FirstAvailable field is set, a reference to the name of the DeviceRequest will match whatever subrequest is chosen by the scheduler.
|
|
1934
1933
|
|
|
@@ -1946,9 +1945,9 @@ class DeviceRequest(dict):
|
|
|
1946
1945
|
if first_available is not None:
|
|
1947
1946
|
pulumi.set(__self__, "first_available", first_available)
|
|
1948
1947
|
|
|
1949
|
-
@property
|
|
1948
|
+
@_builtins.property
|
|
1950
1949
|
@pulumi.getter
|
|
1951
|
-
def name(self) ->
|
|
1950
|
+
def name(self) -> _builtins.str:
|
|
1952
1951
|
"""
|
|
1953
1952
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1954
1953
|
|
|
@@ -1958,7 +1957,7 @@ class DeviceRequest(dict):
|
|
|
1958
1957
|
"""
|
|
1959
1958
|
return pulumi.get(self, "name")
|
|
1960
1959
|
|
|
1961
|
-
@property
|
|
1960
|
+
@_builtins.property
|
|
1962
1961
|
@pulumi.getter
|
|
1963
1962
|
def exactly(self) -> Optional['outputs.ExactDeviceRequest']:
|
|
1964
1963
|
"""
|
|
@@ -1968,7 +1967,7 @@ class DeviceRequest(dict):
|
|
|
1968
1967
|
"""
|
|
1969
1968
|
return pulumi.get(self, "exactly")
|
|
1970
1969
|
|
|
1971
|
-
@property
|
|
1970
|
+
@_builtins.property
|
|
1972
1971
|
@pulumi.getter(name="firstAvailable")
|
|
1973
1972
|
def first_available(self) -> Optional[Sequence['outputs.DeviceSubRequest']]:
|
|
1974
1973
|
"""
|
|
@@ -2002,25 +2001,25 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2002
2001
|
return super().get(key, default)
|
|
2003
2002
|
|
|
2004
2003
|
def __init__(__self__, *,
|
|
2005
|
-
device:
|
|
2006
|
-
driver:
|
|
2007
|
-
pool:
|
|
2008
|
-
request:
|
|
2009
|
-
admin_access: Optional[
|
|
2004
|
+
device: _builtins.str,
|
|
2005
|
+
driver: _builtins.str,
|
|
2006
|
+
pool: _builtins.str,
|
|
2007
|
+
request: _builtins.str,
|
|
2008
|
+
admin_access: Optional[_builtins.bool] = None,
|
|
2010
2009
|
tolerations: Optional[Sequence['outputs.DeviceToleration']] = None):
|
|
2011
2010
|
"""
|
|
2012
2011
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
2013
|
-
:param
|
|
2014
|
-
:param
|
|
2012
|
+
:param _builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
2013
|
+
: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.
|
|
2015
2014
|
|
|
2016
2015
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
2017
|
-
:param
|
|
2016
|
+
: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>`).
|
|
2018
2017
|
|
|
2019
2018
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
2020
|
-
:param
|
|
2019
|
+
:param _builtins.str request: Request is the name of the request in the claim which caused this device to be allocated. If it references a subrequest in the firstAvailable list on a DeviceRequest, this field must include both the name of the main request and the subrequest using the format <main request>/<subrequest>.
|
|
2021
2020
|
|
|
2022
2021
|
Multiple devices may have been allocated per request.
|
|
2023
|
-
:param
|
|
2022
|
+
: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.
|
|
2024
2023
|
|
|
2025
2024
|
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.
|
|
2026
2025
|
:param Sequence['DeviceTolerationArgs'] tolerations: A copy of all tolerations specified in the request at the time when the device got allocated.
|
|
@@ -2038,17 +2037,17 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2038
2037
|
if tolerations is not None:
|
|
2039
2038
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2040
2039
|
|
|
2041
|
-
@property
|
|
2040
|
+
@_builtins.property
|
|
2042
2041
|
@pulumi.getter
|
|
2043
|
-
def device(self) ->
|
|
2042
|
+
def device(self) -> _builtins.str:
|
|
2044
2043
|
"""
|
|
2045
2044
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
2046
2045
|
"""
|
|
2047
2046
|
return pulumi.get(self, "device")
|
|
2048
2047
|
|
|
2049
|
-
@property
|
|
2048
|
+
@_builtins.property
|
|
2050
2049
|
@pulumi.getter
|
|
2051
|
-
def driver(self) ->
|
|
2050
|
+
def driver(self) -> _builtins.str:
|
|
2052
2051
|
"""
|
|
2053
2052
|
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.
|
|
2054
2053
|
|
|
@@ -2056,9 +2055,9 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2056
2055
|
"""
|
|
2057
2056
|
return pulumi.get(self, "driver")
|
|
2058
2057
|
|
|
2059
|
-
@property
|
|
2058
|
+
@_builtins.property
|
|
2060
2059
|
@pulumi.getter
|
|
2061
|
-
def pool(self) ->
|
|
2060
|
+
def pool(self) -> _builtins.str:
|
|
2062
2061
|
"""
|
|
2063
2062
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
2064
2063
|
|
|
@@ -2066,9 +2065,9 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2066
2065
|
"""
|
|
2067
2066
|
return pulumi.get(self, "pool")
|
|
2068
2067
|
|
|
2069
|
-
@property
|
|
2068
|
+
@_builtins.property
|
|
2070
2069
|
@pulumi.getter
|
|
2071
|
-
def request(self) ->
|
|
2070
|
+
def request(self) -> _builtins.str:
|
|
2072
2071
|
"""
|
|
2073
2072
|
Request is the name of the request in the claim which caused this device to be allocated. If it references a subrequest in the firstAvailable list on a DeviceRequest, this field must include both the name of the main request and the subrequest using the format <main request>/<subrequest>.
|
|
2074
2073
|
|
|
@@ -2076,9 +2075,9 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2076
2075
|
"""
|
|
2077
2076
|
return pulumi.get(self, "request")
|
|
2078
2077
|
|
|
2079
|
-
@property
|
|
2078
|
+
@_builtins.property
|
|
2080
2079
|
@pulumi.getter(name="adminAccess")
|
|
2081
|
-
def admin_access(self) -> Optional[
|
|
2080
|
+
def admin_access(self) -> Optional[_builtins.bool]:
|
|
2082
2081
|
"""
|
|
2083
2082
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
2084
2083
|
|
|
@@ -2086,7 +2085,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2086
2085
|
"""
|
|
2087
2086
|
return pulumi.get(self, "admin_access")
|
|
2088
2087
|
|
|
2089
|
-
@property
|
|
2088
|
+
@_builtins.property
|
|
2090
2089
|
@pulumi.getter
|
|
2091
2090
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceToleration']]:
|
|
2092
2091
|
"""
|
|
@@ -2122,25 +2121,25 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2122
2121
|
return super().get(key, default)
|
|
2123
2122
|
|
|
2124
2123
|
def __init__(__self__, *,
|
|
2125
|
-
admin_access: Optional[
|
|
2126
|
-
device: Optional[
|
|
2127
|
-
driver: Optional[
|
|
2128
|
-
pool: Optional[
|
|
2129
|
-
request: Optional[
|
|
2124
|
+
admin_access: Optional[_builtins.bool] = None,
|
|
2125
|
+
device: Optional[_builtins.str] = None,
|
|
2126
|
+
driver: Optional[_builtins.str] = None,
|
|
2127
|
+
pool: Optional[_builtins.str] = None,
|
|
2128
|
+
request: Optional[_builtins.str] = None,
|
|
2130
2129
|
tolerations: Optional[Sequence['outputs.DeviceTolerationPatch']] = None):
|
|
2131
2130
|
"""
|
|
2132
2131
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
2133
|
-
:param
|
|
2132
|
+
: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.
|
|
2134
2133
|
|
|
2135
2134
|
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.
|
|
2136
|
-
:param
|
|
2137
|
-
:param
|
|
2135
|
+
:param _builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
2136
|
+
: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.
|
|
2138
2137
|
|
|
2139
2138
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
2140
|
-
:param
|
|
2139
|
+
: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>`).
|
|
2141
2140
|
|
|
2142
2141
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
2143
|
-
:param
|
|
2142
|
+
:param _builtins.str request: Request is the name of the request in the claim which caused this device to be allocated. If it references a subrequest in the firstAvailable list on a DeviceRequest, this field must include both the name of the main request and the subrequest using the format <main request>/<subrequest>.
|
|
2144
2143
|
|
|
2145
2144
|
Multiple devices may have been allocated per request.
|
|
2146
2145
|
:param Sequence['DeviceTolerationPatchArgs'] tolerations: A copy of all tolerations specified in the request at the time when the device got allocated.
|
|
@@ -2162,9 +2161,9 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2162
2161
|
if tolerations is not None:
|
|
2163
2162
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2164
2163
|
|
|
2165
|
-
@property
|
|
2164
|
+
@_builtins.property
|
|
2166
2165
|
@pulumi.getter(name="adminAccess")
|
|
2167
|
-
def admin_access(self) -> Optional[
|
|
2166
|
+
def admin_access(self) -> Optional[_builtins.bool]:
|
|
2168
2167
|
"""
|
|
2169
2168
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
2170
2169
|
|
|
@@ -2172,17 +2171,17 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2172
2171
|
"""
|
|
2173
2172
|
return pulumi.get(self, "admin_access")
|
|
2174
2173
|
|
|
2175
|
-
@property
|
|
2174
|
+
@_builtins.property
|
|
2176
2175
|
@pulumi.getter
|
|
2177
|
-
def device(self) -> Optional[
|
|
2176
|
+
def device(self) -> Optional[_builtins.str]:
|
|
2178
2177
|
"""
|
|
2179
2178
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
2180
2179
|
"""
|
|
2181
2180
|
return pulumi.get(self, "device")
|
|
2182
2181
|
|
|
2183
|
-
@property
|
|
2182
|
+
@_builtins.property
|
|
2184
2183
|
@pulumi.getter
|
|
2185
|
-
def driver(self) -> Optional[
|
|
2184
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
2186
2185
|
"""
|
|
2187
2186
|
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.
|
|
2188
2187
|
|
|
@@ -2190,9 +2189,9 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2190
2189
|
"""
|
|
2191
2190
|
return pulumi.get(self, "driver")
|
|
2192
2191
|
|
|
2193
|
-
@property
|
|
2192
|
+
@_builtins.property
|
|
2194
2193
|
@pulumi.getter
|
|
2195
|
-
def pool(self) -> Optional[
|
|
2194
|
+
def pool(self) -> Optional[_builtins.str]:
|
|
2196
2195
|
"""
|
|
2197
2196
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
2198
2197
|
|
|
@@ -2200,9 +2199,9 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2200
2199
|
"""
|
|
2201
2200
|
return pulumi.get(self, "pool")
|
|
2202
2201
|
|
|
2203
|
-
@property
|
|
2202
|
+
@_builtins.property
|
|
2204
2203
|
@pulumi.getter
|
|
2205
|
-
def request(self) -> Optional[
|
|
2204
|
+
def request(self) -> Optional[_builtins.str]:
|
|
2206
2205
|
"""
|
|
2207
2206
|
Request is the name of the request in the claim which caused this device to be allocated. If it references a subrequest in the firstAvailable list on a DeviceRequest, this field must include both the name of the main request and the subrequest using the format <main request>/<subrequest>.
|
|
2208
2207
|
|
|
@@ -2210,7 +2209,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2210
2209
|
"""
|
|
2211
2210
|
return pulumi.get(self, "request")
|
|
2212
2211
|
|
|
2213
|
-
@property
|
|
2212
|
+
@_builtins.property
|
|
2214
2213
|
@pulumi.getter
|
|
2215
2214
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceTolerationPatch']]:
|
|
2216
2215
|
"""
|
|
@@ -2248,7 +2247,7 @@ class DeviceRequestPatch(dict):
|
|
|
2248
2247
|
def __init__(__self__, *,
|
|
2249
2248
|
exactly: Optional['outputs.ExactDeviceRequestPatch'] = None,
|
|
2250
2249
|
first_available: Optional[Sequence['outputs.DeviceSubRequestPatch']] = None,
|
|
2251
|
-
name: Optional[
|
|
2250
|
+
name: Optional[_builtins.str] = None):
|
|
2252
2251
|
"""
|
|
2253
2252
|
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. With FirstAvailable it is also possible to provide a prioritized list of requests.
|
|
2254
2253
|
:param 'ExactDeviceRequestPatchArgs' exactly: Exactly specifies the details for a single request that must be met exactly for the request to be satisfied.
|
|
@@ -2257,7 +2256,7 @@ class DeviceRequestPatch(dict):
|
|
|
2257
2256
|
:param Sequence['DeviceSubRequestPatchArgs'] first_available: FirstAvailable contains subrequests, of which exactly one will be selected by the scheduler. It tries to satisfy them in the order in which they are listed here. So if there are two entries in the list, the scheduler will only check the second one if it determines that the first one can not be used.
|
|
2258
2257
|
|
|
2259
2258
|
DRA does not yet implement scoring, so the scheduler will select the first set of devices that satisfies all the requests in the claim. And if the requirements can be satisfied on more than one node, other scheduling features will determine which node is chosen. This means that the set of devices allocated to a claim might not be the optimal set available to the cluster. Scoring will be implemented later.
|
|
2260
|
-
:param
|
|
2259
|
+
: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.
|
|
2261
2260
|
|
|
2262
2261
|
References using the name in the DeviceRequest will uniquely identify a request when the Exactly field is set. When the FirstAvailable field is set, a reference to the name of the DeviceRequest will match whatever subrequest is chosen by the scheduler.
|
|
2263
2262
|
|
|
@@ -2270,7 +2269,7 @@ class DeviceRequestPatch(dict):
|
|
|
2270
2269
|
if name is not None:
|
|
2271
2270
|
pulumi.set(__self__, "name", name)
|
|
2272
2271
|
|
|
2273
|
-
@property
|
|
2272
|
+
@_builtins.property
|
|
2274
2273
|
@pulumi.getter
|
|
2275
2274
|
def exactly(self) -> Optional['outputs.ExactDeviceRequestPatch']:
|
|
2276
2275
|
"""
|
|
@@ -2280,7 +2279,7 @@ class DeviceRequestPatch(dict):
|
|
|
2280
2279
|
"""
|
|
2281
2280
|
return pulumi.get(self, "exactly")
|
|
2282
2281
|
|
|
2283
|
-
@property
|
|
2282
|
+
@_builtins.property
|
|
2284
2283
|
@pulumi.getter(name="firstAvailable")
|
|
2285
2284
|
def first_available(self) -> Optional[Sequence['outputs.DeviceSubRequestPatch']]:
|
|
2286
2285
|
"""
|
|
@@ -2290,9 +2289,9 @@ class DeviceRequestPatch(dict):
|
|
|
2290
2289
|
"""
|
|
2291
2290
|
return pulumi.get(self, "first_available")
|
|
2292
2291
|
|
|
2293
|
-
@property
|
|
2292
|
+
@_builtins.property
|
|
2294
2293
|
@pulumi.getter
|
|
2295
|
-
def name(self) -> Optional[
|
|
2294
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2296
2295
|
"""
|
|
2297
2296
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2298
2297
|
|
|
@@ -2317,7 +2316,7 @@ class DeviceSelector(dict):
|
|
|
2317
2316
|
if cel is not None:
|
|
2318
2317
|
pulumi.set(__self__, "cel", cel)
|
|
2319
2318
|
|
|
2320
|
-
@property
|
|
2319
|
+
@_builtins.property
|
|
2321
2320
|
@pulumi.getter
|
|
2322
2321
|
def cel(self) -> Optional['outputs.CELDeviceSelector']:
|
|
2323
2322
|
"""
|
|
@@ -2340,7 +2339,7 @@ class DeviceSelectorPatch(dict):
|
|
|
2340
2339
|
if cel is not None:
|
|
2341
2340
|
pulumi.set(__self__, "cel", cel)
|
|
2342
2341
|
|
|
2343
|
-
@property
|
|
2342
|
+
@_builtins.property
|
|
2344
2343
|
@pulumi.getter
|
|
2345
2344
|
def cel(self) -> Optional['outputs.CELDeviceSelectorPatch']:
|
|
2346
2345
|
"""
|
|
@@ -2376,25 +2375,25 @@ class DeviceSubRequest(dict):
|
|
|
2376
2375
|
return super().get(key, default)
|
|
2377
2376
|
|
|
2378
2377
|
def __init__(__self__, *,
|
|
2379
|
-
device_class_name:
|
|
2380
|
-
name:
|
|
2381
|
-
allocation_mode: Optional[
|
|
2382
|
-
count: Optional[
|
|
2378
|
+
device_class_name: _builtins.str,
|
|
2379
|
+
name: _builtins.str,
|
|
2380
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
2381
|
+
count: Optional[_builtins.int] = None,
|
|
2383
2382
|
selectors: Optional[Sequence['outputs.DeviceSelector']] = None,
|
|
2384
2383
|
tolerations: Optional[Sequence['outputs.DeviceToleration']] = None):
|
|
2385
2384
|
"""
|
|
2386
2385
|
DeviceSubRequest describes a request for device provided in the claim.spec.devices.requests[].firstAvailable array. Each is typically a request for a single resource like a device, but can also ask for several identical devices.
|
|
2387
2386
|
|
|
2388
2387
|
DeviceSubRequest is similar to ExactDeviceRequest, but doesn't expose the AdminAccess field as that one is only supported when requesting a specific device.
|
|
2389
|
-
:param
|
|
2388
|
+
:param _builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this subrequest.
|
|
2390
2389
|
|
|
2391
2390
|
A class is required. Which classes are available depends on the cluster.
|
|
2392
2391
|
|
|
2393
2392
|
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.
|
|
2394
|
-
:param
|
|
2393
|
+
:param _builtins.str name: Name can be used to reference this subrequest in the list of constraints or the list of configurations for the claim. References must use the format <main request>/<subrequest>.
|
|
2395
2394
|
|
|
2396
2395
|
Must be a DNS label.
|
|
2397
|
-
:param
|
|
2396
|
+
:param _builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this subrequest. Supported values are:
|
|
2398
2397
|
|
|
2399
2398
|
- ExactCount: This request is for a specific number of devices.
|
|
2400
2399
|
This is the default. The exact number is provided in the
|
|
@@ -2407,7 +2406,7 @@ class DeviceSubRequest(dict):
|
|
|
2407
2406
|
If AllocationMode 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 subrequests must specify this field.
|
|
2408
2407
|
|
|
2409
2408
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2410
|
-
:param
|
|
2409
|
+
: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.
|
|
2411
2410
|
: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 subrequest. All selectors must be satisfied for a device to be considered.
|
|
2412
2411
|
:param Sequence['DeviceTolerationArgs'] tolerations: If specified, the request's tolerations.
|
|
2413
2412
|
|
|
@@ -2430,9 +2429,9 @@ class DeviceSubRequest(dict):
|
|
|
2430
2429
|
if tolerations is not None:
|
|
2431
2430
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2432
2431
|
|
|
2433
|
-
@property
|
|
2432
|
+
@_builtins.property
|
|
2434
2433
|
@pulumi.getter(name="deviceClassName")
|
|
2435
|
-
def device_class_name(self) ->
|
|
2434
|
+
def device_class_name(self) -> _builtins.str:
|
|
2436
2435
|
"""
|
|
2437
2436
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this subrequest.
|
|
2438
2437
|
|
|
@@ -2442,9 +2441,9 @@ class DeviceSubRequest(dict):
|
|
|
2442
2441
|
"""
|
|
2443
2442
|
return pulumi.get(self, "device_class_name")
|
|
2444
2443
|
|
|
2445
|
-
@property
|
|
2444
|
+
@_builtins.property
|
|
2446
2445
|
@pulumi.getter
|
|
2447
|
-
def name(self) ->
|
|
2446
|
+
def name(self) -> _builtins.str:
|
|
2448
2447
|
"""
|
|
2449
2448
|
Name can be used to reference this subrequest in the list of constraints or the list of configurations for the claim. References must use the format <main request>/<subrequest>.
|
|
2450
2449
|
|
|
@@ -2452,9 +2451,9 @@ class DeviceSubRequest(dict):
|
|
|
2452
2451
|
"""
|
|
2453
2452
|
return pulumi.get(self, "name")
|
|
2454
2453
|
|
|
2455
|
-
@property
|
|
2454
|
+
@_builtins.property
|
|
2456
2455
|
@pulumi.getter(name="allocationMode")
|
|
2457
|
-
def allocation_mode(self) -> Optional[
|
|
2456
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
2458
2457
|
"""
|
|
2459
2458
|
AllocationMode and its related fields define how devices are allocated to satisfy this subrequest. Supported values are:
|
|
2460
2459
|
|
|
@@ -2472,15 +2471,15 @@ class DeviceSubRequest(dict):
|
|
|
2472
2471
|
"""
|
|
2473
2472
|
return pulumi.get(self, "allocation_mode")
|
|
2474
2473
|
|
|
2475
|
-
@property
|
|
2474
|
+
@_builtins.property
|
|
2476
2475
|
@pulumi.getter
|
|
2477
|
-
def count(self) -> Optional[
|
|
2476
|
+
def count(self) -> Optional[_builtins.int]:
|
|
2478
2477
|
"""
|
|
2479
2478
|
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.
|
|
2480
2479
|
"""
|
|
2481
2480
|
return pulumi.get(self, "count")
|
|
2482
2481
|
|
|
2483
|
-
@property
|
|
2482
|
+
@_builtins.property
|
|
2484
2483
|
@pulumi.getter
|
|
2485
2484
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelector']]:
|
|
2486
2485
|
"""
|
|
@@ -2488,7 +2487,7 @@ class DeviceSubRequest(dict):
|
|
|
2488
2487
|
"""
|
|
2489
2488
|
return pulumi.get(self, "selectors")
|
|
2490
2489
|
|
|
2491
|
-
@property
|
|
2490
|
+
@_builtins.property
|
|
2492
2491
|
@pulumi.getter
|
|
2493
2492
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceToleration']]:
|
|
2494
2493
|
"""
|
|
@@ -2532,17 +2531,17 @@ class DeviceSubRequestPatch(dict):
|
|
|
2532
2531
|
return super().get(key, default)
|
|
2533
2532
|
|
|
2534
2533
|
def __init__(__self__, *,
|
|
2535
|
-
allocation_mode: Optional[
|
|
2536
|
-
count: Optional[
|
|
2537
|
-
device_class_name: Optional[
|
|
2538
|
-
name: Optional[
|
|
2534
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
2535
|
+
count: Optional[_builtins.int] = None,
|
|
2536
|
+
device_class_name: Optional[_builtins.str] = None,
|
|
2537
|
+
name: Optional[_builtins.str] = None,
|
|
2539
2538
|
selectors: Optional[Sequence['outputs.DeviceSelectorPatch']] = None,
|
|
2540
2539
|
tolerations: Optional[Sequence['outputs.DeviceTolerationPatch']] = None):
|
|
2541
2540
|
"""
|
|
2542
2541
|
DeviceSubRequest describes a request for device provided in the claim.spec.devices.requests[].firstAvailable array. Each is typically a request for a single resource like a device, but can also ask for several identical devices.
|
|
2543
2542
|
|
|
2544
2543
|
DeviceSubRequest is similar to ExactDeviceRequest, but doesn't expose the AdminAccess field as that one is only supported when requesting a specific device.
|
|
2545
|
-
:param
|
|
2544
|
+
:param _builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this subrequest. Supported values are:
|
|
2546
2545
|
|
|
2547
2546
|
- ExactCount: This request is for a specific number of devices.
|
|
2548
2547
|
This is the default. The exact number is provided in the
|
|
@@ -2555,13 +2554,13 @@ class DeviceSubRequestPatch(dict):
|
|
|
2555
2554
|
If AllocationMode 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 subrequests must specify this field.
|
|
2556
2555
|
|
|
2557
2556
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2558
|
-
:param
|
|
2559
|
-
:param
|
|
2557
|
+
: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.
|
|
2558
|
+
:param _builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this subrequest.
|
|
2560
2559
|
|
|
2561
2560
|
A class is required. Which classes are available depends on the cluster.
|
|
2562
2561
|
|
|
2563
2562
|
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.
|
|
2564
|
-
:param
|
|
2563
|
+
:param _builtins.str name: Name can be used to reference this subrequest in the list of constraints or the list of configurations for the claim. References must use the format <main request>/<subrequest>.
|
|
2565
2564
|
|
|
2566
2565
|
Must be a DNS label.
|
|
2567
2566
|
: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 subrequest. All selectors must be satisfied for a device to be considered.
|
|
@@ -2588,9 +2587,9 @@ class DeviceSubRequestPatch(dict):
|
|
|
2588
2587
|
if tolerations is not None:
|
|
2589
2588
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2590
2589
|
|
|
2591
|
-
@property
|
|
2590
|
+
@_builtins.property
|
|
2592
2591
|
@pulumi.getter(name="allocationMode")
|
|
2593
|
-
def allocation_mode(self) -> Optional[
|
|
2592
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
2594
2593
|
"""
|
|
2595
2594
|
AllocationMode and its related fields define how devices are allocated to satisfy this subrequest. Supported values are:
|
|
2596
2595
|
|
|
@@ -2608,17 +2607,17 @@ class DeviceSubRequestPatch(dict):
|
|
|
2608
2607
|
"""
|
|
2609
2608
|
return pulumi.get(self, "allocation_mode")
|
|
2610
2609
|
|
|
2611
|
-
@property
|
|
2610
|
+
@_builtins.property
|
|
2612
2611
|
@pulumi.getter
|
|
2613
|
-
def count(self) -> Optional[
|
|
2612
|
+
def count(self) -> Optional[_builtins.int]:
|
|
2614
2613
|
"""
|
|
2615
2614
|
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.
|
|
2616
2615
|
"""
|
|
2617
2616
|
return pulumi.get(self, "count")
|
|
2618
2617
|
|
|
2619
|
-
@property
|
|
2618
|
+
@_builtins.property
|
|
2620
2619
|
@pulumi.getter(name="deviceClassName")
|
|
2621
|
-
def device_class_name(self) -> Optional[
|
|
2620
|
+
def device_class_name(self) -> Optional[_builtins.str]:
|
|
2622
2621
|
"""
|
|
2623
2622
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this subrequest.
|
|
2624
2623
|
|
|
@@ -2628,9 +2627,9 @@ class DeviceSubRequestPatch(dict):
|
|
|
2628
2627
|
"""
|
|
2629
2628
|
return pulumi.get(self, "device_class_name")
|
|
2630
2629
|
|
|
2631
|
-
@property
|
|
2630
|
+
@_builtins.property
|
|
2632
2631
|
@pulumi.getter
|
|
2633
|
-
def name(self) -> Optional[
|
|
2632
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2634
2633
|
"""
|
|
2635
2634
|
Name can be used to reference this subrequest in the list of constraints or the list of configurations for the claim. References must use the format <main request>/<subrequest>.
|
|
2636
2635
|
|
|
@@ -2638,7 +2637,7 @@ class DeviceSubRequestPatch(dict):
|
|
|
2638
2637
|
"""
|
|
2639
2638
|
return pulumi.get(self, "name")
|
|
2640
2639
|
|
|
2641
|
-
@property
|
|
2640
|
+
@_builtins.property
|
|
2642
2641
|
@pulumi.getter
|
|
2643
2642
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelectorPatch']]:
|
|
2644
2643
|
"""
|
|
@@ -2646,7 +2645,7 @@ class DeviceSubRequestPatch(dict):
|
|
|
2646
2645
|
"""
|
|
2647
2646
|
return pulumi.get(self, "selectors")
|
|
2648
2647
|
|
|
2649
|
-
@property
|
|
2648
|
+
@_builtins.property
|
|
2650
2649
|
@pulumi.getter
|
|
2651
2650
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceTolerationPatch']]:
|
|
2652
2651
|
"""
|
|
@@ -2686,16 +2685,16 @@ class DeviceTaint(dict):
|
|
|
2686
2685
|
return super().get(key, default)
|
|
2687
2686
|
|
|
2688
2687
|
def __init__(__self__, *,
|
|
2689
|
-
effect:
|
|
2690
|
-
key:
|
|
2691
|
-
time_added: Optional[
|
|
2692
|
-
value: Optional[
|
|
2688
|
+
effect: _builtins.str,
|
|
2689
|
+
key: _builtins.str,
|
|
2690
|
+
time_added: Optional[_builtins.str] = None,
|
|
2691
|
+
value: Optional[_builtins.str] = None):
|
|
2693
2692
|
"""
|
|
2694
2693
|
The device this taint is attached to has the "effect" on any claim which does not tolerate the taint and, through the claim, to pods using the claim.
|
|
2695
|
-
:param
|
|
2696
|
-
:param
|
|
2697
|
-
:param
|
|
2698
|
-
:param
|
|
2694
|
+
:param _builtins.str effect: The effect of the taint on claims that do not tolerate the taint and through such claims on the pods using them. Valid effects are NoSchedule and NoExecute. PreferNoSchedule as used for nodes is not valid here.
|
|
2695
|
+
:param _builtins.str key: The taint key to be applied to a device. Must be a label name.
|
|
2696
|
+
:param _builtins.str time_added: TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
|
|
2697
|
+
:param _builtins.str value: The taint value corresponding to the taint key. Must be a label value.
|
|
2699
2698
|
"""
|
|
2700
2699
|
pulumi.set(__self__, "effect", effect)
|
|
2701
2700
|
pulumi.set(__self__, "key", key)
|
|
@@ -2704,33 +2703,33 @@ class DeviceTaint(dict):
|
|
|
2704
2703
|
if value is not None:
|
|
2705
2704
|
pulumi.set(__self__, "value", value)
|
|
2706
2705
|
|
|
2707
|
-
@property
|
|
2706
|
+
@_builtins.property
|
|
2708
2707
|
@pulumi.getter
|
|
2709
|
-
def effect(self) ->
|
|
2708
|
+
def effect(self) -> _builtins.str:
|
|
2710
2709
|
"""
|
|
2711
2710
|
The effect of the taint on claims that do not tolerate the taint and through such claims on the pods using them. Valid effects are NoSchedule and NoExecute. PreferNoSchedule as used for nodes is not valid here.
|
|
2712
2711
|
"""
|
|
2713
2712
|
return pulumi.get(self, "effect")
|
|
2714
2713
|
|
|
2715
|
-
@property
|
|
2714
|
+
@_builtins.property
|
|
2716
2715
|
@pulumi.getter
|
|
2717
|
-
def key(self) ->
|
|
2716
|
+
def key(self) -> _builtins.str:
|
|
2718
2717
|
"""
|
|
2719
2718
|
The taint key to be applied to a device. Must be a label name.
|
|
2720
2719
|
"""
|
|
2721
2720
|
return pulumi.get(self, "key")
|
|
2722
2721
|
|
|
2723
|
-
@property
|
|
2722
|
+
@_builtins.property
|
|
2724
2723
|
@pulumi.getter(name="timeAdded")
|
|
2725
|
-
def time_added(self) -> Optional[
|
|
2724
|
+
def time_added(self) -> Optional[_builtins.str]:
|
|
2726
2725
|
"""
|
|
2727
2726
|
TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
|
|
2728
2727
|
"""
|
|
2729
2728
|
return pulumi.get(self, "time_added")
|
|
2730
2729
|
|
|
2731
|
-
@property
|
|
2730
|
+
@_builtins.property
|
|
2732
2731
|
@pulumi.getter
|
|
2733
|
-
def value(self) -> Optional[
|
|
2732
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2734
2733
|
"""
|
|
2735
2734
|
The taint value corresponding to the taint key. Must be a label value.
|
|
2736
2735
|
"""
|
|
@@ -2760,16 +2759,16 @@ class DeviceTaintPatch(dict):
|
|
|
2760
2759
|
return super().get(key, default)
|
|
2761
2760
|
|
|
2762
2761
|
def __init__(__self__, *,
|
|
2763
|
-
effect: Optional[
|
|
2764
|
-
key: Optional[
|
|
2765
|
-
time_added: Optional[
|
|
2766
|
-
value: Optional[
|
|
2762
|
+
effect: Optional[_builtins.str] = None,
|
|
2763
|
+
key: Optional[_builtins.str] = None,
|
|
2764
|
+
time_added: Optional[_builtins.str] = None,
|
|
2765
|
+
value: Optional[_builtins.str] = None):
|
|
2767
2766
|
"""
|
|
2768
2767
|
The device this taint is attached to has the "effect" on any claim which does not tolerate the taint and, through the claim, to pods using the claim.
|
|
2769
|
-
:param
|
|
2770
|
-
:param
|
|
2771
|
-
:param
|
|
2772
|
-
:param
|
|
2768
|
+
:param _builtins.str effect: The effect of the taint on claims that do not tolerate the taint and through such claims on the pods using them. Valid effects are NoSchedule and NoExecute. PreferNoSchedule as used for nodes is not valid here.
|
|
2769
|
+
:param _builtins.str key: The taint key to be applied to a device. Must be a label name.
|
|
2770
|
+
:param _builtins.str time_added: TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
|
|
2771
|
+
:param _builtins.str value: The taint value corresponding to the taint key. Must be a label value.
|
|
2773
2772
|
"""
|
|
2774
2773
|
if effect is not None:
|
|
2775
2774
|
pulumi.set(__self__, "effect", effect)
|
|
@@ -2780,33 +2779,33 @@ class DeviceTaintPatch(dict):
|
|
|
2780
2779
|
if value is not None:
|
|
2781
2780
|
pulumi.set(__self__, "value", value)
|
|
2782
2781
|
|
|
2783
|
-
@property
|
|
2782
|
+
@_builtins.property
|
|
2784
2783
|
@pulumi.getter
|
|
2785
|
-
def effect(self) -> Optional[
|
|
2784
|
+
def effect(self) -> Optional[_builtins.str]:
|
|
2786
2785
|
"""
|
|
2787
2786
|
The effect of the taint on claims that do not tolerate the taint and through such claims on the pods using them. Valid effects are NoSchedule and NoExecute. PreferNoSchedule as used for nodes is not valid here.
|
|
2788
2787
|
"""
|
|
2789
2788
|
return pulumi.get(self, "effect")
|
|
2790
2789
|
|
|
2791
|
-
@property
|
|
2790
|
+
@_builtins.property
|
|
2792
2791
|
@pulumi.getter
|
|
2793
|
-
def key(self) -> Optional[
|
|
2792
|
+
def key(self) -> Optional[_builtins.str]:
|
|
2794
2793
|
"""
|
|
2795
2794
|
The taint key to be applied to a device. Must be a label name.
|
|
2796
2795
|
"""
|
|
2797
2796
|
return pulumi.get(self, "key")
|
|
2798
2797
|
|
|
2799
|
-
@property
|
|
2798
|
+
@_builtins.property
|
|
2800
2799
|
@pulumi.getter(name="timeAdded")
|
|
2801
|
-
def time_added(self) -> Optional[
|
|
2800
|
+
def time_added(self) -> Optional[_builtins.str]:
|
|
2802
2801
|
"""
|
|
2803
2802
|
TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
|
|
2804
2803
|
"""
|
|
2805
2804
|
return pulumi.get(self, "time_added")
|
|
2806
2805
|
|
|
2807
|
-
@property
|
|
2806
|
+
@_builtins.property
|
|
2808
2807
|
@pulumi.getter
|
|
2809
|
-
def value(self) -> Optional[
|
|
2808
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2810
2809
|
"""
|
|
2811
2810
|
The taint value corresponding to the taint key. Must be a label value.
|
|
2812
2811
|
"""
|
|
@@ -2836,18 +2835,18 @@ class DeviceToleration(dict):
|
|
|
2836
2835
|
return super().get(key, default)
|
|
2837
2836
|
|
|
2838
2837
|
def __init__(__self__, *,
|
|
2839
|
-
effect: Optional[
|
|
2840
|
-
key: Optional[
|
|
2841
|
-
operator: Optional[
|
|
2842
|
-
toleration_seconds: Optional[
|
|
2843
|
-
value: Optional[
|
|
2838
|
+
effect: Optional[_builtins.str] = None,
|
|
2839
|
+
key: Optional[_builtins.str] = None,
|
|
2840
|
+
operator: Optional[_builtins.str] = None,
|
|
2841
|
+
toleration_seconds: Optional[_builtins.int] = None,
|
|
2842
|
+
value: Optional[_builtins.str] = None):
|
|
2844
2843
|
"""
|
|
2845
2844
|
The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
|
|
2846
|
-
:param
|
|
2847
|
-
:param
|
|
2848
|
-
:param
|
|
2849
|
-
:param
|
|
2850
|
-
:param
|
|
2845
|
+
:param _builtins.str effect: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule and NoExecute.
|
|
2846
|
+
:param _builtins.str key: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. Must be a label name.
|
|
2847
|
+
:param _builtins.str operator: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a ResourceClaim can tolerate all taints of a particular category.
|
|
2848
|
+
:param _builtins.int toleration_seconds: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. If larger than zero, the time when the pod needs to be evicted is calculated as <time when taint was adedd> + <toleration seconds>.
|
|
2849
|
+
:param _builtins.str value: Value is the taint value the toleration matches to. If the operator is Exists, the value must be empty, otherwise just a regular string. Must be a label value.
|
|
2851
2850
|
"""
|
|
2852
2851
|
if effect is not None:
|
|
2853
2852
|
pulumi.set(__self__, "effect", effect)
|
|
@@ -2860,41 +2859,41 @@ class DeviceToleration(dict):
|
|
|
2860
2859
|
if value is not None:
|
|
2861
2860
|
pulumi.set(__self__, "value", value)
|
|
2862
2861
|
|
|
2863
|
-
@property
|
|
2862
|
+
@_builtins.property
|
|
2864
2863
|
@pulumi.getter
|
|
2865
|
-
def effect(self) -> Optional[
|
|
2864
|
+
def effect(self) -> Optional[_builtins.str]:
|
|
2866
2865
|
"""
|
|
2867
2866
|
Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule and NoExecute.
|
|
2868
2867
|
"""
|
|
2869
2868
|
return pulumi.get(self, "effect")
|
|
2870
2869
|
|
|
2871
|
-
@property
|
|
2870
|
+
@_builtins.property
|
|
2872
2871
|
@pulumi.getter
|
|
2873
|
-
def key(self) -> Optional[
|
|
2872
|
+
def key(self) -> Optional[_builtins.str]:
|
|
2874
2873
|
"""
|
|
2875
2874
|
Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. Must be a label name.
|
|
2876
2875
|
"""
|
|
2877
2876
|
return pulumi.get(self, "key")
|
|
2878
2877
|
|
|
2879
|
-
@property
|
|
2878
|
+
@_builtins.property
|
|
2880
2879
|
@pulumi.getter
|
|
2881
|
-
def operator(self) -> Optional[
|
|
2880
|
+
def operator(self) -> Optional[_builtins.str]:
|
|
2882
2881
|
"""
|
|
2883
2882
|
Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a ResourceClaim can tolerate all taints of a particular category.
|
|
2884
2883
|
"""
|
|
2885
2884
|
return pulumi.get(self, "operator")
|
|
2886
2885
|
|
|
2887
|
-
@property
|
|
2886
|
+
@_builtins.property
|
|
2888
2887
|
@pulumi.getter(name="tolerationSeconds")
|
|
2889
|
-
def toleration_seconds(self) -> Optional[
|
|
2888
|
+
def toleration_seconds(self) -> Optional[_builtins.int]:
|
|
2890
2889
|
"""
|
|
2891
2890
|
TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. If larger than zero, the time when the pod needs to be evicted is calculated as <time when taint was adedd> + <toleration seconds>.
|
|
2892
2891
|
"""
|
|
2893
2892
|
return pulumi.get(self, "toleration_seconds")
|
|
2894
2893
|
|
|
2895
|
-
@property
|
|
2894
|
+
@_builtins.property
|
|
2896
2895
|
@pulumi.getter
|
|
2897
|
-
def value(self) -> Optional[
|
|
2896
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2898
2897
|
"""
|
|
2899
2898
|
Value is the taint value the toleration matches to. If the operator is Exists, the value must be empty, otherwise just a regular string. Must be a label value.
|
|
2900
2899
|
"""
|
|
@@ -2924,18 +2923,18 @@ class DeviceTolerationPatch(dict):
|
|
|
2924
2923
|
return super().get(key, default)
|
|
2925
2924
|
|
|
2926
2925
|
def __init__(__self__, *,
|
|
2927
|
-
effect: Optional[
|
|
2928
|
-
key: Optional[
|
|
2929
|
-
operator: Optional[
|
|
2930
|
-
toleration_seconds: Optional[
|
|
2931
|
-
value: Optional[
|
|
2926
|
+
effect: Optional[_builtins.str] = None,
|
|
2927
|
+
key: Optional[_builtins.str] = None,
|
|
2928
|
+
operator: Optional[_builtins.str] = None,
|
|
2929
|
+
toleration_seconds: Optional[_builtins.int] = None,
|
|
2930
|
+
value: Optional[_builtins.str] = None):
|
|
2932
2931
|
"""
|
|
2933
2932
|
The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
|
|
2934
|
-
:param
|
|
2935
|
-
:param
|
|
2936
|
-
:param
|
|
2937
|
-
:param
|
|
2938
|
-
:param
|
|
2933
|
+
:param _builtins.str effect: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule and NoExecute.
|
|
2934
|
+
:param _builtins.str key: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. Must be a label name.
|
|
2935
|
+
:param _builtins.str operator: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a ResourceClaim can tolerate all taints of a particular category.
|
|
2936
|
+
:param _builtins.int toleration_seconds: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. If larger than zero, the time when the pod needs to be evicted is calculated as <time when taint was adedd> + <toleration seconds>.
|
|
2937
|
+
:param _builtins.str value: Value is the taint value the toleration matches to. If the operator is Exists, the value must be empty, otherwise just a regular string. Must be a label value.
|
|
2939
2938
|
"""
|
|
2940
2939
|
if effect is not None:
|
|
2941
2940
|
pulumi.set(__self__, "effect", effect)
|
|
@@ -2948,41 +2947,41 @@ class DeviceTolerationPatch(dict):
|
|
|
2948
2947
|
if value is not None:
|
|
2949
2948
|
pulumi.set(__self__, "value", value)
|
|
2950
2949
|
|
|
2951
|
-
@property
|
|
2950
|
+
@_builtins.property
|
|
2952
2951
|
@pulumi.getter
|
|
2953
|
-
def effect(self) -> Optional[
|
|
2952
|
+
def effect(self) -> Optional[_builtins.str]:
|
|
2954
2953
|
"""
|
|
2955
2954
|
Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule and NoExecute.
|
|
2956
2955
|
"""
|
|
2957
2956
|
return pulumi.get(self, "effect")
|
|
2958
2957
|
|
|
2959
|
-
@property
|
|
2958
|
+
@_builtins.property
|
|
2960
2959
|
@pulumi.getter
|
|
2961
|
-
def key(self) -> Optional[
|
|
2960
|
+
def key(self) -> Optional[_builtins.str]:
|
|
2962
2961
|
"""
|
|
2963
2962
|
Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. Must be a label name.
|
|
2964
2963
|
"""
|
|
2965
2964
|
return pulumi.get(self, "key")
|
|
2966
2965
|
|
|
2967
|
-
@property
|
|
2966
|
+
@_builtins.property
|
|
2968
2967
|
@pulumi.getter
|
|
2969
|
-
def operator(self) -> Optional[
|
|
2968
|
+
def operator(self) -> Optional[_builtins.str]:
|
|
2970
2969
|
"""
|
|
2971
2970
|
Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a ResourceClaim can tolerate all taints of a particular category.
|
|
2972
2971
|
"""
|
|
2973
2972
|
return pulumi.get(self, "operator")
|
|
2974
2973
|
|
|
2975
|
-
@property
|
|
2974
|
+
@_builtins.property
|
|
2976
2975
|
@pulumi.getter(name="tolerationSeconds")
|
|
2977
|
-
def toleration_seconds(self) -> Optional[
|
|
2976
|
+
def toleration_seconds(self) -> Optional[_builtins.int]:
|
|
2978
2977
|
"""
|
|
2979
2978
|
TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. If larger than zero, the time when the pod needs to be evicted is calculated as <time when taint was adedd> + <toleration seconds>.
|
|
2980
2979
|
"""
|
|
2981
2980
|
return pulumi.get(self, "toleration_seconds")
|
|
2982
2981
|
|
|
2983
|
-
@property
|
|
2982
|
+
@_builtins.property
|
|
2984
2983
|
@pulumi.getter
|
|
2985
|
-
def value(self) -> Optional[
|
|
2984
|
+
def value(self) -> Optional[_builtins.str]:
|
|
2986
2985
|
"""
|
|
2987
2986
|
Value is the taint value the toleration matches to. If the operator is Exists, the value must be empty, otherwise just a regular string. Must be a label value.
|
|
2988
2987
|
"""
|
|
@@ -3016,23 +3015,23 @@ class ExactDeviceRequest(dict):
|
|
|
3016
3015
|
return super().get(key, default)
|
|
3017
3016
|
|
|
3018
3017
|
def __init__(__self__, *,
|
|
3019
|
-
device_class_name:
|
|
3020
|
-
admin_access: Optional[
|
|
3021
|
-
allocation_mode: Optional[
|
|
3022
|
-
count: Optional[
|
|
3018
|
+
device_class_name: _builtins.str,
|
|
3019
|
+
admin_access: Optional[_builtins.bool] = None,
|
|
3020
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
3021
|
+
count: Optional[_builtins.int] = None,
|
|
3023
3022
|
selectors: Optional[Sequence['outputs.DeviceSelector']] = None,
|
|
3024
3023
|
tolerations: Optional[Sequence['outputs.DeviceToleration']] = None):
|
|
3025
3024
|
"""
|
|
3026
3025
|
ExactDeviceRequest is a request for one or more identical devices.
|
|
3027
|
-
:param
|
|
3026
|
+
:param _builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
3028
3027
|
|
|
3029
3028
|
A DeviceClassName is required.
|
|
3030
3029
|
|
|
3031
3030
|
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.
|
|
3032
|
-
:param
|
|
3031
|
+
: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.
|
|
3033
3032
|
|
|
3034
3033
|
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.
|
|
3035
|
-
:param
|
|
3034
|
+
:param _builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
3036
3035
|
|
|
3037
3036
|
- ExactCount: This request is for a specific number of devices.
|
|
3038
3037
|
This is the default. The exact number is provided in the
|
|
@@ -3046,7 +3045,7 @@ class ExactDeviceRequest(dict):
|
|
|
3046
3045
|
If AllocationMode 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.
|
|
3047
3046
|
|
|
3048
3047
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
3049
|
-
:param
|
|
3048
|
+
: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.
|
|
3050
3049
|
: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.
|
|
3051
3050
|
:param Sequence['DeviceTolerationArgs'] tolerations: If specified, the request's tolerations.
|
|
3052
3051
|
|
|
@@ -3070,9 +3069,9 @@ class ExactDeviceRequest(dict):
|
|
|
3070
3069
|
if tolerations is not None:
|
|
3071
3070
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
3072
3071
|
|
|
3073
|
-
@property
|
|
3072
|
+
@_builtins.property
|
|
3074
3073
|
@pulumi.getter(name="deviceClassName")
|
|
3075
|
-
def device_class_name(self) ->
|
|
3074
|
+
def device_class_name(self) -> _builtins.str:
|
|
3076
3075
|
"""
|
|
3077
3076
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
3078
3077
|
|
|
@@ -3082,9 +3081,9 @@ class ExactDeviceRequest(dict):
|
|
|
3082
3081
|
"""
|
|
3083
3082
|
return pulumi.get(self, "device_class_name")
|
|
3084
3083
|
|
|
3085
|
-
@property
|
|
3084
|
+
@_builtins.property
|
|
3086
3085
|
@pulumi.getter(name="adminAccess")
|
|
3087
|
-
def admin_access(self) -> Optional[
|
|
3086
|
+
def admin_access(self) -> Optional[_builtins.bool]:
|
|
3088
3087
|
"""
|
|
3089
3088
|
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.
|
|
3090
3089
|
|
|
@@ -3092,9 +3091,9 @@ class ExactDeviceRequest(dict):
|
|
|
3092
3091
|
"""
|
|
3093
3092
|
return pulumi.get(self, "admin_access")
|
|
3094
3093
|
|
|
3095
|
-
@property
|
|
3094
|
+
@_builtins.property
|
|
3096
3095
|
@pulumi.getter(name="allocationMode")
|
|
3097
|
-
def allocation_mode(self) -> Optional[
|
|
3096
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
3098
3097
|
"""
|
|
3099
3098
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
3100
3099
|
|
|
@@ -3113,15 +3112,15 @@ class ExactDeviceRequest(dict):
|
|
|
3113
3112
|
"""
|
|
3114
3113
|
return pulumi.get(self, "allocation_mode")
|
|
3115
3114
|
|
|
3116
|
-
@property
|
|
3115
|
+
@_builtins.property
|
|
3117
3116
|
@pulumi.getter
|
|
3118
|
-
def count(self) -> Optional[
|
|
3117
|
+
def count(self) -> Optional[_builtins.int]:
|
|
3119
3118
|
"""
|
|
3120
3119
|
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.
|
|
3121
3120
|
"""
|
|
3122
3121
|
return pulumi.get(self, "count")
|
|
3123
3122
|
|
|
3124
|
-
@property
|
|
3123
|
+
@_builtins.property
|
|
3125
3124
|
@pulumi.getter
|
|
3126
3125
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelector']]:
|
|
3127
3126
|
"""
|
|
@@ -3129,7 +3128,7 @@ class ExactDeviceRequest(dict):
|
|
|
3129
3128
|
"""
|
|
3130
3129
|
return pulumi.get(self, "selectors")
|
|
3131
3130
|
|
|
3132
|
-
@property
|
|
3131
|
+
@_builtins.property
|
|
3133
3132
|
@pulumi.getter
|
|
3134
3133
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceToleration']]:
|
|
3135
3134
|
"""
|
|
@@ -3173,18 +3172,18 @@ class ExactDeviceRequestPatch(dict):
|
|
|
3173
3172
|
return super().get(key, default)
|
|
3174
3173
|
|
|
3175
3174
|
def __init__(__self__, *,
|
|
3176
|
-
admin_access: Optional[
|
|
3177
|
-
allocation_mode: Optional[
|
|
3178
|
-
count: Optional[
|
|
3179
|
-
device_class_name: Optional[
|
|
3175
|
+
admin_access: Optional[_builtins.bool] = None,
|
|
3176
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
3177
|
+
count: Optional[_builtins.int] = None,
|
|
3178
|
+
device_class_name: Optional[_builtins.str] = None,
|
|
3180
3179
|
selectors: Optional[Sequence['outputs.DeviceSelectorPatch']] = None,
|
|
3181
3180
|
tolerations: Optional[Sequence['outputs.DeviceTolerationPatch']] = None):
|
|
3182
3181
|
"""
|
|
3183
3182
|
ExactDeviceRequest is a request for one or more identical devices.
|
|
3184
|
-
:param
|
|
3183
|
+
: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.
|
|
3185
3184
|
|
|
3186
3185
|
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.
|
|
3187
|
-
:param
|
|
3186
|
+
:param _builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
3188
3187
|
|
|
3189
3188
|
- ExactCount: This request is for a specific number of devices.
|
|
3190
3189
|
This is the default. The exact number is provided in the
|
|
@@ -3198,8 +3197,8 @@ class ExactDeviceRequestPatch(dict):
|
|
|
3198
3197
|
If AllocationMode 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.
|
|
3199
3198
|
|
|
3200
3199
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
3201
|
-
:param
|
|
3202
|
-
:param
|
|
3200
|
+
: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.
|
|
3201
|
+
:param _builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
3203
3202
|
|
|
3204
3203
|
A DeviceClassName is required.
|
|
3205
3204
|
|
|
@@ -3228,9 +3227,9 @@ class ExactDeviceRequestPatch(dict):
|
|
|
3228
3227
|
if tolerations is not None:
|
|
3229
3228
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
3230
3229
|
|
|
3231
|
-
@property
|
|
3230
|
+
@_builtins.property
|
|
3232
3231
|
@pulumi.getter(name="adminAccess")
|
|
3233
|
-
def admin_access(self) -> Optional[
|
|
3232
|
+
def admin_access(self) -> Optional[_builtins.bool]:
|
|
3234
3233
|
"""
|
|
3235
3234
|
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.
|
|
3236
3235
|
|
|
@@ -3238,9 +3237,9 @@ class ExactDeviceRequestPatch(dict):
|
|
|
3238
3237
|
"""
|
|
3239
3238
|
return pulumi.get(self, "admin_access")
|
|
3240
3239
|
|
|
3241
|
-
@property
|
|
3240
|
+
@_builtins.property
|
|
3242
3241
|
@pulumi.getter(name="allocationMode")
|
|
3243
|
-
def allocation_mode(self) -> Optional[
|
|
3242
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
3244
3243
|
"""
|
|
3245
3244
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
3246
3245
|
|
|
@@ -3259,17 +3258,17 @@ class ExactDeviceRequestPatch(dict):
|
|
|
3259
3258
|
"""
|
|
3260
3259
|
return pulumi.get(self, "allocation_mode")
|
|
3261
3260
|
|
|
3262
|
-
@property
|
|
3261
|
+
@_builtins.property
|
|
3263
3262
|
@pulumi.getter
|
|
3264
|
-
def count(self) -> Optional[
|
|
3263
|
+
def count(self) -> Optional[_builtins.int]:
|
|
3265
3264
|
"""
|
|
3266
3265
|
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.
|
|
3267
3266
|
"""
|
|
3268
3267
|
return pulumi.get(self, "count")
|
|
3269
3268
|
|
|
3270
|
-
@property
|
|
3269
|
+
@_builtins.property
|
|
3271
3270
|
@pulumi.getter(name="deviceClassName")
|
|
3272
|
-
def device_class_name(self) -> Optional[
|
|
3271
|
+
def device_class_name(self) -> Optional[_builtins.str]:
|
|
3273
3272
|
"""
|
|
3274
3273
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
3275
3274
|
|
|
@@ -3279,7 +3278,7 @@ class ExactDeviceRequestPatch(dict):
|
|
|
3279
3278
|
"""
|
|
3280
3279
|
return pulumi.get(self, "device_class_name")
|
|
3281
3280
|
|
|
3282
|
-
@property
|
|
3281
|
+
@_builtins.property
|
|
3283
3282
|
@pulumi.getter
|
|
3284
3283
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelectorPatch']]:
|
|
3285
3284
|
"""
|
|
@@ -3287,7 +3286,7 @@ class ExactDeviceRequestPatch(dict):
|
|
|
3287
3286
|
"""
|
|
3288
3287
|
return pulumi.get(self, "selectors")
|
|
3289
3288
|
|
|
3290
|
-
@property
|
|
3289
|
+
@_builtins.property
|
|
3291
3290
|
@pulumi.getter
|
|
3292
3291
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceTolerationPatch']]:
|
|
3293
3292
|
"""
|
|
@@ -3329,18 +3328,18 @@ class NetworkDeviceData(dict):
|
|
|
3329
3328
|
return super().get(key, default)
|
|
3330
3329
|
|
|
3331
3330
|
def __init__(__self__, *,
|
|
3332
|
-
hardware_address: Optional[
|
|
3333
|
-
interface_name: Optional[
|
|
3334
|
-
ips: Optional[Sequence[
|
|
3331
|
+
hardware_address: Optional[_builtins.str] = None,
|
|
3332
|
+
interface_name: Optional[_builtins.str] = None,
|
|
3333
|
+
ips: Optional[Sequence[_builtins.str]] = None):
|
|
3335
3334
|
"""
|
|
3336
3335
|
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.
|
|
3337
|
-
:param
|
|
3336
|
+
:param _builtins.str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
3338
3337
|
|
|
3339
3338
|
Must not be longer than 128 characters.
|
|
3340
|
-
:param
|
|
3339
|
+
: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.
|
|
3341
3340
|
|
|
3342
3341
|
Must not be longer than 256 characters.
|
|
3343
|
-
:param Sequence[
|
|
3342
|
+
: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.
|
|
3344
3343
|
"""
|
|
3345
3344
|
if hardware_address is not None:
|
|
3346
3345
|
pulumi.set(__self__, "hardware_address", hardware_address)
|
|
@@ -3349,9 +3348,9 @@ class NetworkDeviceData(dict):
|
|
|
3349
3348
|
if ips is not None:
|
|
3350
3349
|
pulumi.set(__self__, "ips", ips)
|
|
3351
3350
|
|
|
3352
|
-
@property
|
|
3351
|
+
@_builtins.property
|
|
3353
3352
|
@pulumi.getter(name="hardwareAddress")
|
|
3354
|
-
def hardware_address(self) -> Optional[
|
|
3353
|
+
def hardware_address(self) -> Optional[_builtins.str]:
|
|
3355
3354
|
"""
|
|
3356
3355
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
3357
3356
|
|
|
@@ -3359,9 +3358,9 @@ class NetworkDeviceData(dict):
|
|
|
3359
3358
|
"""
|
|
3360
3359
|
return pulumi.get(self, "hardware_address")
|
|
3361
3360
|
|
|
3362
|
-
@property
|
|
3361
|
+
@_builtins.property
|
|
3363
3362
|
@pulumi.getter(name="interfaceName")
|
|
3364
|
-
def interface_name(self) -> Optional[
|
|
3363
|
+
def interface_name(self) -> Optional[_builtins.str]:
|
|
3365
3364
|
"""
|
|
3366
3365
|
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.
|
|
3367
3366
|
|
|
@@ -3369,9 +3368,9 @@ class NetworkDeviceData(dict):
|
|
|
3369
3368
|
"""
|
|
3370
3369
|
return pulumi.get(self, "interface_name")
|
|
3371
3370
|
|
|
3372
|
-
@property
|
|
3371
|
+
@_builtins.property
|
|
3373
3372
|
@pulumi.getter
|
|
3374
|
-
def ips(self) -> Optional[Sequence[
|
|
3373
|
+
def ips(self) -> Optional[Sequence[_builtins.str]]:
|
|
3375
3374
|
"""
|
|
3376
3375
|
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.
|
|
3377
3376
|
"""
|
|
@@ -3403,18 +3402,18 @@ class NetworkDeviceDataPatch(dict):
|
|
|
3403
3402
|
return super().get(key, default)
|
|
3404
3403
|
|
|
3405
3404
|
def __init__(__self__, *,
|
|
3406
|
-
hardware_address: Optional[
|
|
3407
|
-
interface_name: Optional[
|
|
3408
|
-
ips: Optional[Sequence[
|
|
3405
|
+
hardware_address: Optional[_builtins.str] = None,
|
|
3406
|
+
interface_name: Optional[_builtins.str] = None,
|
|
3407
|
+
ips: Optional[Sequence[_builtins.str]] = None):
|
|
3409
3408
|
"""
|
|
3410
3409
|
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.
|
|
3411
|
-
:param
|
|
3410
|
+
:param _builtins.str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
3412
3411
|
|
|
3413
3412
|
Must not be longer than 128 characters.
|
|
3414
|
-
:param
|
|
3413
|
+
: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.
|
|
3415
3414
|
|
|
3416
3415
|
Must not be longer than 256 characters.
|
|
3417
|
-
:param Sequence[
|
|
3416
|
+
: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.
|
|
3418
3417
|
"""
|
|
3419
3418
|
if hardware_address is not None:
|
|
3420
3419
|
pulumi.set(__self__, "hardware_address", hardware_address)
|
|
@@ -3423,9 +3422,9 @@ class NetworkDeviceDataPatch(dict):
|
|
|
3423
3422
|
if ips is not None:
|
|
3424
3423
|
pulumi.set(__self__, "ips", ips)
|
|
3425
3424
|
|
|
3426
|
-
@property
|
|
3425
|
+
@_builtins.property
|
|
3427
3426
|
@pulumi.getter(name="hardwareAddress")
|
|
3428
|
-
def hardware_address(self) -> Optional[
|
|
3427
|
+
def hardware_address(self) -> Optional[_builtins.str]:
|
|
3429
3428
|
"""
|
|
3430
3429
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
3431
3430
|
|
|
@@ -3433,9 +3432,9 @@ class NetworkDeviceDataPatch(dict):
|
|
|
3433
3432
|
"""
|
|
3434
3433
|
return pulumi.get(self, "hardware_address")
|
|
3435
3434
|
|
|
3436
|
-
@property
|
|
3435
|
+
@_builtins.property
|
|
3437
3436
|
@pulumi.getter(name="interfaceName")
|
|
3438
|
-
def interface_name(self) -> Optional[
|
|
3437
|
+
def interface_name(self) -> Optional[_builtins.str]:
|
|
3439
3438
|
"""
|
|
3440
3439
|
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.
|
|
3441
3440
|
|
|
@@ -3443,9 +3442,9 @@ class NetworkDeviceDataPatch(dict):
|
|
|
3443
3442
|
"""
|
|
3444
3443
|
return pulumi.get(self, "interface_name")
|
|
3445
3444
|
|
|
3446
|
-
@property
|
|
3445
|
+
@_builtins.property
|
|
3447
3446
|
@pulumi.getter
|
|
3448
|
-
def ips(self) -> Optional[Sequence[
|
|
3447
|
+
def ips(self) -> Optional[Sequence[_builtins.str]]:
|
|
3449
3448
|
"""
|
|
3450
3449
|
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.
|
|
3451
3450
|
"""
|
|
@@ -3458,11 +3457,11 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
3458
3457
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
3459
3458
|
"""
|
|
3460
3459
|
def __init__(__self__, *,
|
|
3461
|
-
driver:
|
|
3460
|
+
driver: _builtins.str,
|
|
3462
3461
|
parameters: Any):
|
|
3463
3462
|
"""
|
|
3464
3463
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
3465
|
-
:param
|
|
3464
|
+
:param _builtins.str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
3466
3465
|
|
|
3467
3466
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
3468
3467
|
|
|
@@ -3474,9 +3473,9 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
3474
3473
|
pulumi.set(__self__, "driver", driver)
|
|
3475
3474
|
pulumi.set(__self__, "parameters", parameters)
|
|
3476
3475
|
|
|
3477
|
-
@property
|
|
3476
|
+
@_builtins.property
|
|
3478
3477
|
@pulumi.getter
|
|
3479
|
-
def driver(self) ->
|
|
3478
|
+
def driver(self) -> _builtins.str:
|
|
3480
3479
|
"""
|
|
3481
3480
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
3482
3481
|
|
|
@@ -3486,7 +3485,7 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
3486
3485
|
"""
|
|
3487
3486
|
return pulumi.get(self, "driver")
|
|
3488
3487
|
|
|
3489
|
-
@property
|
|
3488
|
+
@_builtins.property
|
|
3490
3489
|
@pulumi.getter
|
|
3491
3490
|
def parameters(self) -> Any:
|
|
3492
3491
|
"""
|
|
@@ -3503,11 +3502,11 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
3503
3502
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
3504
3503
|
"""
|
|
3505
3504
|
def __init__(__self__, *,
|
|
3506
|
-
driver: Optional[
|
|
3505
|
+
driver: Optional[_builtins.str] = None,
|
|
3507
3506
|
parameters: Optional[Any] = None):
|
|
3508
3507
|
"""
|
|
3509
3508
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
3510
|
-
:param
|
|
3509
|
+
:param _builtins.str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
3511
3510
|
|
|
3512
3511
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
3513
3512
|
|
|
@@ -3521,9 +3520,9 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
3521
3520
|
if parameters is not None:
|
|
3522
3521
|
pulumi.set(__self__, "parameters", parameters)
|
|
3523
3522
|
|
|
3524
|
-
@property
|
|
3523
|
+
@_builtins.property
|
|
3525
3524
|
@pulumi.getter
|
|
3526
|
-
def driver(self) -> Optional[
|
|
3525
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
3527
3526
|
"""
|
|
3528
3527
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
3529
3528
|
|
|
@@ -3533,7 +3532,7 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
3533
3532
|
"""
|
|
3534
3533
|
return pulumi.get(self, "driver")
|
|
3535
3534
|
|
|
3536
|
-
@property
|
|
3535
|
+
@_builtins.property
|
|
3537
3536
|
@pulumi.getter
|
|
3538
3537
|
def parameters(self) -> Optional[Any]:
|
|
3539
3538
|
"""
|
|
@@ -3570,8 +3569,8 @@ class ResourceClaim(dict):
|
|
|
3570
3569
|
|
|
3571
3570
|
def __init__(__self__, *,
|
|
3572
3571
|
spec: 'outputs.ResourceClaimSpec',
|
|
3573
|
-
api_version: Optional[
|
|
3574
|
-
kind: Optional[
|
|
3572
|
+
api_version: Optional[_builtins.str] = None,
|
|
3573
|
+
kind: Optional[_builtins.str] = None,
|
|
3575
3574
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
3576
3575
|
status: Optional['outputs.ResourceClaimStatus'] = None):
|
|
3577
3576
|
"""
|
|
@@ -3579,8 +3578,8 @@ class ResourceClaim(dict):
|
|
|
3579
3578
|
|
|
3580
3579
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
3581
3580
|
:param 'ResourceClaimSpecArgs' spec: Spec describes what is being requested and how to configure it. The spec is immutable.
|
|
3582
|
-
:param
|
|
3583
|
-
:param
|
|
3581
|
+
: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
|
|
3582
|
+
: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
|
|
3584
3583
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
3585
3584
|
:param 'ResourceClaimStatusArgs' status: Status describes whether the claim is ready to use and what has been allocated.
|
|
3586
3585
|
"""
|
|
@@ -3594,7 +3593,7 @@ class ResourceClaim(dict):
|
|
|
3594
3593
|
if status is not None:
|
|
3595
3594
|
pulumi.set(__self__, "status", status)
|
|
3596
3595
|
|
|
3597
|
-
@property
|
|
3596
|
+
@_builtins.property
|
|
3598
3597
|
@pulumi.getter
|
|
3599
3598
|
def spec(self) -> 'outputs.ResourceClaimSpec':
|
|
3600
3599
|
"""
|
|
@@ -3602,23 +3601,23 @@ class ResourceClaim(dict):
|
|
|
3602
3601
|
"""
|
|
3603
3602
|
return pulumi.get(self, "spec")
|
|
3604
3603
|
|
|
3605
|
-
@property
|
|
3604
|
+
@_builtins.property
|
|
3606
3605
|
@pulumi.getter(name="apiVersion")
|
|
3607
|
-
def api_version(self) -> Optional[
|
|
3606
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
3608
3607
|
"""
|
|
3609
3608
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3610
3609
|
"""
|
|
3611
3610
|
return pulumi.get(self, "api_version")
|
|
3612
3611
|
|
|
3613
|
-
@property
|
|
3612
|
+
@_builtins.property
|
|
3614
3613
|
@pulumi.getter
|
|
3615
|
-
def kind(self) -> Optional[
|
|
3614
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
3616
3615
|
"""
|
|
3617
3616
|
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
|
|
3618
3617
|
"""
|
|
3619
3618
|
return pulumi.get(self, "kind")
|
|
3620
3619
|
|
|
3621
|
-
@property
|
|
3620
|
+
@_builtins.property
|
|
3622
3621
|
@pulumi.getter
|
|
3623
3622
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
3624
3623
|
"""
|
|
@@ -3626,7 +3625,7 @@ class ResourceClaim(dict):
|
|
|
3626
3625
|
"""
|
|
3627
3626
|
return pulumi.get(self, "metadata")
|
|
3628
3627
|
|
|
3629
|
-
@property
|
|
3628
|
+
@_builtins.property
|
|
3630
3629
|
@pulumi.getter
|
|
3631
3630
|
def status(self) -> Optional['outputs.ResourceClaimStatus']:
|
|
3632
3631
|
"""
|
|
@@ -3658,16 +3657,16 @@ class ResourceClaimConsumerReference(dict):
|
|
|
3658
3657
|
return super().get(key, default)
|
|
3659
3658
|
|
|
3660
3659
|
def __init__(__self__, *,
|
|
3661
|
-
name:
|
|
3662
|
-
resource:
|
|
3663
|
-
uid:
|
|
3664
|
-
api_group: Optional[
|
|
3660
|
+
name: _builtins.str,
|
|
3661
|
+
resource: _builtins.str,
|
|
3662
|
+
uid: _builtins.str,
|
|
3663
|
+
api_group: Optional[_builtins.str] = None):
|
|
3665
3664
|
"""
|
|
3666
3665
|
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.
|
|
3667
|
-
:param
|
|
3668
|
-
:param
|
|
3669
|
-
:param
|
|
3670
|
-
:param
|
|
3666
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
3667
|
+
:param _builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
3668
|
+
:param _builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
3669
|
+
: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.
|
|
3671
3670
|
"""
|
|
3672
3671
|
pulumi.set(__self__, "name", name)
|
|
3673
3672
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -3675,33 +3674,33 @@ class ResourceClaimConsumerReference(dict):
|
|
|
3675
3674
|
if api_group is not None:
|
|
3676
3675
|
pulumi.set(__self__, "api_group", api_group)
|
|
3677
3676
|
|
|
3678
|
-
@property
|
|
3677
|
+
@_builtins.property
|
|
3679
3678
|
@pulumi.getter
|
|
3680
|
-
def name(self) ->
|
|
3679
|
+
def name(self) -> _builtins.str:
|
|
3681
3680
|
"""
|
|
3682
3681
|
Name is the name of resource being referenced.
|
|
3683
3682
|
"""
|
|
3684
3683
|
return pulumi.get(self, "name")
|
|
3685
3684
|
|
|
3686
|
-
@property
|
|
3685
|
+
@_builtins.property
|
|
3687
3686
|
@pulumi.getter
|
|
3688
|
-
def resource(self) ->
|
|
3687
|
+
def resource(self) -> _builtins.str:
|
|
3689
3688
|
"""
|
|
3690
3689
|
Resource is the type of resource being referenced, for example "pods".
|
|
3691
3690
|
"""
|
|
3692
3691
|
return pulumi.get(self, "resource")
|
|
3693
3692
|
|
|
3694
|
-
@property
|
|
3693
|
+
@_builtins.property
|
|
3695
3694
|
@pulumi.getter
|
|
3696
|
-
def uid(self) ->
|
|
3695
|
+
def uid(self) -> _builtins.str:
|
|
3697
3696
|
"""
|
|
3698
3697
|
UID identifies exactly one incarnation of the resource.
|
|
3699
3698
|
"""
|
|
3700
3699
|
return pulumi.get(self, "uid")
|
|
3701
3700
|
|
|
3702
|
-
@property
|
|
3701
|
+
@_builtins.property
|
|
3703
3702
|
@pulumi.getter(name="apiGroup")
|
|
3704
|
-
def api_group(self) -> Optional[
|
|
3703
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
3705
3704
|
"""
|
|
3706
3705
|
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.
|
|
3707
3706
|
"""
|
|
@@ -3731,16 +3730,16 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
3731
3730
|
return super().get(key, default)
|
|
3732
3731
|
|
|
3733
3732
|
def __init__(__self__, *,
|
|
3734
|
-
api_group: Optional[
|
|
3735
|
-
name: Optional[
|
|
3736
|
-
resource: Optional[
|
|
3737
|
-
uid: Optional[
|
|
3733
|
+
api_group: Optional[_builtins.str] = None,
|
|
3734
|
+
name: Optional[_builtins.str] = None,
|
|
3735
|
+
resource: Optional[_builtins.str] = None,
|
|
3736
|
+
uid: Optional[_builtins.str] = None):
|
|
3738
3737
|
"""
|
|
3739
3738
|
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.
|
|
3740
|
-
:param
|
|
3741
|
-
:param
|
|
3742
|
-
:param
|
|
3743
|
-
:param
|
|
3739
|
+
: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.
|
|
3740
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
3741
|
+
:param _builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
3742
|
+
:param _builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
3744
3743
|
"""
|
|
3745
3744
|
if api_group is not None:
|
|
3746
3745
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -3751,33 +3750,33 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
3751
3750
|
if uid is not None:
|
|
3752
3751
|
pulumi.set(__self__, "uid", uid)
|
|
3753
3752
|
|
|
3754
|
-
@property
|
|
3753
|
+
@_builtins.property
|
|
3755
3754
|
@pulumi.getter(name="apiGroup")
|
|
3756
|
-
def api_group(self) -> Optional[
|
|
3755
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
3757
3756
|
"""
|
|
3758
3757
|
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.
|
|
3759
3758
|
"""
|
|
3760
3759
|
return pulumi.get(self, "api_group")
|
|
3761
3760
|
|
|
3762
|
-
@property
|
|
3761
|
+
@_builtins.property
|
|
3763
3762
|
@pulumi.getter
|
|
3764
|
-
def name(self) -> Optional[
|
|
3763
|
+
def name(self) -> Optional[_builtins.str]:
|
|
3765
3764
|
"""
|
|
3766
3765
|
Name is the name of resource being referenced.
|
|
3767
3766
|
"""
|
|
3768
3767
|
return pulumi.get(self, "name")
|
|
3769
3768
|
|
|
3770
|
-
@property
|
|
3769
|
+
@_builtins.property
|
|
3771
3770
|
@pulumi.getter
|
|
3772
|
-
def resource(self) -> Optional[
|
|
3771
|
+
def resource(self) -> Optional[_builtins.str]:
|
|
3773
3772
|
"""
|
|
3774
3773
|
Resource is the type of resource being referenced, for example "pods".
|
|
3775
3774
|
"""
|
|
3776
3775
|
return pulumi.get(self, "resource")
|
|
3777
3776
|
|
|
3778
|
-
@property
|
|
3777
|
+
@_builtins.property
|
|
3779
3778
|
@pulumi.getter
|
|
3780
|
-
def uid(self) -> Optional[
|
|
3779
|
+
def uid(self) -> Optional[_builtins.str]:
|
|
3781
3780
|
"""
|
|
3782
3781
|
UID identifies exactly one incarnation of the resource.
|
|
3783
3782
|
"""
|
|
@@ -3798,7 +3797,7 @@ class ResourceClaimSpec(dict):
|
|
|
3798
3797
|
if devices is not None:
|
|
3799
3798
|
pulumi.set(__self__, "devices", devices)
|
|
3800
3799
|
|
|
3801
|
-
@property
|
|
3800
|
+
@_builtins.property
|
|
3802
3801
|
@pulumi.getter
|
|
3803
3802
|
def devices(self) -> Optional['outputs.DeviceClaim']:
|
|
3804
3803
|
"""
|
|
@@ -3821,7 +3820,7 @@ class ResourceClaimSpecPatch(dict):
|
|
|
3821
3820
|
if devices is not None:
|
|
3822
3821
|
pulumi.set(__self__, "devices", devices)
|
|
3823
3822
|
|
|
3824
|
-
@property
|
|
3823
|
+
@_builtins.property
|
|
3825
3824
|
@pulumi.getter
|
|
3826
3825
|
def devices(self) -> Optional['outputs.DeviceClaimPatch']:
|
|
3827
3826
|
"""
|
|
@@ -3875,7 +3874,7 @@ class ResourceClaimStatus(dict):
|
|
|
3875
3874
|
if reserved_for is not None:
|
|
3876
3875
|
pulumi.set(__self__, "reserved_for", reserved_for)
|
|
3877
3876
|
|
|
3878
|
-
@property
|
|
3877
|
+
@_builtins.property
|
|
3879
3878
|
@pulumi.getter
|
|
3880
3879
|
def allocation(self) -> Optional['outputs.AllocationResult']:
|
|
3881
3880
|
"""
|
|
@@ -3883,7 +3882,7 @@ class ResourceClaimStatus(dict):
|
|
|
3883
3882
|
"""
|
|
3884
3883
|
return pulumi.get(self, "allocation")
|
|
3885
3884
|
|
|
3886
|
-
@property
|
|
3885
|
+
@_builtins.property
|
|
3887
3886
|
@pulumi.getter
|
|
3888
3887
|
def devices(self) -> Optional[Sequence['outputs.AllocatedDeviceStatus']]:
|
|
3889
3888
|
"""
|
|
@@ -3891,7 +3890,7 @@ class ResourceClaimStatus(dict):
|
|
|
3891
3890
|
"""
|
|
3892
3891
|
return pulumi.get(self, "devices")
|
|
3893
3892
|
|
|
3894
|
-
@property
|
|
3893
|
+
@_builtins.property
|
|
3895
3894
|
@pulumi.getter(name="reservedFor")
|
|
3896
3895
|
def reserved_for(self) -> Optional[Sequence['outputs.ResourceClaimConsumerReference']]:
|
|
3897
3896
|
"""
|
|
@@ -3951,7 +3950,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
3951
3950
|
if reserved_for is not None:
|
|
3952
3951
|
pulumi.set(__self__, "reserved_for", reserved_for)
|
|
3953
3952
|
|
|
3954
|
-
@property
|
|
3953
|
+
@_builtins.property
|
|
3955
3954
|
@pulumi.getter
|
|
3956
3955
|
def allocation(self) -> Optional['outputs.AllocationResultPatch']:
|
|
3957
3956
|
"""
|
|
@@ -3959,7 +3958,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
3959
3958
|
"""
|
|
3960
3959
|
return pulumi.get(self, "allocation")
|
|
3961
3960
|
|
|
3962
|
-
@property
|
|
3961
|
+
@_builtins.property
|
|
3963
3962
|
@pulumi.getter
|
|
3964
3963
|
def devices(self) -> Optional[Sequence['outputs.AllocatedDeviceStatusPatch']]:
|
|
3965
3964
|
"""
|
|
@@ -3967,7 +3966,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
3967
3966
|
"""
|
|
3968
3967
|
return pulumi.get(self, "devices")
|
|
3969
3968
|
|
|
3970
|
-
@property
|
|
3969
|
+
@_builtins.property
|
|
3971
3970
|
@pulumi.getter(name="reservedFor")
|
|
3972
3971
|
def reserved_for(self) -> Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']]:
|
|
3973
3972
|
"""
|
|
@@ -4008,8 +4007,8 @@ class ResourceClaimTemplate(dict):
|
|
|
4008
4007
|
|
|
4009
4008
|
def __init__(__self__, *,
|
|
4010
4009
|
spec: 'outputs.ResourceClaimTemplateSpec',
|
|
4011
|
-
api_version: Optional[
|
|
4012
|
-
kind: Optional[
|
|
4010
|
+
api_version: Optional[_builtins.str] = None,
|
|
4011
|
+
kind: Optional[_builtins.str] = None,
|
|
4013
4012
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
4014
4013
|
"""
|
|
4015
4014
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
@@ -4018,8 +4017,8 @@ class ResourceClaimTemplate(dict):
|
|
|
4018
4017
|
:param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
|
|
4019
4018
|
|
|
4020
4019
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
4021
|
-
:param
|
|
4022
|
-
:param
|
|
4020
|
+
: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
|
|
4021
|
+
: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
|
|
4023
4022
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
4024
4023
|
"""
|
|
4025
4024
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -4030,7 +4029,7 @@ class ResourceClaimTemplate(dict):
|
|
|
4030
4029
|
if metadata is not None:
|
|
4031
4030
|
pulumi.set(__self__, "metadata", metadata)
|
|
4032
4031
|
|
|
4033
|
-
@property
|
|
4032
|
+
@_builtins.property
|
|
4034
4033
|
@pulumi.getter
|
|
4035
4034
|
def spec(self) -> 'outputs.ResourceClaimTemplateSpec':
|
|
4036
4035
|
"""
|
|
@@ -4040,23 +4039,23 @@ class ResourceClaimTemplate(dict):
|
|
|
4040
4039
|
"""
|
|
4041
4040
|
return pulumi.get(self, "spec")
|
|
4042
4041
|
|
|
4043
|
-
@property
|
|
4042
|
+
@_builtins.property
|
|
4044
4043
|
@pulumi.getter(name="apiVersion")
|
|
4045
|
-
def api_version(self) -> Optional[
|
|
4044
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
4046
4045
|
"""
|
|
4047
4046
|
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
|
|
4048
4047
|
"""
|
|
4049
4048
|
return pulumi.get(self, "api_version")
|
|
4050
4049
|
|
|
4051
|
-
@property
|
|
4050
|
+
@_builtins.property
|
|
4052
4051
|
@pulumi.getter
|
|
4053
|
-
def kind(self) -> Optional[
|
|
4052
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
4054
4053
|
"""
|
|
4055
4054
|
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
|
|
4056
4055
|
"""
|
|
4057
4056
|
return pulumi.get(self, "kind")
|
|
4058
4057
|
|
|
4059
|
-
@property
|
|
4058
|
+
@_builtins.property
|
|
4060
4059
|
@pulumi.getter
|
|
4061
4060
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
4062
4061
|
"""
|
|
@@ -4082,7 +4081,7 @@ class ResourceClaimTemplateSpec(dict):
|
|
|
4082
4081
|
if metadata is not None:
|
|
4083
4082
|
pulumi.set(__self__, "metadata", metadata)
|
|
4084
4083
|
|
|
4085
|
-
@property
|
|
4084
|
+
@_builtins.property
|
|
4086
4085
|
@pulumi.getter
|
|
4087
4086
|
def spec(self) -> 'outputs.ResourceClaimSpec':
|
|
4088
4087
|
"""
|
|
@@ -4090,7 +4089,7 @@ class ResourceClaimTemplateSpec(dict):
|
|
|
4090
4089
|
"""
|
|
4091
4090
|
return pulumi.get(self, "spec")
|
|
4092
4091
|
|
|
4093
|
-
@property
|
|
4092
|
+
@_builtins.property
|
|
4094
4093
|
@pulumi.getter
|
|
4095
4094
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
4096
4095
|
"""
|
|
@@ -4117,7 +4116,7 @@ class ResourceClaimTemplateSpecPatch(dict):
|
|
|
4117
4116
|
if spec is not None:
|
|
4118
4117
|
pulumi.set(__self__, "spec", spec)
|
|
4119
4118
|
|
|
4120
|
-
@property
|
|
4119
|
+
@_builtins.property
|
|
4121
4120
|
@pulumi.getter
|
|
4122
4121
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMetaPatch']:
|
|
4123
4122
|
"""
|
|
@@ -4125,7 +4124,7 @@ class ResourceClaimTemplateSpecPatch(dict):
|
|
|
4125
4124
|
"""
|
|
4126
4125
|
return pulumi.get(self, "metadata")
|
|
4127
4126
|
|
|
4128
|
-
@property
|
|
4127
|
+
@_builtins.property
|
|
4129
4128
|
@pulumi.getter
|
|
4130
4129
|
def spec(self) -> Optional['outputs.ResourceClaimSpecPatch']:
|
|
4131
4130
|
"""
|
|
@@ -4157,18 +4156,18 @@ class ResourcePool(dict):
|
|
|
4157
4156
|
return super().get(key, default)
|
|
4158
4157
|
|
|
4159
4158
|
def __init__(__self__, *,
|
|
4160
|
-
generation:
|
|
4161
|
-
name:
|
|
4162
|
-
resource_slice_count:
|
|
4159
|
+
generation: _builtins.int,
|
|
4160
|
+
name: _builtins.str,
|
|
4161
|
+
resource_slice_count: _builtins.int):
|
|
4163
4162
|
"""
|
|
4164
4163
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
4165
|
-
:param
|
|
4164
|
+
: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.
|
|
4166
4165
|
|
|
4167
4166
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
4168
|
-
:param
|
|
4167
|
+
: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.
|
|
4169
4168
|
|
|
4170
4169
|
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.
|
|
4171
|
-
:param
|
|
4170
|
+
: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.
|
|
4172
4171
|
|
|
4173
4172
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
4174
4173
|
"""
|
|
@@ -4176,9 +4175,9 @@ class ResourcePool(dict):
|
|
|
4176
4175
|
pulumi.set(__self__, "name", name)
|
|
4177
4176
|
pulumi.set(__self__, "resource_slice_count", resource_slice_count)
|
|
4178
4177
|
|
|
4179
|
-
@property
|
|
4178
|
+
@_builtins.property
|
|
4180
4179
|
@pulumi.getter
|
|
4181
|
-
def generation(self) ->
|
|
4180
|
+
def generation(self) -> _builtins.int:
|
|
4182
4181
|
"""
|
|
4183
4182
|
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.
|
|
4184
4183
|
|
|
@@ -4186,9 +4185,9 @@ class ResourcePool(dict):
|
|
|
4186
4185
|
"""
|
|
4187
4186
|
return pulumi.get(self, "generation")
|
|
4188
4187
|
|
|
4189
|
-
@property
|
|
4188
|
+
@_builtins.property
|
|
4190
4189
|
@pulumi.getter
|
|
4191
|
-
def name(self) ->
|
|
4190
|
+
def name(self) -> _builtins.str:
|
|
4192
4191
|
"""
|
|
4193
4192
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
4194
4193
|
|
|
@@ -4196,9 +4195,9 @@ class ResourcePool(dict):
|
|
|
4196
4195
|
"""
|
|
4197
4196
|
return pulumi.get(self, "name")
|
|
4198
4197
|
|
|
4199
|
-
@property
|
|
4198
|
+
@_builtins.property
|
|
4200
4199
|
@pulumi.getter(name="resourceSliceCount")
|
|
4201
|
-
def resource_slice_count(self) ->
|
|
4200
|
+
def resource_slice_count(self) -> _builtins.int:
|
|
4202
4201
|
"""
|
|
4203
4202
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
4204
4203
|
|
|
@@ -4230,18 +4229,18 @@ class ResourcePoolPatch(dict):
|
|
|
4230
4229
|
return super().get(key, default)
|
|
4231
4230
|
|
|
4232
4231
|
def __init__(__self__, *,
|
|
4233
|
-
generation: Optional[
|
|
4234
|
-
name: Optional[
|
|
4235
|
-
resource_slice_count: Optional[
|
|
4232
|
+
generation: Optional[_builtins.int] = None,
|
|
4233
|
+
name: Optional[_builtins.str] = None,
|
|
4234
|
+
resource_slice_count: Optional[_builtins.int] = None):
|
|
4236
4235
|
"""
|
|
4237
4236
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
4238
|
-
:param
|
|
4237
|
+
: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.
|
|
4239
4238
|
|
|
4240
4239
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
4241
|
-
:param
|
|
4240
|
+
: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.
|
|
4242
4241
|
|
|
4243
4242
|
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.
|
|
4244
|
-
:param
|
|
4243
|
+
: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.
|
|
4245
4244
|
|
|
4246
4245
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
4247
4246
|
"""
|
|
@@ -4252,9 +4251,9 @@ class ResourcePoolPatch(dict):
|
|
|
4252
4251
|
if resource_slice_count is not None:
|
|
4253
4252
|
pulumi.set(__self__, "resource_slice_count", resource_slice_count)
|
|
4254
4253
|
|
|
4255
|
-
@property
|
|
4254
|
+
@_builtins.property
|
|
4256
4255
|
@pulumi.getter
|
|
4257
|
-
def generation(self) -> Optional[
|
|
4256
|
+
def generation(self) -> Optional[_builtins.int]:
|
|
4258
4257
|
"""
|
|
4259
4258
|
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.
|
|
4260
4259
|
|
|
@@ -4262,9 +4261,9 @@ class ResourcePoolPatch(dict):
|
|
|
4262
4261
|
"""
|
|
4263
4262
|
return pulumi.get(self, "generation")
|
|
4264
4263
|
|
|
4265
|
-
@property
|
|
4264
|
+
@_builtins.property
|
|
4266
4265
|
@pulumi.getter
|
|
4267
|
-
def name(self) -> Optional[
|
|
4266
|
+
def name(self) -> Optional[_builtins.str]:
|
|
4268
4267
|
"""
|
|
4269
4268
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
4270
4269
|
|
|
@@ -4272,9 +4271,9 @@ class ResourcePoolPatch(dict):
|
|
|
4272
4271
|
"""
|
|
4273
4272
|
return pulumi.get(self, "name")
|
|
4274
4273
|
|
|
4275
|
-
@property
|
|
4274
|
+
@_builtins.property
|
|
4276
4275
|
@pulumi.getter(name="resourceSliceCount")
|
|
4277
|
-
def resource_slice_count(self) -> Optional[
|
|
4276
|
+
def resource_slice_count(self) -> Optional[_builtins.int]:
|
|
4278
4277
|
"""
|
|
4279
4278
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
4280
4279
|
|
|
@@ -4317,8 +4316,8 @@ class ResourceSlice(dict):
|
|
|
4317
4316
|
|
|
4318
4317
|
def __init__(__self__, *,
|
|
4319
4318
|
spec: 'outputs.ResourceSliceSpec',
|
|
4320
|
-
api_version: Optional[
|
|
4321
|
-
kind: Optional[
|
|
4319
|
+
api_version: Optional[_builtins.str] = None,
|
|
4320
|
+
kind: Optional[_builtins.str] = None,
|
|
4322
4321
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
4323
4322
|
"""
|
|
4324
4323
|
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.
|
|
@@ -4335,8 +4334,8 @@ class ResourceSlice(dict):
|
|
|
4335
4334
|
:param 'ResourceSliceSpecArgs' spec: Contains the information published by the driver.
|
|
4336
4335
|
|
|
4337
4336
|
Changing the spec automatically increments the metadata.generation number.
|
|
4338
|
-
:param
|
|
4339
|
-
:param
|
|
4337
|
+
: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
|
|
4338
|
+
: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
|
|
4340
4339
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
4341
4340
|
"""
|
|
4342
4341
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -4347,7 +4346,7 @@ class ResourceSlice(dict):
|
|
|
4347
4346
|
if metadata is not None:
|
|
4348
4347
|
pulumi.set(__self__, "metadata", metadata)
|
|
4349
4348
|
|
|
4350
|
-
@property
|
|
4349
|
+
@_builtins.property
|
|
4351
4350
|
@pulumi.getter
|
|
4352
4351
|
def spec(self) -> 'outputs.ResourceSliceSpec':
|
|
4353
4352
|
"""
|
|
@@ -4357,23 +4356,23 @@ class ResourceSlice(dict):
|
|
|
4357
4356
|
"""
|
|
4358
4357
|
return pulumi.get(self, "spec")
|
|
4359
4358
|
|
|
4360
|
-
@property
|
|
4359
|
+
@_builtins.property
|
|
4361
4360
|
@pulumi.getter(name="apiVersion")
|
|
4362
|
-
def api_version(self) -> Optional[
|
|
4361
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
4363
4362
|
"""
|
|
4364
4363
|
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
|
|
4365
4364
|
"""
|
|
4366
4365
|
return pulumi.get(self, "api_version")
|
|
4367
4366
|
|
|
4368
|
-
@property
|
|
4367
|
+
@_builtins.property
|
|
4369
4368
|
@pulumi.getter
|
|
4370
|
-
def kind(self) -> Optional[
|
|
4369
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
4371
4370
|
"""
|
|
4372
4371
|
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
|
|
4373
4372
|
"""
|
|
4374
4373
|
return pulumi.get(self, "kind")
|
|
4375
4374
|
|
|
4376
|
-
@property
|
|
4375
|
+
@_builtins.property
|
|
4377
4376
|
@pulumi.getter
|
|
4378
4377
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
4379
4378
|
"""
|
|
@@ -4413,27 +4412,27 @@ class ResourceSliceSpec(dict):
|
|
|
4413
4412
|
return super().get(key, default)
|
|
4414
4413
|
|
|
4415
4414
|
def __init__(__self__, *,
|
|
4416
|
-
driver:
|
|
4415
|
+
driver: _builtins.str,
|
|
4417
4416
|
pool: 'outputs.ResourcePool',
|
|
4418
|
-
all_nodes: Optional[
|
|
4417
|
+
all_nodes: Optional[_builtins.bool] = None,
|
|
4419
4418
|
devices: Optional[Sequence['outputs.Device']] = None,
|
|
4420
|
-
node_name: Optional[
|
|
4419
|
+
node_name: Optional[_builtins.str] = None,
|
|
4421
4420
|
node_selector: Optional['_core.v1.outputs.NodeSelector'] = None,
|
|
4422
|
-
per_device_node_selection: Optional[
|
|
4421
|
+
per_device_node_selection: Optional[_builtins.bool] = None,
|
|
4423
4422
|
shared_counters: Optional[Sequence['outputs.CounterSet']] = None):
|
|
4424
4423
|
"""
|
|
4425
4424
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
4426
|
-
:param
|
|
4425
|
+
: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.
|
|
4427
4426
|
|
|
4428
4427
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
4429
4428
|
:param 'ResourcePoolArgs' pool: Pool describes the pool that this ResourceSlice belongs to.
|
|
4430
|
-
:param
|
|
4429
|
+
:param _builtins.bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4431
4430
|
|
|
4432
4431
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4433
4432
|
:param Sequence['DeviceArgs'] devices: Devices lists some or all of the devices in this pool.
|
|
4434
4433
|
|
|
4435
4434
|
Must not have more than 128 entries.
|
|
4436
|
-
:param
|
|
4435
|
+
: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.
|
|
4437
4436
|
|
|
4438
4437
|
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.
|
|
4439
4438
|
|
|
@@ -4443,7 +4442,7 @@ class ResourceSliceSpec(dict):
|
|
|
4443
4442
|
Must use exactly one term.
|
|
4444
4443
|
|
|
4445
4444
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4446
|
-
:param
|
|
4445
|
+
:param _builtins.bool per_device_node_selection: PerDeviceNodeSelection defines whether the access from nodes to resources in the pool is set on the ResourceSlice level or on each device. If it is set to true, every device defined the ResourceSlice must specify this individually.
|
|
4447
4446
|
|
|
4448
4447
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4449
4448
|
:param Sequence['CounterSetArgs'] shared_counters: SharedCounters defines a list of counter sets, each of which has a name and a list of counters available.
|
|
@@ -4467,9 +4466,9 @@ class ResourceSliceSpec(dict):
|
|
|
4467
4466
|
if shared_counters is not None:
|
|
4468
4467
|
pulumi.set(__self__, "shared_counters", shared_counters)
|
|
4469
4468
|
|
|
4470
|
-
@property
|
|
4469
|
+
@_builtins.property
|
|
4471
4470
|
@pulumi.getter
|
|
4472
|
-
def driver(self) ->
|
|
4471
|
+
def driver(self) -> _builtins.str:
|
|
4473
4472
|
"""
|
|
4474
4473
|
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.
|
|
4475
4474
|
|
|
@@ -4477,7 +4476,7 @@ class ResourceSliceSpec(dict):
|
|
|
4477
4476
|
"""
|
|
4478
4477
|
return pulumi.get(self, "driver")
|
|
4479
4478
|
|
|
4480
|
-
@property
|
|
4479
|
+
@_builtins.property
|
|
4481
4480
|
@pulumi.getter
|
|
4482
4481
|
def pool(self) -> 'outputs.ResourcePool':
|
|
4483
4482
|
"""
|
|
@@ -4485,9 +4484,9 @@ class ResourceSliceSpec(dict):
|
|
|
4485
4484
|
"""
|
|
4486
4485
|
return pulumi.get(self, "pool")
|
|
4487
4486
|
|
|
4488
|
-
@property
|
|
4487
|
+
@_builtins.property
|
|
4489
4488
|
@pulumi.getter(name="allNodes")
|
|
4490
|
-
def all_nodes(self) -> Optional[
|
|
4489
|
+
def all_nodes(self) -> Optional[_builtins.bool]:
|
|
4491
4490
|
"""
|
|
4492
4491
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4493
4492
|
|
|
@@ -4495,7 +4494,7 @@ class ResourceSliceSpec(dict):
|
|
|
4495
4494
|
"""
|
|
4496
4495
|
return pulumi.get(self, "all_nodes")
|
|
4497
4496
|
|
|
4498
|
-
@property
|
|
4497
|
+
@_builtins.property
|
|
4499
4498
|
@pulumi.getter
|
|
4500
4499
|
def devices(self) -> Optional[Sequence['outputs.Device']]:
|
|
4501
4500
|
"""
|
|
@@ -4505,9 +4504,9 @@ class ResourceSliceSpec(dict):
|
|
|
4505
4504
|
"""
|
|
4506
4505
|
return pulumi.get(self, "devices")
|
|
4507
4506
|
|
|
4508
|
-
@property
|
|
4507
|
+
@_builtins.property
|
|
4509
4508
|
@pulumi.getter(name="nodeName")
|
|
4510
|
-
def node_name(self) -> Optional[
|
|
4509
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
4511
4510
|
"""
|
|
4512
4511
|
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.
|
|
4513
4512
|
|
|
@@ -4517,7 +4516,7 @@ class ResourceSliceSpec(dict):
|
|
|
4517
4516
|
"""
|
|
4518
4517
|
return pulumi.get(self, "node_name")
|
|
4519
4518
|
|
|
4520
|
-
@property
|
|
4519
|
+
@_builtins.property
|
|
4521
4520
|
@pulumi.getter(name="nodeSelector")
|
|
4522
4521
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelector']:
|
|
4523
4522
|
"""
|
|
@@ -4529,9 +4528,9 @@ class ResourceSliceSpec(dict):
|
|
|
4529
4528
|
"""
|
|
4530
4529
|
return pulumi.get(self, "node_selector")
|
|
4531
4530
|
|
|
4532
|
-
@property
|
|
4531
|
+
@_builtins.property
|
|
4533
4532
|
@pulumi.getter(name="perDeviceNodeSelection")
|
|
4534
|
-
def per_device_node_selection(self) -> Optional[
|
|
4533
|
+
def per_device_node_selection(self) -> Optional[_builtins.bool]:
|
|
4535
4534
|
"""
|
|
4536
4535
|
PerDeviceNodeSelection defines whether the access from nodes to resources in the pool is set on the ResourceSlice level or on each device. If it is set to true, every device defined the ResourceSlice must specify this individually.
|
|
4537
4536
|
|
|
@@ -4539,7 +4538,7 @@ class ResourceSliceSpec(dict):
|
|
|
4539
4538
|
"""
|
|
4540
4539
|
return pulumi.get(self, "per_device_node_selection")
|
|
4541
4540
|
|
|
4542
|
-
@property
|
|
4541
|
+
@_builtins.property
|
|
4543
4542
|
@pulumi.getter(name="sharedCounters")
|
|
4544
4543
|
def shared_counters(self) -> Optional[Sequence['outputs.CounterSet']]:
|
|
4545
4544
|
"""
|
|
@@ -4583,26 +4582,26 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4583
4582
|
return super().get(key, default)
|
|
4584
4583
|
|
|
4585
4584
|
def __init__(__self__, *,
|
|
4586
|
-
all_nodes: Optional[
|
|
4585
|
+
all_nodes: Optional[_builtins.bool] = None,
|
|
4587
4586
|
devices: Optional[Sequence['outputs.DevicePatch']] = None,
|
|
4588
|
-
driver: Optional[
|
|
4589
|
-
node_name: Optional[
|
|
4587
|
+
driver: Optional[_builtins.str] = None,
|
|
4588
|
+
node_name: Optional[_builtins.str] = None,
|
|
4590
4589
|
node_selector: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
4591
|
-
per_device_node_selection: Optional[
|
|
4590
|
+
per_device_node_selection: Optional[_builtins.bool] = None,
|
|
4592
4591
|
pool: Optional['outputs.ResourcePoolPatch'] = None,
|
|
4593
4592
|
shared_counters: Optional[Sequence['outputs.CounterSetPatch']] = None):
|
|
4594
4593
|
"""
|
|
4595
4594
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
4596
|
-
:param
|
|
4595
|
+
:param _builtins.bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4597
4596
|
|
|
4598
4597
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4599
4598
|
:param Sequence['DevicePatchArgs'] devices: Devices lists some or all of the devices in this pool.
|
|
4600
4599
|
|
|
4601
4600
|
Must not have more than 128 entries.
|
|
4602
|
-
:param
|
|
4601
|
+
: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.
|
|
4603
4602
|
|
|
4604
4603
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
4605
|
-
:param
|
|
4604
|
+
: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.
|
|
4606
4605
|
|
|
4607
4606
|
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.
|
|
4608
4607
|
|
|
@@ -4612,7 +4611,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4612
4611
|
Must use exactly one term.
|
|
4613
4612
|
|
|
4614
4613
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4615
|
-
:param
|
|
4614
|
+
:param _builtins.bool per_device_node_selection: PerDeviceNodeSelection defines whether the access from nodes to resources in the pool is set on the ResourceSlice level or on each device. If it is set to true, every device defined the ResourceSlice must specify this individually.
|
|
4616
4615
|
|
|
4617
4616
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4618
4617
|
:param 'ResourcePoolPatchArgs' pool: Pool describes the pool that this ResourceSlice belongs to.
|
|
@@ -4639,9 +4638,9 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4639
4638
|
if shared_counters is not None:
|
|
4640
4639
|
pulumi.set(__self__, "shared_counters", shared_counters)
|
|
4641
4640
|
|
|
4642
|
-
@property
|
|
4641
|
+
@_builtins.property
|
|
4643
4642
|
@pulumi.getter(name="allNodes")
|
|
4644
|
-
def all_nodes(self) -> Optional[
|
|
4643
|
+
def all_nodes(self) -> Optional[_builtins.bool]:
|
|
4645
4644
|
"""
|
|
4646
4645
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4647
4646
|
|
|
@@ -4649,7 +4648,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4649
4648
|
"""
|
|
4650
4649
|
return pulumi.get(self, "all_nodes")
|
|
4651
4650
|
|
|
4652
|
-
@property
|
|
4651
|
+
@_builtins.property
|
|
4653
4652
|
@pulumi.getter
|
|
4654
4653
|
def devices(self) -> Optional[Sequence['outputs.DevicePatch']]:
|
|
4655
4654
|
"""
|
|
@@ -4659,9 +4658,9 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4659
4658
|
"""
|
|
4660
4659
|
return pulumi.get(self, "devices")
|
|
4661
4660
|
|
|
4662
|
-
@property
|
|
4661
|
+
@_builtins.property
|
|
4663
4662
|
@pulumi.getter
|
|
4664
|
-
def driver(self) -> Optional[
|
|
4663
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
4665
4664
|
"""
|
|
4666
4665
|
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.
|
|
4667
4666
|
|
|
@@ -4669,9 +4668,9 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4669
4668
|
"""
|
|
4670
4669
|
return pulumi.get(self, "driver")
|
|
4671
4670
|
|
|
4672
|
-
@property
|
|
4671
|
+
@_builtins.property
|
|
4673
4672
|
@pulumi.getter(name="nodeName")
|
|
4674
|
-
def node_name(self) -> Optional[
|
|
4673
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
4675
4674
|
"""
|
|
4676
4675
|
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.
|
|
4677
4676
|
|
|
@@ -4681,7 +4680,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4681
4680
|
"""
|
|
4682
4681
|
return pulumi.get(self, "node_name")
|
|
4683
4682
|
|
|
4684
|
-
@property
|
|
4683
|
+
@_builtins.property
|
|
4685
4684
|
@pulumi.getter(name="nodeSelector")
|
|
4686
4685
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelectorPatch']:
|
|
4687
4686
|
"""
|
|
@@ -4693,9 +4692,9 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4693
4692
|
"""
|
|
4694
4693
|
return pulumi.get(self, "node_selector")
|
|
4695
4694
|
|
|
4696
|
-
@property
|
|
4695
|
+
@_builtins.property
|
|
4697
4696
|
@pulumi.getter(name="perDeviceNodeSelection")
|
|
4698
|
-
def per_device_node_selection(self) -> Optional[
|
|
4697
|
+
def per_device_node_selection(self) -> Optional[_builtins.bool]:
|
|
4699
4698
|
"""
|
|
4700
4699
|
PerDeviceNodeSelection defines whether the access from nodes to resources in the pool is set on the ResourceSlice level or on each device. If it is set to true, every device defined the ResourceSlice must specify this individually.
|
|
4701
4700
|
|
|
@@ -4703,7 +4702,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4703
4702
|
"""
|
|
4704
4703
|
return pulumi.get(self, "per_device_node_selection")
|
|
4705
4704
|
|
|
4706
|
-
@property
|
|
4705
|
+
@_builtins.property
|
|
4707
4706
|
@pulumi.getter
|
|
4708
4707
|
def pool(self) -> Optional['outputs.ResourcePoolPatch']:
|
|
4709
4708
|
"""
|
|
@@ -4711,7 +4710,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4711
4710
|
"""
|
|
4712
4711
|
return pulumi.get(self, "pool")
|
|
4713
4712
|
|
|
4714
|
-
@property
|
|
4713
|
+
@_builtins.property
|
|
4715
4714
|
@pulumi.getter(name="sharedCounters")
|
|
4716
4715
|
def shared_counters(self) -> Optional[Sequence['outputs.CounterSetPatch']]:
|
|
4717
4716
|
"""
|