pulumi-kubernetes 4.24.0a1752908431__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1752908431.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -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
|
"""
|
|
@@ -446,16 +445,16 @@ class BasicDevice(dict):
|
|
|
446
445
|
return super().get(key, default)
|
|
447
446
|
|
|
448
447
|
def __init__(__self__, *,
|
|
449
|
-
all_nodes: Optional[
|
|
448
|
+
all_nodes: Optional[_builtins.bool] = None,
|
|
450
449
|
attributes: Optional[Mapping[str, 'outputs.DeviceAttribute']] = None,
|
|
451
450
|
capacity: Optional[Mapping[str, 'outputs.DeviceCapacity']] = None,
|
|
452
451
|
consumes_counters: Optional[Sequence['outputs.DeviceCounterConsumption']] = None,
|
|
453
|
-
node_name: Optional[
|
|
452
|
+
node_name: Optional[_builtins.str] = None,
|
|
454
453
|
node_selector: Optional['_core.v1.outputs.NodeSelector'] = None,
|
|
455
454
|
taints: Optional[Sequence['outputs.DeviceTaint']] = None):
|
|
456
455
|
"""
|
|
457
456
|
BasicDevice defines one device instance.
|
|
458
|
-
:param
|
|
457
|
+
:param _builtins.bool all_nodes: AllNodes indicates that all nodes have access to the device.
|
|
459
458
|
|
|
460
459
|
Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.
|
|
461
460
|
: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.
|
|
@@ -469,7 +468,7 @@ class BasicDevice(dict):
|
|
|
469
468
|
There can only be a single entry per counterSet.
|
|
470
469
|
|
|
471
470
|
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).
|
|
472
|
-
:param
|
|
471
|
+
:param _builtins.str node_name: NodeName identifies the node where the device is available.
|
|
473
472
|
|
|
474
473
|
Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.
|
|
475
474
|
:param '_core.v1.NodeSelectorArgs' node_selector: NodeSelector defines the nodes where the device is available.
|
|
@@ -498,9 +497,9 @@ class BasicDevice(dict):
|
|
|
498
497
|
if taints is not None:
|
|
499
498
|
pulumi.set(__self__, "taints", taints)
|
|
500
499
|
|
|
501
|
-
@property
|
|
500
|
+
@_builtins.property
|
|
502
501
|
@pulumi.getter(name="allNodes")
|
|
503
|
-
def all_nodes(self) -> Optional[
|
|
502
|
+
def all_nodes(self) -> Optional[_builtins.bool]:
|
|
504
503
|
"""
|
|
505
504
|
AllNodes indicates that all nodes have access to the device.
|
|
506
505
|
|
|
@@ -508,7 +507,7 @@ class BasicDevice(dict):
|
|
|
508
507
|
"""
|
|
509
508
|
return pulumi.get(self, "all_nodes")
|
|
510
509
|
|
|
511
|
-
@property
|
|
510
|
+
@_builtins.property
|
|
512
511
|
@pulumi.getter
|
|
513
512
|
def attributes(self) -> Optional[Mapping[str, 'outputs.DeviceAttribute']]:
|
|
514
513
|
"""
|
|
@@ -518,7 +517,7 @@ class BasicDevice(dict):
|
|
|
518
517
|
"""
|
|
519
518
|
return pulumi.get(self, "attributes")
|
|
520
519
|
|
|
521
|
-
@property
|
|
520
|
+
@_builtins.property
|
|
522
521
|
@pulumi.getter
|
|
523
522
|
def capacity(self) -> Optional[Mapping[str, 'outputs.DeviceCapacity']]:
|
|
524
523
|
"""
|
|
@@ -528,7 +527,7 @@ class BasicDevice(dict):
|
|
|
528
527
|
"""
|
|
529
528
|
return pulumi.get(self, "capacity")
|
|
530
529
|
|
|
531
|
-
@property
|
|
530
|
+
@_builtins.property
|
|
532
531
|
@pulumi.getter(name="consumesCounters")
|
|
533
532
|
def consumes_counters(self) -> Optional[Sequence['outputs.DeviceCounterConsumption']]:
|
|
534
533
|
"""
|
|
@@ -540,9 +539,9 @@ class BasicDevice(dict):
|
|
|
540
539
|
"""
|
|
541
540
|
return pulumi.get(self, "consumes_counters")
|
|
542
541
|
|
|
543
|
-
@property
|
|
542
|
+
@_builtins.property
|
|
544
543
|
@pulumi.getter(name="nodeName")
|
|
545
|
-
def node_name(self) -> Optional[
|
|
544
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
546
545
|
"""
|
|
547
546
|
NodeName identifies the node where the device is available.
|
|
548
547
|
|
|
@@ -550,7 +549,7 @@ class BasicDevice(dict):
|
|
|
550
549
|
"""
|
|
551
550
|
return pulumi.get(self, "node_name")
|
|
552
551
|
|
|
553
|
-
@property
|
|
552
|
+
@_builtins.property
|
|
554
553
|
@pulumi.getter(name="nodeSelector")
|
|
555
554
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelector']:
|
|
556
555
|
"""
|
|
@@ -562,7 +561,7 @@ class BasicDevice(dict):
|
|
|
562
561
|
"""
|
|
563
562
|
return pulumi.get(self, "node_selector")
|
|
564
563
|
|
|
565
|
-
@property
|
|
564
|
+
@_builtins.property
|
|
566
565
|
@pulumi.getter
|
|
567
566
|
def taints(self) -> Optional[Sequence['outputs.DeviceTaint']]:
|
|
568
567
|
"""
|
|
@@ -604,16 +603,16 @@ class BasicDevicePatch(dict):
|
|
|
604
603
|
return super().get(key, default)
|
|
605
604
|
|
|
606
605
|
def __init__(__self__, *,
|
|
607
|
-
all_nodes: Optional[
|
|
606
|
+
all_nodes: Optional[_builtins.bool] = None,
|
|
608
607
|
attributes: Optional[Mapping[str, 'outputs.DeviceAttribute']] = None,
|
|
609
608
|
capacity: Optional[Mapping[str, 'outputs.DeviceCapacity']] = None,
|
|
610
609
|
consumes_counters: Optional[Sequence['outputs.DeviceCounterConsumptionPatch']] = None,
|
|
611
|
-
node_name: Optional[
|
|
610
|
+
node_name: Optional[_builtins.str] = None,
|
|
612
611
|
node_selector: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
613
612
|
taints: Optional[Sequence['outputs.DeviceTaintPatch']] = None):
|
|
614
613
|
"""
|
|
615
614
|
BasicDevice defines one device instance.
|
|
616
|
-
:param
|
|
615
|
+
:param _builtins.bool all_nodes: AllNodes indicates that all nodes have access to the device.
|
|
617
616
|
|
|
618
617
|
Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.
|
|
619
618
|
: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.
|
|
@@ -627,7 +626,7 @@ class BasicDevicePatch(dict):
|
|
|
627
626
|
There can only be a single entry per counterSet.
|
|
628
627
|
|
|
629
628
|
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).
|
|
630
|
-
:param
|
|
629
|
+
:param _builtins.str node_name: NodeName identifies the node where the device is available.
|
|
631
630
|
|
|
632
631
|
Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.
|
|
633
632
|
:param '_core.v1.NodeSelectorPatchArgs' node_selector: NodeSelector defines the nodes where the device is available.
|
|
@@ -656,9 +655,9 @@ class BasicDevicePatch(dict):
|
|
|
656
655
|
if taints is not None:
|
|
657
656
|
pulumi.set(__self__, "taints", taints)
|
|
658
657
|
|
|
659
|
-
@property
|
|
658
|
+
@_builtins.property
|
|
660
659
|
@pulumi.getter(name="allNodes")
|
|
661
|
-
def all_nodes(self) -> Optional[
|
|
660
|
+
def all_nodes(self) -> Optional[_builtins.bool]:
|
|
662
661
|
"""
|
|
663
662
|
AllNodes indicates that all nodes have access to the device.
|
|
664
663
|
|
|
@@ -666,7 +665,7 @@ class BasicDevicePatch(dict):
|
|
|
666
665
|
"""
|
|
667
666
|
return pulumi.get(self, "all_nodes")
|
|
668
667
|
|
|
669
|
-
@property
|
|
668
|
+
@_builtins.property
|
|
670
669
|
@pulumi.getter
|
|
671
670
|
def attributes(self) -> Optional[Mapping[str, 'outputs.DeviceAttribute']]:
|
|
672
671
|
"""
|
|
@@ -676,7 +675,7 @@ class BasicDevicePatch(dict):
|
|
|
676
675
|
"""
|
|
677
676
|
return pulumi.get(self, "attributes")
|
|
678
677
|
|
|
679
|
-
@property
|
|
678
|
+
@_builtins.property
|
|
680
679
|
@pulumi.getter
|
|
681
680
|
def capacity(self) -> Optional[Mapping[str, 'outputs.DeviceCapacity']]:
|
|
682
681
|
"""
|
|
@@ -686,7 +685,7 @@ class BasicDevicePatch(dict):
|
|
|
686
685
|
"""
|
|
687
686
|
return pulumi.get(self, "capacity")
|
|
688
687
|
|
|
689
|
-
@property
|
|
688
|
+
@_builtins.property
|
|
690
689
|
@pulumi.getter(name="consumesCounters")
|
|
691
690
|
def consumes_counters(self) -> Optional[Sequence['outputs.DeviceCounterConsumptionPatch']]:
|
|
692
691
|
"""
|
|
@@ -698,9 +697,9 @@ class BasicDevicePatch(dict):
|
|
|
698
697
|
"""
|
|
699
698
|
return pulumi.get(self, "consumes_counters")
|
|
700
699
|
|
|
701
|
-
@property
|
|
700
|
+
@_builtins.property
|
|
702
701
|
@pulumi.getter(name="nodeName")
|
|
703
|
-
def node_name(self) -> Optional[
|
|
702
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
704
703
|
"""
|
|
705
704
|
NodeName identifies the node where the device is available.
|
|
706
705
|
|
|
@@ -708,7 +707,7 @@ class BasicDevicePatch(dict):
|
|
|
708
707
|
"""
|
|
709
708
|
return pulumi.get(self, "node_name")
|
|
710
709
|
|
|
711
|
-
@property
|
|
710
|
+
@_builtins.property
|
|
712
711
|
@pulumi.getter(name="nodeSelector")
|
|
713
712
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelectorPatch']:
|
|
714
713
|
"""
|
|
@@ -720,7 +719,7 @@ class BasicDevicePatch(dict):
|
|
|
720
719
|
"""
|
|
721
720
|
return pulumi.get(self, "node_selector")
|
|
722
721
|
|
|
723
|
-
@property
|
|
722
|
+
@_builtins.property
|
|
724
723
|
@pulumi.getter
|
|
725
724
|
def taints(self) -> Optional[Sequence['outputs.DeviceTaintPatch']]:
|
|
726
725
|
"""
|
|
@@ -739,10 +738,10 @@ class CELDeviceSelector(dict):
|
|
|
739
738
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
740
739
|
"""
|
|
741
740
|
def __init__(__self__, *,
|
|
742
|
-
expression:
|
|
741
|
+
expression: _builtins.str):
|
|
743
742
|
"""
|
|
744
743
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
745
|
-
:param
|
|
744
|
+
: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.
|
|
746
745
|
|
|
747
746
|
The expression's input is an object named "device", which carries the following properties:
|
|
748
747
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -774,9 +773,9 @@ class CELDeviceSelector(dict):
|
|
|
774
773
|
"""
|
|
775
774
|
pulumi.set(__self__, "expression", expression)
|
|
776
775
|
|
|
777
|
-
@property
|
|
776
|
+
@_builtins.property
|
|
778
777
|
@pulumi.getter
|
|
779
|
-
def expression(self) ->
|
|
778
|
+
def expression(self) -> _builtins.str:
|
|
780
779
|
"""
|
|
781
780
|
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.
|
|
782
781
|
|
|
@@ -817,10 +816,10 @@ class CELDeviceSelectorPatch(dict):
|
|
|
817
816
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
818
817
|
"""
|
|
819
818
|
def __init__(__self__, *,
|
|
820
|
-
expression: Optional[
|
|
819
|
+
expression: Optional[_builtins.str] = None):
|
|
821
820
|
"""
|
|
822
821
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
823
|
-
:param
|
|
822
|
+
: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.
|
|
824
823
|
|
|
825
824
|
The expression's input is an object named "device", which carries the following properties:
|
|
826
825
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -853,9 +852,9 @@ class CELDeviceSelectorPatch(dict):
|
|
|
853
852
|
if expression is not None:
|
|
854
853
|
pulumi.set(__self__, "expression", expression)
|
|
855
854
|
|
|
856
|
-
@property
|
|
855
|
+
@_builtins.property
|
|
857
856
|
@pulumi.getter
|
|
858
|
-
def expression(self) -> Optional[
|
|
857
|
+
def expression(self) -> Optional[_builtins.str]:
|
|
859
858
|
"""
|
|
860
859
|
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.
|
|
861
860
|
|
|
@@ -896,16 +895,16 @@ class Counter(dict):
|
|
|
896
895
|
Counter describes a quantity associated with a device.
|
|
897
896
|
"""
|
|
898
897
|
def __init__(__self__, *,
|
|
899
|
-
value:
|
|
898
|
+
value: _builtins.str):
|
|
900
899
|
"""
|
|
901
900
|
Counter describes a quantity associated with a device.
|
|
902
|
-
:param
|
|
901
|
+
:param _builtins.str value: Value defines how much of a certain device counter is available.
|
|
903
902
|
"""
|
|
904
903
|
pulumi.set(__self__, "value", value)
|
|
905
904
|
|
|
906
|
-
@property
|
|
905
|
+
@_builtins.property
|
|
907
906
|
@pulumi.getter
|
|
908
|
-
def value(self) ->
|
|
907
|
+
def value(self) -> _builtins.str:
|
|
909
908
|
"""
|
|
910
909
|
Value defines how much of a certain device counter is available.
|
|
911
910
|
"""
|
|
@@ -921,7 +920,7 @@ class CounterSet(dict):
|
|
|
921
920
|
"""
|
|
922
921
|
def __init__(__self__, *,
|
|
923
922
|
counters: Mapping[str, 'outputs.Counter'],
|
|
924
|
-
name:
|
|
923
|
+
name: _builtins.str):
|
|
925
924
|
"""
|
|
926
925
|
CounterSet defines a named set of counters that are available to be used by devices defined in the ResourceSlice.
|
|
927
926
|
|
|
@@ -929,12 +928,12 @@ class CounterSet(dict):
|
|
|
929
928
|
: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.
|
|
930
929
|
|
|
931
930
|
The maximum number of counters is 32.
|
|
932
|
-
:param
|
|
931
|
+
:param _builtins.str name: Name defines the name of the counter set. It must be a DNS label.
|
|
933
932
|
"""
|
|
934
933
|
pulumi.set(__self__, "counters", counters)
|
|
935
934
|
pulumi.set(__self__, "name", name)
|
|
936
935
|
|
|
937
|
-
@property
|
|
936
|
+
@_builtins.property
|
|
938
937
|
@pulumi.getter
|
|
939
938
|
def counters(self) -> Mapping[str, 'outputs.Counter']:
|
|
940
939
|
"""
|
|
@@ -944,9 +943,9 @@ class CounterSet(dict):
|
|
|
944
943
|
"""
|
|
945
944
|
return pulumi.get(self, "counters")
|
|
946
945
|
|
|
947
|
-
@property
|
|
946
|
+
@_builtins.property
|
|
948
947
|
@pulumi.getter
|
|
949
|
-
def name(self) ->
|
|
948
|
+
def name(self) -> _builtins.str:
|
|
950
949
|
"""
|
|
951
950
|
Name defines the name of the counter set. It must be a DNS label.
|
|
952
951
|
"""
|
|
@@ -962,7 +961,7 @@ class CounterSetPatch(dict):
|
|
|
962
961
|
"""
|
|
963
962
|
def __init__(__self__, *,
|
|
964
963
|
counters: Optional[Mapping[str, 'outputs.Counter']] = None,
|
|
965
|
-
name: Optional[
|
|
964
|
+
name: Optional[_builtins.str] = None):
|
|
966
965
|
"""
|
|
967
966
|
CounterSet defines a named set of counters that are available to be used by devices defined in the ResourceSlice.
|
|
968
967
|
|
|
@@ -970,14 +969,14 @@ class CounterSetPatch(dict):
|
|
|
970
969
|
: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.
|
|
971
970
|
|
|
972
971
|
The maximum number of counters is 32.
|
|
973
|
-
:param
|
|
972
|
+
:param _builtins.str name: Name defines the name of the counter set. It must be a DNS label.
|
|
974
973
|
"""
|
|
975
974
|
if counters is not None:
|
|
976
975
|
pulumi.set(__self__, "counters", counters)
|
|
977
976
|
if name is not None:
|
|
978
977
|
pulumi.set(__self__, "name", name)
|
|
979
978
|
|
|
980
|
-
@property
|
|
979
|
+
@_builtins.property
|
|
981
980
|
@pulumi.getter
|
|
982
981
|
def counters(self) -> Optional[Mapping[str, 'outputs.Counter']]:
|
|
983
982
|
"""
|
|
@@ -987,9 +986,9 @@ class CounterSetPatch(dict):
|
|
|
987
986
|
"""
|
|
988
987
|
return pulumi.get(self, "counters")
|
|
989
988
|
|
|
990
|
-
@property
|
|
989
|
+
@_builtins.property
|
|
991
990
|
@pulumi.getter
|
|
992
|
-
def name(self) -> Optional[
|
|
991
|
+
def name(self) -> Optional[_builtins.str]:
|
|
993
992
|
"""
|
|
994
993
|
Name defines the name of the counter set. It must be a DNS label.
|
|
995
994
|
"""
|
|
@@ -1002,26 +1001,26 @@ class Device(dict):
|
|
|
1002
1001
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
1003
1002
|
"""
|
|
1004
1003
|
def __init__(__self__, *,
|
|
1005
|
-
name:
|
|
1004
|
+
name: _builtins.str,
|
|
1006
1005
|
basic: Optional['outputs.BasicDevice'] = None):
|
|
1007
1006
|
"""
|
|
1008
1007
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
1009
|
-
:param
|
|
1008
|
+
:param _builtins.str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1010
1009
|
:param 'BasicDeviceArgs' basic: Basic defines one device instance.
|
|
1011
1010
|
"""
|
|
1012
1011
|
pulumi.set(__self__, "name", name)
|
|
1013
1012
|
if basic is not None:
|
|
1014
1013
|
pulumi.set(__self__, "basic", basic)
|
|
1015
1014
|
|
|
1016
|
-
@property
|
|
1015
|
+
@_builtins.property
|
|
1017
1016
|
@pulumi.getter
|
|
1018
|
-
def name(self) ->
|
|
1017
|
+
def name(self) -> _builtins.str:
|
|
1019
1018
|
"""
|
|
1020
1019
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1021
1020
|
"""
|
|
1022
1021
|
return pulumi.get(self, "name")
|
|
1023
1022
|
|
|
1024
|
-
@property
|
|
1023
|
+
@_builtins.property
|
|
1025
1024
|
@pulumi.getter
|
|
1026
1025
|
def basic(self) -> Optional['outputs.BasicDevice']:
|
|
1027
1026
|
"""
|
|
@@ -1036,14 +1035,14 @@ class DeviceAllocationConfiguration(dict):
|
|
|
1036
1035
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
1037
1036
|
"""
|
|
1038
1037
|
def __init__(__self__, *,
|
|
1039
|
-
source:
|
|
1038
|
+
source: _builtins.str,
|
|
1040
1039
|
opaque: Optional['outputs.OpaqueDeviceConfiguration'] = None,
|
|
1041
|
-
requests: Optional[Sequence[
|
|
1040
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1042
1041
|
"""
|
|
1043
1042
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
1044
|
-
:param
|
|
1043
|
+
: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.
|
|
1045
1044
|
:param 'OpaqueDeviceConfigurationArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1046
|
-
:param Sequence[
|
|
1045
|
+
:param Sequence[_builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
1047
1046
|
|
|
1048
1047
|
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.
|
|
1049
1048
|
"""
|
|
@@ -1053,15 +1052,15 @@ class DeviceAllocationConfiguration(dict):
|
|
|
1053
1052
|
if requests is not None:
|
|
1054
1053
|
pulumi.set(__self__, "requests", requests)
|
|
1055
1054
|
|
|
1056
|
-
@property
|
|
1055
|
+
@_builtins.property
|
|
1057
1056
|
@pulumi.getter
|
|
1058
|
-
def source(self) ->
|
|
1057
|
+
def source(self) -> _builtins.str:
|
|
1059
1058
|
"""
|
|
1060
1059
|
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.
|
|
1061
1060
|
"""
|
|
1062
1061
|
return pulumi.get(self, "source")
|
|
1063
1062
|
|
|
1064
|
-
@property
|
|
1063
|
+
@_builtins.property
|
|
1065
1064
|
@pulumi.getter
|
|
1066
1065
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfiguration']:
|
|
1067
1066
|
"""
|
|
@@ -1069,9 +1068,9 @@ class DeviceAllocationConfiguration(dict):
|
|
|
1069
1068
|
"""
|
|
1070
1069
|
return pulumi.get(self, "opaque")
|
|
1071
1070
|
|
|
1072
|
-
@property
|
|
1071
|
+
@_builtins.property
|
|
1073
1072
|
@pulumi.getter
|
|
1074
|
-
def requests(self) -> Optional[Sequence[
|
|
1073
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1075
1074
|
"""
|
|
1076
1075
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
1077
1076
|
|
|
@@ -1087,15 +1086,15 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
1087
1086
|
"""
|
|
1088
1087
|
def __init__(__self__, *,
|
|
1089
1088
|
opaque: Optional['outputs.OpaqueDeviceConfigurationPatch'] = None,
|
|
1090
|
-
requests: Optional[Sequence[
|
|
1091
|
-
source: Optional[
|
|
1089
|
+
requests: Optional[Sequence[_builtins.str]] = None,
|
|
1090
|
+
source: Optional[_builtins.str] = None):
|
|
1092
1091
|
"""
|
|
1093
1092
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
1094
1093
|
:param 'OpaqueDeviceConfigurationPatchArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1095
|
-
:param Sequence[
|
|
1094
|
+
:param Sequence[_builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
1096
1095
|
|
|
1097
1096
|
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.
|
|
1098
|
-
:param
|
|
1097
|
+
: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.
|
|
1099
1098
|
"""
|
|
1100
1099
|
if opaque is not None:
|
|
1101
1100
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1104,7 +1103,7 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
1104
1103
|
if source is not None:
|
|
1105
1104
|
pulumi.set(__self__, "source", source)
|
|
1106
1105
|
|
|
1107
|
-
@property
|
|
1106
|
+
@_builtins.property
|
|
1108
1107
|
@pulumi.getter
|
|
1109
1108
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfigurationPatch']:
|
|
1110
1109
|
"""
|
|
@@ -1112,9 +1111,9 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
1112
1111
|
"""
|
|
1113
1112
|
return pulumi.get(self, "opaque")
|
|
1114
1113
|
|
|
1115
|
-
@property
|
|
1114
|
+
@_builtins.property
|
|
1116
1115
|
@pulumi.getter
|
|
1117
|
-
def requests(self) -> Optional[Sequence[
|
|
1116
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1118
1117
|
"""
|
|
1119
1118
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
1120
1119
|
|
|
@@ -1122,9 +1121,9 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
1122
1121
|
"""
|
|
1123
1122
|
return pulumi.get(self, "requests")
|
|
1124
1123
|
|
|
1125
|
-
@property
|
|
1124
|
+
@_builtins.property
|
|
1126
1125
|
@pulumi.getter
|
|
1127
|
-
def source(self) -> Optional[
|
|
1126
|
+
def source(self) -> Optional[_builtins.str]:
|
|
1128
1127
|
"""
|
|
1129
1128
|
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.
|
|
1130
1129
|
"""
|
|
@@ -1151,7 +1150,7 @@ class DeviceAllocationResult(dict):
|
|
|
1151
1150
|
if results is not None:
|
|
1152
1151
|
pulumi.set(__self__, "results", results)
|
|
1153
1152
|
|
|
1154
|
-
@property
|
|
1153
|
+
@_builtins.property
|
|
1155
1154
|
@pulumi.getter
|
|
1156
1155
|
def config(self) -> Optional[Sequence['outputs.DeviceAllocationConfiguration']]:
|
|
1157
1156
|
"""
|
|
@@ -1161,7 +1160,7 @@ class DeviceAllocationResult(dict):
|
|
|
1161
1160
|
"""
|
|
1162
1161
|
return pulumi.get(self, "config")
|
|
1163
1162
|
|
|
1164
|
-
@property
|
|
1163
|
+
@_builtins.property
|
|
1165
1164
|
@pulumi.getter
|
|
1166
1165
|
def results(self) -> Optional[Sequence['outputs.DeviceRequestAllocationResult']]:
|
|
1167
1166
|
"""
|
|
@@ -1190,7 +1189,7 @@ class DeviceAllocationResultPatch(dict):
|
|
|
1190
1189
|
if results is not None:
|
|
1191
1190
|
pulumi.set(__self__, "results", results)
|
|
1192
1191
|
|
|
1193
|
-
@property
|
|
1192
|
+
@_builtins.property
|
|
1194
1193
|
@pulumi.getter
|
|
1195
1194
|
def config(self) -> Optional[Sequence['outputs.DeviceAllocationConfigurationPatch']]:
|
|
1196
1195
|
"""
|
|
@@ -1200,7 +1199,7 @@ class DeviceAllocationResultPatch(dict):
|
|
|
1200
1199
|
"""
|
|
1201
1200
|
return pulumi.get(self, "config")
|
|
1202
1201
|
|
|
1203
|
-
@property
|
|
1202
|
+
@_builtins.property
|
|
1204
1203
|
@pulumi.getter
|
|
1205
1204
|
def results(self) -> Optional[Sequence['outputs.DeviceRequestAllocationResultPatch']]:
|
|
1206
1205
|
"""
|
|
@@ -1215,16 +1214,16 @@ class DeviceAttribute(dict):
|
|
|
1215
1214
|
DeviceAttribute must have exactly one field set.
|
|
1216
1215
|
"""
|
|
1217
1216
|
def __init__(__self__, *,
|
|
1218
|
-
bool: Optional[
|
|
1219
|
-
int: Optional[
|
|
1220
|
-
string: Optional[
|
|
1221
|
-
version: Optional[
|
|
1217
|
+
bool: Optional[_builtins.bool] = None,
|
|
1218
|
+
int: Optional[_builtins.int] = None,
|
|
1219
|
+
string: Optional[_builtins.str] = None,
|
|
1220
|
+
version: Optional[_builtins.str] = None):
|
|
1222
1221
|
"""
|
|
1223
1222
|
DeviceAttribute must have exactly one field set.
|
|
1224
|
-
:param
|
|
1225
|
-
:param
|
|
1226
|
-
:param
|
|
1227
|
-
:param
|
|
1223
|
+
:param _builtins.bool bool: BoolValue is a true/false value.
|
|
1224
|
+
:param _builtins.int int: IntValue is a number.
|
|
1225
|
+
:param _builtins.str string: StringValue is a string. Must not be longer than 64 characters.
|
|
1226
|
+
:param _builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
1228
1227
|
"""
|
|
1229
1228
|
if bool is not None:
|
|
1230
1229
|
pulumi.set(__self__, "bool", bool)
|
|
@@ -1235,33 +1234,33 @@ class DeviceAttribute(dict):
|
|
|
1235
1234
|
if version is not None:
|
|
1236
1235
|
pulumi.set(__self__, "version", version)
|
|
1237
1236
|
|
|
1238
|
-
@property
|
|
1237
|
+
@_builtins.property
|
|
1239
1238
|
@pulumi.getter
|
|
1240
|
-
def bool(self) -> Optional[
|
|
1239
|
+
def bool(self) -> Optional[_builtins.bool]:
|
|
1241
1240
|
"""
|
|
1242
1241
|
BoolValue is a true/false value.
|
|
1243
1242
|
"""
|
|
1244
1243
|
return pulumi.get(self, "bool")
|
|
1245
1244
|
|
|
1246
|
-
@property
|
|
1245
|
+
@_builtins.property
|
|
1247
1246
|
@pulumi.getter
|
|
1248
|
-
def int(self) -> Optional[
|
|
1247
|
+
def int(self) -> Optional[_builtins.int]:
|
|
1249
1248
|
"""
|
|
1250
1249
|
IntValue is a number.
|
|
1251
1250
|
"""
|
|
1252
1251
|
return pulumi.get(self, "int")
|
|
1253
1252
|
|
|
1254
|
-
@property
|
|
1253
|
+
@_builtins.property
|
|
1255
1254
|
@pulumi.getter
|
|
1256
|
-
def string(self) -> Optional[
|
|
1255
|
+
def string(self) -> Optional[_builtins.str]:
|
|
1257
1256
|
"""
|
|
1258
1257
|
StringValue is a string. Must not be longer than 64 characters.
|
|
1259
1258
|
"""
|
|
1260
1259
|
return pulumi.get(self, "string")
|
|
1261
1260
|
|
|
1262
|
-
@property
|
|
1261
|
+
@_builtins.property
|
|
1263
1262
|
@pulumi.getter
|
|
1264
|
-
def version(self) -> Optional[
|
|
1263
|
+
def version(self) -> Optional[_builtins.str]:
|
|
1265
1264
|
"""
|
|
1266
1265
|
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
1267
1266
|
"""
|
|
@@ -1274,16 +1273,16 @@ class DeviceCapacity(dict):
|
|
|
1274
1273
|
DeviceCapacity describes a quantity associated with a device.
|
|
1275
1274
|
"""
|
|
1276
1275
|
def __init__(__self__, *,
|
|
1277
|
-
value:
|
|
1276
|
+
value: _builtins.str):
|
|
1278
1277
|
"""
|
|
1279
1278
|
DeviceCapacity describes a quantity associated with a device.
|
|
1280
|
-
:param
|
|
1279
|
+
:param _builtins.str value: Value defines how much of a certain device capacity is available.
|
|
1281
1280
|
"""
|
|
1282
1281
|
pulumi.set(__self__, "value", value)
|
|
1283
1282
|
|
|
1284
|
-
@property
|
|
1283
|
+
@_builtins.property
|
|
1285
1284
|
@pulumi.getter
|
|
1286
|
-
def value(self) ->
|
|
1285
|
+
def value(self) -> _builtins.str:
|
|
1287
1286
|
"""
|
|
1288
1287
|
Value defines how much of a certain device capacity is available.
|
|
1289
1288
|
"""
|
|
@@ -1312,7 +1311,7 @@ class DeviceClaim(dict):
|
|
|
1312
1311
|
if requests is not None:
|
|
1313
1312
|
pulumi.set(__self__, "requests", requests)
|
|
1314
1313
|
|
|
1315
|
-
@property
|
|
1314
|
+
@_builtins.property
|
|
1316
1315
|
@pulumi.getter
|
|
1317
1316
|
def config(self) -> Optional[Sequence['outputs.DeviceClaimConfiguration']]:
|
|
1318
1317
|
"""
|
|
@@ -1320,7 +1319,7 @@ class DeviceClaim(dict):
|
|
|
1320
1319
|
"""
|
|
1321
1320
|
return pulumi.get(self, "config")
|
|
1322
1321
|
|
|
1323
|
-
@property
|
|
1322
|
+
@_builtins.property
|
|
1324
1323
|
@pulumi.getter
|
|
1325
1324
|
def constraints(self) -> Optional[Sequence['outputs.DeviceConstraint']]:
|
|
1326
1325
|
"""
|
|
@@ -1328,7 +1327,7 @@ class DeviceClaim(dict):
|
|
|
1328
1327
|
"""
|
|
1329
1328
|
return pulumi.get(self, "constraints")
|
|
1330
1329
|
|
|
1331
|
-
@property
|
|
1330
|
+
@_builtins.property
|
|
1332
1331
|
@pulumi.getter
|
|
1333
1332
|
def requests(self) -> Optional[Sequence['outputs.DeviceRequest']]:
|
|
1334
1333
|
"""
|
|
@@ -1344,11 +1343,11 @@ class DeviceClaimConfiguration(dict):
|
|
|
1344
1343
|
"""
|
|
1345
1344
|
def __init__(__self__, *,
|
|
1346
1345
|
opaque: Optional['outputs.OpaqueDeviceConfiguration'] = None,
|
|
1347
|
-
requests: Optional[Sequence[
|
|
1346
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1348
1347
|
"""
|
|
1349
1348
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1350
1349
|
:param 'OpaqueDeviceConfigurationArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1351
|
-
:param Sequence[
|
|
1350
|
+
:param Sequence[_builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1352
1351
|
|
|
1353
1352
|
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.
|
|
1354
1353
|
"""
|
|
@@ -1357,7 +1356,7 @@ class DeviceClaimConfiguration(dict):
|
|
|
1357
1356
|
if requests is not None:
|
|
1358
1357
|
pulumi.set(__self__, "requests", requests)
|
|
1359
1358
|
|
|
1360
|
-
@property
|
|
1359
|
+
@_builtins.property
|
|
1361
1360
|
@pulumi.getter
|
|
1362
1361
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfiguration']:
|
|
1363
1362
|
"""
|
|
@@ -1365,9 +1364,9 @@ class DeviceClaimConfiguration(dict):
|
|
|
1365
1364
|
"""
|
|
1366
1365
|
return pulumi.get(self, "opaque")
|
|
1367
1366
|
|
|
1368
|
-
@property
|
|
1367
|
+
@_builtins.property
|
|
1369
1368
|
@pulumi.getter
|
|
1370
|
-
def requests(self) -> Optional[Sequence[
|
|
1369
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1371
1370
|
"""
|
|
1372
1371
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1373
1372
|
|
|
@@ -1383,11 +1382,11 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1383
1382
|
"""
|
|
1384
1383
|
def __init__(__self__, *,
|
|
1385
1384
|
opaque: Optional['outputs.OpaqueDeviceConfigurationPatch'] = None,
|
|
1386
|
-
requests: Optional[Sequence[
|
|
1385
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1387
1386
|
"""
|
|
1388
1387
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1389
1388
|
:param 'OpaqueDeviceConfigurationPatchArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1390
|
-
:param Sequence[
|
|
1389
|
+
:param Sequence[_builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1391
1390
|
|
|
1392
1391
|
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.
|
|
1393
1392
|
"""
|
|
@@ -1396,7 +1395,7 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1396
1395
|
if requests is not None:
|
|
1397
1396
|
pulumi.set(__self__, "requests", requests)
|
|
1398
1397
|
|
|
1399
|
-
@property
|
|
1398
|
+
@_builtins.property
|
|
1400
1399
|
@pulumi.getter
|
|
1401
1400
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfigurationPatch']:
|
|
1402
1401
|
"""
|
|
@@ -1404,9 +1403,9 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1404
1403
|
"""
|
|
1405
1404
|
return pulumi.get(self, "opaque")
|
|
1406
1405
|
|
|
1407
|
-
@property
|
|
1406
|
+
@_builtins.property
|
|
1408
1407
|
@pulumi.getter
|
|
1409
|
-
def requests(self) -> Optional[Sequence[
|
|
1408
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1410
1409
|
"""
|
|
1411
1410
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1412
1411
|
|
|
@@ -1437,7 +1436,7 @@ class DeviceClaimPatch(dict):
|
|
|
1437
1436
|
if requests is not None:
|
|
1438
1437
|
pulumi.set(__self__, "requests", requests)
|
|
1439
1438
|
|
|
1440
|
-
@property
|
|
1439
|
+
@_builtins.property
|
|
1441
1440
|
@pulumi.getter
|
|
1442
1441
|
def config(self) -> Optional[Sequence['outputs.DeviceClaimConfigurationPatch']]:
|
|
1443
1442
|
"""
|
|
@@ -1445,7 +1444,7 @@ class DeviceClaimPatch(dict):
|
|
|
1445
1444
|
"""
|
|
1446
1445
|
return pulumi.get(self, "config")
|
|
1447
1446
|
|
|
1448
|
-
@property
|
|
1447
|
+
@_builtins.property
|
|
1449
1448
|
@pulumi.getter
|
|
1450
1449
|
def constraints(self) -> Optional[Sequence['outputs.DeviceConstraintPatch']]:
|
|
1451
1450
|
"""
|
|
@@ -1453,7 +1452,7 @@ class DeviceClaimPatch(dict):
|
|
|
1453
1452
|
"""
|
|
1454
1453
|
return pulumi.get(self, "constraints")
|
|
1455
1454
|
|
|
1456
|
-
@property
|
|
1455
|
+
@_builtins.property
|
|
1457
1456
|
@pulumi.getter
|
|
1458
1457
|
def requests(self) -> Optional[Sequence['outputs.DeviceRequestPatch']]:
|
|
1459
1458
|
"""
|
|
@@ -1488,8 +1487,8 @@ class DeviceClass(dict):
|
|
|
1488
1487
|
|
|
1489
1488
|
def __init__(__self__, *,
|
|
1490
1489
|
spec: 'outputs.DeviceClassSpec',
|
|
1491
|
-
api_version: Optional[
|
|
1492
|
-
kind: Optional[
|
|
1490
|
+
api_version: Optional[_builtins.str] = None,
|
|
1491
|
+
kind: Optional[_builtins.str] = None,
|
|
1493
1492
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
1494
1493
|
"""
|
|
1495
1494
|
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.
|
|
@@ -1500,8 +1499,8 @@ class DeviceClass(dict):
|
|
|
1500
1499
|
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.
|
|
1501
1500
|
|
|
1502
1501
|
Changing the spec automatically increments the metadata.generation number.
|
|
1503
|
-
:param
|
|
1504
|
-
:param
|
|
1502
|
+
: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
|
|
1503
|
+
: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
|
|
1505
1504
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1506
1505
|
"""
|
|
1507
1506
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1512,7 +1511,7 @@ class DeviceClass(dict):
|
|
|
1512
1511
|
if metadata is not None:
|
|
1513
1512
|
pulumi.set(__self__, "metadata", metadata)
|
|
1514
1513
|
|
|
1515
|
-
@property
|
|
1514
|
+
@_builtins.property
|
|
1516
1515
|
@pulumi.getter
|
|
1517
1516
|
def spec(self) -> 'outputs.DeviceClassSpec':
|
|
1518
1517
|
"""
|
|
@@ -1524,23 +1523,23 @@ class DeviceClass(dict):
|
|
|
1524
1523
|
"""
|
|
1525
1524
|
return pulumi.get(self, "spec")
|
|
1526
1525
|
|
|
1527
|
-
@property
|
|
1526
|
+
@_builtins.property
|
|
1528
1527
|
@pulumi.getter(name="apiVersion")
|
|
1529
|
-
def api_version(self) -> Optional[
|
|
1528
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1530
1529
|
"""
|
|
1531
1530
|
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
|
|
1532
1531
|
"""
|
|
1533
1532
|
return pulumi.get(self, "api_version")
|
|
1534
1533
|
|
|
1535
|
-
@property
|
|
1534
|
+
@_builtins.property
|
|
1536
1535
|
@pulumi.getter
|
|
1537
|
-
def kind(self) -> Optional[
|
|
1536
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1538
1537
|
"""
|
|
1539
1538
|
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
|
|
1540
1539
|
"""
|
|
1541
1540
|
return pulumi.get(self, "kind")
|
|
1542
1541
|
|
|
1543
|
-
@property
|
|
1542
|
+
@_builtins.property
|
|
1544
1543
|
@pulumi.getter
|
|
1545
1544
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1546
1545
|
"""
|
|
@@ -1563,7 +1562,7 @@ class DeviceClassConfiguration(dict):
|
|
|
1563
1562
|
if opaque is not None:
|
|
1564
1563
|
pulumi.set(__self__, "opaque", opaque)
|
|
1565
1564
|
|
|
1566
|
-
@property
|
|
1565
|
+
@_builtins.property
|
|
1567
1566
|
@pulumi.getter
|
|
1568
1567
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfiguration']:
|
|
1569
1568
|
"""
|
|
@@ -1586,7 +1585,7 @@ class DeviceClassConfigurationPatch(dict):
|
|
|
1586
1585
|
if opaque is not None:
|
|
1587
1586
|
pulumi.set(__self__, "opaque", opaque)
|
|
1588
1587
|
|
|
1589
|
-
@property
|
|
1588
|
+
@_builtins.property
|
|
1590
1589
|
@pulumi.getter
|
|
1591
1590
|
def opaque(self) -> Optional['outputs.OpaqueDeviceConfigurationPatch']:
|
|
1592
1591
|
"""
|
|
@@ -1615,7 +1614,7 @@ class DeviceClassSpec(dict):
|
|
|
1615
1614
|
if selectors is not None:
|
|
1616
1615
|
pulumi.set(__self__, "selectors", selectors)
|
|
1617
1616
|
|
|
1618
|
-
@property
|
|
1617
|
+
@_builtins.property
|
|
1619
1618
|
@pulumi.getter
|
|
1620
1619
|
def config(self) -> Optional[Sequence['outputs.DeviceClassConfiguration']]:
|
|
1621
1620
|
"""
|
|
@@ -1625,7 +1624,7 @@ class DeviceClassSpec(dict):
|
|
|
1625
1624
|
"""
|
|
1626
1625
|
return pulumi.get(self, "config")
|
|
1627
1626
|
|
|
1628
|
-
@property
|
|
1627
|
+
@_builtins.property
|
|
1629
1628
|
@pulumi.getter
|
|
1630
1629
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelector']]:
|
|
1631
1630
|
"""
|
|
@@ -1654,7 +1653,7 @@ class DeviceClassSpecPatch(dict):
|
|
|
1654
1653
|
if selectors is not None:
|
|
1655
1654
|
pulumi.set(__self__, "selectors", selectors)
|
|
1656
1655
|
|
|
1657
|
-
@property
|
|
1656
|
+
@_builtins.property
|
|
1658
1657
|
@pulumi.getter
|
|
1659
1658
|
def config(self) -> Optional[Sequence['outputs.DeviceClassConfigurationPatch']]:
|
|
1660
1659
|
"""
|
|
@@ -1664,7 +1663,7 @@ class DeviceClassSpecPatch(dict):
|
|
|
1664
1663
|
"""
|
|
1665
1664
|
return pulumi.get(self, "config")
|
|
1666
1665
|
|
|
1667
|
-
@property
|
|
1666
|
+
@_builtins.property
|
|
1668
1667
|
@pulumi.getter
|
|
1669
1668
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelectorPatch']]:
|
|
1670
1669
|
"""
|
|
@@ -1696,16 +1695,16 @@ class DeviceConstraint(dict):
|
|
|
1696
1695
|
return super().get(key, default)
|
|
1697
1696
|
|
|
1698
1697
|
def __init__(__self__, *,
|
|
1699
|
-
match_attribute: Optional[
|
|
1700
|
-
requests: Optional[Sequence[
|
|
1698
|
+
match_attribute: Optional[_builtins.str] = None,
|
|
1699
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1701
1700
|
"""
|
|
1702
1701
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1703
|
-
:param
|
|
1702
|
+
: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.
|
|
1704
1703
|
|
|
1705
1704
|
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.
|
|
1706
1705
|
|
|
1707
1706
|
Must include the domain qualifier.
|
|
1708
|
-
:param Sequence[
|
|
1707
|
+
: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.
|
|
1709
1708
|
|
|
1710
1709
|
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.
|
|
1711
1710
|
"""
|
|
@@ -1714,9 +1713,9 @@ class DeviceConstraint(dict):
|
|
|
1714
1713
|
if requests is not None:
|
|
1715
1714
|
pulumi.set(__self__, "requests", requests)
|
|
1716
1715
|
|
|
1717
|
-
@property
|
|
1716
|
+
@_builtins.property
|
|
1718
1717
|
@pulumi.getter(name="matchAttribute")
|
|
1719
|
-
def match_attribute(self) -> Optional[
|
|
1718
|
+
def match_attribute(self) -> Optional[_builtins.str]:
|
|
1720
1719
|
"""
|
|
1721
1720
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1722
1721
|
|
|
@@ -1726,9 +1725,9 @@ class DeviceConstraint(dict):
|
|
|
1726
1725
|
"""
|
|
1727
1726
|
return pulumi.get(self, "match_attribute")
|
|
1728
1727
|
|
|
1729
|
-
@property
|
|
1728
|
+
@_builtins.property
|
|
1730
1729
|
@pulumi.getter
|
|
1731
|
-
def requests(self) -> Optional[Sequence[
|
|
1730
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1732
1731
|
"""
|
|
1733
1732
|
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.
|
|
1734
1733
|
|
|
@@ -1760,16 +1759,16 @@ class DeviceConstraintPatch(dict):
|
|
|
1760
1759
|
return super().get(key, default)
|
|
1761
1760
|
|
|
1762
1761
|
def __init__(__self__, *,
|
|
1763
|
-
match_attribute: Optional[
|
|
1764
|
-
requests: Optional[Sequence[
|
|
1762
|
+
match_attribute: Optional[_builtins.str] = None,
|
|
1763
|
+
requests: Optional[Sequence[_builtins.str]] = None):
|
|
1765
1764
|
"""
|
|
1766
1765
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1767
|
-
:param
|
|
1766
|
+
: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.
|
|
1768
1767
|
|
|
1769
1768
|
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.
|
|
1770
1769
|
|
|
1771
1770
|
Must include the domain qualifier.
|
|
1772
|
-
:param Sequence[
|
|
1771
|
+
: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.
|
|
1773
1772
|
|
|
1774
1773
|
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.
|
|
1775
1774
|
"""
|
|
@@ -1778,9 +1777,9 @@ class DeviceConstraintPatch(dict):
|
|
|
1778
1777
|
if requests is not None:
|
|
1779
1778
|
pulumi.set(__self__, "requests", requests)
|
|
1780
1779
|
|
|
1781
|
-
@property
|
|
1780
|
+
@_builtins.property
|
|
1782
1781
|
@pulumi.getter(name="matchAttribute")
|
|
1783
|
-
def match_attribute(self) -> Optional[
|
|
1782
|
+
def match_attribute(self) -> Optional[_builtins.str]:
|
|
1784
1783
|
"""
|
|
1785
1784
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1786
1785
|
|
|
@@ -1790,9 +1789,9 @@ class DeviceConstraintPatch(dict):
|
|
|
1790
1789
|
"""
|
|
1791
1790
|
return pulumi.get(self, "match_attribute")
|
|
1792
1791
|
|
|
1793
|
-
@property
|
|
1792
|
+
@_builtins.property
|
|
1794
1793
|
@pulumi.getter
|
|
1795
|
-
def requests(self) -> Optional[Sequence[
|
|
1794
|
+
def requests(self) -> Optional[Sequence[_builtins.str]]:
|
|
1796
1795
|
"""
|
|
1797
1796
|
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.
|
|
1798
1797
|
|
|
@@ -1824,11 +1823,11 @@ class DeviceCounterConsumption(dict):
|
|
|
1824
1823
|
return super().get(key, default)
|
|
1825
1824
|
|
|
1826
1825
|
def __init__(__self__, *,
|
|
1827
|
-
counter_set:
|
|
1826
|
+
counter_set: _builtins.str,
|
|
1828
1827
|
counters: Mapping[str, 'outputs.Counter']):
|
|
1829
1828
|
"""
|
|
1830
1829
|
DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.
|
|
1831
|
-
:param
|
|
1830
|
+
:param _builtins.str counter_set: CounterSet is the name of the set from which the counters defined will be consumed.
|
|
1832
1831
|
:param Mapping[str, 'CounterArgs'] counters: Counters defines the counters that will be consumed by the device.
|
|
1833
1832
|
|
|
1834
1833
|
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).
|
|
@@ -1836,15 +1835,15 @@ class DeviceCounterConsumption(dict):
|
|
|
1836
1835
|
pulumi.set(__self__, "counter_set", counter_set)
|
|
1837
1836
|
pulumi.set(__self__, "counters", counters)
|
|
1838
1837
|
|
|
1839
|
-
@property
|
|
1838
|
+
@_builtins.property
|
|
1840
1839
|
@pulumi.getter(name="counterSet")
|
|
1841
|
-
def counter_set(self) ->
|
|
1840
|
+
def counter_set(self) -> _builtins.str:
|
|
1842
1841
|
"""
|
|
1843
1842
|
CounterSet is the name of the set from which the counters defined will be consumed.
|
|
1844
1843
|
"""
|
|
1845
1844
|
return pulumi.get(self, "counter_set")
|
|
1846
1845
|
|
|
1847
|
-
@property
|
|
1846
|
+
@_builtins.property
|
|
1848
1847
|
@pulumi.getter
|
|
1849
1848
|
def counters(self) -> Mapping[str, 'outputs.Counter']:
|
|
1850
1849
|
"""
|
|
@@ -1878,11 +1877,11 @@ class DeviceCounterConsumptionPatch(dict):
|
|
|
1878
1877
|
return super().get(key, default)
|
|
1879
1878
|
|
|
1880
1879
|
def __init__(__self__, *,
|
|
1881
|
-
counter_set: Optional[
|
|
1880
|
+
counter_set: Optional[_builtins.str] = None,
|
|
1882
1881
|
counters: Optional[Mapping[str, 'outputs.Counter']] = None):
|
|
1883
1882
|
"""
|
|
1884
1883
|
DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.
|
|
1885
|
-
:param
|
|
1884
|
+
:param _builtins.str counter_set: CounterSet is the name of the set from which the counters defined will be consumed.
|
|
1886
1885
|
:param Mapping[str, 'CounterArgs'] counters: Counters defines the counters that will be consumed by the device.
|
|
1887
1886
|
|
|
1888
1887
|
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).
|
|
@@ -1892,15 +1891,15 @@ class DeviceCounterConsumptionPatch(dict):
|
|
|
1892
1891
|
if counters is not None:
|
|
1893
1892
|
pulumi.set(__self__, "counters", counters)
|
|
1894
1893
|
|
|
1895
|
-
@property
|
|
1894
|
+
@_builtins.property
|
|
1896
1895
|
@pulumi.getter(name="counterSet")
|
|
1897
|
-
def counter_set(self) -> Optional[
|
|
1896
|
+
def counter_set(self) -> Optional[_builtins.str]:
|
|
1898
1897
|
"""
|
|
1899
1898
|
CounterSet is the name of the set from which the counters defined will be consumed.
|
|
1900
1899
|
"""
|
|
1901
1900
|
return pulumi.get(self, "counter_set")
|
|
1902
1901
|
|
|
1903
|
-
@property
|
|
1902
|
+
@_builtins.property
|
|
1904
1903
|
@pulumi.getter
|
|
1905
1904
|
def counters(self) -> Optional[Mapping[str, 'outputs.Counter']]:
|
|
1906
1905
|
"""
|
|
@@ -1918,18 +1917,18 @@ class DevicePatch(dict):
|
|
|
1918
1917
|
"""
|
|
1919
1918
|
def __init__(__self__, *,
|
|
1920
1919
|
basic: Optional['outputs.BasicDevicePatch'] = None,
|
|
1921
|
-
name: Optional[
|
|
1920
|
+
name: Optional[_builtins.str] = None):
|
|
1922
1921
|
"""
|
|
1923
1922
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
1924
1923
|
:param 'BasicDevicePatchArgs' basic: Basic defines one device instance.
|
|
1925
|
-
:param
|
|
1924
|
+
:param _builtins.str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1926
1925
|
"""
|
|
1927
1926
|
if basic is not None:
|
|
1928
1927
|
pulumi.set(__self__, "basic", basic)
|
|
1929
1928
|
if name is not None:
|
|
1930
1929
|
pulumi.set(__self__, "name", name)
|
|
1931
1930
|
|
|
1932
|
-
@property
|
|
1931
|
+
@_builtins.property
|
|
1933
1932
|
@pulumi.getter
|
|
1934
1933
|
def basic(self) -> Optional['outputs.BasicDevicePatch']:
|
|
1935
1934
|
"""
|
|
@@ -1937,9 +1936,9 @@ class DevicePatch(dict):
|
|
|
1937
1936
|
"""
|
|
1938
1937
|
return pulumi.get(self, "basic")
|
|
1939
1938
|
|
|
1940
|
-
@property
|
|
1939
|
+
@_builtins.property
|
|
1941
1940
|
@pulumi.getter
|
|
1942
|
-
def name(self) -> Optional[
|
|
1941
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1943
1942
|
"""
|
|
1944
1943
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1945
1944
|
"""
|
|
@@ -1975,25 +1974,25 @@ class DeviceRequest(dict):
|
|
|
1975
1974
|
return super().get(key, default)
|
|
1976
1975
|
|
|
1977
1976
|
def __init__(__self__, *,
|
|
1978
|
-
name:
|
|
1979
|
-
admin_access: Optional[
|
|
1980
|
-
allocation_mode: Optional[
|
|
1981
|
-
count: Optional[
|
|
1982
|
-
device_class_name: Optional[
|
|
1977
|
+
name: _builtins.str,
|
|
1978
|
+
admin_access: Optional[_builtins.bool] = None,
|
|
1979
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
1980
|
+
count: Optional[_builtins.int] = None,
|
|
1981
|
+
device_class_name: Optional[_builtins.str] = None,
|
|
1983
1982
|
first_available: Optional[Sequence['outputs.DeviceSubRequest']] = None,
|
|
1984
1983
|
selectors: Optional[Sequence['outputs.DeviceSelector']] = None,
|
|
1985
1984
|
tolerations: Optional[Sequence['outputs.DeviceToleration']] = None):
|
|
1986
1985
|
"""
|
|
1987
1986
|
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.
|
|
1988
|
-
:param
|
|
1987
|
+
: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.
|
|
1989
1988
|
|
|
1990
1989
|
Must be a DNS label and unique among all DeviceRequests in a ResourceClaim.
|
|
1991
|
-
:param
|
|
1990
|
+
: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.
|
|
1992
1991
|
|
|
1993
1992
|
This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.
|
|
1994
1993
|
|
|
1995
1994
|
This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.
|
|
1996
|
-
:param
|
|
1995
|
+
:param _builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1997
1996
|
|
|
1998
1997
|
- ExactCount: This request is for a specific number of devices.
|
|
1999
1998
|
This is the default. The exact number is provided in the
|
|
@@ -2009,10 +2008,10 @@ class DeviceRequest(dict):
|
|
|
2009
2008
|
This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.
|
|
2010
2009
|
|
|
2011
2010
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2012
|
-
:param
|
|
2011
|
+
: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.
|
|
2013
2012
|
|
|
2014
2013
|
This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.
|
|
2015
|
-
:param
|
|
2014
|
+
:param _builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2016
2015
|
|
|
2017
2016
|
A class is required if no subrequests are specified in the firstAvailable list and no class can be set if subrequests are specified in the firstAvailable list. Which classes are available depends on the cluster.
|
|
2018
2017
|
|
|
@@ -2053,9 +2052,9 @@ class DeviceRequest(dict):
|
|
|
2053
2052
|
if tolerations is not None:
|
|
2054
2053
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2055
2054
|
|
|
2056
|
-
@property
|
|
2055
|
+
@_builtins.property
|
|
2057
2056
|
@pulumi.getter
|
|
2058
|
-
def name(self) ->
|
|
2057
|
+
def name(self) -> _builtins.str:
|
|
2059
2058
|
"""
|
|
2060
2059
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2061
2060
|
|
|
@@ -2063,9 +2062,9 @@ class DeviceRequest(dict):
|
|
|
2063
2062
|
"""
|
|
2064
2063
|
return pulumi.get(self, "name")
|
|
2065
2064
|
|
|
2066
|
-
@property
|
|
2065
|
+
@_builtins.property
|
|
2067
2066
|
@pulumi.getter(name="adminAccess")
|
|
2068
|
-
def admin_access(self) -> Optional[
|
|
2067
|
+
def admin_access(self) -> Optional[_builtins.bool]:
|
|
2069
2068
|
"""
|
|
2070
2069
|
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.
|
|
2071
2070
|
|
|
@@ -2075,9 +2074,9 @@ class DeviceRequest(dict):
|
|
|
2075
2074
|
"""
|
|
2076
2075
|
return pulumi.get(self, "admin_access")
|
|
2077
2076
|
|
|
2078
|
-
@property
|
|
2077
|
+
@_builtins.property
|
|
2079
2078
|
@pulumi.getter(name="allocationMode")
|
|
2080
|
-
def allocation_mode(self) -> Optional[
|
|
2079
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
2081
2080
|
"""
|
|
2082
2081
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2083
2082
|
|
|
@@ -2098,9 +2097,9 @@ class DeviceRequest(dict):
|
|
|
2098
2097
|
"""
|
|
2099
2098
|
return pulumi.get(self, "allocation_mode")
|
|
2100
2099
|
|
|
2101
|
-
@property
|
|
2100
|
+
@_builtins.property
|
|
2102
2101
|
@pulumi.getter
|
|
2103
|
-
def count(self) -> Optional[
|
|
2102
|
+
def count(self) -> Optional[_builtins.int]:
|
|
2104
2103
|
"""
|
|
2105
2104
|
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.
|
|
2106
2105
|
|
|
@@ -2108,9 +2107,9 @@ class DeviceRequest(dict):
|
|
|
2108
2107
|
"""
|
|
2109
2108
|
return pulumi.get(self, "count")
|
|
2110
2109
|
|
|
2111
|
-
@property
|
|
2110
|
+
@_builtins.property
|
|
2112
2111
|
@pulumi.getter(name="deviceClassName")
|
|
2113
|
-
def device_class_name(self) -> Optional[
|
|
2112
|
+
def device_class_name(self) -> Optional[_builtins.str]:
|
|
2114
2113
|
"""
|
|
2115
2114
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2116
2115
|
|
|
@@ -2120,7 +2119,7 @@ class DeviceRequest(dict):
|
|
|
2120
2119
|
"""
|
|
2121
2120
|
return pulumi.get(self, "device_class_name")
|
|
2122
2121
|
|
|
2123
|
-
@property
|
|
2122
|
+
@_builtins.property
|
|
2124
2123
|
@pulumi.getter(name="firstAvailable")
|
|
2125
2124
|
def first_available(self) -> Optional[Sequence['outputs.DeviceSubRequest']]:
|
|
2126
2125
|
"""
|
|
@@ -2132,7 +2131,7 @@ class DeviceRequest(dict):
|
|
|
2132
2131
|
"""
|
|
2133
2132
|
return pulumi.get(self, "first_available")
|
|
2134
2133
|
|
|
2135
|
-
@property
|
|
2134
|
+
@_builtins.property
|
|
2136
2135
|
@pulumi.getter
|
|
2137
2136
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelector']]:
|
|
2138
2137
|
"""
|
|
@@ -2142,7 +2141,7 @@ class DeviceRequest(dict):
|
|
|
2142
2141
|
"""
|
|
2143
2142
|
return pulumi.get(self, "selectors")
|
|
2144
2143
|
|
|
2145
|
-
@property
|
|
2144
|
+
@_builtins.property
|
|
2146
2145
|
@pulumi.getter
|
|
2147
2146
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceToleration']]:
|
|
2148
2147
|
"""
|
|
@@ -2184,25 +2183,25 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2184
2183
|
return super().get(key, default)
|
|
2185
2184
|
|
|
2186
2185
|
def __init__(__self__, *,
|
|
2187
|
-
device:
|
|
2188
|
-
driver:
|
|
2189
|
-
pool:
|
|
2190
|
-
request:
|
|
2191
|
-
admin_access: Optional[
|
|
2186
|
+
device: _builtins.str,
|
|
2187
|
+
driver: _builtins.str,
|
|
2188
|
+
pool: _builtins.str,
|
|
2189
|
+
request: _builtins.str,
|
|
2190
|
+
admin_access: Optional[_builtins.bool] = None,
|
|
2192
2191
|
tolerations: Optional[Sequence['outputs.DeviceToleration']] = None):
|
|
2193
2192
|
"""
|
|
2194
2193
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
2195
|
-
:param
|
|
2196
|
-
:param
|
|
2194
|
+
:param _builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
2195
|
+
: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.
|
|
2197
2196
|
|
|
2198
2197
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
2199
|
-
:param
|
|
2198
|
+
: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>`).
|
|
2200
2199
|
|
|
2201
2200
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
2202
|
-
:param
|
|
2201
|
+
: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>.
|
|
2203
2202
|
|
|
2204
2203
|
Multiple devices may have been allocated per request.
|
|
2205
|
-
:param
|
|
2204
|
+
: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.
|
|
2206
2205
|
|
|
2207
2206
|
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.
|
|
2208
2207
|
:param Sequence['DeviceTolerationArgs'] tolerations: A copy of all tolerations specified in the request at the time when the device got allocated.
|
|
@@ -2220,17 +2219,17 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2220
2219
|
if tolerations is not None:
|
|
2221
2220
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2222
2221
|
|
|
2223
|
-
@property
|
|
2222
|
+
@_builtins.property
|
|
2224
2223
|
@pulumi.getter
|
|
2225
|
-
def device(self) ->
|
|
2224
|
+
def device(self) -> _builtins.str:
|
|
2226
2225
|
"""
|
|
2227
2226
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
2228
2227
|
"""
|
|
2229
2228
|
return pulumi.get(self, "device")
|
|
2230
2229
|
|
|
2231
|
-
@property
|
|
2230
|
+
@_builtins.property
|
|
2232
2231
|
@pulumi.getter
|
|
2233
|
-
def driver(self) ->
|
|
2232
|
+
def driver(self) -> _builtins.str:
|
|
2234
2233
|
"""
|
|
2235
2234
|
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.
|
|
2236
2235
|
|
|
@@ -2238,9 +2237,9 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2238
2237
|
"""
|
|
2239
2238
|
return pulumi.get(self, "driver")
|
|
2240
2239
|
|
|
2241
|
-
@property
|
|
2240
|
+
@_builtins.property
|
|
2242
2241
|
@pulumi.getter
|
|
2243
|
-
def pool(self) ->
|
|
2242
|
+
def pool(self) -> _builtins.str:
|
|
2244
2243
|
"""
|
|
2245
2244
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
2246
2245
|
|
|
@@ -2248,9 +2247,9 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2248
2247
|
"""
|
|
2249
2248
|
return pulumi.get(self, "pool")
|
|
2250
2249
|
|
|
2251
|
-
@property
|
|
2250
|
+
@_builtins.property
|
|
2252
2251
|
@pulumi.getter
|
|
2253
|
-
def request(self) ->
|
|
2252
|
+
def request(self) -> _builtins.str:
|
|
2254
2253
|
"""
|
|
2255
2254
|
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>.
|
|
2256
2255
|
|
|
@@ -2258,9 +2257,9 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2258
2257
|
"""
|
|
2259
2258
|
return pulumi.get(self, "request")
|
|
2260
2259
|
|
|
2261
|
-
@property
|
|
2260
|
+
@_builtins.property
|
|
2262
2261
|
@pulumi.getter(name="adminAccess")
|
|
2263
|
-
def admin_access(self) -> Optional[
|
|
2262
|
+
def admin_access(self) -> Optional[_builtins.bool]:
|
|
2264
2263
|
"""
|
|
2265
2264
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
2266
2265
|
|
|
@@ -2268,7 +2267,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
2268
2267
|
"""
|
|
2269
2268
|
return pulumi.get(self, "admin_access")
|
|
2270
2269
|
|
|
2271
|
-
@property
|
|
2270
|
+
@_builtins.property
|
|
2272
2271
|
@pulumi.getter
|
|
2273
2272
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceToleration']]:
|
|
2274
2273
|
"""
|
|
@@ -2304,25 +2303,25 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2304
2303
|
return super().get(key, default)
|
|
2305
2304
|
|
|
2306
2305
|
def __init__(__self__, *,
|
|
2307
|
-
admin_access: Optional[
|
|
2308
|
-
device: Optional[
|
|
2309
|
-
driver: Optional[
|
|
2310
|
-
pool: Optional[
|
|
2311
|
-
request: Optional[
|
|
2306
|
+
admin_access: Optional[_builtins.bool] = None,
|
|
2307
|
+
device: Optional[_builtins.str] = None,
|
|
2308
|
+
driver: Optional[_builtins.str] = None,
|
|
2309
|
+
pool: Optional[_builtins.str] = None,
|
|
2310
|
+
request: Optional[_builtins.str] = None,
|
|
2312
2311
|
tolerations: Optional[Sequence['outputs.DeviceTolerationPatch']] = None):
|
|
2313
2312
|
"""
|
|
2314
2313
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
2315
|
-
:param
|
|
2314
|
+
: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.
|
|
2316
2315
|
|
|
2317
2316
|
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.
|
|
2318
|
-
:param
|
|
2319
|
-
:param
|
|
2317
|
+
:param _builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
2318
|
+
: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.
|
|
2320
2319
|
|
|
2321
2320
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
2322
|
-
:param
|
|
2321
|
+
: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>`).
|
|
2323
2322
|
|
|
2324
2323
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
2325
|
-
:param
|
|
2324
|
+
: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>.
|
|
2326
2325
|
|
|
2327
2326
|
Multiple devices may have been allocated per request.
|
|
2328
2327
|
:param Sequence['DeviceTolerationPatchArgs'] tolerations: A copy of all tolerations specified in the request at the time when the device got allocated.
|
|
@@ -2344,9 +2343,9 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2344
2343
|
if tolerations is not None:
|
|
2345
2344
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2346
2345
|
|
|
2347
|
-
@property
|
|
2346
|
+
@_builtins.property
|
|
2348
2347
|
@pulumi.getter(name="adminAccess")
|
|
2349
|
-
def admin_access(self) -> Optional[
|
|
2348
|
+
def admin_access(self) -> Optional[_builtins.bool]:
|
|
2350
2349
|
"""
|
|
2351
2350
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
2352
2351
|
|
|
@@ -2354,17 +2353,17 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2354
2353
|
"""
|
|
2355
2354
|
return pulumi.get(self, "admin_access")
|
|
2356
2355
|
|
|
2357
|
-
@property
|
|
2356
|
+
@_builtins.property
|
|
2358
2357
|
@pulumi.getter
|
|
2359
|
-
def device(self) -> Optional[
|
|
2358
|
+
def device(self) -> Optional[_builtins.str]:
|
|
2360
2359
|
"""
|
|
2361
2360
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
2362
2361
|
"""
|
|
2363
2362
|
return pulumi.get(self, "device")
|
|
2364
2363
|
|
|
2365
|
-
@property
|
|
2364
|
+
@_builtins.property
|
|
2366
2365
|
@pulumi.getter
|
|
2367
|
-
def driver(self) -> Optional[
|
|
2366
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
2368
2367
|
"""
|
|
2369
2368
|
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.
|
|
2370
2369
|
|
|
@@ -2372,9 +2371,9 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2372
2371
|
"""
|
|
2373
2372
|
return pulumi.get(self, "driver")
|
|
2374
2373
|
|
|
2375
|
-
@property
|
|
2374
|
+
@_builtins.property
|
|
2376
2375
|
@pulumi.getter
|
|
2377
|
-
def pool(self) -> Optional[
|
|
2376
|
+
def pool(self) -> Optional[_builtins.str]:
|
|
2378
2377
|
"""
|
|
2379
2378
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
2380
2379
|
|
|
@@ -2382,9 +2381,9 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2382
2381
|
"""
|
|
2383
2382
|
return pulumi.get(self, "pool")
|
|
2384
2383
|
|
|
2385
|
-
@property
|
|
2384
|
+
@_builtins.property
|
|
2386
2385
|
@pulumi.getter
|
|
2387
|
-
def request(self) -> Optional[
|
|
2386
|
+
def request(self) -> Optional[_builtins.str]:
|
|
2388
2387
|
"""
|
|
2389
2388
|
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>.
|
|
2390
2389
|
|
|
@@ -2392,7 +2391,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
2392
2391
|
"""
|
|
2393
2392
|
return pulumi.get(self, "request")
|
|
2394
2393
|
|
|
2395
|
-
@property
|
|
2394
|
+
@_builtins.property
|
|
2396
2395
|
@pulumi.getter
|
|
2397
2396
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceTolerationPatch']]:
|
|
2398
2397
|
"""
|
|
@@ -2434,22 +2433,22 @@ class DeviceRequestPatch(dict):
|
|
|
2434
2433
|
return super().get(key, default)
|
|
2435
2434
|
|
|
2436
2435
|
def __init__(__self__, *,
|
|
2437
|
-
admin_access: Optional[
|
|
2438
|
-
allocation_mode: Optional[
|
|
2439
|
-
count: Optional[
|
|
2440
|
-
device_class_name: Optional[
|
|
2436
|
+
admin_access: Optional[_builtins.bool] = None,
|
|
2437
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
2438
|
+
count: Optional[_builtins.int] = None,
|
|
2439
|
+
device_class_name: Optional[_builtins.str] = None,
|
|
2441
2440
|
first_available: Optional[Sequence['outputs.DeviceSubRequestPatch']] = None,
|
|
2442
|
-
name: Optional[
|
|
2441
|
+
name: Optional[_builtins.str] = None,
|
|
2443
2442
|
selectors: Optional[Sequence['outputs.DeviceSelectorPatch']] = None,
|
|
2444
2443
|
tolerations: Optional[Sequence['outputs.DeviceTolerationPatch']] = None):
|
|
2445
2444
|
"""
|
|
2446
2445
|
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.
|
|
2447
|
-
:param
|
|
2446
|
+
: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.
|
|
2448
2447
|
|
|
2449
2448
|
This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.
|
|
2450
2449
|
|
|
2451
2450
|
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.
|
|
2452
|
-
:param
|
|
2451
|
+
:param _builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2453
2452
|
|
|
2454
2453
|
- ExactCount: This request is for a specific number of devices.
|
|
2455
2454
|
This is the default. The exact number is provided in the
|
|
@@ -2465,10 +2464,10 @@ class DeviceRequestPatch(dict):
|
|
|
2465
2464
|
This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.
|
|
2466
2465
|
|
|
2467
2466
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2468
|
-
:param
|
|
2467
|
+
: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.
|
|
2469
2468
|
|
|
2470
2469
|
This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.
|
|
2471
|
-
:param
|
|
2470
|
+
:param _builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2472
2471
|
|
|
2473
2472
|
A class is required if no subrequests are specified in the firstAvailable list and no class can be set if subrequests are specified in the firstAvailable list. Which classes are available depends on the cluster.
|
|
2474
2473
|
|
|
@@ -2478,7 +2477,7 @@ class DeviceRequestPatch(dict):
|
|
|
2478
2477
|
This field may only be set in the entries of DeviceClaim.Requests.
|
|
2479
2478
|
|
|
2480
2479
|
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.
|
|
2481
|
-
:param
|
|
2480
|
+
: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.
|
|
2482
2481
|
|
|
2483
2482
|
Must be a DNS label and unique among all DeviceRequests in a ResourceClaim.
|
|
2484
2483
|
:param Sequence['DeviceSelectorPatchArgs'] selectors: Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.
|
|
@@ -2513,9 +2512,9 @@ class DeviceRequestPatch(dict):
|
|
|
2513
2512
|
if tolerations is not None:
|
|
2514
2513
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2515
2514
|
|
|
2516
|
-
@property
|
|
2515
|
+
@_builtins.property
|
|
2517
2516
|
@pulumi.getter(name="adminAccess")
|
|
2518
|
-
def admin_access(self) -> Optional[
|
|
2517
|
+
def admin_access(self) -> Optional[_builtins.bool]:
|
|
2519
2518
|
"""
|
|
2520
2519
|
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.
|
|
2521
2520
|
|
|
@@ -2525,9 +2524,9 @@ class DeviceRequestPatch(dict):
|
|
|
2525
2524
|
"""
|
|
2526
2525
|
return pulumi.get(self, "admin_access")
|
|
2527
2526
|
|
|
2528
|
-
@property
|
|
2527
|
+
@_builtins.property
|
|
2529
2528
|
@pulumi.getter(name="allocationMode")
|
|
2530
|
-
def allocation_mode(self) -> Optional[
|
|
2529
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
2531
2530
|
"""
|
|
2532
2531
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2533
2532
|
|
|
@@ -2548,9 +2547,9 @@ class DeviceRequestPatch(dict):
|
|
|
2548
2547
|
"""
|
|
2549
2548
|
return pulumi.get(self, "allocation_mode")
|
|
2550
2549
|
|
|
2551
|
-
@property
|
|
2550
|
+
@_builtins.property
|
|
2552
2551
|
@pulumi.getter
|
|
2553
|
-
def count(self) -> Optional[
|
|
2552
|
+
def count(self) -> Optional[_builtins.int]:
|
|
2554
2553
|
"""
|
|
2555
2554
|
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.
|
|
2556
2555
|
|
|
@@ -2558,9 +2557,9 @@ class DeviceRequestPatch(dict):
|
|
|
2558
2557
|
"""
|
|
2559
2558
|
return pulumi.get(self, "count")
|
|
2560
2559
|
|
|
2561
|
-
@property
|
|
2560
|
+
@_builtins.property
|
|
2562
2561
|
@pulumi.getter(name="deviceClassName")
|
|
2563
|
-
def device_class_name(self) -> Optional[
|
|
2562
|
+
def device_class_name(self) -> Optional[_builtins.str]:
|
|
2564
2563
|
"""
|
|
2565
2564
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2566
2565
|
|
|
@@ -2570,7 +2569,7 @@ class DeviceRequestPatch(dict):
|
|
|
2570
2569
|
"""
|
|
2571
2570
|
return pulumi.get(self, "device_class_name")
|
|
2572
2571
|
|
|
2573
|
-
@property
|
|
2572
|
+
@_builtins.property
|
|
2574
2573
|
@pulumi.getter(name="firstAvailable")
|
|
2575
2574
|
def first_available(self) -> Optional[Sequence['outputs.DeviceSubRequestPatch']]:
|
|
2576
2575
|
"""
|
|
@@ -2582,9 +2581,9 @@ class DeviceRequestPatch(dict):
|
|
|
2582
2581
|
"""
|
|
2583
2582
|
return pulumi.get(self, "first_available")
|
|
2584
2583
|
|
|
2585
|
-
@property
|
|
2584
|
+
@_builtins.property
|
|
2586
2585
|
@pulumi.getter
|
|
2587
|
-
def name(self) -> Optional[
|
|
2586
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2588
2587
|
"""
|
|
2589
2588
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2590
2589
|
|
|
@@ -2592,7 +2591,7 @@ class DeviceRequestPatch(dict):
|
|
|
2592
2591
|
"""
|
|
2593
2592
|
return pulumi.get(self, "name")
|
|
2594
2593
|
|
|
2595
|
-
@property
|
|
2594
|
+
@_builtins.property
|
|
2596
2595
|
@pulumi.getter
|
|
2597
2596
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelectorPatch']]:
|
|
2598
2597
|
"""
|
|
@@ -2602,7 +2601,7 @@ class DeviceRequestPatch(dict):
|
|
|
2602
2601
|
"""
|
|
2603
2602
|
return pulumi.get(self, "selectors")
|
|
2604
2603
|
|
|
2605
|
-
@property
|
|
2604
|
+
@_builtins.property
|
|
2606
2605
|
@pulumi.getter
|
|
2607
2606
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceTolerationPatch']]:
|
|
2608
2607
|
"""
|
|
@@ -2635,7 +2634,7 @@ class DeviceSelector(dict):
|
|
|
2635
2634
|
if cel is not None:
|
|
2636
2635
|
pulumi.set(__self__, "cel", cel)
|
|
2637
2636
|
|
|
2638
|
-
@property
|
|
2637
|
+
@_builtins.property
|
|
2639
2638
|
@pulumi.getter
|
|
2640
2639
|
def cel(self) -> Optional['outputs.CELDeviceSelector']:
|
|
2641
2640
|
"""
|
|
@@ -2658,7 +2657,7 @@ class DeviceSelectorPatch(dict):
|
|
|
2658
2657
|
if cel is not None:
|
|
2659
2658
|
pulumi.set(__self__, "cel", cel)
|
|
2660
2659
|
|
|
2661
|
-
@property
|
|
2660
|
+
@_builtins.property
|
|
2662
2661
|
@pulumi.getter
|
|
2663
2662
|
def cel(self) -> Optional['outputs.CELDeviceSelectorPatch']:
|
|
2664
2663
|
"""
|
|
@@ -2694,25 +2693,25 @@ class DeviceSubRequest(dict):
|
|
|
2694
2693
|
return super().get(key, default)
|
|
2695
2694
|
|
|
2696
2695
|
def __init__(__self__, *,
|
|
2697
|
-
device_class_name:
|
|
2698
|
-
name:
|
|
2699
|
-
allocation_mode: Optional[
|
|
2700
|
-
count: Optional[
|
|
2696
|
+
device_class_name: _builtins.str,
|
|
2697
|
+
name: _builtins.str,
|
|
2698
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
2699
|
+
count: Optional[_builtins.int] = None,
|
|
2701
2700
|
selectors: Optional[Sequence['outputs.DeviceSelector']] = None,
|
|
2702
2701
|
tolerations: Optional[Sequence['outputs.DeviceToleration']] = None):
|
|
2703
2702
|
"""
|
|
2704
2703
|
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.
|
|
2705
2704
|
|
|
2706
2705
|
DeviceSubRequest is similar to Request, but doesn't expose the AdminAccess or FirstAvailable fields, as those can only be set on the top-level request. AdminAccess is not supported for requests with a prioritized list, and recursive FirstAvailable fields are not supported.
|
|
2707
|
-
:param
|
|
2706
|
+
:param _builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this subrequest.
|
|
2708
2707
|
|
|
2709
2708
|
A class is required. Which classes are available depends on the cluster.
|
|
2710
2709
|
|
|
2711
2710
|
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.
|
|
2712
|
-
:param
|
|
2711
|
+
: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>.
|
|
2713
2712
|
|
|
2714
2713
|
Must be a DNS label.
|
|
2715
|
-
:param
|
|
2714
|
+
:param _builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this subrequest. Supported values are:
|
|
2716
2715
|
|
|
2717
2716
|
- ExactCount: This request is for a specific number of devices.
|
|
2718
2717
|
This is the default. The exact number is provided in the
|
|
@@ -2725,7 +2724,7 @@ class DeviceSubRequest(dict):
|
|
|
2725
2724
|
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.
|
|
2726
2725
|
|
|
2727
2726
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2728
|
-
:param
|
|
2727
|
+
: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.
|
|
2729
2728
|
: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.
|
|
2730
2729
|
:param Sequence['DeviceTolerationArgs'] tolerations: If specified, the request's tolerations.
|
|
2731
2730
|
|
|
@@ -2748,9 +2747,9 @@ class DeviceSubRequest(dict):
|
|
|
2748
2747
|
if tolerations is not None:
|
|
2749
2748
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2750
2749
|
|
|
2751
|
-
@property
|
|
2750
|
+
@_builtins.property
|
|
2752
2751
|
@pulumi.getter(name="deviceClassName")
|
|
2753
|
-
def device_class_name(self) ->
|
|
2752
|
+
def device_class_name(self) -> _builtins.str:
|
|
2754
2753
|
"""
|
|
2755
2754
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this subrequest.
|
|
2756
2755
|
|
|
@@ -2760,9 +2759,9 @@ class DeviceSubRequest(dict):
|
|
|
2760
2759
|
"""
|
|
2761
2760
|
return pulumi.get(self, "device_class_name")
|
|
2762
2761
|
|
|
2763
|
-
@property
|
|
2762
|
+
@_builtins.property
|
|
2764
2763
|
@pulumi.getter
|
|
2765
|
-
def name(self) ->
|
|
2764
|
+
def name(self) -> _builtins.str:
|
|
2766
2765
|
"""
|
|
2767
2766
|
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>.
|
|
2768
2767
|
|
|
@@ -2770,9 +2769,9 @@ class DeviceSubRequest(dict):
|
|
|
2770
2769
|
"""
|
|
2771
2770
|
return pulumi.get(self, "name")
|
|
2772
2771
|
|
|
2773
|
-
@property
|
|
2772
|
+
@_builtins.property
|
|
2774
2773
|
@pulumi.getter(name="allocationMode")
|
|
2775
|
-
def allocation_mode(self) -> Optional[
|
|
2774
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
2776
2775
|
"""
|
|
2777
2776
|
AllocationMode and its related fields define how devices are allocated to satisfy this subrequest. Supported values are:
|
|
2778
2777
|
|
|
@@ -2790,15 +2789,15 @@ class DeviceSubRequest(dict):
|
|
|
2790
2789
|
"""
|
|
2791
2790
|
return pulumi.get(self, "allocation_mode")
|
|
2792
2791
|
|
|
2793
|
-
@property
|
|
2792
|
+
@_builtins.property
|
|
2794
2793
|
@pulumi.getter
|
|
2795
|
-
def count(self) -> Optional[
|
|
2794
|
+
def count(self) -> Optional[_builtins.int]:
|
|
2796
2795
|
"""
|
|
2797
2796
|
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.
|
|
2798
2797
|
"""
|
|
2799
2798
|
return pulumi.get(self, "count")
|
|
2800
2799
|
|
|
2801
|
-
@property
|
|
2800
|
+
@_builtins.property
|
|
2802
2801
|
@pulumi.getter
|
|
2803
2802
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelector']]:
|
|
2804
2803
|
"""
|
|
@@ -2806,7 +2805,7 @@ class DeviceSubRequest(dict):
|
|
|
2806
2805
|
"""
|
|
2807
2806
|
return pulumi.get(self, "selectors")
|
|
2808
2807
|
|
|
2809
|
-
@property
|
|
2808
|
+
@_builtins.property
|
|
2810
2809
|
@pulumi.getter
|
|
2811
2810
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceToleration']]:
|
|
2812
2811
|
"""
|
|
@@ -2850,17 +2849,17 @@ class DeviceSubRequestPatch(dict):
|
|
|
2850
2849
|
return super().get(key, default)
|
|
2851
2850
|
|
|
2852
2851
|
def __init__(__self__, *,
|
|
2853
|
-
allocation_mode: Optional[
|
|
2854
|
-
count: Optional[
|
|
2855
|
-
device_class_name: Optional[
|
|
2856
|
-
name: Optional[
|
|
2852
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
2853
|
+
count: Optional[_builtins.int] = None,
|
|
2854
|
+
device_class_name: Optional[_builtins.str] = None,
|
|
2855
|
+
name: Optional[_builtins.str] = None,
|
|
2857
2856
|
selectors: Optional[Sequence['outputs.DeviceSelectorPatch']] = None,
|
|
2858
2857
|
tolerations: Optional[Sequence['outputs.DeviceTolerationPatch']] = None):
|
|
2859
2858
|
"""
|
|
2860
2859
|
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.
|
|
2861
2860
|
|
|
2862
2861
|
DeviceSubRequest is similar to Request, but doesn't expose the AdminAccess or FirstAvailable fields, as those can only be set on the top-level request. AdminAccess is not supported for requests with a prioritized list, and recursive FirstAvailable fields are not supported.
|
|
2863
|
-
:param
|
|
2862
|
+
:param _builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this subrequest. Supported values are:
|
|
2864
2863
|
|
|
2865
2864
|
- ExactCount: This request is for a specific number of devices.
|
|
2866
2865
|
This is the default. The exact number is provided in the
|
|
@@ -2873,13 +2872,13 @@ class DeviceSubRequestPatch(dict):
|
|
|
2873
2872
|
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.
|
|
2874
2873
|
|
|
2875
2874
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2876
|
-
:param
|
|
2877
|
-
:param
|
|
2875
|
+
: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.
|
|
2876
|
+
:param _builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this subrequest.
|
|
2878
2877
|
|
|
2879
2878
|
A class is required. Which classes are available depends on the cluster.
|
|
2880
2879
|
|
|
2881
2880
|
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.
|
|
2882
|
-
:param
|
|
2881
|
+
: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>.
|
|
2883
2882
|
|
|
2884
2883
|
Must be a DNS label.
|
|
2885
2884
|
: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.
|
|
@@ -2906,9 +2905,9 @@ class DeviceSubRequestPatch(dict):
|
|
|
2906
2905
|
if tolerations is not None:
|
|
2907
2906
|
pulumi.set(__self__, "tolerations", tolerations)
|
|
2908
2907
|
|
|
2909
|
-
@property
|
|
2908
|
+
@_builtins.property
|
|
2910
2909
|
@pulumi.getter(name="allocationMode")
|
|
2911
|
-
def allocation_mode(self) -> Optional[
|
|
2910
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
2912
2911
|
"""
|
|
2913
2912
|
AllocationMode and its related fields define how devices are allocated to satisfy this subrequest. Supported values are:
|
|
2914
2913
|
|
|
@@ -2926,17 +2925,17 @@ class DeviceSubRequestPatch(dict):
|
|
|
2926
2925
|
"""
|
|
2927
2926
|
return pulumi.get(self, "allocation_mode")
|
|
2928
2927
|
|
|
2929
|
-
@property
|
|
2928
|
+
@_builtins.property
|
|
2930
2929
|
@pulumi.getter
|
|
2931
|
-
def count(self) -> Optional[
|
|
2930
|
+
def count(self) -> Optional[_builtins.int]:
|
|
2932
2931
|
"""
|
|
2933
2932
|
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.
|
|
2934
2933
|
"""
|
|
2935
2934
|
return pulumi.get(self, "count")
|
|
2936
2935
|
|
|
2937
|
-
@property
|
|
2936
|
+
@_builtins.property
|
|
2938
2937
|
@pulumi.getter(name="deviceClassName")
|
|
2939
|
-
def device_class_name(self) -> Optional[
|
|
2938
|
+
def device_class_name(self) -> Optional[_builtins.str]:
|
|
2940
2939
|
"""
|
|
2941
2940
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this subrequest.
|
|
2942
2941
|
|
|
@@ -2946,9 +2945,9 @@ class DeviceSubRequestPatch(dict):
|
|
|
2946
2945
|
"""
|
|
2947
2946
|
return pulumi.get(self, "device_class_name")
|
|
2948
2947
|
|
|
2949
|
-
@property
|
|
2948
|
+
@_builtins.property
|
|
2950
2949
|
@pulumi.getter
|
|
2951
|
-
def name(self) -> Optional[
|
|
2950
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2952
2951
|
"""
|
|
2953
2952
|
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>.
|
|
2954
2953
|
|
|
@@ -2956,7 +2955,7 @@ class DeviceSubRequestPatch(dict):
|
|
|
2956
2955
|
"""
|
|
2957
2956
|
return pulumi.get(self, "name")
|
|
2958
2957
|
|
|
2959
|
-
@property
|
|
2958
|
+
@_builtins.property
|
|
2960
2959
|
@pulumi.getter
|
|
2961
2960
|
def selectors(self) -> Optional[Sequence['outputs.DeviceSelectorPatch']]:
|
|
2962
2961
|
"""
|
|
@@ -2964,7 +2963,7 @@ class DeviceSubRequestPatch(dict):
|
|
|
2964
2963
|
"""
|
|
2965
2964
|
return pulumi.get(self, "selectors")
|
|
2966
2965
|
|
|
2967
|
-
@property
|
|
2966
|
+
@_builtins.property
|
|
2968
2967
|
@pulumi.getter
|
|
2969
2968
|
def tolerations(self) -> Optional[Sequence['outputs.DeviceTolerationPatch']]:
|
|
2970
2969
|
"""
|
|
@@ -3004,16 +3003,16 @@ class DeviceTaint(dict):
|
|
|
3004
3003
|
return super().get(key, default)
|
|
3005
3004
|
|
|
3006
3005
|
def __init__(__self__, *,
|
|
3007
|
-
effect:
|
|
3008
|
-
key:
|
|
3009
|
-
time_added: Optional[
|
|
3010
|
-
value: Optional[
|
|
3006
|
+
effect: _builtins.str,
|
|
3007
|
+
key: _builtins.str,
|
|
3008
|
+
time_added: Optional[_builtins.str] = None,
|
|
3009
|
+
value: Optional[_builtins.str] = None):
|
|
3011
3010
|
"""
|
|
3012
3011
|
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.
|
|
3013
|
-
:param
|
|
3014
|
-
:param
|
|
3015
|
-
:param
|
|
3016
|
-
:param
|
|
3012
|
+
: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.
|
|
3013
|
+
:param _builtins.str key: The taint key to be applied to a device. Must be a label name.
|
|
3014
|
+
:param _builtins.str time_added: TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
|
|
3015
|
+
:param _builtins.str value: The taint value corresponding to the taint key. Must be a label value.
|
|
3017
3016
|
"""
|
|
3018
3017
|
pulumi.set(__self__, "effect", effect)
|
|
3019
3018
|
pulumi.set(__self__, "key", key)
|
|
@@ -3022,33 +3021,33 @@ class DeviceTaint(dict):
|
|
|
3022
3021
|
if value is not None:
|
|
3023
3022
|
pulumi.set(__self__, "value", value)
|
|
3024
3023
|
|
|
3025
|
-
@property
|
|
3024
|
+
@_builtins.property
|
|
3026
3025
|
@pulumi.getter
|
|
3027
|
-
def effect(self) ->
|
|
3026
|
+
def effect(self) -> _builtins.str:
|
|
3028
3027
|
"""
|
|
3029
3028
|
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.
|
|
3030
3029
|
"""
|
|
3031
3030
|
return pulumi.get(self, "effect")
|
|
3032
3031
|
|
|
3033
|
-
@property
|
|
3032
|
+
@_builtins.property
|
|
3034
3033
|
@pulumi.getter
|
|
3035
|
-
def key(self) ->
|
|
3034
|
+
def key(self) -> _builtins.str:
|
|
3036
3035
|
"""
|
|
3037
3036
|
The taint key to be applied to a device. Must be a label name.
|
|
3038
3037
|
"""
|
|
3039
3038
|
return pulumi.get(self, "key")
|
|
3040
3039
|
|
|
3041
|
-
@property
|
|
3040
|
+
@_builtins.property
|
|
3042
3041
|
@pulumi.getter(name="timeAdded")
|
|
3043
|
-
def time_added(self) -> Optional[
|
|
3042
|
+
def time_added(self) -> Optional[_builtins.str]:
|
|
3044
3043
|
"""
|
|
3045
3044
|
TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
|
|
3046
3045
|
"""
|
|
3047
3046
|
return pulumi.get(self, "time_added")
|
|
3048
3047
|
|
|
3049
|
-
@property
|
|
3048
|
+
@_builtins.property
|
|
3050
3049
|
@pulumi.getter
|
|
3051
|
-
def value(self) -> Optional[
|
|
3050
|
+
def value(self) -> Optional[_builtins.str]:
|
|
3052
3051
|
"""
|
|
3053
3052
|
The taint value corresponding to the taint key. Must be a label value.
|
|
3054
3053
|
"""
|
|
@@ -3078,16 +3077,16 @@ class DeviceTaintPatch(dict):
|
|
|
3078
3077
|
return super().get(key, default)
|
|
3079
3078
|
|
|
3080
3079
|
def __init__(__self__, *,
|
|
3081
|
-
effect: Optional[
|
|
3082
|
-
key: Optional[
|
|
3083
|
-
time_added: Optional[
|
|
3084
|
-
value: Optional[
|
|
3080
|
+
effect: Optional[_builtins.str] = None,
|
|
3081
|
+
key: Optional[_builtins.str] = None,
|
|
3082
|
+
time_added: Optional[_builtins.str] = None,
|
|
3083
|
+
value: Optional[_builtins.str] = None):
|
|
3085
3084
|
"""
|
|
3086
3085
|
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.
|
|
3087
|
-
:param
|
|
3088
|
-
:param
|
|
3089
|
-
:param
|
|
3090
|
-
:param
|
|
3086
|
+
: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.
|
|
3087
|
+
:param _builtins.str key: The taint key to be applied to a device. Must be a label name.
|
|
3088
|
+
:param _builtins.str time_added: TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
|
|
3089
|
+
:param _builtins.str value: The taint value corresponding to the taint key. Must be a label value.
|
|
3091
3090
|
"""
|
|
3092
3091
|
if effect is not None:
|
|
3093
3092
|
pulumi.set(__self__, "effect", effect)
|
|
@@ -3098,33 +3097,33 @@ class DeviceTaintPatch(dict):
|
|
|
3098
3097
|
if value is not None:
|
|
3099
3098
|
pulumi.set(__self__, "value", value)
|
|
3100
3099
|
|
|
3101
|
-
@property
|
|
3100
|
+
@_builtins.property
|
|
3102
3101
|
@pulumi.getter
|
|
3103
|
-
def effect(self) -> Optional[
|
|
3102
|
+
def effect(self) -> Optional[_builtins.str]:
|
|
3104
3103
|
"""
|
|
3105
3104
|
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.
|
|
3106
3105
|
"""
|
|
3107
3106
|
return pulumi.get(self, "effect")
|
|
3108
3107
|
|
|
3109
|
-
@property
|
|
3108
|
+
@_builtins.property
|
|
3110
3109
|
@pulumi.getter
|
|
3111
|
-
def key(self) -> Optional[
|
|
3110
|
+
def key(self) -> Optional[_builtins.str]:
|
|
3112
3111
|
"""
|
|
3113
3112
|
The taint key to be applied to a device. Must be a label name.
|
|
3114
3113
|
"""
|
|
3115
3114
|
return pulumi.get(self, "key")
|
|
3116
3115
|
|
|
3117
|
-
@property
|
|
3116
|
+
@_builtins.property
|
|
3118
3117
|
@pulumi.getter(name="timeAdded")
|
|
3119
|
-
def time_added(self) -> Optional[
|
|
3118
|
+
def time_added(self) -> Optional[_builtins.str]:
|
|
3120
3119
|
"""
|
|
3121
3120
|
TimeAdded represents the time at which the taint was added. Added automatically during create or update if not set.
|
|
3122
3121
|
"""
|
|
3123
3122
|
return pulumi.get(self, "time_added")
|
|
3124
3123
|
|
|
3125
|
-
@property
|
|
3124
|
+
@_builtins.property
|
|
3126
3125
|
@pulumi.getter
|
|
3127
|
-
def value(self) -> Optional[
|
|
3126
|
+
def value(self) -> Optional[_builtins.str]:
|
|
3128
3127
|
"""
|
|
3129
3128
|
The taint value corresponding to the taint key. Must be a label value.
|
|
3130
3129
|
"""
|
|
@@ -3154,18 +3153,18 @@ class DeviceToleration(dict):
|
|
|
3154
3153
|
return super().get(key, default)
|
|
3155
3154
|
|
|
3156
3155
|
def __init__(__self__, *,
|
|
3157
|
-
effect: Optional[
|
|
3158
|
-
key: Optional[
|
|
3159
|
-
operator: Optional[
|
|
3160
|
-
toleration_seconds: Optional[
|
|
3161
|
-
value: Optional[
|
|
3156
|
+
effect: Optional[_builtins.str] = None,
|
|
3157
|
+
key: Optional[_builtins.str] = None,
|
|
3158
|
+
operator: Optional[_builtins.str] = None,
|
|
3159
|
+
toleration_seconds: Optional[_builtins.int] = None,
|
|
3160
|
+
value: Optional[_builtins.str] = None):
|
|
3162
3161
|
"""
|
|
3163
3162
|
The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
|
|
3164
|
-
:param
|
|
3165
|
-
:param
|
|
3166
|
-
:param
|
|
3167
|
-
:param
|
|
3168
|
-
:param
|
|
3163
|
+
: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.
|
|
3164
|
+
: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.
|
|
3165
|
+
: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.
|
|
3166
|
+
: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>.
|
|
3167
|
+
: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.
|
|
3169
3168
|
"""
|
|
3170
3169
|
if effect is not None:
|
|
3171
3170
|
pulumi.set(__self__, "effect", effect)
|
|
@@ -3178,41 +3177,41 @@ class DeviceToleration(dict):
|
|
|
3178
3177
|
if value is not None:
|
|
3179
3178
|
pulumi.set(__self__, "value", value)
|
|
3180
3179
|
|
|
3181
|
-
@property
|
|
3180
|
+
@_builtins.property
|
|
3182
3181
|
@pulumi.getter
|
|
3183
|
-
def effect(self) -> Optional[
|
|
3182
|
+
def effect(self) -> Optional[_builtins.str]:
|
|
3184
3183
|
"""
|
|
3185
3184
|
Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule and NoExecute.
|
|
3186
3185
|
"""
|
|
3187
3186
|
return pulumi.get(self, "effect")
|
|
3188
3187
|
|
|
3189
|
-
@property
|
|
3188
|
+
@_builtins.property
|
|
3190
3189
|
@pulumi.getter
|
|
3191
|
-
def key(self) -> Optional[
|
|
3190
|
+
def key(self) -> Optional[_builtins.str]:
|
|
3192
3191
|
"""
|
|
3193
3192
|
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.
|
|
3194
3193
|
"""
|
|
3195
3194
|
return pulumi.get(self, "key")
|
|
3196
3195
|
|
|
3197
|
-
@property
|
|
3196
|
+
@_builtins.property
|
|
3198
3197
|
@pulumi.getter
|
|
3199
|
-
def operator(self) -> Optional[
|
|
3198
|
+
def operator(self) -> Optional[_builtins.str]:
|
|
3200
3199
|
"""
|
|
3201
3200
|
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.
|
|
3202
3201
|
"""
|
|
3203
3202
|
return pulumi.get(self, "operator")
|
|
3204
3203
|
|
|
3205
|
-
@property
|
|
3204
|
+
@_builtins.property
|
|
3206
3205
|
@pulumi.getter(name="tolerationSeconds")
|
|
3207
|
-
def toleration_seconds(self) -> Optional[
|
|
3206
|
+
def toleration_seconds(self) -> Optional[_builtins.int]:
|
|
3208
3207
|
"""
|
|
3209
3208
|
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>.
|
|
3210
3209
|
"""
|
|
3211
3210
|
return pulumi.get(self, "toleration_seconds")
|
|
3212
3211
|
|
|
3213
|
-
@property
|
|
3212
|
+
@_builtins.property
|
|
3214
3213
|
@pulumi.getter
|
|
3215
|
-
def value(self) -> Optional[
|
|
3214
|
+
def value(self) -> Optional[_builtins.str]:
|
|
3216
3215
|
"""
|
|
3217
3216
|
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.
|
|
3218
3217
|
"""
|
|
@@ -3242,18 +3241,18 @@ class DeviceTolerationPatch(dict):
|
|
|
3242
3241
|
return super().get(key, default)
|
|
3243
3242
|
|
|
3244
3243
|
def __init__(__self__, *,
|
|
3245
|
-
effect: Optional[
|
|
3246
|
-
key: Optional[
|
|
3247
|
-
operator: Optional[
|
|
3248
|
-
toleration_seconds: Optional[
|
|
3249
|
-
value: Optional[
|
|
3244
|
+
effect: Optional[_builtins.str] = None,
|
|
3245
|
+
key: Optional[_builtins.str] = None,
|
|
3246
|
+
operator: Optional[_builtins.str] = None,
|
|
3247
|
+
toleration_seconds: Optional[_builtins.int] = None,
|
|
3248
|
+
value: Optional[_builtins.str] = None):
|
|
3250
3249
|
"""
|
|
3251
3250
|
The ResourceClaim this DeviceToleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
|
|
3252
|
-
:param
|
|
3253
|
-
:param
|
|
3254
|
-
:param
|
|
3255
|
-
:param
|
|
3256
|
-
:param
|
|
3251
|
+
: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.
|
|
3252
|
+
: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.
|
|
3253
|
+
: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.
|
|
3254
|
+
: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>.
|
|
3255
|
+
: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.
|
|
3257
3256
|
"""
|
|
3258
3257
|
if effect is not None:
|
|
3259
3258
|
pulumi.set(__self__, "effect", effect)
|
|
@@ -3266,41 +3265,41 @@ class DeviceTolerationPatch(dict):
|
|
|
3266
3265
|
if value is not None:
|
|
3267
3266
|
pulumi.set(__self__, "value", value)
|
|
3268
3267
|
|
|
3269
|
-
@property
|
|
3268
|
+
@_builtins.property
|
|
3270
3269
|
@pulumi.getter
|
|
3271
|
-
def effect(self) -> Optional[
|
|
3270
|
+
def effect(self) -> Optional[_builtins.str]:
|
|
3272
3271
|
"""
|
|
3273
3272
|
Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule and NoExecute.
|
|
3274
3273
|
"""
|
|
3275
3274
|
return pulumi.get(self, "effect")
|
|
3276
3275
|
|
|
3277
|
-
@property
|
|
3276
|
+
@_builtins.property
|
|
3278
3277
|
@pulumi.getter
|
|
3279
|
-
def key(self) -> Optional[
|
|
3278
|
+
def key(self) -> Optional[_builtins.str]:
|
|
3280
3279
|
"""
|
|
3281
3280
|
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.
|
|
3282
3281
|
"""
|
|
3283
3282
|
return pulumi.get(self, "key")
|
|
3284
3283
|
|
|
3285
|
-
@property
|
|
3284
|
+
@_builtins.property
|
|
3286
3285
|
@pulumi.getter
|
|
3287
|
-
def operator(self) -> Optional[
|
|
3286
|
+
def operator(self) -> Optional[_builtins.str]:
|
|
3288
3287
|
"""
|
|
3289
3288
|
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.
|
|
3290
3289
|
"""
|
|
3291
3290
|
return pulumi.get(self, "operator")
|
|
3292
3291
|
|
|
3293
|
-
@property
|
|
3292
|
+
@_builtins.property
|
|
3294
3293
|
@pulumi.getter(name="tolerationSeconds")
|
|
3295
|
-
def toleration_seconds(self) -> Optional[
|
|
3294
|
+
def toleration_seconds(self) -> Optional[_builtins.int]:
|
|
3296
3295
|
"""
|
|
3297
3296
|
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>.
|
|
3298
3297
|
"""
|
|
3299
3298
|
return pulumi.get(self, "toleration_seconds")
|
|
3300
3299
|
|
|
3301
|
-
@property
|
|
3300
|
+
@_builtins.property
|
|
3302
3301
|
@pulumi.getter
|
|
3303
|
-
def value(self) -> Optional[
|
|
3302
|
+
def value(self) -> Optional[_builtins.str]:
|
|
3304
3303
|
"""
|
|
3305
3304
|
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.
|
|
3306
3305
|
"""
|
|
@@ -3332,18 +3331,18 @@ class NetworkDeviceData(dict):
|
|
|
3332
3331
|
return super().get(key, default)
|
|
3333
3332
|
|
|
3334
3333
|
def __init__(__self__, *,
|
|
3335
|
-
hardware_address: Optional[
|
|
3336
|
-
interface_name: Optional[
|
|
3337
|
-
ips: Optional[Sequence[
|
|
3334
|
+
hardware_address: Optional[_builtins.str] = None,
|
|
3335
|
+
interface_name: Optional[_builtins.str] = None,
|
|
3336
|
+
ips: Optional[Sequence[_builtins.str]] = None):
|
|
3338
3337
|
"""
|
|
3339
3338
|
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.
|
|
3340
|
-
:param
|
|
3339
|
+
:param _builtins.str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
3341
3340
|
|
|
3342
3341
|
Must not be longer than 128 characters.
|
|
3343
|
-
:param
|
|
3342
|
+
: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.
|
|
3344
3343
|
|
|
3345
3344
|
Must not be longer than 256 characters.
|
|
3346
|
-
:param Sequence[
|
|
3345
|
+
: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.
|
|
3347
3346
|
|
|
3348
3347
|
Must not contain more than 16 entries.
|
|
3349
3348
|
"""
|
|
@@ -3354,9 +3353,9 @@ class NetworkDeviceData(dict):
|
|
|
3354
3353
|
if ips is not None:
|
|
3355
3354
|
pulumi.set(__self__, "ips", ips)
|
|
3356
3355
|
|
|
3357
|
-
@property
|
|
3356
|
+
@_builtins.property
|
|
3358
3357
|
@pulumi.getter(name="hardwareAddress")
|
|
3359
|
-
def hardware_address(self) -> Optional[
|
|
3358
|
+
def hardware_address(self) -> Optional[_builtins.str]:
|
|
3360
3359
|
"""
|
|
3361
3360
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
3362
3361
|
|
|
@@ -3364,9 +3363,9 @@ class NetworkDeviceData(dict):
|
|
|
3364
3363
|
"""
|
|
3365
3364
|
return pulumi.get(self, "hardware_address")
|
|
3366
3365
|
|
|
3367
|
-
@property
|
|
3366
|
+
@_builtins.property
|
|
3368
3367
|
@pulumi.getter(name="interfaceName")
|
|
3369
|
-
def interface_name(self) -> Optional[
|
|
3368
|
+
def interface_name(self) -> Optional[_builtins.str]:
|
|
3370
3369
|
"""
|
|
3371
3370
|
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.
|
|
3372
3371
|
|
|
@@ -3374,9 +3373,9 @@ class NetworkDeviceData(dict):
|
|
|
3374
3373
|
"""
|
|
3375
3374
|
return pulumi.get(self, "interface_name")
|
|
3376
3375
|
|
|
3377
|
-
@property
|
|
3376
|
+
@_builtins.property
|
|
3378
3377
|
@pulumi.getter
|
|
3379
|
-
def ips(self) -> Optional[Sequence[
|
|
3378
|
+
def ips(self) -> Optional[Sequence[_builtins.str]]:
|
|
3380
3379
|
"""
|
|
3381
3380
|
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.
|
|
3382
3381
|
|
|
@@ -3410,18 +3409,18 @@ class NetworkDeviceDataPatch(dict):
|
|
|
3410
3409
|
return super().get(key, default)
|
|
3411
3410
|
|
|
3412
3411
|
def __init__(__self__, *,
|
|
3413
|
-
hardware_address: Optional[
|
|
3414
|
-
interface_name: Optional[
|
|
3415
|
-
ips: Optional[Sequence[
|
|
3412
|
+
hardware_address: Optional[_builtins.str] = None,
|
|
3413
|
+
interface_name: Optional[_builtins.str] = None,
|
|
3414
|
+
ips: Optional[Sequence[_builtins.str]] = None):
|
|
3416
3415
|
"""
|
|
3417
3416
|
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.
|
|
3418
|
-
:param
|
|
3417
|
+
:param _builtins.str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
3419
3418
|
|
|
3420
3419
|
Must not be longer than 128 characters.
|
|
3421
|
-
:param
|
|
3420
|
+
: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.
|
|
3422
3421
|
|
|
3423
3422
|
Must not be longer than 256 characters.
|
|
3424
|
-
:param Sequence[
|
|
3423
|
+
: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.
|
|
3425
3424
|
|
|
3426
3425
|
Must not contain more than 16 entries.
|
|
3427
3426
|
"""
|
|
@@ -3432,9 +3431,9 @@ class NetworkDeviceDataPatch(dict):
|
|
|
3432
3431
|
if ips is not None:
|
|
3433
3432
|
pulumi.set(__self__, "ips", ips)
|
|
3434
3433
|
|
|
3435
|
-
@property
|
|
3434
|
+
@_builtins.property
|
|
3436
3435
|
@pulumi.getter(name="hardwareAddress")
|
|
3437
|
-
def hardware_address(self) -> Optional[
|
|
3436
|
+
def hardware_address(self) -> Optional[_builtins.str]:
|
|
3438
3437
|
"""
|
|
3439
3438
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
3440
3439
|
|
|
@@ -3442,9 +3441,9 @@ class NetworkDeviceDataPatch(dict):
|
|
|
3442
3441
|
"""
|
|
3443
3442
|
return pulumi.get(self, "hardware_address")
|
|
3444
3443
|
|
|
3445
|
-
@property
|
|
3444
|
+
@_builtins.property
|
|
3446
3445
|
@pulumi.getter(name="interfaceName")
|
|
3447
|
-
def interface_name(self) -> Optional[
|
|
3446
|
+
def interface_name(self) -> Optional[_builtins.str]:
|
|
3448
3447
|
"""
|
|
3449
3448
|
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.
|
|
3450
3449
|
|
|
@@ -3452,9 +3451,9 @@ class NetworkDeviceDataPatch(dict):
|
|
|
3452
3451
|
"""
|
|
3453
3452
|
return pulumi.get(self, "interface_name")
|
|
3454
3453
|
|
|
3455
|
-
@property
|
|
3454
|
+
@_builtins.property
|
|
3456
3455
|
@pulumi.getter
|
|
3457
|
-
def ips(self) -> Optional[Sequence[
|
|
3456
|
+
def ips(self) -> Optional[Sequence[_builtins.str]]:
|
|
3458
3457
|
"""
|
|
3459
3458
|
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.
|
|
3460
3459
|
|
|
@@ -3469,11 +3468,11 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
3469
3468
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
3470
3469
|
"""
|
|
3471
3470
|
def __init__(__self__, *,
|
|
3472
|
-
driver:
|
|
3471
|
+
driver: _builtins.str,
|
|
3473
3472
|
parameters: Any):
|
|
3474
3473
|
"""
|
|
3475
3474
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
3476
|
-
:param
|
|
3475
|
+
:param _builtins.str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
3477
3476
|
|
|
3478
3477
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
3479
3478
|
|
|
@@ -3485,9 +3484,9 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
3485
3484
|
pulumi.set(__self__, "driver", driver)
|
|
3486
3485
|
pulumi.set(__self__, "parameters", parameters)
|
|
3487
3486
|
|
|
3488
|
-
@property
|
|
3487
|
+
@_builtins.property
|
|
3489
3488
|
@pulumi.getter
|
|
3490
|
-
def driver(self) ->
|
|
3489
|
+
def driver(self) -> _builtins.str:
|
|
3491
3490
|
"""
|
|
3492
3491
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
3493
3492
|
|
|
@@ -3497,7 +3496,7 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
3497
3496
|
"""
|
|
3498
3497
|
return pulumi.get(self, "driver")
|
|
3499
3498
|
|
|
3500
|
-
@property
|
|
3499
|
+
@_builtins.property
|
|
3501
3500
|
@pulumi.getter
|
|
3502
3501
|
def parameters(self) -> Any:
|
|
3503
3502
|
"""
|
|
@@ -3514,11 +3513,11 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
3514
3513
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
3515
3514
|
"""
|
|
3516
3515
|
def __init__(__self__, *,
|
|
3517
|
-
driver: Optional[
|
|
3516
|
+
driver: Optional[_builtins.str] = None,
|
|
3518
3517
|
parameters: Optional[Any] = None):
|
|
3519
3518
|
"""
|
|
3520
3519
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
3521
|
-
:param
|
|
3520
|
+
:param _builtins.str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
3522
3521
|
|
|
3523
3522
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
3524
3523
|
|
|
@@ -3532,9 +3531,9 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
3532
3531
|
if parameters is not None:
|
|
3533
3532
|
pulumi.set(__self__, "parameters", parameters)
|
|
3534
3533
|
|
|
3535
|
-
@property
|
|
3534
|
+
@_builtins.property
|
|
3536
3535
|
@pulumi.getter
|
|
3537
|
-
def driver(self) -> Optional[
|
|
3536
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
3538
3537
|
"""
|
|
3539
3538
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
3540
3539
|
|
|
@@ -3544,7 +3543,7 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
3544
3543
|
"""
|
|
3545
3544
|
return pulumi.get(self, "driver")
|
|
3546
3545
|
|
|
3547
|
-
@property
|
|
3546
|
+
@_builtins.property
|
|
3548
3547
|
@pulumi.getter
|
|
3549
3548
|
def parameters(self) -> Optional[Any]:
|
|
3550
3549
|
"""
|
|
@@ -3581,8 +3580,8 @@ class ResourceClaim(dict):
|
|
|
3581
3580
|
|
|
3582
3581
|
def __init__(__self__, *,
|
|
3583
3582
|
spec: 'outputs.ResourceClaimSpec',
|
|
3584
|
-
api_version: Optional[
|
|
3585
|
-
kind: Optional[
|
|
3583
|
+
api_version: Optional[_builtins.str] = None,
|
|
3584
|
+
kind: Optional[_builtins.str] = None,
|
|
3586
3585
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
3587
3586
|
status: Optional['outputs.ResourceClaimStatus'] = None):
|
|
3588
3587
|
"""
|
|
@@ -3590,8 +3589,8 @@ class ResourceClaim(dict):
|
|
|
3590
3589
|
|
|
3591
3590
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
3592
3591
|
:param 'ResourceClaimSpecArgs' spec: Spec describes what is being requested and how to configure it. The spec is immutable.
|
|
3593
|
-
:param
|
|
3594
|
-
:param
|
|
3592
|
+
: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
|
|
3593
|
+
: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
|
|
3595
3594
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
3596
3595
|
:param 'ResourceClaimStatusArgs' status: Status describes whether the claim is ready to use and what has been allocated.
|
|
3597
3596
|
"""
|
|
@@ -3605,7 +3604,7 @@ class ResourceClaim(dict):
|
|
|
3605
3604
|
if status is not None:
|
|
3606
3605
|
pulumi.set(__self__, "status", status)
|
|
3607
3606
|
|
|
3608
|
-
@property
|
|
3607
|
+
@_builtins.property
|
|
3609
3608
|
@pulumi.getter
|
|
3610
3609
|
def spec(self) -> 'outputs.ResourceClaimSpec':
|
|
3611
3610
|
"""
|
|
@@ -3613,23 +3612,23 @@ class ResourceClaim(dict):
|
|
|
3613
3612
|
"""
|
|
3614
3613
|
return pulumi.get(self, "spec")
|
|
3615
3614
|
|
|
3616
|
-
@property
|
|
3615
|
+
@_builtins.property
|
|
3617
3616
|
@pulumi.getter(name="apiVersion")
|
|
3618
|
-
def api_version(self) -> Optional[
|
|
3617
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
3619
3618
|
"""
|
|
3620
3619
|
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
|
|
3621
3620
|
"""
|
|
3622
3621
|
return pulumi.get(self, "api_version")
|
|
3623
3622
|
|
|
3624
|
-
@property
|
|
3623
|
+
@_builtins.property
|
|
3625
3624
|
@pulumi.getter
|
|
3626
|
-
def kind(self) -> Optional[
|
|
3625
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
3627
3626
|
"""
|
|
3628
3627
|
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
|
|
3629
3628
|
"""
|
|
3630
3629
|
return pulumi.get(self, "kind")
|
|
3631
3630
|
|
|
3632
|
-
@property
|
|
3631
|
+
@_builtins.property
|
|
3633
3632
|
@pulumi.getter
|
|
3634
3633
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
3635
3634
|
"""
|
|
@@ -3637,7 +3636,7 @@ class ResourceClaim(dict):
|
|
|
3637
3636
|
"""
|
|
3638
3637
|
return pulumi.get(self, "metadata")
|
|
3639
3638
|
|
|
3640
|
-
@property
|
|
3639
|
+
@_builtins.property
|
|
3641
3640
|
@pulumi.getter
|
|
3642
3641
|
def status(self) -> Optional['outputs.ResourceClaimStatus']:
|
|
3643
3642
|
"""
|
|
@@ -3669,16 +3668,16 @@ class ResourceClaimConsumerReference(dict):
|
|
|
3669
3668
|
return super().get(key, default)
|
|
3670
3669
|
|
|
3671
3670
|
def __init__(__self__, *,
|
|
3672
|
-
name:
|
|
3673
|
-
resource:
|
|
3674
|
-
uid:
|
|
3675
|
-
api_group: Optional[
|
|
3671
|
+
name: _builtins.str,
|
|
3672
|
+
resource: _builtins.str,
|
|
3673
|
+
uid: _builtins.str,
|
|
3674
|
+
api_group: Optional[_builtins.str] = None):
|
|
3676
3675
|
"""
|
|
3677
3676
|
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.
|
|
3678
|
-
:param
|
|
3679
|
-
:param
|
|
3680
|
-
:param
|
|
3681
|
-
:param
|
|
3677
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
3678
|
+
:param _builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
3679
|
+
:param _builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
3680
|
+
: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.
|
|
3682
3681
|
"""
|
|
3683
3682
|
pulumi.set(__self__, "name", name)
|
|
3684
3683
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -3686,33 +3685,33 @@ class ResourceClaimConsumerReference(dict):
|
|
|
3686
3685
|
if api_group is not None:
|
|
3687
3686
|
pulumi.set(__self__, "api_group", api_group)
|
|
3688
3687
|
|
|
3689
|
-
@property
|
|
3688
|
+
@_builtins.property
|
|
3690
3689
|
@pulumi.getter
|
|
3691
|
-
def name(self) ->
|
|
3690
|
+
def name(self) -> _builtins.str:
|
|
3692
3691
|
"""
|
|
3693
3692
|
Name is the name of resource being referenced.
|
|
3694
3693
|
"""
|
|
3695
3694
|
return pulumi.get(self, "name")
|
|
3696
3695
|
|
|
3697
|
-
@property
|
|
3696
|
+
@_builtins.property
|
|
3698
3697
|
@pulumi.getter
|
|
3699
|
-
def resource(self) ->
|
|
3698
|
+
def resource(self) -> _builtins.str:
|
|
3700
3699
|
"""
|
|
3701
3700
|
Resource is the type of resource being referenced, for example "pods".
|
|
3702
3701
|
"""
|
|
3703
3702
|
return pulumi.get(self, "resource")
|
|
3704
3703
|
|
|
3705
|
-
@property
|
|
3704
|
+
@_builtins.property
|
|
3706
3705
|
@pulumi.getter
|
|
3707
|
-
def uid(self) ->
|
|
3706
|
+
def uid(self) -> _builtins.str:
|
|
3708
3707
|
"""
|
|
3709
3708
|
UID identifies exactly one incarnation of the resource.
|
|
3710
3709
|
"""
|
|
3711
3710
|
return pulumi.get(self, "uid")
|
|
3712
3711
|
|
|
3713
|
-
@property
|
|
3712
|
+
@_builtins.property
|
|
3714
3713
|
@pulumi.getter(name="apiGroup")
|
|
3715
|
-
def api_group(self) -> Optional[
|
|
3714
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
3716
3715
|
"""
|
|
3717
3716
|
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.
|
|
3718
3717
|
"""
|
|
@@ -3742,16 +3741,16 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
3742
3741
|
return super().get(key, default)
|
|
3743
3742
|
|
|
3744
3743
|
def __init__(__self__, *,
|
|
3745
|
-
api_group: Optional[
|
|
3746
|
-
name: Optional[
|
|
3747
|
-
resource: Optional[
|
|
3748
|
-
uid: Optional[
|
|
3744
|
+
api_group: Optional[_builtins.str] = None,
|
|
3745
|
+
name: Optional[_builtins.str] = None,
|
|
3746
|
+
resource: Optional[_builtins.str] = None,
|
|
3747
|
+
uid: Optional[_builtins.str] = None):
|
|
3749
3748
|
"""
|
|
3750
3749
|
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.
|
|
3751
|
-
:param
|
|
3752
|
-
:param
|
|
3753
|
-
:param
|
|
3754
|
-
:param
|
|
3750
|
+
: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.
|
|
3751
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
3752
|
+
:param _builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
3753
|
+
:param _builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
3755
3754
|
"""
|
|
3756
3755
|
if api_group is not None:
|
|
3757
3756
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -3762,33 +3761,33 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
3762
3761
|
if uid is not None:
|
|
3763
3762
|
pulumi.set(__self__, "uid", uid)
|
|
3764
3763
|
|
|
3765
|
-
@property
|
|
3764
|
+
@_builtins.property
|
|
3766
3765
|
@pulumi.getter(name="apiGroup")
|
|
3767
|
-
def api_group(self) -> Optional[
|
|
3766
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
3768
3767
|
"""
|
|
3769
3768
|
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.
|
|
3770
3769
|
"""
|
|
3771
3770
|
return pulumi.get(self, "api_group")
|
|
3772
3771
|
|
|
3773
|
-
@property
|
|
3772
|
+
@_builtins.property
|
|
3774
3773
|
@pulumi.getter
|
|
3775
|
-
def name(self) -> Optional[
|
|
3774
|
+
def name(self) -> Optional[_builtins.str]:
|
|
3776
3775
|
"""
|
|
3777
3776
|
Name is the name of resource being referenced.
|
|
3778
3777
|
"""
|
|
3779
3778
|
return pulumi.get(self, "name")
|
|
3780
3779
|
|
|
3781
|
-
@property
|
|
3780
|
+
@_builtins.property
|
|
3782
3781
|
@pulumi.getter
|
|
3783
|
-
def resource(self) -> Optional[
|
|
3782
|
+
def resource(self) -> Optional[_builtins.str]:
|
|
3784
3783
|
"""
|
|
3785
3784
|
Resource is the type of resource being referenced, for example "pods".
|
|
3786
3785
|
"""
|
|
3787
3786
|
return pulumi.get(self, "resource")
|
|
3788
3787
|
|
|
3789
|
-
@property
|
|
3788
|
+
@_builtins.property
|
|
3790
3789
|
@pulumi.getter
|
|
3791
|
-
def uid(self) -> Optional[
|
|
3790
|
+
def uid(self) -> Optional[_builtins.str]:
|
|
3792
3791
|
"""
|
|
3793
3792
|
UID identifies exactly one incarnation of the resource.
|
|
3794
3793
|
"""
|
|
@@ -3809,7 +3808,7 @@ class ResourceClaimSpec(dict):
|
|
|
3809
3808
|
if devices is not None:
|
|
3810
3809
|
pulumi.set(__self__, "devices", devices)
|
|
3811
3810
|
|
|
3812
|
-
@property
|
|
3811
|
+
@_builtins.property
|
|
3813
3812
|
@pulumi.getter
|
|
3814
3813
|
def devices(self) -> Optional['outputs.DeviceClaim']:
|
|
3815
3814
|
"""
|
|
@@ -3832,7 +3831,7 @@ class ResourceClaimSpecPatch(dict):
|
|
|
3832
3831
|
if devices is not None:
|
|
3833
3832
|
pulumi.set(__self__, "devices", devices)
|
|
3834
3833
|
|
|
3835
|
-
@property
|
|
3834
|
+
@_builtins.property
|
|
3836
3835
|
@pulumi.getter
|
|
3837
3836
|
def devices(self) -> Optional['outputs.DeviceClaimPatch']:
|
|
3838
3837
|
"""
|
|
@@ -3886,7 +3885,7 @@ class ResourceClaimStatus(dict):
|
|
|
3886
3885
|
if reserved_for is not None:
|
|
3887
3886
|
pulumi.set(__self__, "reserved_for", reserved_for)
|
|
3888
3887
|
|
|
3889
|
-
@property
|
|
3888
|
+
@_builtins.property
|
|
3890
3889
|
@pulumi.getter
|
|
3891
3890
|
def allocation(self) -> Optional['outputs.AllocationResult']:
|
|
3892
3891
|
"""
|
|
@@ -3894,7 +3893,7 @@ class ResourceClaimStatus(dict):
|
|
|
3894
3893
|
"""
|
|
3895
3894
|
return pulumi.get(self, "allocation")
|
|
3896
3895
|
|
|
3897
|
-
@property
|
|
3896
|
+
@_builtins.property
|
|
3898
3897
|
@pulumi.getter
|
|
3899
3898
|
def devices(self) -> Optional[Sequence['outputs.AllocatedDeviceStatus']]:
|
|
3900
3899
|
"""
|
|
@@ -3902,7 +3901,7 @@ class ResourceClaimStatus(dict):
|
|
|
3902
3901
|
"""
|
|
3903
3902
|
return pulumi.get(self, "devices")
|
|
3904
3903
|
|
|
3905
|
-
@property
|
|
3904
|
+
@_builtins.property
|
|
3906
3905
|
@pulumi.getter(name="reservedFor")
|
|
3907
3906
|
def reserved_for(self) -> Optional[Sequence['outputs.ResourceClaimConsumerReference']]:
|
|
3908
3907
|
"""
|
|
@@ -3962,7 +3961,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
3962
3961
|
if reserved_for is not None:
|
|
3963
3962
|
pulumi.set(__self__, "reserved_for", reserved_for)
|
|
3964
3963
|
|
|
3965
|
-
@property
|
|
3964
|
+
@_builtins.property
|
|
3966
3965
|
@pulumi.getter
|
|
3967
3966
|
def allocation(self) -> Optional['outputs.AllocationResultPatch']:
|
|
3968
3967
|
"""
|
|
@@ -3970,7 +3969,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
3970
3969
|
"""
|
|
3971
3970
|
return pulumi.get(self, "allocation")
|
|
3972
3971
|
|
|
3973
|
-
@property
|
|
3972
|
+
@_builtins.property
|
|
3974
3973
|
@pulumi.getter
|
|
3975
3974
|
def devices(self) -> Optional[Sequence['outputs.AllocatedDeviceStatusPatch']]:
|
|
3976
3975
|
"""
|
|
@@ -3978,7 +3977,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
3978
3977
|
"""
|
|
3979
3978
|
return pulumi.get(self, "devices")
|
|
3980
3979
|
|
|
3981
|
-
@property
|
|
3980
|
+
@_builtins.property
|
|
3982
3981
|
@pulumi.getter(name="reservedFor")
|
|
3983
3982
|
def reserved_for(self) -> Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']]:
|
|
3984
3983
|
"""
|
|
@@ -4019,8 +4018,8 @@ class ResourceClaimTemplate(dict):
|
|
|
4019
4018
|
|
|
4020
4019
|
def __init__(__self__, *,
|
|
4021
4020
|
spec: 'outputs.ResourceClaimTemplateSpec',
|
|
4022
|
-
api_version: Optional[
|
|
4023
|
-
kind: Optional[
|
|
4021
|
+
api_version: Optional[_builtins.str] = None,
|
|
4022
|
+
kind: Optional[_builtins.str] = None,
|
|
4024
4023
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
4025
4024
|
"""
|
|
4026
4025
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
@@ -4029,8 +4028,8 @@ class ResourceClaimTemplate(dict):
|
|
|
4029
4028
|
:param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
|
|
4030
4029
|
|
|
4031
4030
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
4032
|
-
:param
|
|
4033
|
-
:param
|
|
4031
|
+
: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
|
|
4032
|
+
: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
|
|
4034
4033
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
4035
4034
|
"""
|
|
4036
4035
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -4041,7 +4040,7 @@ class ResourceClaimTemplate(dict):
|
|
|
4041
4040
|
if metadata is not None:
|
|
4042
4041
|
pulumi.set(__self__, "metadata", metadata)
|
|
4043
4042
|
|
|
4044
|
-
@property
|
|
4043
|
+
@_builtins.property
|
|
4045
4044
|
@pulumi.getter
|
|
4046
4045
|
def spec(self) -> 'outputs.ResourceClaimTemplateSpec':
|
|
4047
4046
|
"""
|
|
@@ -4051,23 +4050,23 @@ class ResourceClaimTemplate(dict):
|
|
|
4051
4050
|
"""
|
|
4052
4051
|
return pulumi.get(self, "spec")
|
|
4053
4052
|
|
|
4054
|
-
@property
|
|
4053
|
+
@_builtins.property
|
|
4055
4054
|
@pulumi.getter(name="apiVersion")
|
|
4056
|
-
def api_version(self) -> Optional[
|
|
4055
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
4057
4056
|
"""
|
|
4058
4057
|
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
|
|
4059
4058
|
"""
|
|
4060
4059
|
return pulumi.get(self, "api_version")
|
|
4061
4060
|
|
|
4062
|
-
@property
|
|
4061
|
+
@_builtins.property
|
|
4063
4062
|
@pulumi.getter
|
|
4064
|
-
def kind(self) -> Optional[
|
|
4063
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
4065
4064
|
"""
|
|
4066
4065
|
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
|
|
4067
4066
|
"""
|
|
4068
4067
|
return pulumi.get(self, "kind")
|
|
4069
4068
|
|
|
4070
|
-
@property
|
|
4069
|
+
@_builtins.property
|
|
4071
4070
|
@pulumi.getter
|
|
4072
4071
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
4073
4072
|
"""
|
|
@@ -4093,7 +4092,7 @@ class ResourceClaimTemplateSpec(dict):
|
|
|
4093
4092
|
if metadata is not None:
|
|
4094
4093
|
pulumi.set(__self__, "metadata", metadata)
|
|
4095
4094
|
|
|
4096
|
-
@property
|
|
4095
|
+
@_builtins.property
|
|
4097
4096
|
@pulumi.getter
|
|
4098
4097
|
def spec(self) -> 'outputs.ResourceClaimSpec':
|
|
4099
4098
|
"""
|
|
@@ -4101,7 +4100,7 @@ class ResourceClaimTemplateSpec(dict):
|
|
|
4101
4100
|
"""
|
|
4102
4101
|
return pulumi.get(self, "spec")
|
|
4103
4102
|
|
|
4104
|
-
@property
|
|
4103
|
+
@_builtins.property
|
|
4105
4104
|
@pulumi.getter
|
|
4106
4105
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
4107
4106
|
"""
|
|
@@ -4128,7 +4127,7 @@ class ResourceClaimTemplateSpecPatch(dict):
|
|
|
4128
4127
|
if spec is not None:
|
|
4129
4128
|
pulumi.set(__self__, "spec", spec)
|
|
4130
4129
|
|
|
4131
|
-
@property
|
|
4130
|
+
@_builtins.property
|
|
4132
4131
|
@pulumi.getter
|
|
4133
4132
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMetaPatch']:
|
|
4134
4133
|
"""
|
|
@@ -4136,7 +4135,7 @@ class ResourceClaimTemplateSpecPatch(dict):
|
|
|
4136
4135
|
"""
|
|
4137
4136
|
return pulumi.get(self, "metadata")
|
|
4138
4137
|
|
|
4139
|
-
@property
|
|
4138
|
+
@_builtins.property
|
|
4140
4139
|
@pulumi.getter
|
|
4141
4140
|
def spec(self) -> Optional['outputs.ResourceClaimSpecPatch']:
|
|
4142
4141
|
"""
|
|
@@ -4168,18 +4167,18 @@ class ResourcePool(dict):
|
|
|
4168
4167
|
return super().get(key, default)
|
|
4169
4168
|
|
|
4170
4169
|
def __init__(__self__, *,
|
|
4171
|
-
generation:
|
|
4172
|
-
name:
|
|
4173
|
-
resource_slice_count:
|
|
4170
|
+
generation: _builtins.int,
|
|
4171
|
+
name: _builtins.str,
|
|
4172
|
+
resource_slice_count: _builtins.int):
|
|
4174
4173
|
"""
|
|
4175
4174
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
4176
|
-
:param
|
|
4175
|
+
: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.
|
|
4177
4176
|
|
|
4178
4177
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
4179
|
-
:param
|
|
4178
|
+
: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.
|
|
4180
4179
|
|
|
4181
4180
|
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.
|
|
4182
|
-
:param
|
|
4181
|
+
: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.
|
|
4183
4182
|
|
|
4184
4183
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
4185
4184
|
"""
|
|
@@ -4187,9 +4186,9 @@ class ResourcePool(dict):
|
|
|
4187
4186
|
pulumi.set(__self__, "name", name)
|
|
4188
4187
|
pulumi.set(__self__, "resource_slice_count", resource_slice_count)
|
|
4189
4188
|
|
|
4190
|
-
@property
|
|
4189
|
+
@_builtins.property
|
|
4191
4190
|
@pulumi.getter
|
|
4192
|
-
def generation(self) ->
|
|
4191
|
+
def generation(self) -> _builtins.int:
|
|
4193
4192
|
"""
|
|
4194
4193
|
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.
|
|
4195
4194
|
|
|
@@ -4197,9 +4196,9 @@ class ResourcePool(dict):
|
|
|
4197
4196
|
"""
|
|
4198
4197
|
return pulumi.get(self, "generation")
|
|
4199
4198
|
|
|
4200
|
-
@property
|
|
4199
|
+
@_builtins.property
|
|
4201
4200
|
@pulumi.getter
|
|
4202
|
-
def name(self) ->
|
|
4201
|
+
def name(self) -> _builtins.str:
|
|
4203
4202
|
"""
|
|
4204
4203
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
4205
4204
|
|
|
@@ -4207,9 +4206,9 @@ class ResourcePool(dict):
|
|
|
4207
4206
|
"""
|
|
4208
4207
|
return pulumi.get(self, "name")
|
|
4209
4208
|
|
|
4210
|
-
@property
|
|
4209
|
+
@_builtins.property
|
|
4211
4210
|
@pulumi.getter(name="resourceSliceCount")
|
|
4212
|
-
def resource_slice_count(self) ->
|
|
4211
|
+
def resource_slice_count(self) -> _builtins.int:
|
|
4213
4212
|
"""
|
|
4214
4213
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
4215
4214
|
|
|
@@ -4241,18 +4240,18 @@ class ResourcePoolPatch(dict):
|
|
|
4241
4240
|
return super().get(key, default)
|
|
4242
4241
|
|
|
4243
4242
|
def __init__(__self__, *,
|
|
4244
|
-
generation: Optional[
|
|
4245
|
-
name: Optional[
|
|
4246
|
-
resource_slice_count: Optional[
|
|
4243
|
+
generation: Optional[_builtins.int] = None,
|
|
4244
|
+
name: Optional[_builtins.str] = None,
|
|
4245
|
+
resource_slice_count: Optional[_builtins.int] = None):
|
|
4247
4246
|
"""
|
|
4248
4247
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
4249
|
-
:param
|
|
4248
|
+
: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.
|
|
4250
4249
|
|
|
4251
4250
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
4252
|
-
:param
|
|
4251
|
+
: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.
|
|
4253
4252
|
|
|
4254
4253
|
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.
|
|
4255
|
-
:param
|
|
4254
|
+
: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.
|
|
4256
4255
|
|
|
4257
4256
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
4258
4257
|
"""
|
|
@@ -4263,9 +4262,9 @@ class ResourcePoolPatch(dict):
|
|
|
4263
4262
|
if resource_slice_count is not None:
|
|
4264
4263
|
pulumi.set(__self__, "resource_slice_count", resource_slice_count)
|
|
4265
4264
|
|
|
4266
|
-
@property
|
|
4265
|
+
@_builtins.property
|
|
4267
4266
|
@pulumi.getter
|
|
4268
|
-
def generation(self) -> Optional[
|
|
4267
|
+
def generation(self) -> Optional[_builtins.int]:
|
|
4269
4268
|
"""
|
|
4270
4269
|
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.
|
|
4271
4270
|
|
|
@@ -4273,9 +4272,9 @@ class ResourcePoolPatch(dict):
|
|
|
4273
4272
|
"""
|
|
4274
4273
|
return pulumi.get(self, "generation")
|
|
4275
4274
|
|
|
4276
|
-
@property
|
|
4275
|
+
@_builtins.property
|
|
4277
4276
|
@pulumi.getter
|
|
4278
|
-
def name(self) -> Optional[
|
|
4277
|
+
def name(self) -> Optional[_builtins.str]:
|
|
4279
4278
|
"""
|
|
4280
4279
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
4281
4280
|
|
|
@@ -4283,9 +4282,9 @@ class ResourcePoolPatch(dict):
|
|
|
4283
4282
|
"""
|
|
4284
4283
|
return pulumi.get(self, "name")
|
|
4285
4284
|
|
|
4286
|
-
@property
|
|
4285
|
+
@_builtins.property
|
|
4287
4286
|
@pulumi.getter(name="resourceSliceCount")
|
|
4288
|
-
def resource_slice_count(self) -> Optional[
|
|
4287
|
+
def resource_slice_count(self) -> Optional[_builtins.int]:
|
|
4289
4288
|
"""
|
|
4290
4289
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
4291
4290
|
|
|
@@ -4328,8 +4327,8 @@ class ResourceSlice(dict):
|
|
|
4328
4327
|
|
|
4329
4328
|
def __init__(__self__, *,
|
|
4330
4329
|
spec: 'outputs.ResourceSliceSpec',
|
|
4331
|
-
api_version: Optional[
|
|
4332
|
-
kind: Optional[
|
|
4330
|
+
api_version: Optional[_builtins.str] = None,
|
|
4331
|
+
kind: Optional[_builtins.str] = None,
|
|
4333
4332
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
4334
4333
|
"""
|
|
4335
4334
|
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.
|
|
@@ -4346,8 +4345,8 @@ class ResourceSlice(dict):
|
|
|
4346
4345
|
:param 'ResourceSliceSpecArgs' spec: Contains the information published by the driver.
|
|
4347
4346
|
|
|
4348
4347
|
Changing the spec automatically increments the metadata.generation number.
|
|
4349
|
-
:param
|
|
4350
|
-
:param
|
|
4348
|
+
: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
|
|
4349
|
+
: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
|
|
4351
4350
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
4352
4351
|
"""
|
|
4353
4352
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -4358,7 +4357,7 @@ class ResourceSlice(dict):
|
|
|
4358
4357
|
if metadata is not None:
|
|
4359
4358
|
pulumi.set(__self__, "metadata", metadata)
|
|
4360
4359
|
|
|
4361
|
-
@property
|
|
4360
|
+
@_builtins.property
|
|
4362
4361
|
@pulumi.getter
|
|
4363
4362
|
def spec(self) -> 'outputs.ResourceSliceSpec':
|
|
4364
4363
|
"""
|
|
@@ -4368,23 +4367,23 @@ class ResourceSlice(dict):
|
|
|
4368
4367
|
"""
|
|
4369
4368
|
return pulumi.get(self, "spec")
|
|
4370
4369
|
|
|
4371
|
-
@property
|
|
4370
|
+
@_builtins.property
|
|
4372
4371
|
@pulumi.getter(name="apiVersion")
|
|
4373
|
-
def api_version(self) -> Optional[
|
|
4372
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
4374
4373
|
"""
|
|
4375
4374
|
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
|
|
4376
4375
|
"""
|
|
4377
4376
|
return pulumi.get(self, "api_version")
|
|
4378
4377
|
|
|
4379
|
-
@property
|
|
4378
|
+
@_builtins.property
|
|
4380
4379
|
@pulumi.getter
|
|
4381
|
-
def kind(self) -> Optional[
|
|
4380
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
4382
4381
|
"""
|
|
4383
4382
|
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
|
|
4384
4383
|
"""
|
|
4385
4384
|
return pulumi.get(self, "kind")
|
|
4386
4385
|
|
|
4387
|
-
@property
|
|
4386
|
+
@_builtins.property
|
|
4388
4387
|
@pulumi.getter
|
|
4389
4388
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
4390
4389
|
"""
|
|
@@ -4424,27 +4423,27 @@ class ResourceSliceSpec(dict):
|
|
|
4424
4423
|
return super().get(key, default)
|
|
4425
4424
|
|
|
4426
4425
|
def __init__(__self__, *,
|
|
4427
|
-
driver:
|
|
4426
|
+
driver: _builtins.str,
|
|
4428
4427
|
pool: 'outputs.ResourcePool',
|
|
4429
|
-
all_nodes: Optional[
|
|
4428
|
+
all_nodes: Optional[_builtins.bool] = None,
|
|
4430
4429
|
devices: Optional[Sequence['outputs.Device']] = None,
|
|
4431
|
-
node_name: Optional[
|
|
4430
|
+
node_name: Optional[_builtins.str] = None,
|
|
4432
4431
|
node_selector: Optional['_core.v1.outputs.NodeSelector'] = None,
|
|
4433
|
-
per_device_node_selection: Optional[
|
|
4432
|
+
per_device_node_selection: Optional[_builtins.bool] = None,
|
|
4434
4433
|
shared_counters: Optional[Sequence['outputs.CounterSet']] = None):
|
|
4435
4434
|
"""
|
|
4436
4435
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
4437
|
-
:param
|
|
4436
|
+
: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.
|
|
4438
4437
|
|
|
4439
4438
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
4440
4439
|
:param 'ResourcePoolArgs' pool: Pool describes the pool that this ResourceSlice belongs to.
|
|
4441
|
-
:param
|
|
4440
|
+
:param _builtins.bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4442
4441
|
|
|
4443
4442
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4444
4443
|
:param Sequence['DeviceArgs'] devices: Devices lists some or all of the devices in this pool.
|
|
4445
4444
|
|
|
4446
4445
|
Must not have more than 128 entries.
|
|
4447
|
-
:param
|
|
4446
|
+
: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.
|
|
4448
4447
|
|
|
4449
4448
|
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.
|
|
4450
4449
|
|
|
@@ -4454,7 +4453,7 @@ class ResourceSliceSpec(dict):
|
|
|
4454
4453
|
Must use exactly one term.
|
|
4455
4454
|
|
|
4456
4455
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4457
|
-
:param
|
|
4456
|
+
: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.
|
|
4458
4457
|
|
|
4459
4458
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4460
4459
|
:param Sequence['CounterSetArgs'] shared_counters: SharedCounters defines a list of counter sets, each of which has a name and a list of counters available.
|
|
@@ -4478,9 +4477,9 @@ class ResourceSliceSpec(dict):
|
|
|
4478
4477
|
if shared_counters is not None:
|
|
4479
4478
|
pulumi.set(__self__, "shared_counters", shared_counters)
|
|
4480
4479
|
|
|
4481
|
-
@property
|
|
4480
|
+
@_builtins.property
|
|
4482
4481
|
@pulumi.getter
|
|
4483
|
-
def driver(self) ->
|
|
4482
|
+
def driver(self) -> _builtins.str:
|
|
4484
4483
|
"""
|
|
4485
4484
|
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.
|
|
4486
4485
|
|
|
@@ -4488,7 +4487,7 @@ class ResourceSliceSpec(dict):
|
|
|
4488
4487
|
"""
|
|
4489
4488
|
return pulumi.get(self, "driver")
|
|
4490
4489
|
|
|
4491
|
-
@property
|
|
4490
|
+
@_builtins.property
|
|
4492
4491
|
@pulumi.getter
|
|
4493
4492
|
def pool(self) -> 'outputs.ResourcePool':
|
|
4494
4493
|
"""
|
|
@@ -4496,9 +4495,9 @@ class ResourceSliceSpec(dict):
|
|
|
4496
4495
|
"""
|
|
4497
4496
|
return pulumi.get(self, "pool")
|
|
4498
4497
|
|
|
4499
|
-
@property
|
|
4498
|
+
@_builtins.property
|
|
4500
4499
|
@pulumi.getter(name="allNodes")
|
|
4501
|
-
def all_nodes(self) -> Optional[
|
|
4500
|
+
def all_nodes(self) -> Optional[_builtins.bool]:
|
|
4502
4501
|
"""
|
|
4503
4502
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4504
4503
|
|
|
@@ -4506,7 +4505,7 @@ class ResourceSliceSpec(dict):
|
|
|
4506
4505
|
"""
|
|
4507
4506
|
return pulumi.get(self, "all_nodes")
|
|
4508
4507
|
|
|
4509
|
-
@property
|
|
4508
|
+
@_builtins.property
|
|
4510
4509
|
@pulumi.getter
|
|
4511
4510
|
def devices(self) -> Optional[Sequence['outputs.Device']]:
|
|
4512
4511
|
"""
|
|
@@ -4516,9 +4515,9 @@ class ResourceSliceSpec(dict):
|
|
|
4516
4515
|
"""
|
|
4517
4516
|
return pulumi.get(self, "devices")
|
|
4518
4517
|
|
|
4519
|
-
@property
|
|
4518
|
+
@_builtins.property
|
|
4520
4519
|
@pulumi.getter(name="nodeName")
|
|
4521
|
-
def node_name(self) -> Optional[
|
|
4520
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
4522
4521
|
"""
|
|
4523
4522
|
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.
|
|
4524
4523
|
|
|
@@ -4528,7 +4527,7 @@ class ResourceSliceSpec(dict):
|
|
|
4528
4527
|
"""
|
|
4529
4528
|
return pulumi.get(self, "node_name")
|
|
4530
4529
|
|
|
4531
|
-
@property
|
|
4530
|
+
@_builtins.property
|
|
4532
4531
|
@pulumi.getter(name="nodeSelector")
|
|
4533
4532
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelector']:
|
|
4534
4533
|
"""
|
|
@@ -4540,9 +4539,9 @@ class ResourceSliceSpec(dict):
|
|
|
4540
4539
|
"""
|
|
4541
4540
|
return pulumi.get(self, "node_selector")
|
|
4542
4541
|
|
|
4543
|
-
@property
|
|
4542
|
+
@_builtins.property
|
|
4544
4543
|
@pulumi.getter(name="perDeviceNodeSelection")
|
|
4545
|
-
def per_device_node_selection(self) -> Optional[
|
|
4544
|
+
def per_device_node_selection(self) -> Optional[_builtins.bool]:
|
|
4546
4545
|
"""
|
|
4547
4546
|
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.
|
|
4548
4547
|
|
|
@@ -4550,7 +4549,7 @@ class ResourceSliceSpec(dict):
|
|
|
4550
4549
|
"""
|
|
4551
4550
|
return pulumi.get(self, "per_device_node_selection")
|
|
4552
4551
|
|
|
4553
|
-
@property
|
|
4552
|
+
@_builtins.property
|
|
4554
4553
|
@pulumi.getter(name="sharedCounters")
|
|
4555
4554
|
def shared_counters(self) -> Optional[Sequence['outputs.CounterSet']]:
|
|
4556
4555
|
"""
|
|
@@ -4594,26 +4593,26 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4594
4593
|
return super().get(key, default)
|
|
4595
4594
|
|
|
4596
4595
|
def __init__(__self__, *,
|
|
4597
|
-
all_nodes: Optional[
|
|
4596
|
+
all_nodes: Optional[_builtins.bool] = None,
|
|
4598
4597
|
devices: Optional[Sequence['outputs.DevicePatch']] = None,
|
|
4599
|
-
driver: Optional[
|
|
4600
|
-
node_name: Optional[
|
|
4598
|
+
driver: Optional[_builtins.str] = None,
|
|
4599
|
+
node_name: Optional[_builtins.str] = None,
|
|
4601
4600
|
node_selector: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
4602
|
-
per_device_node_selection: Optional[
|
|
4601
|
+
per_device_node_selection: Optional[_builtins.bool] = None,
|
|
4603
4602
|
pool: Optional['outputs.ResourcePoolPatch'] = None,
|
|
4604
4603
|
shared_counters: Optional[Sequence['outputs.CounterSetPatch']] = None):
|
|
4605
4604
|
"""
|
|
4606
4605
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
4607
|
-
:param
|
|
4606
|
+
:param _builtins.bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4608
4607
|
|
|
4609
4608
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4610
4609
|
:param Sequence['DevicePatchArgs'] devices: Devices lists some or all of the devices in this pool.
|
|
4611
4610
|
|
|
4612
4611
|
Must not have more than 128 entries.
|
|
4613
|
-
:param
|
|
4612
|
+
: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.
|
|
4614
4613
|
|
|
4615
4614
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
4616
|
-
:param
|
|
4615
|
+
: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.
|
|
4617
4616
|
|
|
4618
4617
|
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.
|
|
4619
4618
|
|
|
@@ -4623,7 +4622,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4623
4622
|
Must use exactly one term.
|
|
4624
4623
|
|
|
4625
4624
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4626
|
-
:param
|
|
4625
|
+
: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.
|
|
4627
4626
|
|
|
4628
4627
|
Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.
|
|
4629
4628
|
:param 'ResourcePoolPatchArgs' pool: Pool describes the pool that this ResourceSlice belongs to.
|
|
@@ -4650,9 +4649,9 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4650
4649
|
if shared_counters is not None:
|
|
4651
4650
|
pulumi.set(__self__, "shared_counters", shared_counters)
|
|
4652
4651
|
|
|
4653
|
-
@property
|
|
4652
|
+
@_builtins.property
|
|
4654
4653
|
@pulumi.getter(name="allNodes")
|
|
4655
|
-
def all_nodes(self) -> Optional[
|
|
4654
|
+
def all_nodes(self) -> Optional[_builtins.bool]:
|
|
4656
4655
|
"""
|
|
4657
4656
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
4658
4657
|
|
|
@@ -4660,7 +4659,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4660
4659
|
"""
|
|
4661
4660
|
return pulumi.get(self, "all_nodes")
|
|
4662
4661
|
|
|
4663
|
-
@property
|
|
4662
|
+
@_builtins.property
|
|
4664
4663
|
@pulumi.getter
|
|
4665
4664
|
def devices(self) -> Optional[Sequence['outputs.DevicePatch']]:
|
|
4666
4665
|
"""
|
|
@@ -4670,9 +4669,9 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4670
4669
|
"""
|
|
4671
4670
|
return pulumi.get(self, "devices")
|
|
4672
4671
|
|
|
4673
|
-
@property
|
|
4672
|
+
@_builtins.property
|
|
4674
4673
|
@pulumi.getter
|
|
4675
|
-
def driver(self) -> Optional[
|
|
4674
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
4676
4675
|
"""
|
|
4677
4676
|
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.
|
|
4678
4677
|
|
|
@@ -4680,9 +4679,9 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4680
4679
|
"""
|
|
4681
4680
|
return pulumi.get(self, "driver")
|
|
4682
4681
|
|
|
4683
|
-
@property
|
|
4682
|
+
@_builtins.property
|
|
4684
4683
|
@pulumi.getter(name="nodeName")
|
|
4685
|
-
def node_name(self) -> Optional[
|
|
4684
|
+
def node_name(self) -> Optional[_builtins.str]:
|
|
4686
4685
|
"""
|
|
4687
4686
|
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.
|
|
4688
4687
|
|
|
@@ -4692,7 +4691,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4692
4691
|
"""
|
|
4693
4692
|
return pulumi.get(self, "node_name")
|
|
4694
4693
|
|
|
4695
|
-
@property
|
|
4694
|
+
@_builtins.property
|
|
4696
4695
|
@pulumi.getter(name="nodeSelector")
|
|
4697
4696
|
def node_selector(self) -> Optional['_core.v1.outputs.NodeSelectorPatch']:
|
|
4698
4697
|
"""
|
|
@@ -4704,9 +4703,9 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4704
4703
|
"""
|
|
4705
4704
|
return pulumi.get(self, "node_selector")
|
|
4706
4705
|
|
|
4707
|
-
@property
|
|
4706
|
+
@_builtins.property
|
|
4708
4707
|
@pulumi.getter(name="perDeviceNodeSelection")
|
|
4709
|
-
def per_device_node_selection(self) -> Optional[
|
|
4708
|
+
def per_device_node_selection(self) -> Optional[_builtins.bool]:
|
|
4710
4709
|
"""
|
|
4711
4710
|
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.
|
|
4712
4711
|
|
|
@@ -4714,7 +4713,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4714
4713
|
"""
|
|
4715
4714
|
return pulumi.get(self, "per_device_node_selection")
|
|
4716
4715
|
|
|
4717
|
-
@property
|
|
4716
|
+
@_builtins.property
|
|
4718
4717
|
@pulumi.getter
|
|
4719
4718
|
def pool(self) -> Optional['outputs.ResourcePoolPatch']:
|
|
4720
4719
|
"""
|
|
@@ -4722,7 +4721,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
4722
4721
|
"""
|
|
4723
4722
|
return pulumi.get(self, "pool")
|
|
4724
4723
|
|
|
4725
|
-
@property
|
|
4724
|
+
@_builtins.property
|
|
4726
4725
|
@pulumi.getter(name="sharedCounters")
|
|
4727
4726
|
def shared_counters(self) -> Optional[Sequence['outputs.CounterSetPatch']]:
|
|
4728
4727
|
"""
|