pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -95,19 +96,19 @@ class AllocatedDeviceStatus(dict):
|
|
|
95
96
|
return super().get(key, default)
|
|
96
97
|
|
|
97
98
|
def __init__(__self__, *,
|
|
98
|
-
device: str,
|
|
99
|
-
driver: str,
|
|
100
|
-
pool: str,
|
|
99
|
+
device: builtins.str,
|
|
100
|
+
driver: builtins.str,
|
|
101
|
+
pool: builtins.str,
|
|
101
102
|
conditions: Optional[Sequence['_meta.v1.outputs.Condition']] = None,
|
|
102
103
|
data: Optional[Any] = None,
|
|
103
104
|
network_data: Optional['outputs.NetworkDeviceData'] = None):
|
|
104
105
|
"""
|
|
105
106
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
106
|
-
:param str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
107
|
-
:param str driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
107
|
+
:param builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
108
|
+
:param builtins.str driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
108
109
|
|
|
109
110
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
110
|
-
:param str pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
111
|
+
:param builtins.str pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
111
112
|
|
|
112
113
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
113
114
|
:param Sequence['_meta.v1.ConditionArgs'] conditions: Conditions contains the latest observation of the device's state. If the device has been configured according to the class and claim config references, the `Ready` condition should be True.
|
|
@@ -128,7 +129,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
128
129
|
|
|
129
130
|
@property
|
|
130
131
|
@pulumi.getter
|
|
131
|
-
def device(self) -> str:
|
|
132
|
+
def device(self) -> builtins.str:
|
|
132
133
|
"""
|
|
133
134
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
134
135
|
"""
|
|
@@ -136,7 +137,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
136
137
|
|
|
137
138
|
@property
|
|
138
139
|
@pulumi.getter
|
|
139
|
-
def driver(self) -> str:
|
|
140
|
+
def driver(self) -> builtins.str:
|
|
140
141
|
"""
|
|
141
142
|
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.
|
|
142
143
|
|
|
@@ -146,7 +147,7 @@ class AllocatedDeviceStatus(dict):
|
|
|
146
147
|
|
|
147
148
|
@property
|
|
148
149
|
@pulumi.getter
|
|
149
|
-
def pool(self) -> str:
|
|
150
|
+
def pool(self) -> builtins.str:
|
|
150
151
|
"""
|
|
151
152
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
152
153
|
|
|
@@ -206,22 +207,22 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
206
207
|
def __init__(__self__, *,
|
|
207
208
|
conditions: Optional[Sequence['_meta.v1.outputs.ConditionPatch']] = None,
|
|
208
209
|
data: Optional[Any] = None,
|
|
209
|
-
device: Optional[str] = None,
|
|
210
|
-
driver: Optional[str] = None,
|
|
210
|
+
device: Optional[builtins.str] = None,
|
|
211
|
+
driver: Optional[builtins.str] = None,
|
|
211
212
|
network_data: Optional['outputs.NetworkDeviceDataPatch'] = None,
|
|
212
|
-
pool: Optional[str] = None):
|
|
213
|
+
pool: Optional[builtins.str] = None):
|
|
213
214
|
"""
|
|
214
215
|
AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.
|
|
215
216
|
:param Sequence['_meta.v1.ConditionPatchArgs'] conditions: Conditions contains the latest observation of the device's state. If the device has been configured according to the class and claim config references, the `Ready` condition should be True.
|
|
216
217
|
:param Any data: Data contains arbitrary driver-specific data.
|
|
217
218
|
|
|
218
219
|
The length of the raw data must be smaller or equal to 10 Ki.
|
|
219
|
-
:param str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
220
|
-
:param str driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
220
|
+
:param builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
221
|
+
:param builtins.str driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
221
222
|
|
|
222
223
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
223
224
|
:param 'NetworkDeviceDataPatchArgs' network_data: NetworkData contains network-related information specific to the device.
|
|
224
|
-
:param str pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
225
|
+
:param builtins.str pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
225
226
|
|
|
226
227
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
227
228
|
"""
|
|
@@ -258,7 +259,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
258
259
|
|
|
259
260
|
@property
|
|
260
261
|
@pulumi.getter
|
|
261
|
-
def device(self) -> Optional[str]:
|
|
262
|
+
def device(self) -> Optional[builtins.str]:
|
|
262
263
|
"""
|
|
263
264
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
264
265
|
"""
|
|
@@ -266,7 +267,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
266
267
|
|
|
267
268
|
@property
|
|
268
269
|
@pulumi.getter
|
|
269
|
-
def driver(self) -> Optional[str]:
|
|
270
|
+
def driver(self) -> Optional[builtins.str]:
|
|
270
271
|
"""
|
|
271
272
|
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.
|
|
272
273
|
|
|
@@ -284,7 +285,7 @@ class AllocatedDeviceStatusPatch(dict):
|
|
|
284
285
|
|
|
285
286
|
@property
|
|
286
287
|
@pulumi.getter
|
|
287
|
-
def pool(self) -> Optional[str]:
|
|
288
|
+
def pool(self) -> Optional[builtins.str]:
|
|
288
289
|
"""
|
|
289
290
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
290
291
|
|
|
@@ -489,10 +490,10 @@ class CELDeviceSelector(dict):
|
|
|
489
490
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
490
491
|
"""
|
|
491
492
|
def __init__(__self__, *,
|
|
492
|
-
expression: str):
|
|
493
|
+
expression: builtins.str):
|
|
493
494
|
"""
|
|
494
495
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
495
|
-
:param str expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
496
|
+
:param builtins.str expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
496
497
|
|
|
497
498
|
The expression's input is an object named "device", which carries the following properties:
|
|
498
499
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -526,7 +527,7 @@ class CELDeviceSelector(dict):
|
|
|
526
527
|
|
|
527
528
|
@property
|
|
528
529
|
@pulumi.getter
|
|
529
|
-
def expression(self) -> str:
|
|
530
|
+
def expression(self) -> builtins.str:
|
|
530
531
|
"""
|
|
531
532
|
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.
|
|
532
533
|
|
|
@@ -567,10 +568,10 @@ class CELDeviceSelectorPatch(dict):
|
|
|
567
568
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
568
569
|
"""
|
|
569
570
|
def __init__(__self__, *,
|
|
570
|
-
expression: Optional[str] = None):
|
|
571
|
+
expression: Optional[builtins.str] = None):
|
|
571
572
|
"""
|
|
572
573
|
CELDeviceSelector contains a CEL expression for selecting a device.
|
|
573
|
-
:param str expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
574
|
+
:param builtins.str expression: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort.
|
|
574
575
|
|
|
575
576
|
The expression's input is an object named "device", which carries the following properties:
|
|
576
577
|
- driver (string): the name of the driver which defines this device.
|
|
@@ -605,7 +606,7 @@ class CELDeviceSelectorPatch(dict):
|
|
|
605
606
|
|
|
606
607
|
@property
|
|
607
608
|
@pulumi.getter
|
|
608
|
-
def expression(self) -> Optional[str]:
|
|
609
|
+
def expression(self) -> Optional[builtins.str]:
|
|
609
610
|
"""
|
|
610
611
|
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.
|
|
611
612
|
|
|
@@ -646,11 +647,11 @@ class Device(dict):
|
|
|
646
647
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
647
648
|
"""
|
|
648
649
|
def __init__(__self__, *,
|
|
649
|
-
name: str,
|
|
650
|
+
name: builtins.str,
|
|
650
651
|
basic: Optional['outputs.BasicDevice'] = None):
|
|
651
652
|
"""
|
|
652
653
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
653
|
-
:param str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
654
|
+
:param builtins.str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
654
655
|
:param 'BasicDeviceArgs' basic: Basic defines one device instance.
|
|
655
656
|
"""
|
|
656
657
|
pulumi.set(__self__, "name", name)
|
|
@@ -659,7 +660,7 @@ class Device(dict):
|
|
|
659
660
|
|
|
660
661
|
@property
|
|
661
662
|
@pulumi.getter
|
|
662
|
-
def name(self) -> str:
|
|
663
|
+
def name(self) -> builtins.str:
|
|
663
664
|
"""
|
|
664
665
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
665
666
|
"""
|
|
@@ -680,14 +681,14 @@ class DeviceAllocationConfiguration(dict):
|
|
|
680
681
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
681
682
|
"""
|
|
682
683
|
def __init__(__self__, *,
|
|
683
|
-
source: str,
|
|
684
|
+
source: builtins.str,
|
|
684
685
|
opaque: Optional['outputs.OpaqueDeviceConfiguration'] = None,
|
|
685
|
-
requests: Optional[Sequence[str]] = None):
|
|
686
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
686
687
|
"""
|
|
687
688
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
688
|
-
:param str source: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
689
|
+
:param builtins.str source: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
689
690
|
:param 'OpaqueDeviceConfigurationArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
690
|
-
:param Sequence[str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
691
|
+
:param Sequence[builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
691
692
|
"""
|
|
692
693
|
pulumi.set(__self__, "source", source)
|
|
693
694
|
if opaque is not None:
|
|
@@ -697,7 +698,7 @@ class DeviceAllocationConfiguration(dict):
|
|
|
697
698
|
|
|
698
699
|
@property
|
|
699
700
|
@pulumi.getter
|
|
700
|
-
def source(self) -> str:
|
|
701
|
+
def source(self) -> builtins.str:
|
|
701
702
|
"""
|
|
702
703
|
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.
|
|
703
704
|
"""
|
|
@@ -713,7 +714,7 @@ class DeviceAllocationConfiguration(dict):
|
|
|
713
714
|
|
|
714
715
|
@property
|
|
715
716
|
@pulumi.getter
|
|
716
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
717
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
717
718
|
"""
|
|
718
719
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
719
720
|
"""
|
|
@@ -727,13 +728,13 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
727
728
|
"""
|
|
728
729
|
def __init__(__self__, *,
|
|
729
730
|
opaque: Optional['outputs.OpaqueDeviceConfigurationPatch'] = None,
|
|
730
|
-
requests: Optional[Sequence[str]] = None,
|
|
731
|
-
source: Optional[str] = None):
|
|
731
|
+
requests: Optional[Sequence[builtins.str]] = None,
|
|
732
|
+
source: Optional[builtins.str] = None):
|
|
732
733
|
"""
|
|
733
734
|
DeviceAllocationConfiguration gets embedded in an AllocationResult.
|
|
734
735
|
:param 'OpaqueDeviceConfigurationPatchArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
735
|
-
:param Sequence[str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
736
|
-
:param str source: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
736
|
+
:param Sequence[builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
737
|
+
:param builtins.str source: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
|
|
737
738
|
"""
|
|
738
739
|
if opaque is not None:
|
|
739
740
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -752,7 +753,7 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
752
753
|
|
|
753
754
|
@property
|
|
754
755
|
@pulumi.getter
|
|
755
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
756
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
756
757
|
"""
|
|
757
758
|
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
|
|
758
759
|
"""
|
|
@@ -760,7 +761,7 @@ class DeviceAllocationConfigurationPatch(dict):
|
|
|
760
761
|
|
|
761
762
|
@property
|
|
762
763
|
@pulumi.getter
|
|
763
|
-
def source(self) -> Optional[str]:
|
|
764
|
+
def source(self) -> Optional[builtins.str]:
|
|
764
765
|
"""
|
|
765
766
|
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.
|
|
766
767
|
"""
|
|
@@ -851,16 +852,16 @@ class DeviceAttribute(dict):
|
|
|
851
852
|
DeviceAttribute must have exactly one field set.
|
|
852
853
|
"""
|
|
853
854
|
def __init__(__self__, *,
|
|
854
|
-
bool: Optional[bool] = None,
|
|
855
|
-
int: Optional[int] = None,
|
|
856
|
-
string: Optional[str] = None,
|
|
857
|
-
version: Optional[str] = None):
|
|
855
|
+
bool: Optional[builtins.bool] = None,
|
|
856
|
+
int: Optional[builtins.int] = None,
|
|
857
|
+
string: Optional[builtins.str] = None,
|
|
858
|
+
version: Optional[builtins.str] = None):
|
|
858
859
|
"""
|
|
859
860
|
DeviceAttribute must have exactly one field set.
|
|
860
|
-
:param bool bool: BoolValue is a true/false value.
|
|
861
|
-
:param int int: IntValue is a number.
|
|
862
|
-
:param str string: StringValue is a string. Must not be longer than 64 characters.
|
|
863
|
-
:param str version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
861
|
+
:param builtins.bool bool: BoolValue is a true/false value.
|
|
862
|
+
:param builtins.int int: IntValue is a number.
|
|
863
|
+
:param builtins.str string: StringValue is a string. Must not be longer than 64 characters.
|
|
864
|
+
:param builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
864
865
|
"""
|
|
865
866
|
if bool is not None:
|
|
866
867
|
pulumi.set(__self__, "bool", bool)
|
|
@@ -873,7 +874,7 @@ class DeviceAttribute(dict):
|
|
|
873
874
|
|
|
874
875
|
@property
|
|
875
876
|
@pulumi.getter
|
|
876
|
-
def bool(self) -> Optional[bool]:
|
|
877
|
+
def bool(self) -> Optional[builtins.bool]:
|
|
877
878
|
"""
|
|
878
879
|
BoolValue is a true/false value.
|
|
879
880
|
"""
|
|
@@ -881,7 +882,7 @@ class DeviceAttribute(dict):
|
|
|
881
882
|
|
|
882
883
|
@property
|
|
883
884
|
@pulumi.getter
|
|
884
|
-
def int(self) -> Optional[int]:
|
|
885
|
+
def int(self) -> Optional[builtins.int]:
|
|
885
886
|
"""
|
|
886
887
|
IntValue is a number.
|
|
887
888
|
"""
|
|
@@ -889,7 +890,7 @@ class DeviceAttribute(dict):
|
|
|
889
890
|
|
|
890
891
|
@property
|
|
891
892
|
@pulumi.getter
|
|
892
|
-
def string(self) -> Optional[str]:
|
|
893
|
+
def string(self) -> Optional[builtins.str]:
|
|
893
894
|
"""
|
|
894
895
|
StringValue is a string. Must not be longer than 64 characters.
|
|
895
896
|
"""
|
|
@@ -897,7 +898,7 @@ class DeviceAttribute(dict):
|
|
|
897
898
|
|
|
898
899
|
@property
|
|
899
900
|
@pulumi.getter
|
|
900
|
-
def version(self) -> Optional[str]:
|
|
901
|
+
def version(self) -> Optional[builtins.str]:
|
|
901
902
|
"""
|
|
902
903
|
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
|
|
903
904
|
"""
|
|
@@ -910,16 +911,16 @@ class DeviceCapacity(dict):
|
|
|
910
911
|
DeviceCapacity describes a quantity associated with a device.
|
|
911
912
|
"""
|
|
912
913
|
def __init__(__self__, *,
|
|
913
|
-
value: str):
|
|
914
|
+
value: builtins.str):
|
|
914
915
|
"""
|
|
915
916
|
DeviceCapacity describes a quantity associated with a device.
|
|
916
|
-
:param str value: Value defines how much of a certain device capacity is available.
|
|
917
|
+
:param builtins.str value: Value defines how much of a certain device capacity is available.
|
|
917
918
|
"""
|
|
918
919
|
pulumi.set(__self__, "value", value)
|
|
919
920
|
|
|
920
921
|
@property
|
|
921
922
|
@pulumi.getter
|
|
922
|
-
def value(self) -> str:
|
|
923
|
+
def value(self) -> builtins.str:
|
|
923
924
|
"""
|
|
924
925
|
Value defines how much of a certain device capacity is available.
|
|
925
926
|
"""
|
|
@@ -980,11 +981,11 @@ class DeviceClaimConfiguration(dict):
|
|
|
980
981
|
"""
|
|
981
982
|
def __init__(__self__, *,
|
|
982
983
|
opaque: Optional['outputs.OpaqueDeviceConfiguration'] = None,
|
|
983
|
-
requests: Optional[Sequence[str]] = None):
|
|
984
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
984
985
|
"""
|
|
985
986
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
986
987
|
:param 'OpaqueDeviceConfigurationArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
987
|
-
:param Sequence[str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
988
|
+
:param Sequence[builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
988
989
|
"""
|
|
989
990
|
if opaque is not None:
|
|
990
991
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1001,7 +1002,7 @@ class DeviceClaimConfiguration(dict):
|
|
|
1001
1002
|
|
|
1002
1003
|
@property
|
|
1003
1004
|
@pulumi.getter
|
|
1004
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
1005
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
1005
1006
|
"""
|
|
1006
1007
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1007
1008
|
"""
|
|
@@ -1015,11 +1016,11 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1015
1016
|
"""
|
|
1016
1017
|
def __init__(__self__, *,
|
|
1017
1018
|
opaque: Optional['outputs.OpaqueDeviceConfigurationPatch'] = None,
|
|
1018
|
-
requests: Optional[Sequence[str]] = None):
|
|
1019
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
1019
1020
|
"""
|
|
1020
1021
|
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
|
|
1021
1022
|
:param 'OpaqueDeviceConfigurationPatchArgs' opaque: Opaque provides driver-specific configuration parameters.
|
|
1022
|
-
:param Sequence[str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1023
|
+
:param Sequence[builtins.str] requests: Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1023
1024
|
"""
|
|
1024
1025
|
if opaque is not None:
|
|
1025
1026
|
pulumi.set(__self__, "opaque", opaque)
|
|
@@ -1036,7 +1037,7 @@ class DeviceClaimConfigurationPatch(dict):
|
|
|
1036
1037
|
|
|
1037
1038
|
@property
|
|
1038
1039
|
@pulumi.getter
|
|
1039
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
1040
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
1040
1041
|
"""
|
|
1041
1042
|
Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.
|
|
1042
1043
|
"""
|
|
@@ -1116,8 +1117,8 @@ class DeviceClass(dict):
|
|
|
1116
1117
|
|
|
1117
1118
|
def __init__(__self__, *,
|
|
1118
1119
|
spec: 'outputs.DeviceClassSpec',
|
|
1119
|
-
api_version: Optional[str] = None,
|
|
1120
|
-
kind: Optional[str] = None,
|
|
1120
|
+
api_version: Optional[builtins.str] = None,
|
|
1121
|
+
kind: Optional[builtins.str] = None,
|
|
1121
1122
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
1122
1123
|
"""
|
|
1123
1124
|
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.
|
|
@@ -1128,8 +1129,8 @@ class DeviceClass(dict):
|
|
|
1128
1129
|
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.
|
|
1129
1130
|
|
|
1130
1131
|
Changing the spec automatically increments the metadata.generation number.
|
|
1131
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1132
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1132
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1133
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1133
1134
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1134
1135
|
"""
|
|
1135
1136
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1154,7 +1155,7 @@ class DeviceClass(dict):
|
|
|
1154
1155
|
|
|
1155
1156
|
@property
|
|
1156
1157
|
@pulumi.getter(name="apiVersion")
|
|
1157
|
-
def api_version(self) -> Optional[str]:
|
|
1158
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1158
1159
|
"""
|
|
1159
1160
|
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
|
|
1160
1161
|
"""
|
|
@@ -1162,7 +1163,7 @@ class DeviceClass(dict):
|
|
|
1162
1163
|
|
|
1163
1164
|
@property
|
|
1164
1165
|
@pulumi.getter
|
|
1165
|
-
def kind(self) -> Optional[str]:
|
|
1166
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1166
1167
|
"""
|
|
1167
1168
|
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
|
|
1168
1169
|
"""
|
|
@@ -1324,16 +1325,16 @@ class DeviceConstraint(dict):
|
|
|
1324
1325
|
return super().get(key, default)
|
|
1325
1326
|
|
|
1326
1327
|
def __init__(__self__, *,
|
|
1327
|
-
match_attribute: Optional[str] = None,
|
|
1328
|
-
requests: Optional[Sequence[str]] = None):
|
|
1328
|
+
match_attribute: Optional[builtins.str] = None,
|
|
1329
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
1329
1330
|
"""
|
|
1330
1331
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1331
|
-
:param str match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1332
|
+
:param builtins.str match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1332
1333
|
|
|
1333
1334
|
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.
|
|
1334
1335
|
|
|
1335
1336
|
Must include the domain qualifier.
|
|
1336
|
-
:param Sequence[str] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1337
|
+
:param Sequence[builtins.str] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1337
1338
|
"""
|
|
1338
1339
|
if match_attribute is not None:
|
|
1339
1340
|
pulumi.set(__self__, "match_attribute", match_attribute)
|
|
@@ -1342,7 +1343,7 @@ class DeviceConstraint(dict):
|
|
|
1342
1343
|
|
|
1343
1344
|
@property
|
|
1344
1345
|
@pulumi.getter(name="matchAttribute")
|
|
1345
|
-
def match_attribute(self) -> Optional[str]:
|
|
1346
|
+
def match_attribute(self) -> Optional[builtins.str]:
|
|
1346
1347
|
"""
|
|
1347
1348
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1348
1349
|
|
|
@@ -1354,7 +1355,7 @@ class DeviceConstraint(dict):
|
|
|
1354
1355
|
|
|
1355
1356
|
@property
|
|
1356
1357
|
@pulumi.getter
|
|
1357
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
1358
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
1358
1359
|
"""
|
|
1359
1360
|
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.
|
|
1360
1361
|
"""
|
|
@@ -1384,16 +1385,16 @@ class DeviceConstraintPatch(dict):
|
|
|
1384
1385
|
return super().get(key, default)
|
|
1385
1386
|
|
|
1386
1387
|
def __init__(__self__, *,
|
|
1387
|
-
match_attribute: Optional[str] = None,
|
|
1388
|
-
requests: Optional[Sequence[str]] = None):
|
|
1388
|
+
match_attribute: Optional[builtins.str] = None,
|
|
1389
|
+
requests: Optional[Sequence[builtins.str]] = None):
|
|
1389
1390
|
"""
|
|
1390
1391
|
DeviceConstraint must have exactly one field set besides Requests.
|
|
1391
|
-
:param str match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1392
|
+
:param builtins.str match_attribute: MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1392
1393
|
|
|
1393
1394
|
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.
|
|
1394
1395
|
|
|
1395
1396
|
Must include the domain qualifier.
|
|
1396
|
-
:param Sequence[str] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1397
|
+
:param Sequence[builtins.str] requests: Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
|
|
1397
1398
|
"""
|
|
1398
1399
|
if match_attribute is not None:
|
|
1399
1400
|
pulumi.set(__self__, "match_attribute", match_attribute)
|
|
@@ -1402,7 +1403,7 @@ class DeviceConstraintPatch(dict):
|
|
|
1402
1403
|
|
|
1403
1404
|
@property
|
|
1404
1405
|
@pulumi.getter(name="matchAttribute")
|
|
1405
|
-
def match_attribute(self) -> Optional[str]:
|
|
1406
|
+
def match_attribute(self) -> Optional[builtins.str]:
|
|
1406
1407
|
"""
|
|
1407
1408
|
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
|
|
1408
1409
|
|
|
@@ -1414,7 +1415,7 @@ class DeviceConstraintPatch(dict):
|
|
|
1414
1415
|
|
|
1415
1416
|
@property
|
|
1416
1417
|
@pulumi.getter
|
|
1417
|
-
def requests(self) -> Optional[Sequence[str]]:
|
|
1418
|
+
def requests(self) -> Optional[Sequence[builtins.str]]:
|
|
1418
1419
|
"""
|
|
1419
1420
|
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.
|
|
1420
1421
|
"""
|
|
@@ -1428,11 +1429,11 @@ class DevicePatch(dict):
|
|
|
1428
1429
|
"""
|
|
1429
1430
|
def __init__(__self__, *,
|
|
1430
1431
|
basic: Optional['outputs.BasicDevicePatch'] = None,
|
|
1431
|
-
name: Optional[str] = None):
|
|
1432
|
+
name: Optional[builtins.str] = None):
|
|
1432
1433
|
"""
|
|
1433
1434
|
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
|
|
1434
1435
|
:param 'BasicDevicePatchArgs' basic: Basic defines one device instance.
|
|
1435
|
-
:param str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1436
|
+
:param builtins.str name: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1436
1437
|
"""
|
|
1437
1438
|
if basic is not None:
|
|
1438
1439
|
pulumi.set(__self__, "basic", basic)
|
|
@@ -1449,7 +1450,7 @@ class DevicePatch(dict):
|
|
|
1449
1450
|
|
|
1450
1451
|
@property
|
|
1451
1452
|
@pulumi.getter
|
|
1452
|
-
def name(self) -> Optional[str]:
|
|
1453
|
+
def name(self) -> Optional[builtins.str]:
|
|
1453
1454
|
"""
|
|
1454
1455
|
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
|
|
1455
1456
|
"""
|
|
@@ -1485,28 +1486,28 @@ class DeviceRequest(dict):
|
|
|
1485
1486
|
return super().get(key, default)
|
|
1486
1487
|
|
|
1487
1488
|
def __init__(__self__, *,
|
|
1488
|
-
device_class_name: str,
|
|
1489
|
-
name: str,
|
|
1490
|
-
admin_access: Optional[bool] = None,
|
|
1491
|
-
allocation_mode: Optional[str] = None,
|
|
1492
|
-
count: Optional[int] = None,
|
|
1489
|
+
device_class_name: builtins.str,
|
|
1490
|
+
name: builtins.str,
|
|
1491
|
+
admin_access: Optional[builtins.bool] = None,
|
|
1492
|
+
allocation_mode: Optional[builtins.str] = None,
|
|
1493
|
+
count: Optional[builtins.int] = None,
|
|
1493
1494
|
selectors: Optional[Sequence['outputs.DeviceSelector']] = None):
|
|
1494
1495
|
"""
|
|
1495
1496
|
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.
|
|
1496
1497
|
|
|
1497
1498
|
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.
|
|
1498
|
-
:param str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1499
|
+
:param builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1499
1500
|
|
|
1500
1501
|
A class is required. Which classes are available depends on the cluster.
|
|
1501
1502
|
|
|
1502
1503
|
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.
|
|
1503
|
-
:param str name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1504
|
+
:param builtins.str name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1504
1505
|
|
|
1505
1506
|
Must be a DNS label.
|
|
1506
|
-
:param bool admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1507
|
+
:param builtins.bool admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1507
1508
|
|
|
1508
1509
|
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.
|
|
1509
|
-
:param str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1510
|
+
:param builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1510
1511
|
|
|
1511
1512
|
- ExactCount: This request is for a specific number of devices.
|
|
1512
1513
|
This is the default. The exact number is provided in the
|
|
@@ -1519,7 +1520,7 @@ class DeviceRequest(dict):
|
|
|
1519
1520
|
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.
|
|
1520
1521
|
|
|
1521
1522
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
1522
|
-
:param int count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
1523
|
+
:param builtins.int count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
1523
1524
|
:param Sequence['DeviceSelectorArgs'] selectors: Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.
|
|
1524
1525
|
"""
|
|
1525
1526
|
pulumi.set(__self__, "device_class_name", device_class_name)
|
|
@@ -1535,7 +1536,7 @@ class DeviceRequest(dict):
|
|
|
1535
1536
|
|
|
1536
1537
|
@property
|
|
1537
1538
|
@pulumi.getter(name="deviceClassName")
|
|
1538
|
-
def device_class_name(self) -> str:
|
|
1539
|
+
def device_class_name(self) -> builtins.str:
|
|
1539
1540
|
"""
|
|
1540
1541
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1541
1542
|
|
|
@@ -1547,7 +1548,7 @@ class DeviceRequest(dict):
|
|
|
1547
1548
|
|
|
1548
1549
|
@property
|
|
1549
1550
|
@pulumi.getter
|
|
1550
|
-
def name(self) -> str:
|
|
1551
|
+
def name(self) -> builtins.str:
|
|
1551
1552
|
"""
|
|
1552
1553
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1553
1554
|
|
|
@@ -1557,7 +1558,7 @@ class DeviceRequest(dict):
|
|
|
1557
1558
|
|
|
1558
1559
|
@property
|
|
1559
1560
|
@pulumi.getter(name="adminAccess")
|
|
1560
|
-
def admin_access(self) -> Optional[bool]:
|
|
1561
|
+
def admin_access(self) -> Optional[builtins.bool]:
|
|
1561
1562
|
"""
|
|
1562
1563
|
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.
|
|
1563
1564
|
|
|
@@ -1567,7 +1568,7 @@ class DeviceRequest(dict):
|
|
|
1567
1568
|
|
|
1568
1569
|
@property
|
|
1569
1570
|
@pulumi.getter(name="allocationMode")
|
|
1570
|
-
def allocation_mode(self) -> Optional[str]:
|
|
1571
|
+
def allocation_mode(self) -> Optional[builtins.str]:
|
|
1571
1572
|
"""
|
|
1572
1573
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1573
1574
|
|
|
@@ -1587,7 +1588,7 @@ class DeviceRequest(dict):
|
|
|
1587
1588
|
|
|
1588
1589
|
@property
|
|
1589
1590
|
@pulumi.getter
|
|
1590
|
-
def count(self) -> Optional[int]:
|
|
1591
|
+
def count(self) -> Optional[builtins.int]:
|
|
1591
1592
|
"""
|
|
1592
1593
|
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.
|
|
1593
1594
|
"""
|
|
@@ -1625,22 +1626,22 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1625
1626
|
return super().get(key, default)
|
|
1626
1627
|
|
|
1627
1628
|
def __init__(__self__, *,
|
|
1628
|
-
device: str,
|
|
1629
|
-
driver: str,
|
|
1630
|
-
pool: str,
|
|
1631
|
-
request: str,
|
|
1632
|
-
admin_access: Optional[bool] = None):
|
|
1629
|
+
device: builtins.str,
|
|
1630
|
+
driver: builtins.str,
|
|
1631
|
+
pool: builtins.str,
|
|
1632
|
+
request: builtins.str,
|
|
1633
|
+
admin_access: Optional[builtins.bool] = None):
|
|
1633
1634
|
"""
|
|
1634
1635
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
1635
|
-
:param str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1636
|
-
:param str driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1636
|
+
:param builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1637
|
+
:param builtins.str driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1637
1638
|
|
|
1638
1639
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
1639
|
-
:param str pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1640
|
+
:param builtins.str pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1640
1641
|
|
|
1641
1642
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
1642
|
-
:param str request: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1643
|
-
:param bool admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1643
|
+
:param builtins.str request: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1644
|
+
:param builtins.bool admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1644
1645
|
|
|
1645
1646
|
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.
|
|
1646
1647
|
"""
|
|
@@ -1653,7 +1654,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1653
1654
|
|
|
1654
1655
|
@property
|
|
1655
1656
|
@pulumi.getter
|
|
1656
|
-
def device(self) -> str:
|
|
1657
|
+
def device(self) -> builtins.str:
|
|
1657
1658
|
"""
|
|
1658
1659
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1659
1660
|
"""
|
|
@@ -1661,7 +1662,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1661
1662
|
|
|
1662
1663
|
@property
|
|
1663
1664
|
@pulumi.getter
|
|
1664
|
-
def driver(self) -> str:
|
|
1665
|
+
def driver(self) -> builtins.str:
|
|
1665
1666
|
"""
|
|
1666
1667
|
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.
|
|
1667
1668
|
|
|
@@ -1671,7 +1672,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1671
1672
|
|
|
1672
1673
|
@property
|
|
1673
1674
|
@pulumi.getter
|
|
1674
|
-
def pool(self) -> str:
|
|
1675
|
+
def pool(self) -> builtins.str:
|
|
1675
1676
|
"""
|
|
1676
1677
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1677
1678
|
|
|
@@ -1681,7 +1682,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1681
1682
|
|
|
1682
1683
|
@property
|
|
1683
1684
|
@pulumi.getter
|
|
1684
|
-
def request(self) -> str:
|
|
1685
|
+
def request(self) -> builtins.str:
|
|
1685
1686
|
"""
|
|
1686
1687
|
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.
|
|
1687
1688
|
"""
|
|
@@ -1689,7 +1690,7 @@ class DeviceRequestAllocationResult(dict):
|
|
|
1689
1690
|
|
|
1690
1691
|
@property
|
|
1691
1692
|
@pulumi.getter(name="adminAccess")
|
|
1692
|
-
def admin_access(self) -> Optional[bool]:
|
|
1693
|
+
def admin_access(self) -> Optional[builtins.bool]:
|
|
1693
1694
|
"""
|
|
1694
1695
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1695
1696
|
|
|
@@ -1721,24 +1722,24 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1721
1722
|
return super().get(key, default)
|
|
1722
1723
|
|
|
1723
1724
|
def __init__(__self__, *,
|
|
1724
|
-
admin_access: Optional[bool] = None,
|
|
1725
|
-
device: Optional[str] = None,
|
|
1726
|
-
driver: Optional[str] = None,
|
|
1727
|
-
pool: Optional[str] = None,
|
|
1728
|
-
request: Optional[str] = None):
|
|
1725
|
+
admin_access: Optional[builtins.bool] = None,
|
|
1726
|
+
device: Optional[builtins.str] = None,
|
|
1727
|
+
driver: Optional[builtins.str] = None,
|
|
1728
|
+
pool: Optional[builtins.str] = None,
|
|
1729
|
+
request: Optional[builtins.str] = None):
|
|
1729
1730
|
"""
|
|
1730
1731
|
DeviceRequestAllocationResult contains the allocation result for one request.
|
|
1731
|
-
:param bool admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1732
|
+
:param builtins.bool admin_access: AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1732
1733
|
|
|
1733
1734
|
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.
|
|
1734
|
-
:param str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1735
|
-
:param str driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1735
|
+
:param builtins.str device: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1736
|
+
:param builtins.str driver: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node.
|
|
1736
1737
|
|
|
1737
1738
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.
|
|
1738
|
-
:param str pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1739
|
+
:param builtins.str pool: This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1739
1740
|
|
|
1740
1741
|
Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.
|
|
1741
|
-
:param str request: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1742
|
+
:param builtins.str request: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.
|
|
1742
1743
|
"""
|
|
1743
1744
|
if admin_access is not None:
|
|
1744
1745
|
pulumi.set(__self__, "admin_access", admin_access)
|
|
@@ -1753,7 +1754,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1753
1754
|
|
|
1754
1755
|
@property
|
|
1755
1756
|
@pulumi.getter(name="adminAccess")
|
|
1756
|
-
def admin_access(self) -> Optional[bool]:
|
|
1757
|
+
def admin_access(self) -> Optional[builtins.bool]:
|
|
1757
1758
|
"""
|
|
1758
1759
|
AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode.
|
|
1759
1760
|
|
|
@@ -1763,7 +1764,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1763
1764
|
|
|
1764
1765
|
@property
|
|
1765
1766
|
@pulumi.getter
|
|
1766
|
-
def device(self) -> Optional[str]:
|
|
1767
|
+
def device(self) -> Optional[builtins.str]:
|
|
1767
1768
|
"""
|
|
1768
1769
|
Device references one device instance via its name in the driver's resource pool. It must be a DNS label.
|
|
1769
1770
|
"""
|
|
@@ -1771,7 +1772,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1771
1772
|
|
|
1772
1773
|
@property
|
|
1773
1774
|
@pulumi.getter
|
|
1774
|
-
def driver(self) -> Optional[str]:
|
|
1775
|
+
def driver(self) -> Optional[builtins.str]:
|
|
1775
1776
|
"""
|
|
1776
1777
|
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.
|
|
1777
1778
|
|
|
@@ -1781,7 +1782,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1781
1782
|
|
|
1782
1783
|
@property
|
|
1783
1784
|
@pulumi.getter
|
|
1784
|
-
def pool(self) -> Optional[str]:
|
|
1785
|
+
def pool(self) -> Optional[builtins.str]:
|
|
1785
1786
|
"""
|
|
1786
1787
|
This name together with the driver name and the device name field identify which device was allocated (`<driver name>/<pool name>/<device name>`).
|
|
1787
1788
|
|
|
@@ -1791,7 +1792,7 @@ class DeviceRequestAllocationResultPatch(dict):
|
|
|
1791
1792
|
|
|
1792
1793
|
@property
|
|
1793
1794
|
@pulumi.getter
|
|
1794
|
-
def request(self) -> Optional[str]:
|
|
1795
|
+
def request(self) -> Optional[builtins.str]:
|
|
1795
1796
|
"""
|
|
1796
1797
|
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.
|
|
1797
1798
|
"""
|
|
@@ -1827,20 +1828,20 @@ class DeviceRequestPatch(dict):
|
|
|
1827
1828
|
return super().get(key, default)
|
|
1828
1829
|
|
|
1829
1830
|
def __init__(__self__, *,
|
|
1830
|
-
admin_access: Optional[bool] = None,
|
|
1831
|
-
allocation_mode: Optional[str] = None,
|
|
1832
|
-
count: Optional[int] = None,
|
|
1833
|
-
device_class_name: Optional[str] = None,
|
|
1834
|
-
name: Optional[str] = None,
|
|
1831
|
+
admin_access: Optional[builtins.bool] = None,
|
|
1832
|
+
allocation_mode: Optional[builtins.str] = None,
|
|
1833
|
+
count: Optional[builtins.int] = None,
|
|
1834
|
+
device_class_name: Optional[builtins.str] = None,
|
|
1835
|
+
name: Optional[builtins.str] = None,
|
|
1835
1836
|
selectors: Optional[Sequence['outputs.DeviceSelectorPatch']] = None):
|
|
1836
1837
|
"""
|
|
1837
1838
|
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.
|
|
1838
1839
|
|
|
1839
1840
|
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.
|
|
1840
|
-
:param bool admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1841
|
+
:param builtins.bool admin_access: AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations.
|
|
1841
1842
|
|
|
1842
1843
|
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.
|
|
1843
|
-
:param str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1844
|
+
:param builtins.str allocation_mode: AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1844
1845
|
|
|
1845
1846
|
- ExactCount: This request is for a specific number of devices.
|
|
1846
1847
|
This is the default. The exact number is provided in the
|
|
@@ -1853,13 +1854,13 @@ class DeviceRequestPatch(dict):
|
|
|
1853
1854
|
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.
|
|
1854
1855
|
|
|
1855
1856
|
More modes may get added in the future. Clients must refuse to handle requests with unknown modes.
|
|
1856
|
-
:param int count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
1857
|
-
:param str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1857
|
+
:param builtins.int count: Count is used only when the count mode is "ExactCount". Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.
|
|
1858
|
+
:param builtins.str device_class_name: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1858
1859
|
|
|
1859
1860
|
A class is required. Which classes are available depends on the cluster.
|
|
1860
1861
|
|
|
1861
1862
|
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.
|
|
1862
|
-
:param str name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1863
|
+
:param builtins.str name: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1863
1864
|
|
|
1864
1865
|
Must be a DNS label.
|
|
1865
1866
|
:param Sequence['DeviceSelectorPatchArgs'] selectors: Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.
|
|
@@ -1879,7 +1880,7 @@ class DeviceRequestPatch(dict):
|
|
|
1879
1880
|
|
|
1880
1881
|
@property
|
|
1881
1882
|
@pulumi.getter(name="adminAccess")
|
|
1882
|
-
def admin_access(self) -> Optional[bool]:
|
|
1883
|
+
def admin_access(self) -> Optional[builtins.bool]:
|
|
1883
1884
|
"""
|
|
1884
1885
|
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.
|
|
1885
1886
|
|
|
@@ -1889,7 +1890,7 @@ class DeviceRequestPatch(dict):
|
|
|
1889
1890
|
|
|
1890
1891
|
@property
|
|
1891
1892
|
@pulumi.getter(name="allocationMode")
|
|
1892
|
-
def allocation_mode(self) -> Optional[str]:
|
|
1893
|
+
def allocation_mode(self) -> Optional[builtins.str]:
|
|
1893
1894
|
"""
|
|
1894
1895
|
AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are:
|
|
1895
1896
|
|
|
@@ -1909,7 +1910,7 @@ class DeviceRequestPatch(dict):
|
|
|
1909
1910
|
|
|
1910
1911
|
@property
|
|
1911
1912
|
@pulumi.getter
|
|
1912
|
-
def count(self) -> Optional[int]:
|
|
1913
|
+
def count(self) -> Optional[builtins.int]:
|
|
1913
1914
|
"""
|
|
1914
1915
|
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.
|
|
1915
1916
|
"""
|
|
@@ -1917,7 +1918,7 @@ class DeviceRequestPatch(dict):
|
|
|
1917
1918
|
|
|
1918
1919
|
@property
|
|
1919
1920
|
@pulumi.getter(name="deviceClassName")
|
|
1920
|
-
def device_class_name(self) -> Optional[str]:
|
|
1921
|
+
def device_class_name(self) -> Optional[builtins.str]:
|
|
1921
1922
|
"""
|
|
1922
1923
|
DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request.
|
|
1923
1924
|
|
|
@@ -1929,7 +1930,7 @@ class DeviceRequestPatch(dict):
|
|
|
1929
1930
|
|
|
1930
1931
|
@property
|
|
1931
1932
|
@pulumi.getter
|
|
1932
|
-
def name(self) -> Optional[str]:
|
|
1933
|
+
def name(self) -> Optional[builtins.str]:
|
|
1933
1934
|
"""
|
|
1934
1935
|
Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim.
|
|
1935
1936
|
|
|
@@ -2017,18 +2018,18 @@ class NetworkDeviceData(dict):
|
|
|
2017
2018
|
return super().get(key, default)
|
|
2018
2019
|
|
|
2019
2020
|
def __init__(__self__, *,
|
|
2020
|
-
hardware_address: Optional[str] = None,
|
|
2021
|
-
interface_name: Optional[str] = None,
|
|
2022
|
-
ips: Optional[Sequence[str]] = None):
|
|
2021
|
+
hardware_address: Optional[builtins.str] = None,
|
|
2022
|
+
interface_name: Optional[builtins.str] = None,
|
|
2023
|
+
ips: Optional[Sequence[builtins.str]] = None):
|
|
2023
2024
|
"""
|
|
2024
2025
|
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.
|
|
2025
|
-
:param str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2026
|
+
:param builtins.str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2026
2027
|
|
|
2027
2028
|
Must not be longer than 128 characters.
|
|
2028
|
-
:param str interface_name: InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2029
|
+
:param builtins.str interface_name: InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2029
2030
|
|
|
2030
2031
|
Must not be longer than 256 characters.
|
|
2031
|
-
:param Sequence[str] ips: IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2032
|
+
:param Sequence[builtins.str] ips: IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2032
2033
|
"""
|
|
2033
2034
|
if hardware_address is not None:
|
|
2034
2035
|
pulumi.set(__self__, "hardware_address", hardware_address)
|
|
@@ -2039,7 +2040,7 @@ class NetworkDeviceData(dict):
|
|
|
2039
2040
|
|
|
2040
2041
|
@property
|
|
2041
2042
|
@pulumi.getter(name="hardwareAddress")
|
|
2042
|
-
def hardware_address(self) -> Optional[str]:
|
|
2043
|
+
def hardware_address(self) -> Optional[builtins.str]:
|
|
2043
2044
|
"""
|
|
2044
2045
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2045
2046
|
|
|
@@ -2049,7 +2050,7 @@ class NetworkDeviceData(dict):
|
|
|
2049
2050
|
|
|
2050
2051
|
@property
|
|
2051
2052
|
@pulumi.getter(name="interfaceName")
|
|
2052
|
-
def interface_name(self) -> Optional[str]:
|
|
2053
|
+
def interface_name(self) -> Optional[builtins.str]:
|
|
2053
2054
|
"""
|
|
2054
2055
|
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.
|
|
2055
2056
|
|
|
@@ -2059,7 +2060,7 @@ class NetworkDeviceData(dict):
|
|
|
2059
2060
|
|
|
2060
2061
|
@property
|
|
2061
2062
|
@pulumi.getter
|
|
2062
|
-
def ips(self) -> Optional[Sequence[str]]:
|
|
2063
|
+
def ips(self) -> Optional[Sequence[builtins.str]]:
|
|
2063
2064
|
"""
|
|
2064
2065
|
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.
|
|
2065
2066
|
"""
|
|
@@ -2091,18 +2092,18 @@ class NetworkDeviceDataPatch(dict):
|
|
|
2091
2092
|
return super().get(key, default)
|
|
2092
2093
|
|
|
2093
2094
|
def __init__(__self__, *,
|
|
2094
|
-
hardware_address: Optional[str] = None,
|
|
2095
|
-
interface_name: Optional[str] = None,
|
|
2096
|
-
ips: Optional[Sequence[str]] = None):
|
|
2095
|
+
hardware_address: Optional[builtins.str] = None,
|
|
2096
|
+
interface_name: Optional[builtins.str] = None,
|
|
2097
|
+
ips: Optional[Sequence[builtins.str]] = None):
|
|
2097
2098
|
"""
|
|
2098
2099
|
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.
|
|
2099
|
-
:param str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2100
|
+
:param builtins.str hardware_address: HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2100
2101
|
|
|
2101
2102
|
Must not be longer than 128 characters.
|
|
2102
|
-
:param str interface_name: InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2103
|
+
:param builtins.str interface_name: InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod.
|
|
2103
2104
|
|
|
2104
2105
|
Must not be longer than 256 characters.
|
|
2105
|
-
:param Sequence[str] ips: IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2106
|
+
:param Sequence[builtins.str] ips: IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6.
|
|
2106
2107
|
"""
|
|
2107
2108
|
if hardware_address is not None:
|
|
2108
2109
|
pulumi.set(__self__, "hardware_address", hardware_address)
|
|
@@ -2113,7 +2114,7 @@ class NetworkDeviceDataPatch(dict):
|
|
|
2113
2114
|
|
|
2114
2115
|
@property
|
|
2115
2116
|
@pulumi.getter(name="hardwareAddress")
|
|
2116
|
-
def hardware_address(self) -> Optional[str]:
|
|
2117
|
+
def hardware_address(self) -> Optional[builtins.str]:
|
|
2117
2118
|
"""
|
|
2118
2119
|
HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface.
|
|
2119
2120
|
|
|
@@ -2123,7 +2124,7 @@ class NetworkDeviceDataPatch(dict):
|
|
|
2123
2124
|
|
|
2124
2125
|
@property
|
|
2125
2126
|
@pulumi.getter(name="interfaceName")
|
|
2126
|
-
def interface_name(self) -> Optional[str]:
|
|
2127
|
+
def interface_name(self) -> Optional[builtins.str]:
|
|
2127
2128
|
"""
|
|
2128
2129
|
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.
|
|
2129
2130
|
|
|
@@ -2133,7 +2134,7 @@ class NetworkDeviceDataPatch(dict):
|
|
|
2133
2134
|
|
|
2134
2135
|
@property
|
|
2135
2136
|
@pulumi.getter
|
|
2136
|
-
def ips(self) -> Optional[Sequence[str]]:
|
|
2137
|
+
def ips(self) -> Optional[Sequence[builtins.str]]:
|
|
2137
2138
|
"""
|
|
2138
2139
|
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.
|
|
2139
2140
|
"""
|
|
@@ -2146,11 +2147,11 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
2146
2147
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2147
2148
|
"""
|
|
2148
2149
|
def __init__(__self__, *,
|
|
2149
|
-
driver: str,
|
|
2150
|
+
driver: builtins.str,
|
|
2150
2151
|
parameters: Any):
|
|
2151
2152
|
"""
|
|
2152
2153
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2153
|
-
:param str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2154
|
+
:param builtins.str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2154
2155
|
|
|
2155
2156
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
2156
2157
|
|
|
@@ -2164,7 +2165,7 @@ class OpaqueDeviceConfiguration(dict):
|
|
|
2164
2165
|
|
|
2165
2166
|
@property
|
|
2166
2167
|
@pulumi.getter
|
|
2167
|
-
def driver(self) -> str:
|
|
2168
|
+
def driver(self) -> builtins.str:
|
|
2168
2169
|
"""
|
|
2169
2170
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2170
2171
|
|
|
@@ -2191,11 +2192,11 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
2191
2192
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2192
2193
|
"""
|
|
2193
2194
|
def __init__(__self__, *,
|
|
2194
|
-
driver: Optional[str] = None,
|
|
2195
|
+
driver: Optional[builtins.str] = None,
|
|
2195
2196
|
parameters: Optional[Any] = None):
|
|
2196
2197
|
"""
|
|
2197
2198
|
OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.
|
|
2198
|
-
:param str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2199
|
+
:param builtins.str driver: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2199
2200
|
|
|
2200
2201
|
An admission policy provided by the driver developer could use this to decide whether it needs to validate them.
|
|
2201
2202
|
|
|
@@ -2211,7 +2212,7 @@ class OpaqueDeviceConfigurationPatch(dict):
|
|
|
2211
2212
|
|
|
2212
2213
|
@property
|
|
2213
2214
|
@pulumi.getter
|
|
2214
|
-
def driver(self) -> Optional[str]:
|
|
2215
|
+
def driver(self) -> Optional[builtins.str]:
|
|
2215
2216
|
"""
|
|
2216
2217
|
Driver is used to determine which kubelet plugin needs to be passed these configuration parameters.
|
|
2217
2218
|
|
|
@@ -2258,8 +2259,8 @@ class ResourceClaim(dict):
|
|
|
2258
2259
|
|
|
2259
2260
|
def __init__(__self__, *,
|
|
2260
2261
|
spec: 'outputs.ResourceClaimSpec',
|
|
2261
|
-
api_version: Optional[str] = None,
|
|
2262
|
-
kind: Optional[str] = None,
|
|
2262
|
+
api_version: Optional[builtins.str] = None,
|
|
2263
|
+
kind: Optional[builtins.str] = None,
|
|
2263
2264
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2264
2265
|
status: Optional['outputs.ResourceClaimStatus'] = None):
|
|
2265
2266
|
"""
|
|
@@ -2267,8 +2268,8 @@ class ResourceClaim(dict):
|
|
|
2267
2268
|
|
|
2268
2269
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
2269
2270
|
:param 'ResourceClaimSpecArgs' spec: Spec describes what is being requested and how to configure it. The spec is immutable.
|
|
2270
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2271
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2271
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2272
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2272
2273
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
2273
2274
|
:param 'ResourceClaimStatusArgs' status: Status describes whether the claim is ready to use and what has been allocated.
|
|
2274
2275
|
"""
|
|
@@ -2292,7 +2293,7 @@ class ResourceClaim(dict):
|
|
|
2292
2293
|
|
|
2293
2294
|
@property
|
|
2294
2295
|
@pulumi.getter(name="apiVersion")
|
|
2295
|
-
def api_version(self) -> Optional[str]:
|
|
2296
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2296
2297
|
"""
|
|
2297
2298
|
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
|
|
2298
2299
|
"""
|
|
@@ -2300,7 +2301,7 @@ class ResourceClaim(dict):
|
|
|
2300
2301
|
|
|
2301
2302
|
@property
|
|
2302
2303
|
@pulumi.getter
|
|
2303
|
-
def kind(self) -> Optional[str]:
|
|
2304
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2304
2305
|
"""
|
|
2305
2306
|
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
|
|
2306
2307
|
"""
|
|
@@ -2346,16 +2347,16 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2346
2347
|
return super().get(key, default)
|
|
2347
2348
|
|
|
2348
2349
|
def __init__(__self__, *,
|
|
2349
|
-
name: str,
|
|
2350
|
-
resource: str,
|
|
2351
|
-
uid: str,
|
|
2352
|
-
api_group: Optional[str] = None):
|
|
2350
|
+
name: builtins.str,
|
|
2351
|
+
resource: builtins.str,
|
|
2352
|
+
uid: builtins.str,
|
|
2353
|
+
api_group: Optional[builtins.str] = None):
|
|
2353
2354
|
"""
|
|
2354
2355
|
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.
|
|
2355
|
-
:param str name: Name is the name of resource being referenced.
|
|
2356
|
-
:param str resource: Resource is the type of resource being referenced, for example "pods".
|
|
2357
|
-
:param str uid: UID identifies exactly one incarnation of the resource.
|
|
2358
|
-
:param str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2356
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
2357
|
+
:param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
2358
|
+
:param builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
2359
|
+
:param builtins.str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2359
2360
|
"""
|
|
2360
2361
|
pulumi.set(__self__, "name", name)
|
|
2361
2362
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -2365,7 +2366,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2365
2366
|
|
|
2366
2367
|
@property
|
|
2367
2368
|
@pulumi.getter
|
|
2368
|
-
def name(self) -> str:
|
|
2369
|
+
def name(self) -> builtins.str:
|
|
2369
2370
|
"""
|
|
2370
2371
|
Name is the name of resource being referenced.
|
|
2371
2372
|
"""
|
|
@@ -2373,7 +2374,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2373
2374
|
|
|
2374
2375
|
@property
|
|
2375
2376
|
@pulumi.getter
|
|
2376
|
-
def resource(self) -> str:
|
|
2377
|
+
def resource(self) -> builtins.str:
|
|
2377
2378
|
"""
|
|
2378
2379
|
Resource is the type of resource being referenced, for example "pods".
|
|
2379
2380
|
"""
|
|
@@ -2381,7 +2382,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2381
2382
|
|
|
2382
2383
|
@property
|
|
2383
2384
|
@pulumi.getter
|
|
2384
|
-
def uid(self) -> str:
|
|
2385
|
+
def uid(self) -> builtins.str:
|
|
2385
2386
|
"""
|
|
2386
2387
|
UID identifies exactly one incarnation of the resource.
|
|
2387
2388
|
"""
|
|
@@ -2389,7 +2390,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
2389
2390
|
|
|
2390
2391
|
@property
|
|
2391
2392
|
@pulumi.getter(name="apiGroup")
|
|
2392
|
-
def api_group(self) -> Optional[str]:
|
|
2393
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
2393
2394
|
"""
|
|
2394
2395
|
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.
|
|
2395
2396
|
"""
|
|
@@ -2419,16 +2420,16 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2419
2420
|
return super().get(key, default)
|
|
2420
2421
|
|
|
2421
2422
|
def __init__(__self__, *,
|
|
2422
|
-
api_group: Optional[str] = None,
|
|
2423
|
-
name: Optional[str] = None,
|
|
2424
|
-
resource: Optional[str] = None,
|
|
2425
|
-
uid: Optional[str] = None):
|
|
2423
|
+
api_group: Optional[builtins.str] = None,
|
|
2424
|
+
name: Optional[builtins.str] = None,
|
|
2425
|
+
resource: Optional[builtins.str] = None,
|
|
2426
|
+
uid: Optional[builtins.str] = None):
|
|
2426
2427
|
"""
|
|
2427
2428
|
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.
|
|
2428
|
-
:param str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2429
|
-
:param str name: Name is the name of resource being referenced.
|
|
2430
|
-
:param str resource: Resource is the type of resource being referenced, for example "pods".
|
|
2431
|
-
:param str uid: UID identifies exactly one incarnation of the resource.
|
|
2429
|
+
:param builtins.str api_group: APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.
|
|
2430
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
2431
|
+
:param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
2432
|
+
:param builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
2432
2433
|
"""
|
|
2433
2434
|
if api_group is not None:
|
|
2434
2435
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -2441,7 +2442,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2441
2442
|
|
|
2442
2443
|
@property
|
|
2443
2444
|
@pulumi.getter(name="apiGroup")
|
|
2444
|
-
def api_group(self) -> Optional[str]:
|
|
2445
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
2445
2446
|
"""
|
|
2446
2447
|
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.
|
|
2447
2448
|
"""
|
|
@@ -2449,7 +2450,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2449
2450
|
|
|
2450
2451
|
@property
|
|
2451
2452
|
@pulumi.getter
|
|
2452
|
-
def name(self) -> Optional[str]:
|
|
2453
|
+
def name(self) -> Optional[builtins.str]:
|
|
2453
2454
|
"""
|
|
2454
2455
|
Name is the name of resource being referenced.
|
|
2455
2456
|
"""
|
|
@@ -2457,7 +2458,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2457
2458
|
|
|
2458
2459
|
@property
|
|
2459
2460
|
@pulumi.getter
|
|
2460
|
-
def resource(self) -> Optional[str]:
|
|
2461
|
+
def resource(self) -> Optional[builtins.str]:
|
|
2461
2462
|
"""
|
|
2462
2463
|
Resource is the type of resource being referenced, for example "pods".
|
|
2463
2464
|
"""
|
|
@@ -2465,7 +2466,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
2465
2466
|
|
|
2466
2467
|
@property
|
|
2467
2468
|
@pulumi.getter
|
|
2468
|
-
def uid(self) -> Optional[str]:
|
|
2469
|
+
def uid(self) -> Optional[builtins.str]:
|
|
2469
2470
|
"""
|
|
2470
2471
|
UID identifies exactly one incarnation of the resource.
|
|
2471
2472
|
"""
|
|
@@ -2696,8 +2697,8 @@ class ResourceClaimTemplate(dict):
|
|
|
2696
2697
|
|
|
2697
2698
|
def __init__(__self__, *,
|
|
2698
2699
|
spec: 'outputs.ResourceClaimTemplateSpec',
|
|
2699
|
-
api_version: Optional[str] = None,
|
|
2700
|
-
kind: Optional[str] = None,
|
|
2700
|
+
api_version: Optional[builtins.str] = None,
|
|
2701
|
+
kind: Optional[builtins.str] = None,
|
|
2701
2702
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
2702
2703
|
"""
|
|
2703
2704
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
@@ -2706,8 +2707,8 @@ class ResourceClaimTemplate(dict):
|
|
|
2706
2707
|
:param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
|
|
2707
2708
|
|
|
2708
2709
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
2709
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2710
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2710
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2711
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
2711
2712
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
2712
2713
|
"""
|
|
2713
2714
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -2730,7 +2731,7 @@ class ResourceClaimTemplate(dict):
|
|
|
2730
2731
|
|
|
2731
2732
|
@property
|
|
2732
2733
|
@pulumi.getter(name="apiVersion")
|
|
2733
|
-
def api_version(self) -> Optional[str]:
|
|
2734
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2734
2735
|
"""
|
|
2735
2736
|
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
|
|
2736
2737
|
"""
|
|
@@ -2738,7 +2739,7 @@ class ResourceClaimTemplate(dict):
|
|
|
2738
2739
|
|
|
2739
2740
|
@property
|
|
2740
2741
|
@pulumi.getter
|
|
2741
|
-
def kind(self) -> Optional[str]:
|
|
2742
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2742
2743
|
"""
|
|
2743
2744
|
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
|
|
2744
2745
|
"""
|
|
@@ -2845,18 +2846,18 @@ class ResourcePool(dict):
|
|
|
2845
2846
|
return super().get(key, default)
|
|
2846
2847
|
|
|
2847
2848
|
def __init__(__self__, *,
|
|
2848
|
-
generation: int,
|
|
2849
|
-
name: str,
|
|
2850
|
-
resource_slice_count: int):
|
|
2849
|
+
generation: builtins.int,
|
|
2850
|
+
name: builtins.str,
|
|
2851
|
+
resource_slice_count: builtins.int):
|
|
2851
2852
|
"""
|
|
2852
2853
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
2853
|
-
:param int generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
2854
|
+
:param builtins.int generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
2854
2855
|
|
|
2855
2856
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
2856
|
-
:param str name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
2857
|
+
:param builtins.str name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
2857
2858
|
|
|
2858
2859
|
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.
|
|
2859
|
-
:param int resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
2860
|
+
:param builtins.int resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
2860
2861
|
|
|
2861
2862
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
2862
2863
|
"""
|
|
@@ -2866,7 +2867,7 @@ class ResourcePool(dict):
|
|
|
2866
2867
|
|
|
2867
2868
|
@property
|
|
2868
2869
|
@pulumi.getter
|
|
2869
|
-
def generation(self) -> int:
|
|
2870
|
+
def generation(self) -> builtins.int:
|
|
2870
2871
|
"""
|
|
2871
2872
|
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.
|
|
2872
2873
|
|
|
@@ -2876,7 +2877,7 @@ class ResourcePool(dict):
|
|
|
2876
2877
|
|
|
2877
2878
|
@property
|
|
2878
2879
|
@pulumi.getter
|
|
2879
|
-
def name(self) -> str:
|
|
2880
|
+
def name(self) -> builtins.str:
|
|
2880
2881
|
"""
|
|
2881
2882
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
2882
2883
|
|
|
@@ -2886,7 +2887,7 @@ class ResourcePool(dict):
|
|
|
2886
2887
|
|
|
2887
2888
|
@property
|
|
2888
2889
|
@pulumi.getter(name="resourceSliceCount")
|
|
2889
|
-
def resource_slice_count(self) -> int:
|
|
2890
|
+
def resource_slice_count(self) -> builtins.int:
|
|
2890
2891
|
"""
|
|
2891
2892
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
2892
2893
|
|
|
@@ -2918,18 +2919,18 @@ class ResourcePoolPatch(dict):
|
|
|
2918
2919
|
return super().get(key, default)
|
|
2919
2920
|
|
|
2920
2921
|
def __init__(__self__, *,
|
|
2921
|
-
generation: Optional[int] = None,
|
|
2922
|
-
name: Optional[str] = None,
|
|
2923
|
-
resource_slice_count: Optional[int] = None):
|
|
2922
|
+
generation: Optional[builtins.int] = None,
|
|
2923
|
+
name: Optional[builtins.str] = None,
|
|
2924
|
+
resource_slice_count: Optional[builtins.int] = None):
|
|
2924
2925
|
"""
|
|
2925
2926
|
ResourcePool describes the pool that ResourceSlices belong to.
|
|
2926
|
-
:param int generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
2927
|
+
:param builtins.int generation: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted.
|
|
2927
2928
|
|
|
2928
2929
|
Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.
|
|
2929
|
-
:param str name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
2930
|
+
:param builtins.str name: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
2930
2931
|
|
|
2931
2932
|
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.
|
|
2932
|
-
:param int resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
2933
|
+
:param builtins.int resource_slice_count: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
2933
2934
|
|
|
2934
2935
|
Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.
|
|
2935
2936
|
"""
|
|
@@ -2942,7 +2943,7 @@ class ResourcePoolPatch(dict):
|
|
|
2942
2943
|
|
|
2943
2944
|
@property
|
|
2944
2945
|
@pulumi.getter
|
|
2945
|
-
def generation(self) -> Optional[int]:
|
|
2946
|
+
def generation(self) -> Optional[builtins.int]:
|
|
2946
2947
|
"""
|
|
2947
2948
|
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.
|
|
2948
2949
|
|
|
@@ -2952,7 +2953,7 @@ class ResourcePoolPatch(dict):
|
|
|
2952
2953
|
|
|
2953
2954
|
@property
|
|
2954
2955
|
@pulumi.getter
|
|
2955
|
-
def name(self) -> Optional[str]:
|
|
2956
|
+
def name(self) -> Optional[builtins.str]:
|
|
2956
2957
|
"""
|
|
2957
2958
|
Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required.
|
|
2958
2959
|
|
|
@@ -2962,7 +2963,7 @@ class ResourcePoolPatch(dict):
|
|
|
2962
2963
|
|
|
2963
2964
|
@property
|
|
2964
2965
|
@pulumi.getter(name="resourceSliceCount")
|
|
2965
|
-
def resource_slice_count(self) -> Optional[int]:
|
|
2966
|
+
def resource_slice_count(self) -> Optional[builtins.int]:
|
|
2966
2967
|
"""
|
|
2967
2968
|
ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero.
|
|
2968
2969
|
|
|
@@ -3005,8 +3006,8 @@ class ResourceSlice(dict):
|
|
|
3005
3006
|
|
|
3006
3007
|
def __init__(__self__, *,
|
|
3007
3008
|
spec: 'outputs.ResourceSliceSpec',
|
|
3008
|
-
api_version: Optional[str] = None,
|
|
3009
|
-
kind: Optional[str] = None,
|
|
3009
|
+
api_version: Optional[builtins.str] = None,
|
|
3010
|
+
kind: Optional[builtins.str] = None,
|
|
3010
3011
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
3011
3012
|
"""
|
|
3012
3013
|
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.
|
|
@@ -3023,8 +3024,8 @@ class ResourceSlice(dict):
|
|
|
3023
3024
|
:param 'ResourceSliceSpecArgs' spec: Contains the information published by the driver.
|
|
3024
3025
|
|
|
3025
3026
|
Changing the spec automatically increments the metadata.generation number.
|
|
3026
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3027
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3027
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
3028
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
3028
3029
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
3029
3030
|
"""
|
|
3030
3031
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -3047,7 +3048,7 @@ class ResourceSlice(dict):
|
|
|
3047
3048
|
|
|
3048
3049
|
@property
|
|
3049
3050
|
@pulumi.getter(name="apiVersion")
|
|
3050
|
-
def api_version(self) -> Optional[str]:
|
|
3051
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
3051
3052
|
"""
|
|
3052
3053
|
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
|
|
3053
3054
|
"""
|
|
@@ -3055,7 +3056,7 @@ class ResourceSlice(dict):
|
|
|
3055
3056
|
|
|
3056
3057
|
@property
|
|
3057
3058
|
@pulumi.getter
|
|
3058
|
-
def kind(self) -> Optional[str]:
|
|
3059
|
+
def kind(self) -> Optional[builtins.str]:
|
|
3059
3060
|
"""
|
|
3060
3061
|
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
|
|
3061
3062
|
"""
|
|
@@ -3097,25 +3098,25 @@ class ResourceSliceSpec(dict):
|
|
|
3097
3098
|
return super().get(key, default)
|
|
3098
3099
|
|
|
3099
3100
|
def __init__(__self__, *,
|
|
3100
|
-
driver: str,
|
|
3101
|
+
driver: builtins.str,
|
|
3101
3102
|
pool: 'outputs.ResourcePool',
|
|
3102
|
-
all_nodes: Optional[bool] = None,
|
|
3103
|
+
all_nodes: Optional[builtins.bool] = None,
|
|
3103
3104
|
devices: Optional[Sequence['outputs.Device']] = None,
|
|
3104
|
-
node_name: Optional[str] = None,
|
|
3105
|
+
node_name: Optional[builtins.str] = None,
|
|
3105
3106
|
node_selector: Optional['_core.v1.outputs.NodeSelector'] = None):
|
|
3106
3107
|
"""
|
|
3107
3108
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3108
|
-
:param str driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3109
|
+
:param builtins.str driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3109
3110
|
|
|
3110
3111
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3111
3112
|
:param 'ResourcePoolArgs' pool: Pool describes the pool that this ResourceSlice belongs to.
|
|
3112
|
-
:param bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3113
|
+
:param builtins.bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3113
3114
|
|
|
3114
3115
|
Exactly one of NodeName, NodeSelector and AllNodes must be set.
|
|
3115
3116
|
:param Sequence['DeviceArgs'] devices: Devices lists some or all of the devices in this pool.
|
|
3116
3117
|
|
|
3117
3118
|
Must not have more than 128 entries.
|
|
3118
|
-
:param str node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3119
|
+
:param builtins.str node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3119
3120
|
|
|
3120
3121
|
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.
|
|
3121
3122
|
|
|
@@ -3139,7 +3140,7 @@ class ResourceSliceSpec(dict):
|
|
|
3139
3140
|
|
|
3140
3141
|
@property
|
|
3141
3142
|
@pulumi.getter
|
|
3142
|
-
def driver(self) -> str:
|
|
3143
|
+
def driver(self) -> builtins.str:
|
|
3143
3144
|
"""
|
|
3144
3145
|
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.
|
|
3145
3146
|
|
|
@@ -3157,7 +3158,7 @@ class ResourceSliceSpec(dict):
|
|
|
3157
3158
|
|
|
3158
3159
|
@property
|
|
3159
3160
|
@pulumi.getter(name="allNodes")
|
|
3160
|
-
def all_nodes(self) -> Optional[bool]:
|
|
3161
|
+
def all_nodes(self) -> Optional[builtins.bool]:
|
|
3161
3162
|
"""
|
|
3162
3163
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3163
3164
|
|
|
@@ -3177,7 +3178,7 @@ class ResourceSliceSpec(dict):
|
|
|
3177
3178
|
|
|
3178
3179
|
@property
|
|
3179
3180
|
@pulumi.getter(name="nodeName")
|
|
3180
|
-
def node_name(self) -> Optional[str]:
|
|
3181
|
+
def node_name(self) -> Optional[builtins.str]:
|
|
3181
3182
|
"""
|
|
3182
3183
|
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.
|
|
3183
3184
|
|
|
@@ -3227,24 +3228,24 @@ class ResourceSliceSpecPatch(dict):
|
|
|
3227
3228
|
return super().get(key, default)
|
|
3228
3229
|
|
|
3229
3230
|
def __init__(__self__, *,
|
|
3230
|
-
all_nodes: Optional[bool] = None,
|
|
3231
|
+
all_nodes: Optional[builtins.bool] = None,
|
|
3231
3232
|
devices: Optional[Sequence['outputs.DevicePatch']] = None,
|
|
3232
|
-
driver: Optional[str] = None,
|
|
3233
|
-
node_name: Optional[str] = None,
|
|
3233
|
+
driver: Optional[builtins.str] = None,
|
|
3234
|
+
node_name: Optional[builtins.str] = None,
|
|
3234
3235
|
node_selector: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
3235
3236
|
pool: Optional['outputs.ResourcePoolPatch'] = None):
|
|
3236
3237
|
"""
|
|
3237
3238
|
ResourceSliceSpec contains the information published by the driver in one ResourceSlice.
|
|
3238
|
-
:param bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3239
|
+
:param builtins.bool all_nodes: AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3239
3240
|
|
|
3240
3241
|
Exactly one of NodeName, NodeSelector and AllNodes must be set.
|
|
3241
3242
|
:param Sequence['DevicePatchArgs'] devices: Devices lists some or all of the devices in this pool.
|
|
3242
3243
|
|
|
3243
3244
|
Must not have more than 128 entries.
|
|
3244
|
-
:param str driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3245
|
+
:param builtins.str driver: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3245
3246
|
|
|
3246
3247
|
Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
|
|
3247
|
-
:param str node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3248
|
+
:param builtins.str node_name: NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node.
|
|
3248
3249
|
|
|
3249
3250
|
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.
|
|
3250
3251
|
|
|
@@ -3271,7 +3272,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
3271
3272
|
|
|
3272
3273
|
@property
|
|
3273
3274
|
@pulumi.getter(name="allNodes")
|
|
3274
|
-
def all_nodes(self) -> Optional[bool]:
|
|
3275
|
+
def all_nodes(self) -> Optional[builtins.bool]:
|
|
3275
3276
|
"""
|
|
3276
3277
|
AllNodes indicates that all nodes have access to the resources in the pool.
|
|
3277
3278
|
|
|
@@ -3291,7 +3292,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
3291
3292
|
|
|
3292
3293
|
@property
|
|
3293
3294
|
@pulumi.getter
|
|
3294
|
-
def driver(self) -> Optional[str]:
|
|
3295
|
+
def driver(self) -> Optional[builtins.str]:
|
|
3295
3296
|
"""
|
|
3296
3297
|
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.
|
|
3297
3298
|
|
|
@@ -3301,7 +3302,7 @@ class ResourceSliceSpecPatch(dict):
|
|
|
3301
3302
|
|
|
3302
3303
|
@property
|
|
3303
3304
|
@pulumi.getter(name="nodeName")
|
|
3304
|
-
def node_name(self) -> Optional[str]:
|
|
3305
|
+
def node_name(self) -> Optional[builtins.str]:
|
|
3305
3306
|
"""
|
|
3306
3307
|
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.
|
|
3307
3308
|
|