pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743595894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -114,17 +115,17 @@ if not MYPY:
|
|
|
114
115
|
"""
|
|
115
116
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
116
117
|
"""
|
|
117
|
-
device: pulumi.Input[str]
|
|
118
|
+
device: pulumi.Input[builtins.str]
|
|
118
119
|
"""
|
|
119
120
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
120
121
|
"""
|
|
121
|
-
driver: pulumi.Input[str]
|
|
122
|
+
driver: pulumi.Input[builtins.str]
|
|
122
123
|
"""
|
|
123
124
|
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.
|
|
124
125
|
|
|
125
126
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
126
127
|
"""
|
|
127
|
-
pool: pulumi.Input[str]
|
|
128
|
+
pool: pulumi.Input[builtins.str]
|
|
128
129
|
"""
|
|
129
130
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
130
131
|
|
|
@@ -150,19 +151,19 @@ elif False:
|
|
|
150
151
|
@pulumi.input_type
|
|
151
152
|
class AllocatedDeviceStatusArgs:
|
|
152
153
|
def __init__(__self__, *,
|
|
153
|
-
device: pulumi.Input[str],
|
|
154
|
-
driver: pulumi.Input[str],
|
|
155
|
-
pool: pulumi.Input[str],
|
|
154
|
+
device: pulumi.Input[builtins.str],
|
|
155
|
+
driver: pulumi.Input[builtins.str],
|
|
156
|
+
pool: pulumi.Input[builtins.str],
|
|
156
157
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]] = None,
|
|
157
158
|
data: Optional[Any] = None,
|
|
158
159
|
network_data: Optional[pulumi.Input['NetworkDeviceDataArgs']] = None):
|
|
159
160
|
"""
|
|
160
161
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
161
|
-
:param pulumi.Input[str] device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
162
|
-
:param pulumi.Input[str] driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
162
|
+
:param pulumi.Input[builtins.str] device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
163
|
+
:param pulumi.Input[builtins.str] driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
163
164
|
|
|
164
165
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
165
|
-
:param pulumi.Input[str] pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
166
|
+
:param pulumi.Input[builtins.str] pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
166
167
|
|
|
167
168
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
168
169
|
:param pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]] conditions: Conditions contains the latest observation of the device's state. If the device has been configured according to the class and claim config references, the `Ready` condition should be True.
|
|
@@ -183,19 +184,19 @@ class AllocatedDeviceStatusArgs:
|
|
|
183
184
|
|
|
184
185
|
@property
|
|
185
186
|
@pulumi.getter
|
|
186
|
-
def device(self) -> pulumi.Input[str]:
|
|
187
|
+
def device(self) -> pulumi.Input[builtins.str]:
|
|
187
188
|
"""
|
|
188
189
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
189
190
|
"""
|
|
190
191
|
return pulumi.get(self, "device")
|
|
191
192
|
|
|
192
193
|
@device.setter
|
|
193
|
-
def device(self, value: pulumi.Input[str]):
|
|
194
|
+
def device(self, value: pulumi.Input[builtins.str]):
|
|
194
195
|
pulumi.set(self, "device", value)
|
|
195
196
|
|
|
196
197
|
@property
|
|
197
198
|
@pulumi.getter
|
|
198
|
-
def driver(self) -> pulumi.Input[str]:
|
|
199
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
199
200
|
"""
|
|
200
201
|
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.
|
|
201
202
|
|
|
@@ -204,12 +205,12 @@ class AllocatedDeviceStatusArgs:
|
|
|
204
205
|
return pulumi.get(self, "driver")
|
|
205
206
|
|
|
206
207
|
@driver.setter
|
|
207
|
-
def driver(self, value: pulumi.Input[str]):
|
|
208
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
208
209
|
pulumi.set(self, "driver", value)
|
|
209
210
|
|
|
210
211
|
@property
|
|
211
212
|
@pulumi.getter
|
|
212
|
-
def pool(self) -> pulumi.Input[str]:
|
|
213
|
+
def pool(self) -> pulumi.Input[builtins.str]:
|
|
213
214
|
"""
|
|
214
215
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
215
216
|
|
|
@@ -218,7 +219,7 @@ class AllocatedDeviceStatusArgs:
|
|
|
218
219
|
return pulumi.get(self, "pool")
|
|
219
220
|
|
|
220
221
|
@pool.setter
|
|
221
|
-
def pool(self, value: pulumi.Input[str]):
|
|
222
|
+
def pool(self, value: pulumi.Input[builtins.str]):
|
|
222
223
|
pulumi.set(self, "pool", value)
|
|
223
224
|
|
|
224
225
|
@property
|
|
@@ -457,7 +458,7 @@ if not MYPY:
|
|
|
457
458
|
"""
|
|
458
459
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
459
460
|
"""
|
|
460
|
-
expression: NotRequired[pulumi.Input[str]]
|
|
461
|
+
expression: NotRequired[pulumi.Input[builtins.str]]
|
|
461
462
|
"""
|
|
462
463
|
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.
|
|
463
464
|
|
|
@@ -495,10 +496,10 @@ elif False:
|
|
|
495
496
|
@pulumi.input_type
|
|
496
497
|
class CELDeviceSelectorPatchArgs:
|
|
497
498
|
def __init__(__self__, *,
|
|
498
|
-
expression: Optional[pulumi.Input[str]] = None):
|
|
499
|
+
expression: Optional[pulumi.Input[builtins.str]] = None):
|
|
499
500
|
"""
|
|
500
501
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
501
|
-
:param pulumi.Input[str] expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
502
|
+
:param pulumi.Input[builtins.str] expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
502
503
|
|
|
503
504
|
The expression's input is an object named "device", which carries the following properties:
|
|
504
505
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -533,7 +534,7 @@ class CELDeviceSelectorPatchArgs:
|
|
|
533
534
|
|
|
534
535
|
@property
|
|
535
536
|
@pulumi.getter
|
|
536
|
-
def expression(self) -> Optional[pulumi.Input[str]]:
|
|
537
|
+
def expression(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
537
538
|
"""
|
|
538
539
|
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.
|
|
539
540
|
|
|
@@ -568,7 +569,7 @@ class CELDeviceSelectorPatchArgs:
|
|
|
568
569
|
return pulumi.get(self, "expression")
|
|
569
570
|
|
|
570
571
|
@expression.setter
|
|
571
|
-
def expression(self, value: Optional[pulumi.Input[str]]):
|
|
572
|
+
def expression(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
572
573
|
pulumi.set(self, "expression", value)
|
|
573
574
|
|
|
574
575
|
|
|
@@ -577,7 +578,7 @@ if not MYPY:
|
|
|
577
578
|
"""
|
|
578
579
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
579
580
|
"""
|
|
580
|
-
expression: pulumi.Input[str]
|
|
581
|
+
expression: pulumi.Input[builtins.str]
|
|
581
582
|
"""
|
|
582
583
|
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.
|
|
583
584
|
|
|
@@ -615,10 +616,10 @@ elif False:
|
|
|
615
616
|
@pulumi.input_type
|
|
616
617
|
class CELDeviceSelectorArgs:
|
|
617
618
|
def __init__(__self__, *,
|
|
618
|
-
expression: pulumi.Input[str]):
|
|
619
|
+
expression: pulumi.Input[builtins.str]):
|
|
619
620
|
"""
|
|
620
621
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
621
|
-
:param pulumi.Input[str] expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
622
|
+
:param pulumi.Input[builtins.str] expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
622
623
|
|
|
623
624
|
The expression's input is an object named "device", which carries the following properties:
|
|
624
625
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -652,7 +653,7 @@ class CELDeviceSelectorArgs:
|
|
|
652
653
|
|
|
653
654
|
@property
|
|
654
655
|
@pulumi.getter
|
|
655
|
-
def expression(self) -> pulumi.Input[str]:
|
|
656
|
+
def expression(self) -> pulumi.Input[builtins.str]:
|
|
656
657
|
"""
|
|
657
658
|
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.
|
|
658
659
|
|
|
@@ -687,7 +688,7 @@ class CELDeviceSelectorArgs:
|
|
|
687
688
|
return pulumi.get(self, "expression")
|
|
688
689
|
|
|
689
690
|
@expression.setter
|
|
690
|
-
def expression(self, value: pulumi.Input[str]):
|
|
691
|
+
def expression(self, value: pulumi.Input[builtins.str]):
|
|
691
692
|
pulumi.set(self, "expression", value)
|
|
692
693
|
|
|
693
694
|
|
|
@@ -696,7 +697,7 @@ if not MYPY:
|
|
|
696
697
|
"""
|
|
697
698
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
698
699
|
"""
|
|
699
|
-
source: pulumi.Input[str]
|
|
700
|
+
source: pulumi.Input[builtins.str]
|
|
700
701
|
"""
|
|
701
702
|
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.
|
|
702
703
|
"""
|
|
@@ -704,7 +705,7 @@ if not MYPY:
|
|
|
704
705
|
"""
|
|
705
706
|
Opaque provides driver-specific configuration parameters.
|
|
706
707
|
"""
|
|
707
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
708
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
708
709
|
"""
|
|
709
710
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
710
711
|
"""
|
|
@@ -714,14 +715,14 @@ elif False:
|
|
|
714
715
|
@pulumi.input_type
|
|
715
716
|
class DeviceAllocationConfigurationArgs:
|
|
716
717
|
def __init__(__self__, *,
|
|
717
|
-
source: pulumi.Input[str],
|
|
718
|
+
source: pulumi.Input[builtins.str],
|
|
718
719
|
opaque: Optional[pulumi.Input['OpaqueDeviceConfigurationArgs']] = None,
|
|
719
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
720
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
720
721
|
"""
|
|
721
722
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
722
|
-
:param pulumi.Input[str] source: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
723
|
+
:param pulumi.Input[builtins.str] source: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
723
724
|
:param pulumi.Input['OpaqueDeviceConfigurationArgs'] opaque: Opaque provides driver-specific configuration parameters.
|
|
724
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
725
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
725
726
|
"""
|
|
726
727
|
pulumi.set(__self__, "source", source)
|
|
727
728
|
if opaque is not None:
|
|
@@ -731,14 +732,14 @@ class DeviceAllocationConfigurationArgs:
|
|
|
731
732
|
|
|
732
733
|
@property
|
|
733
734
|
@pulumi.getter
|
|
734
|
-
def source(self) -> pulumi.Input[str]:
|
|
735
|
+
def source(self) -> pulumi.Input[builtins.str]:
|
|
735
736
|
"""
|
|
736
737
|
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.
|
|
737
738
|
"""
|
|
738
739
|
return pulumi.get(self, "source")
|
|
739
740
|
|
|
740
741
|
@source.setter
|
|
741
|
-
def source(self, value: pulumi.Input[str]):
|
|
742
|
+
def source(self, value: pulumi.Input[builtins.str]):
|
|
742
743
|
pulumi.set(self, "source", value)
|
|
743
744
|
|
|
744
745
|
@property
|
|
@@ -755,14 +756,14 @@ class DeviceAllocationConfigurationArgs:
|
|
|
755
756
|
|
|
756
757
|
@property
|
|
757
758
|
@pulumi.getter
|
|
758
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
759
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
759
760
|
"""
|
|
760
761
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
761
762
|
"""
|
|
762
763
|
return pulumi.get(self, "requests")
|
|
763
764
|
|
|
764
765
|
@requests.setter
|
|
765
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
766
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
766
767
|
pulumi.set(self, "requests", value)
|
|
767
768
|
|
|
768
769
|
|
|
@@ -833,19 +834,19 @@ if not MYPY:
|
|
|
833
834
|
"""
|
|
834
835
|
DeviceAttribute must have exactly one field set.
|
|
835
836
|
"""
|
|
836
|
-
bool: NotRequired[pulumi.Input[bool]]
|
|
837
|
+
bool: NotRequired[pulumi.Input[builtins.bool]]
|
|
837
838
|
"""
|
|
838
839
|
BoolValue is a true/false value.
|
|
839
840
|
"""
|
|
840
|
-
int: NotRequired[pulumi.Input[int]]
|
|
841
|
+
int: NotRequired[pulumi.Input[builtins.int]]
|
|
841
842
|
"""
|
|
842
843
|
IntValue is a number.
|
|
843
844
|
"""
|
|
844
|
-
string: NotRequired[pulumi.Input[str]]
|
|
845
|
+
string: NotRequired[pulumi.Input[builtins.str]]
|
|
845
846
|
"""
|
|
846
847
|
StringValue is a string. Must not be longer than 64 characters.
|
|
847
848
|
"""
|
|
848
|
-
version: NotRequired[pulumi.Input[str]]
|
|
849
|
+
version: NotRequired[pulumi.Input[builtins.str]]
|
|
849
850
|
"""
|
|
850
851
|
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
851
852
|
"""
|
|
@@ -855,16 +856,16 @@ elif False:
|
|
|
855
856
|
@pulumi.input_type
|
|
856
857
|
class DeviceAttributeArgs:
|
|
857
858
|
def __init__(__self__, *,
|
|
858
|
-
bool: Optional[pulumi.Input[bool]] = None,
|
|
859
|
-
int: Optional[pulumi.Input[int]] = None,
|
|
860
|
-
string: Optional[pulumi.Input[str]] = None,
|
|
861
|
-
version: Optional[pulumi.Input[str]] = None):
|
|
859
|
+
bool: Optional[pulumi.Input[builtins.bool]] = None,
|
|
860
|
+
int: Optional[pulumi.Input[builtins.int]] = None,
|
|
861
|
+
string: Optional[pulumi.Input[builtins.str]] = None,
|
|
862
|
+
version: Optional[pulumi.Input[builtins.str]] = None):
|
|
862
863
|
"""
|
|
863
864
|
DeviceAttribute must have exactly one field set.
|
|
864
|
-
:param pulumi.Input[bool] bool: BoolValue is a true/false value.
|
|
865
|
-
:param pulumi.Input[int] int: IntValue is a number.
|
|
866
|
-
:param pulumi.Input[str] string: StringValue is a string. Must not be longer than 64 characters.
|
|
867
|
-
:param pulumi.Input[str] version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
865
|
+
:param pulumi.Input[builtins.bool] bool: BoolValue is a true/false value.
|
|
866
|
+
:param pulumi.Input[builtins.int] int: IntValue is a number.
|
|
867
|
+
:param pulumi.Input[builtins.str] string: StringValue is a string. Must not be longer than 64 characters.
|
|
868
|
+
:param pulumi.Input[builtins.str] version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
868
869
|
"""
|
|
869
870
|
if bool is not None:
|
|
870
871
|
pulumi.set(__self__, "bool", bool)
|
|
@@ -877,50 +878,50 @@ class DeviceAttributeArgs:
|
|
|
877
878
|
|
|
878
879
|
@property
|
|
879
880
|
@pulumi.getter
|
|
880
|
-
def bool(self) -> Optional[pulumi.Input[bool]]:
|
|
881
|
+
def bool(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
881
882
|
"""
|
|
882
883
|
BoolValue is a true/false value.
|
|
883
884
|
"""
|
|
884
885
|
return pulumi.get(self, "bool")
|
|
885
886
|
|
|
886
887
|
@bool.setter
|
|
887
|
-
def bool(self, value: Optional[pulumi.Input[bool]]):
|
|
888
|
+
def bool(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
888
889
|
pulumi.set(self, "bool", value)
|
|
889
890
|
|
|
890
891
|
@property
|
|
891
892
|
@pulumi.getter
|
|
892
|
-
def int(self) -> Optional[pulumi.Input[int]]:
|
|
893
|
+
def int(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
893
894
|
"""
|
|
894
895
|
IntValue is a number.
|
|
895
896
|
"""
|
|
896
897
|
return pulumi.get(self, "int")
|
|
897
898
|
|
|
898
899
|
@int.setter
|
|
899
|
-
def int(self, value: Optional[pulumi.Input[int]]):
|
|
900
|
+
def int(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
900
901
|
pulumi.set(self, "int", value)
|
|
901
902
|
|
|
902
903
|
@property
|
|
903
904
|
@pulumi.getter
|
|
904
|
-
def string(self) -> Optional[pulumi.Input[str]]:
|
|
905
|
+
def string(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
905
906
|
"""
|
|
906
907
|
StringValue is a string. Must not be longer than 64 characters.
|
|
907
908
|
"""
|
|
908
909
|
return pulumi.get(self, "string")
|
|
909
910
|
|
|
910
911
|
@string.setter
|
|
911
|
-
def string(self, value: Optional[pulumi.Input[str]]):
|
|
912
|
+
def string(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
912
913
|
pulumi.set(self, "string", value)
|
|
913
914
|
|
|
914
915
|
@property
|
|
915
916
|
@pulumi.getter
|
|
916
|
-
def version(self) -> Optional[pulumi.Input[str]]:
|
|
917
|
+
def version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
917
918
|
"""
|
|
918
919
|
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
919
920
|
"""
|
|
920
921
|
return pulumi.get(self, "version")
|
|
921
922
|
|
|
922
923
|
@version.setter
|
|
923
|
-
def version(self, value: Optional[pulumi.Input[str]]):
|
|
924
|
+
def version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
924
925
|
pulumi.set(self, "version", value)
|
|
925
926
|
|
|
926
927
|
|
|
@@ -929,7 +930,7 @@ if not MYPY:
|
|
|
929
930
|
"""
|
|
930
931
|
DeviceCapacity describes a quantity associated with a device.
|
|
931
932
|
"""
|
|
932
|
-
value: pulumi.Input[str]
|
|
933
|
+
value: pulumi.Input[builtins.str]
|
|
933
934
|
"""
|
|
934
935
|
Value defines how much of a certain device capacity is available.
|
|
935
936
|
"""
|
|
@@ -939,23 +940,23 @@ elif False:
|
|
|
939
940
|
@pulumi.input_type
|
|
940
941
|
class DeviceCapacityArgs:
|
|
941
942
|
def __init__(__self__, *,
|
|
942
|
-
value: pulumi.Input[str]):
|
|
943
|
+
value: pulumi.Input[builtins.str]):
|
|
943
944
|
"""
|
|
944
945
|
DeviceCapacity describes a quantity associated with a device.
|
|
945
|
-
:param pulumi.Input[str] value: Value defines how much of a certain device capacity is available.
|
|
946
|
+
:param pulumi.Input[builtins.str] value: Value defines how much of a certain device capacity is available.
|
|
946
947
|
"""
|
|
947
948
|
pulumi.set(__self__, "value", value)
|
|
948
949
|
|
|
949
950
|
@property
|
|
950
951
|
@pulumi.getter
|
|
951
|
-
def value(self) -> pulumi.Input[str]:
|
|
952
|
+
def value(self) -> pulumi.Input[builtins.str]:
|
|
952
953
|
"""
|
|
953
954
|
Value defines how much of a certain device capacity is available.
|
|
954
955
|
"""
|
|
955
956
|
return pulumi.get(self, "value")
|
|
956
957
|
|
|
957
958
|
@value.setter
|
|
958
|
-
def value(self, value: pulumi.Input[str]):
|
|
959
|
+
def value(self, value: pulumi.Input[builtins.str]):
|
|
959
960
|
pulumi.set(self, "value", value)
|
|
960
961
|
|
|
961
962
|
|
|
@@ -968,7 +969,7 @@ if not MYPY:
|
|
|
968
969
|
"""
|
|
969
970
|
Opaque provides driver-specific configuration parameters.
|
|
970
971
|
"""
|
|
971
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
972
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
972
973
|
"""
|
|
973
974
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
974
975
|
"""
|
|
@@ -979,11 +980,11 @@ elif False:
|
|
|
979
980
|
class DeviceClaimConfigurationPatchArgs:
|
|
980
981
|
def __init__(__self__, *,
|
|
981
982
|
opaque: Optional[pulumi.Input['OpaqueDeviceConfigurationPatchArgs']] = None,
|
|
982
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
983
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
983
984
|
"""
|
|
984
985
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
985
986
|
:param pulumi.Input['OpaqueDeviceConfigurationPatchArgs'] opaque: Opaque provides driver-specific configuration parameters.
|
|
986
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
987
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
987
988
|
"""
|
|
988
989
|
if opaque is not None:
|
|
989
990
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1004,14 +1005,14 @@ class DeviceClaimConfigurationPatchArgs:
|
|
|
1004
1005
|
|
|
1005
1006
|
@property
|
|
1006
1007
|
@pulumi.getter
|
|
1007
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1008
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1008
1009
|
"""
|
|
1009
1010
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1010
1011
|
"""
|
|
1011
1012
|
return pulumi.get(self, "requests")
|
|
1012
1013
|
|
|
1013
1014
|
@requests.setter
|
|
1014
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1015
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1015
1016
|
pulumi.set(self, "requests", value)
|
|
1016
1017
|
|
|
1017
1018
|
|
|
@@ -1024,7 +1025,7 @@ if not MYPY:
|
|
|
1024
1025
|
"""
|
|
1025
1026
|
Opaque provides driver-specific configuration parameters.
|
|
1026
1027
|
"""
|
|
1027
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1028
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1028
1029
|
"""
|
|
1029
1030
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1030
1031
|
"""
|
|
@@ -1035,11 +1036,11 @@ elif False:
|
|
|
1035
1036
|
class DeviceClaimConfigurationArgs:
|
|
1036
1037
|
def __init__(__self__, *,
|
|
1037
1038
|
opaque: Optional[pulumi.Input['OpaqueDeviceConfigurationArgs']] = None,
|
|
1038
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1039
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1039
1040
|
"""
|
|
1040
1041
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1041
1042
|
:param pulumi.Input['OpaqueDeviceConfigurationArgs'] opaque: Opaque provides driver-specific configuration parameters.
|
|
1042
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1043
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1043
1044
|
"""
|
|
1044
1045
|
if opaque is not None:
|
|
1045
1046
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1060,14 +1061,14 @@ class DeviceClaimConfigurationArgs:
|
|
|
1060
1061
|
|
|
1061
1062
|
@property
|
|
1062
1063
|
@pulumi.getter
|
|
1063
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1064
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1064
1065
|
"""
|
|
1065
1066
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1066
1067
|
"""
|
|
1067
1068
|
return pulumi.get(self, "requests")
|
|
1068
1069
|
|
|
1069
1070
|
@requests.setter
|
|
1070
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1071
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1071
1072
|
pulumi.set(self, "requests", value)
|
|
1072
1073
|
|
|
1073
1074
|
|
|
@@ -1434,11 +1435,11 @@ if not MYPY:
|
|
|
1434
1435
|
|
|
1435
1436
|
Changing the spec automatically increments the metadata.generation number.
|
|
1436
1437
|
"""
|
|
1437
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1438
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1438
1439
|
"""
|
|
1439
1440
|
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
|
|
1440
1441
|
"""
|
|
1441
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1442
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1442
1443
|
"""
|
|
1443
1444
|
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
|
|
1444
1445
|
"""
|
|
@@ -1453,8 +1454,8 @@ elif False:
|
|
|
1453
1454
|
class DeviceClassArgs:
|
|
1454
1455
|
def __init__(__self__, *,
|
|
1455
1456
|
spec: pulumi.Input['DeviceClassSpecArgs'],
|
|
1456
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1457
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1457
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1458
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1458
1459
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
1459
1460
|
"""
|
|
1460
1461
|
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.
|
|
@@ -1465,8 +1466,8 @@ class DeviceClassArgs:
|
|
|
1465
1466
|
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.
|
|
1466
1467
|
|
|
1467
1468
|
Changing the spec automatically increments the metadata.generation number.
|
|
1468
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1469
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1469
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1470
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1470
1471
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
1471
1472
|
"""
|
|
1472
1473
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1495,26 +1496,26 @@ class DeviceClassArgs:
|
|
|
1495
1496
|
|
|
1496
1497
|
@property
|
|
1497
1498
|
@pulumi.getter(name="apiVersion")
|
|
1498
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1499
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1499
1500
|
"""
|
|
1500
1501
|
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
|
|
1501
1502
|
"""
|
|
1502
1503
|
return pulumi.get(self, "api_version")
|
|
1503
1504
|
|
|
1504
1505
|
@api_version.setter
|
|
1505
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1506
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1506
1507
|
pulumi.set(self, "api_version", value)
|
|
1507
1508
|
|
|
1508
1509
|
@property
|
|
1509
1510
|
@pulumi.getter
|
|
1510
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1511
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1511
1512
|
"""
|
|
1512
1513
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1513
1514
|
"""
|
|
1514
1515
|
return pulumi.get(self, "kind")
|
|
1515
1516
|
|
|
1516
1517
|
@kind.setter
|
|
1517
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1518
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1518
1519
|
pulumi.set(self, "kind", value)
|
|
1519
1520
|
|
|
1520
1521
|
@property
|
|
@@ -1535,7 +1536,7 @@ if not MYPY:
|
|
|
1535
1536
|
"""
|
|
1536
1537
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1537
1538
|
"""
|
|
1538
|
-
match_attribute: NotRequired[pulumi.Input[str]]
|
|
1539
|
+
match_attribute: NotRequired[pulumi.Input[builtins.str]]
|
|
1539
1540
|
"""
|
|
1540
1541
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1541
1542
|
|
|
@@ -1543,7 +1544,7 @@ if not MYPY:
|
|
|
1543
1544
|
|
|
1544
1545
|
Must include the domain qualifier.
|
|
1545
1546
|
"""
|
|
1546
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1547
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1547
1548
|
"""
|
|
1548
1549
|
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.
|
|
1549
1550
|
"""
|
|
@@ -1553,16 +1554,16 @@ elif False:
|
|
|
1553
1554
|
@pulumi.input_type
|
|
1554
1555
|
class DeviceConstraintPatchArgs:
|
|
1555
1556
|
def __init__(__self__, *,
|
|
1556
|
-
match_attribute: Optional[pulumi.Input[str]] = None,
|
|
1557
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1557
|
+
match_attribute: Optional[pulumi.Input[builtins.str]] = None,
|
|
1558
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1558
1559
|
"""
|
|
1559
1560
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1560
|
-
:param pulumi.Input[str] match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1561
|
+
:param pulumi.Input[builtins.str] match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1561
1562
|
|
|
1562
1563
|
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.
|
|
1563
1564
|
|
|
1564
1565
|
Must include the domain qualifier.
|
|
1565
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1566
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1566
1567
|
"""
|
|
1567
1568
|
if match_attribute is not None:
|
|
1568
1569
|
pulumi.set(__self__, "match_attribute", match_attribute)
|
|
@@ -1571,7 +1572,7 @@ class DeviceConstraintPatchArgs:
|
|
|
1571
1572
|
|
|
1572
1573
|
@property
|
|
1573
1574
|
@pulumi.getter(name="matchAttribute")
|
|
1574
|
-
def match_attribute(self) -> Optional[pulumi.Input[str]]:
|
|
1575
|
+
def match_attribute(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1575
1576
|
"""
|
|
1576
1577
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1577
1578
|
|
|
@@ -1582,19 +1583,19 @@ class DeviceConstraintPatchArgs:
|
|
|
1582
1583
|
return pulumi.get(self, "match_attribute")
|
|
1583
1584
|
|
|
1584
1585
|
@match_attribute.setter
|
|
1585
|
-
def match_attribute(self, value: Optional[pulumi.Input[str]]):
|
|
1586
|
+
def match_attribute(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1586
1587
|
pulumi.set(self, "match_attribute", value)
|
|
1587
1588
|
|
|
1588
1589
|
@property
|
|
1589
1590
|
@pulumi.getter
|
|
1590
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1591
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1591
1592
|
"""
|
|
1592
1593
|
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.
|
|
1593
1594
|
"""
|
|
1594
1595
|
return pulumi.get(self, "requests")
|
|
1595
1596
|
|
|
1596
1597
|
@requests.setter
|
|
1597
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1598
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1598
1599
|
pulumi.set(self, "requests", value)
|
|
1599
1600
|
|
|
1600
1601
|
|
|
@@ -1603,7 +1604,7 @@ if not MYPY:
|
|
|
1603
1604
|
"""
|
|
1604
1605
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1605
1606
|
"""
|
|
1606
|
-
match_attribute: NotRequired[pulumi.Input[str]]
|
|
1607
|
+
match_attribute: NotRequired[pulumi.Input[builtins.str]]
|
|
1607
1608
|
"""
|
|
1608
1609
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1609
1610
|
|
|
@@ -1611,7 +1612,7 @@ if not MYPY:
|
|
|
1611
1612
|
|
|
1612
1613
|
Must include the domain qualifier.
|
|
1613
1614
|
"""
|
|
1614
|
-
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1615
|
+
requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1615
1616
|
"""
|
|
1616
1617
|
Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1617
1618
|
"""
|
|
@@ -1621,16 +1622,16 @@ elif False:
|
|
|
1621
1622
|
@pulumi.input_type
|
|
1622
1623
|
class DeviceConstraintArgs:
|
|
1623
1624
|
def __init__(__self__, *,
|
|
1624
|
-
match_attribute: Optional[pulumi.Input[str]] = None,
|
|
1625
|
-
requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1625
|
+
match_attribute: Optional[pulumi.Input[builtins.str]] = None,
|
|
1626
|
+
requests: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1626
1627
|
"""
|
|
1627
1628
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1628
|
-
:param pulumi.Input[str] match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1629
|
+
:param pulumi.Input[builtins.str] match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1629
1630
|
|
|
1630
1631
|
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.
|
|
1631
1632
|
|
|
1632
1633
|
Must include the domain qualifier.
|
|
1633
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1634
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1634
1635
|
"""
|
|
1635
1636
|
if match_attribute is not None:
|
|
1636
1637
|
pulumi.set(__self__, "match_attribute", match_attribute)
|
|
@@ -1639,7 +1640,7 @@ class DeviceConstraintArgs:
|
|
|
1639
1640
|
|
|
1640
1641
|
@property
|
|
1641
1642
|
@pulumi.getter(name="matchAttribute")
|
|
1642
|
-
def match_attribute(self) -> Optional[pulumi.Input[str]]:
|
|
1643
|
+
def match_attribute(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1643
1644
|
"""
|
|
1644
1645
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1645
1646
|
|
|
@@ -1650,19 +1651,19 @@ class DeviceConstraintArgs:
|
|
|
1650
1651
|
return pulumi.get(self, "match_attribute")
|
|
1651
1652
|
|
|
1652
1653
|
@match_attribute.setter
|
|
1653
|
-
def match_attribute(self, value: Optional[pulumi.Input[str]]):
|
|
1654
|
+
def match_attribute(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1654
1655
|
pulumi.set(self, "match_attribute", value)
|
|
1655
1656
|
|
|
1656
1657
|
@property
|
|
1657
1658
|
@pulumi.getter
|
|
1658
|
-
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1659
|
+
def requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1659
1660
|
"""
|
|
1660
1661
|
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.
|
|
1661
1662
|
"""
|
|
1662
1663
|
return pulumi.get(self, "requests")
|
|
1663
1664
|
|
|
1664
1665
|
@requests.setter
|
|
1665
|
-
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1666
|
+
def requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1666
1667
|
pulumi.set(self, "requests", value)
|
|
1667
1668
|
|
|
1668
1669
|
|
|
@@ -1675,7 +1676,7 @@ if not MYPY:
|
|
|
1675
1676
|
"""
|
|
1676
1677
|
Basic defines one device instance.
|
|
1677
1678
|
"""
|
|
1678
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1679
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1679
1680
|
"""
|
|
1680
1681
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1681
1682
|
"""
|
|
@@ -1686,11 +1687,11 @@ elif False:
|
|
|
1686
1687
|
class DevicePatchArgs:
|
|
1687
1688
|
def __init__(__self__, *,
|
|
1688
1689
|
basic: Optional[pulumi.Input['BasicDevicePatchArgs']] = None,
|
|
1689
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
1690
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1690
1691
|
"""
|
|
1691
1692
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
1692
1693
|
:param pulumi.Input['BasicDevicePatchArgs'] basic: Basic defines one device instance.
|
|
1693
|
-
:param pulumi.Input[str] name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1694
|
+
:param pulumi.Input[builtins.str] name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1694
1695
|
"""
|
|
1695
1696
|
if basic is not None:
|
|
1696
1697
|
pulumi.set(__self__, "basic", basic)
|
|
@@ -1711,14 +1712,14 @@ class DevicePatchArgs:
|
|
|
1711
1712
|
|
|
1712
1713
|
@property
|
|
1713
1714
|
@pulumi.getter
|
|
1714
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1715
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1715
1716
|
"""
|
|
1716
1717
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1717
1718
|
"""
|
|
1718
1719
|
return pulumi.get(self, "name")
|
|
1719
1720
|
|
|
1720
1721
|
@name.setter
|
|
1721
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1722
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1722
1723
|
pulumi.set(self, "name", value)
|
|
1723
1724
|
|
|
1724
1725
|
|
|
@@ -1727,27 +1728,27 @@ if not MYPY:
|
|
|
1727
1728
|
"""
|
|
1728
1729
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
1729
1730
|
"""
|
|
1730
|
-
device: pulumi.Input[str]
|
|
1731
|
+
device: pulumi.Input[builtins.str]
|
|
1731
1732
|
"""
|
|
1732
1733
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1733
1734
|
"""
|
|
1734
|
-
driver: pulumi.Input[str]
|
|
1735
|
+
driver: pulumi.Input[builtins.str]
|
|
1735
1736
|
"""
|
|
1736
1737
|
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.
|
|
1737
1738
|
|
|
1738
1739
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
1739
1740
|
"""
|
|
1740
|
-
pool: pulumi.Input[str]
|
|
1741
|
+
pool: pulumi.Input[builtins.str]
|
|
1741
1742
|
"""
|
|
1742
1743
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1743
1744
|
|
|
1744
1745
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
1745
1746
|
"""
|
|
1746
|
-
request: pulumi.Input[str]
|
|
1747
|
+
request: pulumi.Input[builtins.str]
|
|
1747
1748
|
"""
|
|
1748
1749
|
Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1749
1750
|
"""
|
|
1750
|
-
admin_access: NotRequired[pulumi.Input[bool]]
|
|
1751
|
+
admin_access: NotRequired[pulumi.Input[builtins.bool]]
|
|
1751
1752
|
"""
|
|
1752
1753
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1753
1754
|
|
|
@@ -1759,22 +1760,22 @@ elif False:
|
|
|
1759
1760
|
@pulumi.input_type
|
|
1760
1761
|
class DeviceRequestAllocationResultArgs:
|
|
1761
1762
|
def __init__(__self__, *,
|
|
1762
|
-
device: pulumi.Input[str],
|
|
1763
|
-
driver: pulumi.Input[str],
|
|
1764
|
-
pool: pulumi.Input[str],
|
|
1765
|
-
request: pulumi.Input[str],
|
|
1766
|
-
admin_access: Optional[pulumi.Input[bool]] = None):
|
|
1763
|
+
device: pulumi.Input[builtins.str],
|
|
1764
|
+
driver: pulumi.Input[builtins.str],
|
|
1765
|
+
pool: pulumi.Input[builtins.str],
|
|
1766
|
+
request: pulumi.Input[builtins.str],
|
|
1767
|
+
admin_access: Optional[pulumi.Input[builtins.bool]] = None):
|
|
1767
1768
|
"""
|
|
1768
1769
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
1769
|
-
:param pulumi.Input[str] device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1770
|
-
:param pulumi.Input[str] driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1770
|
+
:param pulumi.Input[builtins.str] device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1771
|
+
:param pulumi.Input[builtins.str] driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1771
1772
|
|
|
1772
1773
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
1773
|
-
:param pulumi.Input[str] pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1774
|
+
:param pulumi.Input[builtins.str] pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1774
1775
|
|
|
1775
1776
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
1776
|
-
:param pulumi.Input[str] request: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1777
|
-
:param pulumi.Input[bool] admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1777
|
+
:param pulumi.Input[builtins.str] request: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1778
|
+
:param pulumi.Input[builtins.bool] admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1778
1779
|
|
|
1779
1780
|
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.
|
|
1780
1781
|
"""
|
|
@@ -1787,19 +1788,19 @@ class DeviceRequestAllocationResultArgs:
|
|
|
1787
1788
|
|
|
1788
1789
|
@property
|
|
1789
1790
|
@pulumi.getter
|
|
1790
|
-
def device(self) -> pulumi.Input[str]:
|
|
1791
|
+
def device(self) -> pulumi.Input[builtins.str]:
|
|
1791
1792
|
"""
|
|
1792
1793
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1793
1794
|
"""
|
|
1794
1795
|
return pulumi.get(self, "device")
|
|
1795
1796
|
|
|
1796
1797
|
@device.setter
|
|
1797
|
-
def device(self, value: pulumi.Input[str]):
|
|
1798
|
+
def device(self, value: pulumi.Input[builtins.str]):
|
|
1798
1799
|
pulumi.set(self, "device", value)
|
|
1799
1800
|
|
|
1800
1801
|
@property
|
|
1801
1802
|
@pulumi.getter
|
|
1802
|
-
def driver(self) -> pulumi.Input[str]:
|
|
1803
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
1803
1804
|
"""
|
|
1804
1805
|
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.
|
|
1805
1806
|
|
|
@@ -1808,12 +1809,12 @@ class DeviceRequestAllocationResultArgs:
|
|
|
1808
1809
|
return pulumi.get(self, "driver")
|
|
1809
1810
|
|
|
1810
1811
|
@driver.setter
|
|
1811
|
-
def driver(self, value: pulumi.Input[str]):
|
|
1812
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
1812
1813
|
pulumi.set(self, "driver", value)
|
|
1813
1814
|
|
|
1814
1815
|
@property
|
|
1815
1816
|
@pulumi.getter
|
|
1816
|
-
def pool(self) -> pulumi.Input[str]:
|
|
1817
|
+
def pool(self) -> pulumi.Input[builtins.str]:
|
|
1817
1818
|
"""
|
|
1818
1819
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1819
1820
|
|
|
@@ -1822,24 +1823,24 @@ class DeviceRequestAllocationResultArgs:
|
|
|
1822
1823
|
return pulumi.get(self, "pool")
|
|
1823
1824
|
|
|
1824
1825
|
@pool.setter
|
|
1825
|
-
def pool(self, value: pulumi.Input[str]):
|
|
1826
|
+
def pool(self, value: pulumi.Input[builtins.str]):
|
|
1826
1827
|
pulumi.set(self, "pool", value)
|
|
1827
1828
|
|
|
1828
1829
|
@property
|
|
1829
1830
|
@pulumi.getter
|
|
1830
|
-
def request(self) -> pulumi.Input[str]:
|
|
1831
|
+
def request(self) -> pulumi.Input[builtins.str]:
|
|
1831
1832
|
"""
|
|
1832
1833
|
Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1833
1834
|
"""
|
|
1834
1835
|
return pulumi.get(self, "request")
|
|
1835
1836
|
|
|
1836
1837
|
@request.setter
|
|
1837
|
-
def request(self, value: pulumi.Input[str]):
|
|
1838
|
+
def request(self, value: pulumi.Input[builtins.str]):
|
|
1838
1839
|
pulumi.set(self, "request", value)
|
|
1839
1840
|
|
|
1840
1841
|
@property
|
|
1841
1842
|
@pulumi.getter(name="adminAccess")
|
|
1842
|
-
def admin_access(self) -> Optional[pulumi.Input[bool]]:
|
|
1843
|
+
def admin_access(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1843
1844
|
"""
|
|
1844
1845
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1845
1846
|
|
|
@@ -1848,7 +1849,7 @@ class DeviceRequestAllocationResultArgs:
|
|
|
1848
1849
|
return pulumi.get(self, "admin_access")
|
|
1849
1850
|
|
|
1850
1851
|
@admin_access.setter
|
|
1851
|
-
def admin_access(self, value: Optional[pulumi.Input[bool]]):
|
|
1852
|
+
def admin_access(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1852
1853
|
pulumi.set(self, "admin_access", value)
|
|
1853
1854
|
|
|
1854
1855
|
|
|
@@ -1859,13 +1860,13 @@ if not MYPY:
|
|
|
1859
1860
|
|
|
1860
1861
|
A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
|
|
1861
1862
|
"""
|
|
1862
|
-
admin_access: NotRequired[pulumi.Input[bool]]
|
|
1863
|
+
admin_access: NotRequired[pulumi.Input[builtins.bool]]
|
|
1863
1864
|
"""
|
|
1864
1865
|
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.
|
|
1865
1866
|
|
|
1866
1867
|
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.
|
|
1867
1868
|
"""
|
|
1868
|
-
allocation_mode: NotRequired[pulumi.Input[str]]
|
|
1869
|
+
allocation_mode: NotRequired[pulumi.Input[builtins.str]]
|
|
1869
1870
|
"""
|
|
1870
1871
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1871
1872
|
|
|
@@ -1881,11 +1882,11 @@ if not MYPY:
|
|
|
1881
1882
|
|
|
1882
1883
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
1883
1884
|
"""
|
|
1884
|
-
count: NotRequired[pulumi.Input[int]]
|
|
1885
|
+
count: NotRequired[pulumi.Input[builtins.int]]
|
|
1885
1886
|
"""
|
|
1886
1887
|
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.
|
|
1887
1888
|
"""
|
|
1888
|
-
device_class_name: NotRequired[pulumi.Input[str]]
|
|
1889
|
+
device_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
1889
1890
|
"""
|
|
1890
1891
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1891
1892
|
|
|
@@ -1893,7 +1894,7 @@ if not MYPY:
|
|
|
1893
1894
|
|
|
1894
1895
|
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.
|
|
1895
1896
|
"""
|
|
1896
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1897
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1897
1898
|
"""
|
|
1898
1899
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1899
1900
|
|
|
@@ -1909,20 +1910,20 @@ elif False:
|
|
|
1909
1910
|
@pulumi.input_type
|
|
1910
1911
|
class DeviceRequestPatchArgs:
|
|
1911
1912
|
def __init__(__self__, *,
|
|
1912
|
-
admin_access: Optional[pulumi.Input[bool]] = None,
|
|
1913
|
-
allocation_mode: Optional[pulumi.Input[str]] = None,
|
|
1914
|
-
count: Optional[pulumi.Input[int]] = None,
|
|
1915
|
-
device_class_name: Optional[pulumi.Input[str]] = None,
|
|
1916
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1913
|
+
admin_access: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1914
|
+
allocation_mode: Optional[pulumi.Input[builtins.str]] = None,
|
|
1915
|
+
count: Optional[pulumi.Input[builtins.int]] = None,
|
|
1916
|
+
device_class_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1917
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1917
1918
|
selectors: Optional[pulumi.Input[Sequence[pulumi.Input['DeviceSelectorPatchArgs']]]] = None):
|
|
1918
1919
|
"""
|
|
1919
1920
|
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.
|
|
1920
1921
|
|
|
1921
1922
|
A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
|
|
1922
|
-
:param pulumi.Input[bool] admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1923
|
+
:param pulumi.Input[builtins.bool] admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1923
1924
|
|
|
1924
1925
|
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.
|
|
1925
|
-
:param pulumi.Input[str] allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1926
|
+
:param pulumi.Input[builtins.str] allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1926
1927
|
|
|
1927
1928
|
- ExactCount: This request is for a specific number of devices.
|
|
1928
1929
|
This is the default. The exact number is provided in the
|
|
@@ -1935,13 +1936,13 @@ class DeviceRequestPatchArgs:
|
|
|
1935
1936
|
If AlloctionMode is not specified, the default mode is ExactCount. If the mode is ExactCount and count is not specified, the default count is one. Any other requests must specify this field.
|
|
1936
1937
|
|
|
1937
1938
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
1938
|
-
:param pulumi.Input[int] count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
1939
|
-
:param pulumi.Input[str] device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1939
|
+
:param pulumi.Input[builtins.int] count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
1940
|
+
:param pulumi.Input[builtins.str] device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1940
1941
|
|
|
1941
1942
|
A class is required. Which classes are available depends on the cluster.
|
|
1942
1943
|
|
|
1943
1944
|
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.
|
|
1944
|
-
:param pulumi.Input[str] name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1945
|
+
:param pulumi.Input[builtins.str] name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1945
1946
|
|
|
1946
1947
|
Must be a DNS label.
|
|
1947
1948
|
:param pulumi.Input[Sequence[pulumi.Input['DeviceSelectorPatchArgs']]] selectors: Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.
|
|
@@ -1961,7 +1962,7 @@ class DeviceRequestPatchArgs:
|
|
|
1961
1962
|
|
|
1962
1963
|
@property
|
|
1963
1964
|
@pulumi.getter(name="adminAccess")
|
|
1964
|
-
def admin_access(self) -> Optional[pulumi.Input[bool]]:
|
|
1965
|
+
def admin_access(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1965
1966
|
"""
|
|
1966
1967
|
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.
|
|
1967
1968
|
|
|
@@ -1970,12 +1971,12 @@ class DeviceRequestPatchArgs:
|
|
|
1970
1971
|
return pulumi.get(self, "admin_access")
|
|
1971
1972
|
|
|
1972
1973
|
@admin_access.setter
|
|
1973
|
-
def admin_access(self, value: Optional[pulumi.Input[bool]]):
|
|
1974
|
+
def admin_access(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1974
1975
|
pulumi.set(self, "admin_access", value)
|
|
1975
1976
|
|
|
1976
1977
|
@property
|
|
1977
1978
|
@pulumi.getter(name="allocationMode")
|
|
1978
|
-
def allocation_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1979
|
+
def allocation_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1979
1980
|
"""
|
|
1980
1981
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1981
1982
|
|
|
@@ -1994,24 +1995,24 @@ class DeviceRequestPatchArgs:
|
|
|
1994
1995
|
return pulumi.get(self, "allocation_mode")
|
|
1995
1996
|
|
|
1996
1997
|
@allocation_mode.setter
|
|
1997
|
-
def allocation_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1998
|
+
def allocation_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1998
1999
|
pulumi.set(self, "allocation_mode", value)
|
|
1999
2000
|
|
|
2000
2001
|
@property
|
|
2001
2002
|
@pulumi.getter
|
|
2002
|
-
def count(self) -> Optional[pulumi.Input[int]]:
|
|
2003
|
+
def count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2003
2004
|
"""
|
|
2004
2005
|
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.
|
|
2005
2006
|
"""
|
|
2006
2007
|
return pulumi.get(self, "count")
|
|
2007
2008
|
|
|
2008
2009
|
@count.setter
|
|
2009
|
-
def count(self, value: Optional[pulumi.Input[int]]):
|
|
2010
|
+
def count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2010
2011
|
pulumi.set(self, "count", value)
|
|
2011
2012
|
|
|
2012
2013
|
@property
|
|
2013
2014
|
@pulumi.getter(name="deviceClassName")
|
|
2014
|
-
def device_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
2015
|
+
def device_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2015
2016
|
"""
|
|
2016
2017
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2017
2018
|
|
|
@@ -2022,12 +2023,12 @@ class DeviceRequestPatchArgs:
|
|
|
2022
2023
|
return pulumi.get(self, "device_class_name")
|
|
2023
2024
|
|
|
2024
2025
|
@device_class_name.setter
|
|
2025
|
-
def device_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
2026
|
+
def device_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2026
2027
|
pulumi.set(self, "device_class_name", value)
|
|
2027
2028
|
|
|
2028
2029
|
@property
|
|
2029
2030
|
@pulumi.getter
|
|
2030
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2031
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2031
2032
|
"""
|
|
2032
2033
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2033
2034
|
|
|
@@ -2036,7 +2037,7 @@ class DeviceRequestPatchArgs:
|
|
|
2036
2037
|
return pulumi.get(self, "name")
|
|
2037
2038
|
|
|
2038
2039
|
@name.setter
|
|
2039
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2040
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2040
2041
|
pulumi.set(self, "name", value)
|
|
2041
2042
|
|
|
2042
2043
|
@property
|
|
@@ -2059,7 +2060,7 @@ if not MYPY:
|
|
|
2059
2060
|
|
|
2060
2061
|
A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
|
|
2061
2062
|
"""
|
|
2062
|
-
device_class_name: pulumi.Input[str]
|
|
2063
|
+
device_class_name: pulumi.Input[builtins.str]
|
|
2063
2064
|
"""
|
|
2064
2065
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2065
2066
|
|
|
@@ -2067,19 +2068,19 @@ if not MYPY:
|
|
|
2067
2068
|
|
|
2068
2069
|
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.
|
|
2069
2070
|
"""
|
|
2070
|
-
name: pulumi.Input[str]
|
|
2071
|
+
name: pulumi.Input[builtins.str]
|
|
2071
2072
|
"""
|
|
2072
2073
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2073
2074
|
|
|
2074
2075
|
Must be a DNS label.
|
|
2075
2076
|
"""
|
|
2076
|
-
admin_access: NotRequired[pulumi.Input[bool]]
|
|
2077
|
+
admin_access: NotRequired[pulumi.Input[builtins.bool]]
|
|
2077
2078
|
"""
|
|
2078
2079
|
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.
|
|
2079
2080
|
|
|
2080
2081
|
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.
|
|
2081
2082
|
"""
|
|
2082
|
-
allocation_mode: NotRequired[pulumi.Input[str]]
|
|
2083
|
+
allocation_mode: NotRequired[pulumi.Input[builtins.str]]
|
|
2083
2084
|
"""
|
|
2084
2085
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2085
2086
|
|
|
@@ -2095,7 +2096,7 @@ if not MYPY:
|
|
|
2095
2096
|
|
|
2096
2097
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2097
2098
|
"""
|
|
2098
|
-
count: NotRequired[pulumi.Input[int]]
|
|
2099
|
+
count: NotRequired[pulumi.Input[builtins.int]]
|
|
2099
2100
|
"""
|
|
2100
2101
|
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.
|
|
2101
2102
|
"""
|
|
@@ -2109,28 +2110,28 @@ elif False:
|
|
|
2109
2110
|
@pulumi.input_type
|
|
2110
2111
|
class DeviceRequestArgs:
|
|
2111
2112
|
def __init__(__self__, *,
|
|
2112
|
-
device_class_name: pulumi.Input[str],
|
|
2113
|
-
name: pulumi.Input[str],
|
|
2114
|
-
admin_access: Optional[pulumi.Input[bool]] = None,
|
|
2115
|
-
allocation_mode: Optional[pulumi.Input[str]] = None,
|
|
2116
|
-
count: Optional[pulumi.Input[int]] = None,
|
|
2113
|
+
device_class_name: pulumi.Input[builtins.str],
|
|
2114
|
+
name: pulumi.Input[builtins.str],
|
|
2115
|
+
admin_access: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2116
|
+
allocation_mode: Optional[pulumi.Input[builtins.str]] = None,
|
|
2117
|
+
count: Optional[pulumi.Input[builtins.int]] = None,
|
|
2117
2118
|
selectors: Optional[pulumi.Input[Sequence[pulumi.Input['DeviceSelectorArgs']]]] = None):
|
|
2118
2119
|
"""
|
|
2119
2120
|
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.
|
|
2120
2121
|
|
|
2121
2122
|
A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.
|
|
2122
|
-
:param pulumi.Input[str] device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2123
|
+
:param pulumi.Input[builtins.str] device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2123
2124
|
|
|
2124
2125
|
A class is required. Which classes are available depends on the cluster.
|
|
2125
2126
|
|
|
2126
2127
|
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.
|
|
2127
|
-
:param pulumi.Input[str] name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2128
|
+
:param pulumi.Input[builtins.str] name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2128
2129
|
|
|
2129
2130
|
Must be a DNS label.
|
|
2130
|
-
:param pulumi.Input[bool] admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
2131
|
+
:param pulumi.Input[builtins.bool] admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
2131
2132
|
|
|
2132
2133
|
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.
|
|
2133
|
-
:param pulumi.Input[str] allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2134
|
+
:param pulumi.Input[builtins.str] allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2134
2135
|
|
|
2135
2136
|
- ExactCount: This request is for a specific number of devices.
|
|
2136
2137
|
This is the default. The exact number is provided in the
|
|
@@ -2143,7 +2144,7 @@ class DeviceRequestArgs:
|
|
|
2143
2144
|
If AlloctionMode is not specified, the default mode is ExactCount. If the mode is ExactCount and count is not specified, the default count is one. Any other requests must specify this field.
|
|
2144
2145
|
|
|
2145
2146
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
2146
|
-
:param pulumi.Input[int] count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2147
|
+
:param pulumi.Input[builtins.int] count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
2147
2148
|
:param pulumi.Input[Sequence[pulumi.Input['DeviceSelectorArgs']]] selectors: Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.
|
|
2148
2149
|
"""
|
|
2149
2150
|
pulumi.set(__self__, "device_class_name", device_class_name)
|
|
@@ -2159,7 +2160,7 @@ class DeviceRequestArgs:
|
|
|
2159
2160
|
|
|
2160
2161
|
@property
|
|
2161
2162
|
@pulumi.getter(name="deviceClassName")
|
|
2162
|
-
def device_class_name(self) -> pulumi.Input[str]:
|
|
2163
|
+
def device_class_name(self) -> pulumi.Input[builtins.str]:
|
|
2163
2164
|
"""
|
|
2164
2165
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
2165
2166
|
|
|
@@ -2170,12 +2171,12 @@ class DeviceRequestArgs:
|
|
|
2170
2171
|
return pulumi.get(self, "device_class_name")
|
|
2171
2172
|
|
|
2172
2173
|
@device_class_name.setter
|
|
2173
|
-
def device_class_name(self, value: pulumi.Input[str]):
|
|
2174
|
+
def device_class_name(self, value: pulumi.Input[builtins.str]):
|
|
2174
2175
|
pulumi.set(self, "device_class_name", value)
|
|
2175
2176
|
|
|
2176
2177
|
@property
|
|
2177
2178
|
@pulumi.getter
|
|
2178
|
-
def name(self) -> pulumi.Input[str]:
|
|
2179
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2179
2180
|
"""
|
|
2180
2181
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
2181
2182
|
|
|
@@ -2184,12 +2185,12 @@ class DeviceRequestArgs:
|
|
|
2184
2185
|
return pulumi.get(self, "name")
|
|
2185
2186
|
|
|
2186
2187
|
@name.setter
|
|
2187
|
-
def name(self, value: pulumi.Input[str]):
|
|
2188
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2188
2189
|
pulumi.set(self, "name", value)
|
|
2189
2190
|
|
|
2190
2191
|
@property
|
|
2191
2192
|
@pulumi.getter(name="adminAccess")
|
|
2192
|
-
def admin_access(self) -> Optional[pulumi.Input[bool]]:
|
|
2193
|
+
def admin_access(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2193
2194
|
"""
|
|
2194
2195
|
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.
|
|
2195
2196
|
|
|
@@ -2198,12 +2199,12 @@ class DeviceRequestArgs:
|
|
|
2198
2199
|
return pulumi.get(self, "admin_access")
|
|
2199
2200
|
|
|
2200
2201
|
@admin_access.setter
|
|
2201
|
-
def admin_access(self, value: Optional[pulumi.Input[bool]]):
|
|
2202
|
+
def admin_access(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2202
2203
|
pulumi.set(self, "admin_access", value)
|
|
2203
2204
|
|
|
2204
2205
|
@property
|
|
2205
2206
|
@pulumi.getter(name="allocationMode")
|
|
2206
|
-
def allocation_mode(self) -> Optional[pulumi.Input[str]]:
|
|
2207
|
+
def allocation_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2207
2208
|
"""
|
|
2208
2209
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
2209
2210
|
|
|
@@ -2222,19 +2223,19 @@ class DeviceRequestArgs:
|
|
|
2222
2223
|
return pulumi.get(self, "allocation_mode")
|
|
2223
2224
|
|
|
2224
2225
|
@allocation_mode.setter
|
|
2225
|
-
def allocation_mode(self, value: Optional[pulumi.Input[str]]):
|
|
2226
|
+
def allocation_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2226
2227
|
pulumi.set(self, "allocation_mode", value)
|
|
2227
2228
|
|
|
2228
2229
|
@property
|
|
2229
2230
|
@pulumi.getter
|
|
2230
|
-
def count(self) -> Optional[pulumi.Input[int]]:
|
|
2231
|
+
def count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2231
2232
|
"""
|
|
2232
2233
|
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.
|
|
2233
2234
|
"""
|
|
2234
2235
|
return pulumi.get(self, "count")
|
|
2235
2236
|
|
|
2236
2237
|
@count.setter
|
|
2237
|
-
def count(self, value: Optional[pulumi.Input[int]]):
|
|
2238
|
+
def count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2238
2239
|
pulumi.set(self, "count", value)
|
|
2239
2240
|
|
|
2240
2241
|
@property
|
|
@@ -2327,7 +2328,7 @@ if not MYPY:
|
|
|
2327
2328
|
"""
|
|
2328
2329
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
2329
2330
|
"""
|
|
2330
|
-
name: pulumi.Input[str]
|
|
2331
|
+
name: pulumi.Input[builtins.str]
|
|
2331
2332
|
"""
|
|
2332
2333
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
2333
2334
|
"""
|
|
@@ -2341,11 +2342,11 @@ elif False:
|
|
|
2341
2342
|
@pulumi.input_type
|
|
2342
2343
|
class DeviceArgs:
|
|
2343
2344
|
def __init__(__self__, *,
|
|
2344
|
-
name: pulumi.Input[str],
|
|
2345
|
+
name: pulumi.Input[builtins.str],
|
|
2345
2346
|
basic: Optional[pulumi.Input['BasicDeviceArgs']] = None):
|
|
2346
2347
|
"""
|
|
2347
2348
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
2348
|
-
:param pulumi.Input[str] name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
2349
|
+
:param pulumi.Input[builtins.str] name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
2349
2350
|
:param pulumi.Input['BasicDeviceArgs'] basic: Basic defines one device instance.
|
|
2350
2351
|
"""
|
|
2351
2352
|
pulumi.set(__self__, "name", name)
|
|
@@ -2354,14 +2355,14 @@ class DeviceArgs:
|
|
|
2354
2355
|
|
|
2355
2356
|
@property
|
|
2356
2357
|
@pulumi.getter
|
|
2357
|
-
def name(self) -> pulumi.Input[str]:
|
|
2358
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2358
2359
|
"""
|
|
2359
2360
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
2360
2361
|
"""
|
|
2361
2362
|
return pulumi.get(self, "name")
|
|
2362
2363
|
|
|
2363
2364
|
@name.setter
|
|
2364
|
-
def name(self, value: pulumi.Input[str]):
|
|
2365
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2365
2366
|
pulumi.set(self, "name", value)
|
|
2366
2367
|
|
|
2367
2368
|
@property
|
|
@@ -2382,19 +2383,19 @@ if not MYPY:
|
|
|
2382
2383
|
"""
|
|
2383
2384
|
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.
|
|
2384
2385
|
"""
|
|
2385
|
-
hardware_address: NotRequired[pulumi.Input[str]]
|
|
2386
|
+
hardware_address: NotRequired[pulumi.Input[builtins.str]]
|
|
2386
2387
|
"""
|
|
2387
2388
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2388
2389
|
|
|
2389
2390
|
Must not be longer than 128 characters.
|
|
2390
2391
|
"""
|
|
2391
|
-
interface_name: NotRequired[pulumi.Input[str]]
|
|
2392
|
+
interface_name: NotRequired[pulumi.Input[builtins.str]]
|
|
2392
2393
|
"""
|
|
2393
2394
|
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.
|
|
2394
2395
|
|
|
2395
2396
|
Must not be longer than 256 characters.
|
|
2396
2397
|
"""
|
|
2397
|
-
ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2398
|
+
ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2398
2399
|
"""
|
|
2399
2400
|
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.
|
|
2400
2401
|
"""
|
|
@@ -2404,18 +2405,18 @@ elif False:
|
|
|
2404
2405
|
@pulumi.input_type
|
|
2405
2406
|
class NetworkDeviceDataArgs:
|
|
2406
2407
|
def __init__(__self__, *,
|
|
2407
|
-
hardware_address: Optional[pulumi.Input[str]] = None,
|
|
2408
|
-
interface_name: Optional[pulumi.Input[str]] = None,
|
|
2409
|
-
ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2408
|
+
hardware_address: Optional[pulumi.Input[builtins.str]] = None,
|
|
2409
|
+
interface_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2410
|
+
ips: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2410
2411
|
"""
|
|
2411
2412
|
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.
|
|
2412
|
-
:param pulumi.Input[str] hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2413
|
+
:param pulumi.Input[builtins.str] hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2413
2414
|
|
|
2414
2415
|
Must not be longer than 128 characters.
|
|
2415
|
-
:param pulumi.Input[str] interface_name: InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2416
|
+
:param pulumi.Input[builtins.str] interface_name: InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2416
2417
|
|
|
2417
2418
|
Must not be longer than 256 characters.
|
|
2418
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] ips: IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2419
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ips: IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2419
2420
|
"""
|
|
2420
2421
|
if hardware_address is not None:
|
|
2421
2422
|
pulumi.set(__self__, "hardware_address", hardware_address)
|
|
@@ -2426,7 +2427,7 @@ class NetworkDeviceDataArgs:
|
|
|
2426
2427
|
|
|
2427
2428
|
@property
|
|
2428
2429
|
@pulumi.getter(name="hardwareAddress")
|
|
2429
|
-
def hardware_address(self) -> Optional[pulumi.Input[str]]:
|
|
2430
|
+
def hardware_address(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2430
2431
|
"""
|
|
2431
2432
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2432
2433
|
|
|
@@ -2435,12 +2436,12 @@ class NetworkDeviceDataArgs:
|
|
|
2435
2436
|
return pulumi.get(self, "hardware_address")
|
|
2436
2437
|
|
|
2437
2438
|
@hardware_address.setter
|
|
2438
|
-
def hardware_address(self, value: Optional[pulumi.Input[str]]):
|
|
2439
|
+
def hardware_address(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2439
2440
|
pulumi.set(self, "hardware_address", value)
|
|
2440
2441
|
|
|
2441
2442
|
@property
|
|
2442
2443
|
@pulumi.getter(name="interfaceName")
|
|
2443
|
-
def interface_name(self) -> Optional[pulumi.Input[str]]:
|
|
2444
|
+
def interface_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2444
2445
|
"""
|
|
2445
2446
|
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.
|
|
2446
2447
|
|
|
@@ -2449,19 +2450,19 @@ class NetworkDeviceDataArgs:
|
|
|
2449
2450
|
return pulumi.get(self, "interface_name")
|
|
2450
2451
|
|
|
2451
2452
|
@interface_name.setter
|
|
2452
|
-
def interface_name(self, value: Optional[pulumi.Input[str]]):
|
|
2453
|
+
def interface_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2453
2454
|
pulumi.set(self, "interface_name", value)
|
|
2454
2455
|
|
|
2455
2456
|
@property
|
|
2456
2457
|
@pulumi.getter
|
|
2457
|
-
def ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2458
|
+
def ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2458
2459
|
"""
|
|
2459
2460
|
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.
|
|
2460
2461
|
"""
|
|
2461
2462
|
return pulumi.get(self, "ips")
|
|
2462
2463
|
|
|
2463
2464
|
@ips.setter
|
|
2464
|
-
def ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2465
|
+
def ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2465
2466
|
pulumi.set(self, "ips", value)
|
|
2466
2467
|
|
|
2467
2468
|
|
|
@@ -2470,7 +2471,7 @@ if not MYPY:
|
|
|
2470
2471
|
"""
|
|
2471
2472
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2472
2473
|
"""
|
|
2473
|
-
driver: NotRequired[pulumi.Input[str]]
|
|
2474
|
+
driver: NotRequired[pulumi.Input[builtins.str]]
|
|
2474
2475
|
"""
|
|
2475
2476
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2476
2477
|
|
|
@@ -2490,11 +2491,11 @@ elif False:
|
|
|
2490
2491
|
@pulumi.input_type
|
|
2491
2492
|
class OpaqueDeviceConfigurationPatchArgs:
|
|
2492
2493
|
def __init__(__self__, *,
|
|
2493
|
-
driver: Optional[pulumi.Input[str]] = None,
|
|
2494
|
+
driver: Optional[pulumi.Input[builtins.str]] = None,
|
|
2494
2495
|
parameters: Optional[Any] = None):
|
|
2495
2496
|
"""
|
|
2496
2497
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2497
|
-
:param pulumi.Input[str] driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2498
|
+
:param pulumi.Input[builtins.str] driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2498
2499
|
|
|
2499
2500
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
2500
2501
|
|
|
@@ -2510,7 +2511,7 @@ class OpaqueDeviceConfigurationPatchArgs:
|
|
|
2510
2511
|
|
|
2511
2512
|
@property
|
|
2512
2513
|
@pulumi.getter
|
|
2513
|
-
def driver(self) -> Optional[pulumi.Input[str]]:
|
|
2514
|
+
def driver(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2514
2515
|
"""
|
|
2515
2516
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2516
2517
|
|
|
@@ -2521,7 +2522,7 @@ class OpaqueDeviceConfigurationPatchArgs:
|
|
|
2521
2522
|
return pulumi.get(self, "driver")
|
|
2522
2523
|
|
|
2523
2524
|
@driver.setter
|
|
2524
|
-
def driver(self, value: Optional[pulumi.Input[str]]):
|
|
2525
|
+
def driver(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2525
2526
|
pulumi.set(self, "driver", value)
|
|
2526
2527
|
|
|
2527
2528
|
@property
|
|
@@ -2544,7 +2545,7 @@ if not MYPY:
|
|
|
2544
2545
|
"""
|
|
2545
2546
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2546
2547
|
"""
|
|
2547
|
-
driver: pulumi.Input[str]
|
|
2548
|
+
driver: pulumi.Input[builtins.str]
|
|
2548
2549
|
"""
|
|
2549
2550
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2550
2551
|
|
|
@@ -2564,11 +2565,11 @@ elif False:
|
|
|
2564
2565
|
@pulumi.input_type
|
|
2565
2566
|
class OpaqueDeviceConfigurationArgs:
|
|
2566
2567
|
def __init__(__self__, *,
|
|
2567
|
-
driver: pulumi.Input[str],
|
|
2568
|
+
driver: pulumi.Input[builtins.str],
|
|
2568
2569
|
parameters: Any):
|
|
2569
2570
|
"""
|
|
2570
2571
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2571
|
-
:param pulumi.Input[str] driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2572
|
+
:param pulumi.Input[builtins.str] driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2572
2573
|
|
|
2573
2574
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
2574
2575
|
|
|
@@ -2582,7 +2583,7 @@ class OpaqueDeviceConfigurationArgs:
|
|
|
2582
2583
|
|
|
2583
2584
|
@property
|
|
2584
2585
|
@pulumi.getter
|
|
2585
|
-
def driver(self) -> pulumi.Input[str]:
|
|
2586
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
2586
2587
|
"""
|
|
2587
2588
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2588
2589
|
|
|
@@ -2593,7 +2594,7 @@ class OpaqueDeviceConfigurationArgs:
|
|
|
2593
2594
|
return pulumi.get(self, "driver")
|
|
2594
2595
|
|
|
2595
2596
|
@driver.setter
|
|
2596
|
-
def driver(self, value: pulumi.Input[str]):
|
|
2597
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
2597
2598
|
pulumi.set(self, "driver", value)
|
|
2598
2599
|
|
|
2599
2600
|
@property
|
|
@@ -2616,19 +2617,19 @@ if not MYPY:
|
|
|
2616
2617
|
"""
|
|
2617
2618
|
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.
|
|
2618
2619
|
"""
|
|
2619
|
-
name: pulumi.Input[str]
|
|
2620
|
+
name: pulumi.Input[builtins.str]
|
|
2620
2621
|
"""
|
|
2621
2622
|
Name is the name of resource being referenced.
|
|
2622
2623
|
"""
|
|
2623
|
-
resource: pulumi.Input[str]
|
|
2624
|
+
resource: pulumi.Input[builtins.str]
|
|
2624
2625
|
"""
|
|
2625
2626
|
Resource is the type of resource being referenced, for example "pods".
|
|
2626
2627
|
"""
|
|
2627
|
-
uid: pulumi.Input[str]
|
|
2628
|
+
uid: pulumi.Input[builtins.str]
|
|
2628
2629
|
"""
|
|
2629
2630
|
UID identifies exactly one incarnation of the resource.
|
|
2630
2631
|
"""
|
|
2631
|
-
api_group: NotRequired[pulumi.Input[str]]
|
|
2632
|
+
api_group: NotRequired[pulumi.Input[builtins.str]]
|
|
2632
2633
|
"""
|
|
2633
2634
|
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.
|
|
2634
2635
|
"""
|
|
@@ -2638,16 +2639,16 @@ elif False:
|
|
|
2638
2639
|
@pulumi.input_type
|
|
2639
2640
|
class ResourceClaimConsumerReferenceArgs:
|
|
2640
2641
|
def __init__(__self__, *,
|
|
2641
|
-
name: pulumi.Input[str],
|
|
2642
|
-
resource: pulumi.Input[str],
|
|
2643
|
-
uid: pulumi.Input[str],
|
|
2644
|
-
api_group: Optional[pulumi.Input[str]] = None):
|
|
2642
|
+
name: pulumi.Input[builtins.str],
|
|
2643
|
+
resource: pulumi.Input[builtins.str],
|
|
2644
|
+
uid: pulumi.Input[builtins.str],
|
|
2645
|
+
api_group: Optional[pulumi.Input[builtins.str]] = None):
|
|
2645
2646
|
"""
|
|
2646
2647
|
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.
|
|
2647
|
-
:param pulumi.Input[str] name: Name is the name of resource being referenced.
|
|
2648
|
-
:param pulumi.Input[str] resource: Resource is the type of resource being referenced, for example "pods".
|
|
2649
|
-
:param pulumi.Input[str] uid: UID identifies exactly one incarnation of the resource.
|
|
2650
|
-
:param pulumi.Input[str] api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2648
|
+
:param pulumi.Input[builtins.str] name: Name is the name of resource being referenced.
|
|
2649
|
+
:param pulumi.Input[builtins.str] resource: Resource is the type of resource being referenced, for example "pods".
|
|
2650
|
+
:param pulumi.Input[builtins.str] uid: UID identifies exactly one incarnation of the resource.
|
|
2651
|
+
:param pulumi.Input[builtins.str] api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2651
2652
|
"""
|
|
2652
2653
|
pulumi.set(__self__, "name", name)
|
|
2653
2654
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -2657,50 +2658,50 @@ class ResourceClaimConsumerReferenceArgs:
|
|
|
2657
2658
|
|
|
2658
2659
|
@property
|
|
2659
2660
|
@pulumi.getter
|
|
2660
|
-
def name(self) -> pulumi.Input[str]:
|
|
2661
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2661
2662
|
"""
|
|
2662
2663
|
Name is the name of resource being referenced.
|
|
2663
2664
|
"""
|
|
2664
2665
|
return pulumi.get(self, "name")
|
|
2665
2666
|
|
|
2666
2667
|
@name.setter
|
|
2667
|
-
def name(self, value: pulumi.Input[str]):
|
|
2668
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2668
2669
|
pulumi.set(self, "name", value)
|
|
2669
2670
|
|
|
2670
2671
|
@property
|
|
2671
2672
|
@pulumi.getter
|
|
2672
|
-
def resource(self) -> pulumi.Input[str]:
|
|
2673
|
+
def resource(self) -> pulumi.Input[builtins.str]:
|
|
2673
2674
|
"""
|
|
2674
2675
|
Resource is the type of resource being referenced, for example "pods".
|
|
2675
2676
|
"""
|
|
2676
2677
|
return pulumi.get(self, "resource")
|
|
2677
2678
|
|
|
2678
2679
|
@resource.setter
|
|
2679
|
-
def resource(self, value: pulumi.Input[str]):
|
|
2680
|
+
def resource(self, value: pulumi.Input[builtins.str]):
|
|
2680
2681
|
pulumi.set(self, "resource", value)
|
|
2681
2682
|
|
|
2682
2683
|
@property
|
|
2683
2684
|
@pulumi.getter
|
|
2684
|
-
def uid(self) -> pulumi.Input[str]:
|
|
2685
|
+
def uid(self) -> pulumi.Input[builtins.str]:
|
|
2685
2686
|
"""
|
|
2686
2687
|
UID identifies exactly one incarnation of the resource.
|
|
2687
2688
|
"""
|
|
2688
2689
|
return pulumi.get(self, "uid")
|
|
2689
2690
|
|
|
2690
2691
|
@uid.setter
|
|
2691
|
-
def uid(self, value: pulumi.Input[str]):
|
|
2692
|
+
def uid(self, value: pulumi.Input[builtins.str]):
|
|
2692
2693
|
pulumi.set(self, "uid", value)
|
|
2693
2694
|
|
|
2694
2695
|
@property
|
|
2695
2696
|
@pulumi.getter(name="apiGroup")
|
|
2696
|
-
def api_group(self) -> Optional[pulumi.Input[str]]:
|
|
2697
|
+
def api_group(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2697
2698
|
"""
|
|
2698
2699
|
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.
|
|
2699
2700
|
"""
|
|
2700
2701
|
return pulumi.get(self, "api_group")
|
|
2701
2702
|
|
|
2702
2703
|
@api_group.setter
|
|
2703
|
-
def api_group(self, value: Optional[pulumi.Input[str]]):
|
|
2704
|
+
def api_group(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2704
2705
|
pulumi.set(self, "api_group", value)
|
|
2705
2706
|
|
|
2706
2707
|
|
|
@@ -2994,11 +2995,11 @@ if not MYPY:
|
|
|
2994
2995
|
|
|
2995
2996
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
2996
2997
|
"""
|
|
2997
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2998
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
2998
2999
|
"""
|
|
2999
3000
|
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
|
|
3000
3001
|
"""
|
|
3001
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
3002
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3002
3003
|
"""
|
|
3003
3004
|
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
|
|
3004
3005
|
"""
|
|
@@ -3013,8 +3014,8 @@ elif False:
|
|
|
3013
3014
|
class ResourceClaimTemplateArgs:
|
|
3014
3015
|
def __init__(__self__, *,
|
|
3015
3016
|
spec: pulumi.Input['ResourceClaimTemplateSpecArgs'],
|
|
3016
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
3017
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
3017
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3018
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3018
3019
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
3019
3020
|
"""
|
|
3020
3021
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
@@ -3023,8 +3024,8 @@ class ResourceClaimTemplateArgs:
|
|
|
3023
3024
|
:param pulumi.Input['ResourceClaimTemplateSpecArgs'] spec: Describes the ResourceClaim that is to be generated.
|
|
3024
3025
|
|
|
3025
3026
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
3026
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3027
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3027
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3028
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3028
3029
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
3029
3030
|
"""
|
|
3030
3031
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -3051,26 +3052,26 @@ class ResourceClaimTemplateArgs:
|
|
|
3051
3052
|
|
|
3052
3053
|
@property
|
|
3053
3054
|
@pulumi.getter(name="apiVersion")
|
|
3054
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
3055
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3055
3056
|
"""
|
|
3056
3057
|
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
|
|
3057
3058
|
"""
|
|
3058
3059
|
return pulumi.get(self, "api_version")
|
|
3059
3060
|
|
|
3060
3061
|
@api_version.setter
|
|
3061
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
3062
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3062
3063
|
pulumi.set(self, "api_version", value)
|
|
3063
3064
|
|
|
3064
3065
|
@property
|
|
3065
3066
|
@pulumi.getter
|
|
3066
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
3067
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3067
3068
|
"""
|
|
3068
3069
|
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
|
|
3069
3070
|
"""
|
|
3070
3071
|
return pulumi.get(self, "kind")
|
|
3071
3072
|
|
|
3072
3073
|
@kind.setter
|
|
3073
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
3074
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3074
3075
|
pulumi.set(self, "kind", value)
|
|
3075
3076
|
|
|
3076
3077
|
@property
|
|
@@ -3097,11 +3098,11 @@ if not MYPY:
|
|
|
3097
3098
|
"""
|
|
3098
3099
|
Spec describes what is being requested and how to configure it. The spec is immutable.
|
|
3099
3100
|
"""
|
|
3100
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
3101
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
3101
3102
|
"""
|
|
3102
3103
|
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
|
|
3103
3104
|
"""
|
|
3104
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
3105
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3105
3106
|
"""
|
|
3106
3107
|
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
|
|
3107
3108
|
"""
|
|
@@ -3120,8 +3121,8 @@ elif False:
|
|
|
3120
3121
|
class ResourceClaimArgs:
|
|
3121
3122
|
def __init__(__self__, *,
|
|
3122
3123
|
spec: pulumi.Input['ResourceClaimSpecArgs'],
|
|
3123
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
3124
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
3124
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3125
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3125
3126
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
3126
3127
|
status: Optional[pulumi.Input['ResourceClaimStatusArgs']] = None):
|
|
3127
3128
|
"""
|
|
@@ -3129,8 +3130,8 @@ class ResourceClaimArgs:
|
|
|
3129
3130
|
|
|
3130
3131
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
3131
3132
|
:param pulumi.Input['ResourceClaimSpecArgs'] spec: Spec describes what is being requested and how to configure it. The spec is immutable.
|
|
3132
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3133
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3133
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3134
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3134
3135
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
3135
3136
|
:param pulumi.Input['ResourceClaimStatusArgs'] status: Status describes whether the claim is ready to use and what has been allocated.
|
|
3136
3137
|
"""
|
|
@@ -3158,26 +3159,26 @@ class ResourceClaimArgs:
|
|
|
3158
3159
|
|
|
3159
3160
|
@property
|
|
3160
3161
|
@pulumi.getter(name="apiVersion")
|
|
3161
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
3162
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3162
3163
|
"""
|
|
3163
3164
|
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
|
|
3164
3165
|
"""
|
|
3165
3166
|
return pulumi.get(self, "api_version")
|
|
3166
3167
|
|
|
3167
3168
|
@api_version.setter
|
|
3168
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
3169
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3169
3170
|
pulumi.set(self, "api_version", value)
|
|
3170
3171
|
|
|
3171
3172
|
@property
|
|
3172
3173
|
@pulumi.getter
|
|
3173
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
3174
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3174
3175
|
"""
|
|
3175
3176
|
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
|
|
3176
3177
|
"""
|
|
3177
3178
|
return pulumi.get(self, "kind")
|
|
3178
3179
|
|
|
3179
3180
|
@kind.setter
|
|
3180
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
3181
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3181
3182
|
pulumi.set(self, "kind", value)
|
|
3182
3183
|
|
|
3183
3184
|
@property
|
|
@@ -3210,19 +3211,19 @@ if not MYPY:
|
|
|
3210
3211
|
"""
|
|
3211
3212
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3212
3213
|
"""
|
|
3213
|
-
generation: NotRequired[pulumi.Input[int]]
|
|
3214
|
+
generation: NotRequired[pulumi.Input[builtins.int]]
|
|
3214
3215
|
"""
|
|
3215
3216
|
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.
|
|
3216
3217
|
|
|
3217
3218
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3218
3219
|
"""
|
|
3219
|
-
name: NotRequired[pulumi.Input[str]]
|
|
3220
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
3220
3221
|
"""
|
|
3221
3222
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3222
3223
|
|
|
3223
3224
|
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.
|
|
3224
3225
|
"""
|
|
3225
|
-
resource_slice_count: NotRequired[pulumi.Input[int]]
|
|
3226
|
+
resource_slice_count: NotRequired[pulumi.Input[builtins.int]]
|
|
3226
3227
|
"""
|
|
3227
3228
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3228
3229
|
|
|
@@ -3234,18 +3235,18 @@ elif False:
|
|
|
3234
3235
|
@pulumi.input_type
|
|
3235
3236
|
class ResourcePoolPatchArgs:
|
|
3236
3237
|
def __init__(__self__, *,
|
|
3237
|
-
generation: Optional[pulumi.Input[int]] = None,
|
|
3238
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
3239
|
-
resource_slice_count: Optional[pulumi.Input[int]] = None):
|
|
3238
|
+
generation: Optional[pulumi.Input[builtins.int]] = None,
|
|
3239
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3240
|
+
resource_slice_count: Optional[pulumi.Input[builtins.int]] = None):
|
|
3240
3241
|
"""
|
|
3241
3242
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3242
|
-
:param pulumi.Input[int] generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3243
|
+
:param pulumi.Input[builtins.int] generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3243
3244
|
|
|
3244
3245
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3245
|
-
:param pulumi.Input[str] name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3246
|
+
:param pulumi.Input[builtins.str] name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3246
3247
|
|
|
3247
3248
|
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.
|
|
3248
|
-
:param pulumi.Input[int] resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3249
|
+
:param pulumi.Input[builtins.int] resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3249
3250
|
|
|
3250
3251
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
3251
3252
|
"""
|
|
@@ -3258,7 +3259,7 @@ class ResourcePoolPatchArgs:
|
|
|
3258
3259
|
|
|
3259
3260
|
@property
|
|
3260
3261
|
@pulumi.getter
|
|
3261
|
-
def generation(self) -> Optional[pulumi.Input[int]]:
|
|
3262
|
+
def generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3262
3263
|
"""
|
|
3263
3264
|
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.
|
|
3264
3265
|
|
|
@@ -3267,12 +3268,12 @@ class ResourcePoolPatchArgs:
|
|
|
3267
3268
|
return pulumi.get(self, "generation")
|
|
3268
3269
|
|
|
3269
3270
|
@generation.setter
|
|
3270
|
-
def generation(self, value: Optional[pulumi.Input[int]]):
|
|
3271
|
+
def generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3271
3272
|
pulumi.set(self, "generation", value)
|
|
3272
3273
|
|
|
3273
3274
|
@property
|
|
3274
3275
|
@pulumi.getter
|
|
3275
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
3276
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3276
3277
|
"""
|
|
3277
3278
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3278
3279
|
|
|
@@ -3281,12 +3282,12 @@ class ResourcePoolPatchArgs:
|
|
|
3281
3282
|
return pulumi.get(self, "name")
|
|
3282
3283
|
|
|
3283
3284
|
@name.setter
|
|
3284
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
3285
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3285
3286
|
pulumi.set(self, "name", value)
|
|
3286
3287
|
|
|
3287
3288
|
@property
|
|
3288
3289
|
@pulumi.getter(name="resourceSliceCount")
|
|
3289
|
-
def resource_slice_count(self) -> Optional[pulumi.Input[int]]:
|
|
3290
|
+
def resource_slice_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
3290
3291
|
"""
|
|
3291
3292
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3292
3293
|
|
|
@@ -3295,7 +3296,7 @@ class ResourcePoolPatchArgs:
|
|
|
3295
3296
|
return pulumi.get(self, "resource_slice_count")
|
|
3296
3297
|
|
|
3297
3298
|
@resource_slice_count.setter
|
|
3298
|
-
def resource_slice_count(self, value: Optional[pulumi.Input[int]]):
|
|
3299
|
+
def resource_slice_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
3299
3300
|
pulumi.set(self, "resource_slice_count", value)
|
|
3300
3301
|
|
|
3301
3302
|
|
|
@@ -3304,19 +3305,19 @@ if not MYPY:
|
|
|
3304
3305
|
"""
|
|
3305
3306
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3306
3307
|
"""
|
|
3307
|
-
generation: pulumi.Input[int]
|
|
3308
|
+
generation: pulumi.Input[builtins.int]
|
|
3308
3309
|
"""
|
|
3309
3310
|
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.
|
|
3310
3311
|
|
|
3311
3312
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3312
3313
|
"""
|
|
3313
|
-
name: pulumi.Input[str]
|
|
3314
|
+
name: pulumi.Input[builtins.str]
|
|
3314
3315
|
"""
|
|
3315
3316
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3316
3317
|
|
|
3317
3318
|
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.
|
|
3318
3319
|
"""
|
|
3319
|
-
resource_slice_count: pulumi.Input[int]
|
|
3320
|
+
resource_slice_count: pulumi.Input[builtins.int]
|
|
3320
3321
|
"""
|
|
3321
3322
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3322
3323
|
|
|
@@ -3328,18 +3329,18 @@ elif False:
|
|
|
3328
3329
|
@pulumi.input_type
|
|
3329
3330
|
class ResourcePoolArgs:
|
|
3330
3331
|
def __init__(__self__, *,
|
|
3331
|
-
generation: pulumi.Input[int],
|
|
3332
|
-
name: pulumi.Input[str],
|
|
3333
|
-
resource_slice_count: pulumi.Input[int]):
|
|
3332
|
+
generation: pulumi.Input[builtins.int],
|
|
3333
|
+
name: pulumi.Input[builtins.str],
|
|
3334
|
+
resource_slice_count: pulumi.Input[builtins.int]):
|
|
3334
3335
|
"""
|
|
3335
3336
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
3336
|
-
:param pulumi.Input[int] generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3337
|
+
:param pulumi.Input[builtins.int] generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
3337
3338
|
|
|
3338
3339
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
3339
|
-
:param pulumi.Input[str] name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3340
|
+
:param pulumi.Input[builtins.str] name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3340
3341
|
|
|
3341
3342
|
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.
|
|
3342
|
-
:param pulumi.Input[int] resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3343
|
+
:param pulumi.Input[builtins.int] resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3343
3344
|
|
|
3344
3345
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
3345
3346
|
"""
|
|
@@ -3349,7 +3350,7 @@ class ResourcePoolArgs:
|
|
|
3349
3350
|
|
|
3350
3351
|
@property
|
|
3351
3352
|
@pulumi.getter
|
|
3352
|
-
def generation(self) -> pulumi.Input[int]:
|
|
3353
|
+
def generation(self) -> pulumi.Input[builtins.int]:
|
|
3353
3354
|
"""
|
|
3354
3355
|
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.
|
|
3355
3356
|
|
|
@@ -3358,12 +3359,12 @@ class ResourcePoolArgs:
|
|
|
3358
3359
|
return pulumi.get(self, "generation")
|
|
3359
3360
|
|
|
3360
3361
|
@generation.setter
|
|
3361
|
-
def generation(self, value: pulumi.Input[int]):
|
|
3362
|
+
def generation(self, value: pulumi.Input[builtins.int]):
|
|
3362
3363
|
pulumi.set(self, "generation", value)
|
|
3363
3364
|
|
|
3364
3365
|
@property
|
|
3365
3366
|
@pulumi.getter
|
|
3366
|
-
def name(self) -> pulumi.Input[str]:
|
|
3367
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
3367
3368
|
"""
|
|
3368
3369
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
3369
3370
|
|
|
@@ -3372,12 +3373,12 @@ class ResourcePoolArgs:
|
|
|
3372
3373
|
return pulumi.get(self, "name")
|
|
3373
3374
|
|
|
3374
3375
|
@name.setter
|
|
3375
|
-
def name(self, value: pulumi.Input[str]):
|
|
3376
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
3376
3377
|
pulumi.set(self, "name", value)
|
|
3377
3378
|
|
|
3378
3379
|
@property
|
|
3379
3380
|
@pulumi.getter(name="resourceSliceCount")
|
|
3380
|
-
def resource_slice_count(self) -> pulumi.Input[int]:
|
|
3381
|
+
def resource_slice_count(self) -> pulumi.Input[builtins.int]:
|
|
3381
3382
|
"""
|
|
3382
3383
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
3383
3384
|
|
|
@@ -3386,7 +3387,7 @@ class ResourcePoolArgs:
|
|
|
3386
3387
|
return pulumi.get(self, "resource_slice_count")
|
|
3387
3388
|
|
|
3388
3389
|
@resource_slice_count.setter
|
|
3389
|
-
def resource_slice_count(self, value: pulumi.Input[int]):
|
|
3390
|
+
def resource_slice_count(self, value: pulumi.Input[builtins.int]):
|
|
3390
3391
|
pulumi.set(self, "resource_slice_count", value)
|
|
3391
3392
|
|
|
3392
3393
|
|
|
@@ -3395,7 +3396,7 @@ if not MYPY:
|
|
|
3395
3396
|
"""
|
|
3396
3397
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3397
3398
|
"""
|
|
3398
|
-
all_nodes: NotRequired[pulumi.Input[bool]]
|
|
3399
|
+
all_nodes: NotRequired[pulumi.Input[builtins.bool]]
|
|
3399
3400
|
"""
|
|
3400
3401
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3401
3402
|
|
|
@@ -3407,13 +3408,13 @@ if not MYPY:
|
|
|
3407
3408
|
|
|
3408
3409
|
Must not have more than 128 entries.
|
|
3409
3410
|
"""
|
|
3410
|
-
driver: NotRequired[pulumi.Input[str]]
|
|
3411
|
+
driver: NotRequired[pulumi.Input[builtins.str]]
|
|
3411
3412
|
"""
|
|
3412
3413
|
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.
|
|
3413
3414
|
|
|
3414
3415
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3415
3416
|
"""
|
|
3416
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
3417
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
3417
3418
|
"""
|
|
3418
3419
|
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.
|
|
3419
3420
|
|
|
@@ -3439,24 +3440,24 @@ elif False:
|
|
|
3439
3440
|
@pulumi.input_type
|
|
3440
3441
|
class ResourceSliceSpecPatchArgs:
|
|
3441
3442
|
def __init__(__self__, *,
|
|
3442
|
-
all_nodes: Optional[pulumi.Input[bool]] = None,
|
|
3443
|
+
all_nodes: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3443
3444
|
devices: Optional[pulumi.Input[Sequence[pulumi.Input['DevicePatchArgs']]]] = None,
|
|
3444
|
-
driver: Optional[pulumi.Input[str]] = None,
|
|
3445
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
3445
|
+
driver: Optional[pulumi.Input[builtins.str]] = None,
|
|
3446
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3446
3447
|
node_selector: Optional[pulumi.Input['_core.v1.NodeSelectorPatchArgs']] = None,
|
|
3447
3448
|
pool: Optional[pulumi.Input['ResourcePoolPatchArgs']] = None):
|
|
3448
3449
|
"""
|
|
3449
3450
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3450
|
-
:param pulumi.Input[bool] all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3451
|
+
:param pulumi.Input[builtins.bool] all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3451
3452
|
|
|
3452
3453
|
Exactly one of NodeName, NodeSelector and AllNodes must be set.
|
|
3453
3454
|
:param pulumi.Input[Sequence[pulumi.Input['DevicePatchArgs']]] devices: Devices lists some or all of the devices in this pool.
|
|
3454
3455
|
|
|
3455
3456
|
Must not have more than 128 entries.
|
|
3456
|
-
:param pulumi.Input[str] driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3457
|
+
:param pulumi.Input[builtins.str] driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3457
3458
|
|
|
3458
3459
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3459
|
-
:param pulumi.Input[str] node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3460
|
+
:param pulumi.Input[builtins.str] node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3460
3461
|
|
|
3461
3462
|
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.
|
|
3462
3463
|
|
|
@@ -3483,7 +3484,7 @@ class ResourceSliceSpecPatchArgs:
|
|
|
3483
3484
|
|
|
3484
3485
|
@property
|
|
3485
3486
|
@pulumi.getter(name="allNodes")
|
|
3486
|
-
def all_nodes(self) -> Optional[pulumi.Input[bool]]:
|
|
3487
|
+
def all_nodes(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3487
3488
|
"""
|
|
3488
3489
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3489
3490
|
|
|
@@ -3492,7 +3493,7 @@ class ResourceSliceSpecPatchArgs:
|
|
|
3492
3493
|
return pulumi.get(self, "all_nodes")
|
|
3493
3494
|
|
|
3494
3495
|
@all_nodes.setter
|
|
3495
|
-
def all_nodes(self, value: Optional[pulumi.Input[bool]]):
|
|
3496
|
+
def all_nodes(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3496
3497
|
pulumi.set(self, "all_nodes", value)
|
|
3497
3498
|
|
|
3498
3499
|
@property
|
|
@@ -3511,7 +3512,7 @@ class ResourceSliceSpecPatchArgs:
|
|
|
3511
3512
|
|
|
3512
3513
|
@property
|
|
3513
3514
|
@pulumi.getter
|
|
3514
|
-
def driver(self) -> Optional[pulumi.Input[str]]:
|
|
3515
|
+
def driver(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3515
3516
|
"""
|
|
3516
3517
|
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.
|
|
3517
3518
|
|
|
@@ -3520,12 +3521,12 @@ class ResourceSliceSpecPatchArgs:
|
|
|
3520
3521
|
return pulumi.get(self, "driver")
|
|
3521
3522
|
|
|
3522
3523
|
@driver.setter
|
|
3523
|
-
def driver(self, value: Optional[pulumi.Input[str]]):
|
|
3524
|
+
def driver(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3524
3525
|
pulumi.set(self, "driver", value)
|
|
3525
3526
|
|
|
3526
3527
|
@property
|
|
3527
3528
|
@pulumi.getter(name="nodeName")
|
|
3528
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
3529
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3529
3530
|
"""
|
|
3530
3531
|
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.
|
|
3531
3532
|
|
|
@@ -3536,7 +3537,7 @@ class ResourceSliceSpecPatchArgs:
|
|
|
3536
3537
|
return pulumi.get(self, "node_name")
|
|
3537
3538
|
|
|
3538
3539
|
@node_name.setter
|
|
3539
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
3540
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3540
3541
|
pulumi.set(self, "node_name", value)
|
|
3541
3542
|
|
|
3542
3543
|
@property
|
|
@@ -3573,7 +3574,7 @@ if not MYPY:
|
|
|
3573
3574
|
"""
|
|
3574
3575
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3575
3576
|
"""
|
|
3576
|
-
driver: pulumi.Input[str]
|
|
3577
|
+
driver: pulumi.Input[builtins.str]
|
|
3577
3578
|
"""
|
|
3578
3579
|
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.
|
|
3579
3580
|
|
|
@@ -3583,7 +3584,7 @@ if not MYPY:
|
|
|
3583
3584
|
"""
|
|
3584
3585
|
Pool describes the pool that this ResourceSlice belongs to.
|
|
3585
3586
|
"""
|
|
3586
|
-
all_nodes: NotRequired[pulumi.Input[bool]]
|
|
3587
|
+
all_nodes: NotRequired[pulumi.Input[builtins.bool]]
|
|
3587
3588
|
"""
|
|
3588
3589
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3589
3590
|
|
|
@@ -3595,7 +3596,7 @@ if not MYPY:
|
|
|
3595
3596
|
|
|
3596
3597
|
Must not have more than 128 entries.
|
|
3597
3598
|
"""
|
|
3598
|
-
node_name: NotRequired[pulumi.Input[str]]
|
|
3599
|
+
node_name: NotRequired[pulumi.Input[builtins.str]]
|
|
3599
3600
|
"""
|
|
3600
3601
|
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.
|
|
3601
3602
|
|
|
@@ -3617,25 +3618,25 @@ elif False:
|
|
|
3617
3618
|
@pulumi.input_type
|
|
3618
3619
|
class ResourceSliceSpecArgs:
|
|
3619
3620
|
def __init__(__self__, *,
|
|
3620
|
-
driver: pulumi.Input[str],
|
|
3621
|
+
driver: pulumi.Input[builtins.str],
|
|
3621
3622
|
pool: pulumi.Input['ResourcePoolArgs'],
|
|
3622
|
-
all_nodes: Optional[pulumi.Input[bool]] = None,
|
|
3623
|
+
all_nodes: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3623
3624
|
devices: Optional[pulumi.Input[Sequence[pulumi.Input['DeviceArgs']]]] = None,
|
|
3624
|
-
node_name: Optional[pulumi.Input[str]] = None,
|
|
3625
|
+
node_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
3625
3626
|
node_selector: Optional[pulumi.Input['_core.v1.NodeSelectorArgs']] = None):
|
|
3626
3627
|
"""
|
|
3627
3628
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3628
|
-
:param pulumi.Input[str] driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3629
|
+
:param pulumi.Input[builtins.str] driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3629
3630
|
|
|
3630
3631
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3631
3632
|
:param pulumi.Input['ResourcePoolArgs'] pool: Pool describes the pool that this ResourceSlice belongs to.
|
|
3632
|
-
:param pulumi.Input[bool] all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3633
|
+
:param pulumi.Input[builtins.bool] all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3633
3634
|
|
|
3634
3635
|
Exactly one of NodeName, NodeSelector and AllNodes must be set.
|
|
3635
3636
|
:param pulumi.Input[Sequence[pulumi.Input['DeviceArgs']]] devices: Devices lists some or all of the devices in this pool.
|
|
3636
3637
|
|
|
3637
3638
|
Must not have more than 128 entries.
|
|
3638
|
-
:param pulumi.Input[str] node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3639
|
+
:param pulumi.Input[builtins.str] node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3639
3640
|
|
|
3640
3641
|
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.
|
|
3641
3642
|
|
|
@@ -3659,7 +3660,7 @@ class ResourceSliceSpecArgs:
|
|
|
3659
3660
|
|
|
3660
3661
|
@property
|
|
3661
3662
|
@pulumi.getter
|
|
3662
|
-
def driver(self) -> pulumi.Input[str]:
|
|
3663
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
3663
3664
|
"""
|
|
3664
3665
|
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.
|
|
3665
3666
|
|
|
@@ -3668,7 +3669,7 @@ class ResourceSliceSpecArgs:
|
|
|
3668
3669
|
return pulumi.get(self, "driver")
|
|
3669
3670
|
|
|
3670
3671
|
@driver.setter
|
|
3671
|
-
def driver(self, value: pulumi.Input[str]):
|
|
3672
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
3672
3673
|
pulumi.set(self, "driver", value)
|
|
3673
3674
|
|
|
3674
3675
|
@property
|
|
@@ -3685,7 +3686,7 @@ class ResourceSliceSpecArgs:
|
|
|
3685
3686
|
|
|
3686
3687
|
@property
|
|
3687
3688
|
@pulumi.getter(name="allNodes")
|
|
3688
|
-
def all_nodes(self) -> Optional[pulumi.Input[bool]]:
|
|
3689
|
+
def all_nodes(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
3689
3690
|
"""
|
|
3690
3691
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3691
3692
|
|
|
@@ -3694,7 +3695,7 @@ class ResourceSliceSpecArgs:
|
|
|
3694
3695
|
return pulumi.get(self, "all_nodes")
|
|
3695
3696
|
|
|
3696
3697
|
@all_nodes.setter
|
|
3697
|
-
def all_nodes(self, value: Optional[pulumi.Input[bool]]):
|
|
3698
|
+
def all_nodes(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
3698
3699
|
pulumi.set(self, "all_nodes", value)
|
|
3699
3700
|
|
|
3700
3701
|
@property
|
|
@@ -3713,7 +3714,7 @@ class ResourceSliceSpecArgs:
|
|
|
3713
3714
|
|
|
3714
3715
|
@property
|
|
3715
3716
|
@pulumi.getter(name="nodeName")
|
|
3716
|
-
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
3717
|
+
def node_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3717
3718
|
"""
|
|
3718
3719
|
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.
|
|
3719
3720
|
|
|
@@ -3724,7 +3725,7 @@ class ResourceSliceSpecArgs:
|
|
|
3724
3725
|
return pulumi.get(self, "node_name")
|
|
3725
3726
|
|
|
3726
3727
|
@node_name.setter
|
|
3727
|
-
def node_name(self, value: Optional[pulumi.Input[str]]):
|
|
3728
|
+
def node_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3728
3729
|
pulumi.set(self, "node_name", value)
|
|
3729
3730
|
|
|
3730
3731
|
@property
|
|
@@ -3765,11 +3766,11 @@ if not MYPY:
|
|
|
3765
3766
|
|
|
3766
3767
|
Changing the spec automatically increments the metadata.generation number.
|
|
3767
3768
|
"""
|
|
3768
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
3769
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
3769
3770
|
"""
|
|
3770
3771
|
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
|
|
3771
3772
|
"""
|
|
3772
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
3773
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
3773
3774
|
"""
|
|
3774
3775
|
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
|
|
3775
3776
|
"""
|
|
@@ -3784,8 +3785,8 @@ elif False:
|
|
|
3784
3785
|
class ResourceSliceArgs:
|
|
3785
3786
|
def __init__(__self__, *,
|
|
3786
3787
|
spec: pulumi.Input['ResourceSliceSpecArgs'],
|
|
3787
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
3788
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
3788
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
3789
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
3789
3790
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None):
|
|
3790
3791
|
"""
|
|
3791
3792
|
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.
|
|
@@ -3802,8 +3803,8 @@ class ResourceSliceArgs:
|
|
|
3802
3803
|
:param pulumi.Input['ResourceSliceSpecArgs'] spec: Contains the information published by the driver.
|
|
3803
3804
|
|
|
3804
3805
|
Changing the spec automatically increments the metadata.generation number.
|
|
3805
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3806
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3806
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3807
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3807
3808
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object metadata
|
|
3808
3809
|
"""
|
|
3809
3810
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -3830,26 +3831,26 @@ class ResourceSliceArgs:
|
|
|
3830
3831
|
|
|
3831
3832
|
@property
|
|
3832
3833
|
@pulumi.getter(name="apiVersion")
|
|
3833
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
3834
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3834
3835
|
"""
|
|
3835
3836
|
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
|
|
3836
3837
|
"""
|
|
3837
3838
|
return pulumi.get(self, "api_version")
|
|
3838
3839
|
|
|
3839
3840
|
@api_version.setter
|
|
3840
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
3841
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3841
3842
|
pulumi.set(self, "api_version", value)
|
|
3842
3843
|
|
|
3843
3844
|
@property
|
|
3844
3845
|
@pulumi.getter
|
|
3845
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
3846
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3846
3847
|
"""
|
|
3847
3848
|
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
|
|
3848
3849
|
"""
|
|
3849
3850
|
return pulumi.get(self, "kind")
|
|
3850
3851
|
|
|
3851
3852
|
@kind.setter
|
|
3852
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
3853
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3853
3854
|
pulumi.set(self, "kind", value)
|
|
3854
3855
|
|
|
3855
3856
|
@property
|