pulumi-kubernetes 4.23.0a1743496684__py3-none-any.whl → 4.23.0a1743595894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743496684.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -104,7 +105,7 @@ class AllocationResult(dict):
|
|
|
104
105
|
def __init__(__self__, *,
|
|
105
106
|
available_on_nodes: Optional['_core.v1.outputs.NodeSelector'] = None,
|
|
106
107
|
resource_handles: Optional[Sequence['outputs.ResourceHandle']] = None,
|
|
107
|
-
shareable: Optional[bool] = None):
|
|
108
|
+
shareable: Optional[builtins.bool] = None):
|
|
108
109
|
"""
|
|
109
110
|
AllocationResult contains attributes of an allocated resource.
|
|
110
111
|
:param '_core.v1.NodeSelectorArgs' available_on_nodes: This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim.
|
|
@@ -113,7 +114,7 @@ class AllocationResult(dict):
|
|
|
113
114
|
:param Sequence['ResourceHandleArgs'] resource_handles: ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
|
|
114
115
|
|
|
115
116
|
Setting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in.
|
|
116
|
-
:param bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
117
|
+
:param builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
117
118
|
"""
|
|
118
119
|
if available_on_nodes is not None:
|
|
119
120
|
pulumi.set(__self__, "available_on_nodes", available_on_nodes)
|
|
@@ -144,7 +145,7 @@ class AllocationResult(dict):
|
|
|
144
145
|
|
|
145
146
|
@property
|
|
146
147
|
@pulumi.getter
|
|
147
|
-
def shareable(self) -> Optional[bool]:
|
|
148
|
+
def shareable(self) -> Optional[builtins.bool]:
|
|
148
149
|
"""
|
|
149
150
|
Shareable determines whether the resource supports more than one consumer at a time.
|
|
150
151
|
"""
|
|
@@ -178,7 +179,7 @@ class AllocationResultPatch(dict):
|
|
|
178
179
|
def __init__(__self__, *,
|
|
179
180
|
available_on_nodes: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
180
181
|
resource_handles: Optional[Sequence['outputs.ResourceHandlePatch']] = None,
|
|
181
|
-
shareable: Optional[bool] = None):
|
|
182
|
+
shareable: Optional[builtins.bool] = None):
|
|
182
183
|
"""
|
|
183
184
|
AllocationResult contains attributes of an allocated resource.
|
|
184
185
|
:param '_core.v1.NodeSelectorPatchArgs' available_on_nodes: This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim.
|
|
@@ -187,7 +188,7 @@ class AllocationResultPatch(dict):
|
|
|
187
188
|
:param Sequence['ResourceHandlePatchArgs'] resource_handles: ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
|
|
188
189
|
|
|
189
190
|
Setting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in.
|
|
190
|
-
:param bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
191
|
+
:param builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
191
192
|
"""
|
|
192
193
|
if available_on_nodes is not None:
|
|
193
194
|
pulumi.set(__self__, "available_on_nodes", available_on_nodes)
|
|
@@ -218,7 +219,7 @@ class AllocationResultPatch(dict):
|
|
|
218
219
|
|
|
219
220
|
@property
|
|
220
221
|
@pulumi.getter
|
|
221
|
-
def shareable(self) -> Optional[bool]:
|
|
222
|
+
def shareable(self) -> Optional[builtins.bool]:
|
|
222
223
|
"""
|
|
223
224
|
Shareable determines whether the resource supports more than one consumer at a time.
|
|
224
225
|
"""
|
|
@@ -358,12 +359,12 @@ class DriverRequests(dict):
|
|
|
358
359
|
return super().get(key, default)
|
|
359
360
|
|
|
360
361
|
def __init__(__self__, *,
|
|
361
|
-
driver_name: Optional[str] = None,
|
|
362
|
+
driver_name: Optional[builtins.str] = None,
|
|
362
363
|
requests: Optional[Sequence['outputs.ResourceRequest']] = None,
|
|
363
364
|
vendor_parameters: Optional[Any] = None):
|
|
364
365
|
"""
|
|
365
366
|
DriverRequests describes all resources that are needed from one particular driver.
|
|
366
|
-
:param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
367
|
+
:param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
367
368
|
:param Sequence['ResourceRequestArgs'] requests: Requests describes all resources that are needed from the driver.
|
|
368
369
|
:param Any vendor_parameters: VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.
|
|
369
370
|
"""
|
|
@@ -376,7 +377,7 @@ class DriverRequests(dict):
|
|
|
376
377
|
|
|
377
378
|
@property
|
|
378
379
|
@pulumi.getter(name="driverName")
|
|
379
|
-
def driver_name(self) -> Optional[str]:
|
|
380
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
380
381
|
"""
|
|
381
382
|
DriverName is the name used by the DRA driver kubelet plugin.
|
|
382
383
|
"""
|
|
@@ -424,12 +425,12 @@ class DriverRequestsPatch(dict):
|
|
|
424
425
|
return super().get(key, default)
|
|
425
426
|
|
|
426
427
|
def __init__(__self__, *,
|
|
427
|
-
driver_name: Optional[str] = None,
|
|
428
|
+
driver_name: Optional[builtins.str] = None,
|
|
428
429
|
requests: Optional[Sequence['outputs.ResourceRequestPatch']] = None,
|
|
429
430
|
vendor_parameters: Optional[Any] = None):
|
|
430
431
|
"""
|
|
431
432
|
DriverRequests describes all resources that are needed from one particular driver.
|
|
432
|
-
:param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
433
|
+
:param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
433
434
|
:param Sequence['ResourceRequestPatchArgs'] requests: Requests describes all resources that are needed from the driver.
|
|
434
435
|
:param Any vendor_parameters: VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim.
|
|
435
436
|
"""
|
|
@@ -442,7 +443,7 @@ class DriverRequestsPatch(dict):
|
|
|
442
443
|
|
|
443
444
|
@property
|
|
444
445
|
@pulumi.getter(name="driverName")
|
|
445
|
-
def driver_name(self) -> Optional[str]:
|
|
446
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
446
447
|
"""
|
|
447
448
|
DriverName is the name used by the DRA driver kubelet plugin.
|
|
448
449
|
"""
|
|
@@ -471,16 +472,16 @@ class NamedResourcesAllocationResult(dict):
|
|
|
471
472
|
NamedResourcesAllocationResult is used in AllocationResultModel.
|
|
472
473
|
"""
|
|
473
474
|
def __init__(__self__, *,
|
|
474
|
-
name: str):
|
|
475
|
+
name: builtins.str):
|
|
475
476
|
"""
|
|
476
477
|
NamedResourcesAllocationResult is used in AllocationResultModel.
|
|
477
|
-
:param str name: Name is the name of the selected resource instance.
|
|
478
|
+
:param builtins.str name: Name is the name of the selected resource instance.
|
|
478
479
|
"""
|
|
479
480
|
pulumi.set(__self__, "name", name)
|
|
480
481
|
|
|
481
482
|
@property
|
|
482
483
|
@pulumi.getter
|
|
483
|
-
def name(self) -> str:
|
|
484
|
+
def name(self) -> builtins.str:
|
|
484
485
|
"""
|
|
485
486
|
Name is the name of the selected resource instance.
|
|
486
487
|
"""
|
|
@@ -493,17 +494,17 @@ class NamedResourcesAllocationResultPatch(dict):
|
|
|
493
494
|
NamedResourcesAllocationResult is used in AllocationResultModel.
|
|
494
495
|
"""
|
|
495
496
|
def __init__(__self__, *,
|
|
496
|
-
name: Optional[str] = None):
|
|
497
|
+
name: Optional[builtins.str] = None):
|
|
497
498
|
"""
|
|
498
499
|
NamedResourcesAllocationResult is used in AllocationResultModel.
|
|
499
|
-
:param str name: Name is the name of the selected resource instance.
|
|
500
|
+
:param builtins.str name: Name is the name of the selected resource instance.
|
|
500
501
|
"""
|
|
501
502
|
if name is not None:
|
|
502
503
|
pulumi.set(__self__, "name", name)
|
|
503
504
|
|
|
504
505
|
@property
|
|
505
506
|
@pulumi.getter
|
|
506
|
-
def name(self) -> Optional[str]:
|
|
507
|
+
def name(self) -> Optional[builtins.str]:
|
|
507
508
|
"""
|
|
508
509
|
Name is the name of the selected resource instance.
|
|
509
510
|
"""
|
|
@@ -535,24 +536,24 @@ class NamedResourcesAttribute(dict):
|
|
|
535
536
|
return super().get(key, default)
|
|
536
537
|
|
|
537
538
|
def __init__(__self__, *,
|
|
538
|
-
name: str,
|
|
539
|
-
bool: Optional[bool] = None,
|
|
540
|
-
int: Optional[int] = None,
|
|
539
|
+
name: builtins.str,
|
|
540
|
+
bool: Optional[builtins.bool] = None,
|
|
541
|
+
int: Optional[builtins.int] = None,
|
|
541
542
|
int_slice: Optional['outputs.NamedResourcesIntSlice'] = None,
|
|
542
|
-
quantity: Optional[str] = None,
|
|
543
|
-
string: Optional[str] = None,
|
|
543
|
+
quantity: Optional[builtins.str] = None,
|
|
544
|
+
string: Optional[builtins.str] = None,
|
|
544
545
|
string_slice: Optional['outputs.NamedResourcesStringSlice'] = None,
|
|
545
|
-
version: Optional[str] = None):
|
|
546
|
+
version: Optional[builtins.str] = None):
|
|
546
547
|
"""
|
|
547
548
|
NamedResourcesAttribute is a combination of an attribute name and its value.
|
|
548
|
-
:param str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
549
|
-
:param bool bool: BoolValue is a true/false value.
|
|
550
|
-
:param int int: IntValue is a 64-bit integer.
|
|
549
|
+
:param builtins.str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
550
|
+
:param builtins.bool bool: BoolValue is a true/false value.
|
|
551
|
+
:param builtins.int int: IntValue is a 64-bit integer.
|
|
551
552
|
:param 'NamedResourcesIntSliceArgs' int_slice: IntSliceValue is an array of 64-bit integers.
|
|
552
|
-
:param str quantity: QuantityValue is a quantity.
|
|
553
|
-
:param str string: StringValue is a string.
|
|
553
|
+
:param builtins.str quantity: QuantityValue is a quantity.
|
|
554
|
+
:param builtins.str string: StringValue is a string.
|
|
554
555
|
:param 'NamedResourcesStringSliceArgs' string_slice: StringSliceValue is an array of strings.
|
|
555
|
-
:param str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
|
|
556
|
+
:param builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
|
|
556
557
|
"""
|
|
557
558
|
pulumi.set(__self__, "name", name)
|
|
558
559
|
if bool is not None:
|
|
@@ -572,7 +573,7 @@ class NamedResourcesAttribute(dict):
|
|
|
572
573
|
|
|
573
574
|
@property
|
|
574
575
|
@pulumi.getter
|
|
575
|
-
def name(self) -> str:
|
|
576
|
+
def name(self) -> builtins.str:
|
|
576
577
|
"""
|
|
577
578
|
Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
578
579
|
"""
|
|
@@ -580,7 +581,7 @@ class NamedResourcesAttribute(dict):
|
|
|
580
581
|
|
|
581
582
|
@property
|
|
582
583
|
@pulumi.getter
|
|
583
|
-
def bool(self) -> Optional[bool]:
|
|
584
|
+
def bool(self) -> Optional[builtins.bool]:
|
|
584
585
|
"""
|
|
585
586
|
BoolValue is a true/false value.
|
|
586
587
|
"""
|
|
@@ -588,7 +589,7 @@ class NamedResourcesAttribute(dict):
|
|
|
588
589
|
|
|
589
590
|
@property
|
|
590
591
|
@pulumi.getter
|
|
591
|
-
def int(self) -> Optional[int]:
|
|
592
|
+
def int(self) -> Optional[builtins.int]:
|
|
592
593
|
"""
|
|
593
594
|
IntValue is a 64-bit integer.
|
|
594
595
|
"""
|
|
@@ -604,7 +605,7 @@ class NamedResourcesAttribute(dict):
|
|
|
604
605
|
|
|
605
606
|
@property
|
|
606
607
|
@pulumi.getter
|
|
607
|
-
def quantity(self) -> Optional[str]:
|
|
608
|
+
def quantity(self) -> Optional[builtins.str]:
|
|
608
609
|
"""
|
|
609
610
|
QuantityValue is a quantity.
|
|
610
611
|
"""
|
|
@@ -612,7 +613,7 @@ class NamedResourcesAttribute(dict):
|
|
|
612
613
|
|
|
613
614
|
@property
|
|
614
615
|
@pulumi.getter
|
|
615
|
-
def string(self) -> Optional[str]:
|
|
616
|
+
def string(self) -> Optional[builtins.str]:
|
|
616
617
|
"""
|
|
617
618
|
StringValue is a string.
|
|
618
619
|
"""
|
|
@@ -628,7 +629,7 @@ class NamedResourcesAttribute(dict):
|
|
|
628
629
|
|
|
629
630
|
@property
|
|
630
631
|
@pulumi.getter
|
|
631
|
-
def version(self) -> Optional[str]:
|
|
632
|
+
def version(self) -> Optional[builtins.str]:
|
|
632
633
|
"""
|
|
633
634
|
VersionValue is a semantic version according to semver.org spec 2.0.0.
|
|
634
635
|
"""
|
|
@@ -660,24 +661,24 @@ class NamedResourcesAttributePatch(dict):
|
|
|
660
661
|
return super().get(key, default)
|
|
661
662
|
|
|
662
663
|
def __init__(__self__, *,
|
|
663
|
-
bool: Optional[bool] = None,
|
|
664
|
-
int: Optional[int] = None,
|
|
664
|
+
bool: Optional[builtins.bool] = None,
|
|
665
|
+
int: Optional[builtins.int] = None,
|
|
665
666
|
int_slice: Optional['outputs.NamedResourcesIntSlicePatch'] = None,
|
|
666
|
-
name: Optional[str] = None,
|
|
667
|
-
quantity: Optional[str] = None,
|
|
668
|
-
string: Optional[str] = None,
|
|
667
|
+
name: Optional[builtins.str] = None,
|
|
668
|
+
quantity: Optional[builtins.str] = None,
|
|
669
|
+
string: Optional[builtins.str] = None,
|
|
669
670
|
string_slice: Optional['outputs.NamedResourcesStringSlicePatch'] = None,
|
|
670
|
-
version: Optional[str] = None):
|
|
671
|
+
version: Optional[builtins.str] = None):
|
|
671
672
|
"""
|
|
672
673
|
NamedResourcesAttribute is a combination of an attribute name and its value.
|
|
673
|
-
:param bool bool: BoolValue is a true/false value.
|
|
674
|
-
:param int int: IntValue is a 64-bit integer.
|
|
674
|
+
:param builtins.bool bool: BoolValue is a true/false value.
|
|
675
|
+
:param builtins.int int: IntValue is a 64-bit integer.
|
|
675
676
|
:param 'NamedResourcesIntSlicePatchArgs' int_slice: IntSliceValue is an array of 64-bit integers.
|
|
676
|
-
:param str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
677
|
-
:param str quantity: QuantityValue is a quantity.
|
|
678
|
-
:param str string: StringValue is a string.
|
|
677
|
+
:param builtins.str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
678
|
+
:param builtins.str quantity: QuantityValue is a quantity.
|
|
679
|
+
:param builtins.str string: StringValue is a string.
|
|
679
680
|
:param 'NamedResourcesStringSlicePatchArgs' string_slice: StringSliceValue is an array of strings.
|
|
680
|
-
:param str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
|
|
681
|
+
:param builtins.str version: VersionValue is a semantic version according to semver.org spec 2.0.0.
|
|
681
682
|
"""
|
|
682
683
|
if bool is not None:
|
|
683
684
|
pulumi.set(__self__, "bool", bool)
|
|
@@ -698,7 +699,7 @@ class NamedResourcesAttributePatch(dict):
|
|
|
698
699
|
|
|
699
700
|
@property
|
|
700
701
|
@pulumi.getter
|
|
701
|
-
def bool(self) -> Optional[bool]:
|
|
702
|
+
def bool(self) -> Optional[builtins.bool]:
|
|
702
703
|
"""
|
|
703
704
|
BoolValue is a true/false value.
|
|
704
705
|
"""
|
|
@@ -706,7 +707,7 @@ class NamedResourcesAttributePatch(dict):
|
|
|
706
707
|
|
|
707
708
|
@property
|
|
708
709
|
@pulumi.getter
|
|
709
|
-
def int(self) -> Optional[int]:
|
|
710
|
+
def int(self) -> Optional[builtins.int]:
|
|
710
711
|
"""
|
|
711
712
|
IntValue is a 64-bit integer.
|
|
712
713
|
"""
|
|
@@ -722,7 +723,7 @@ class NamedResourcesAttributePatch(dict):
|
|
|
722
723
|
|
|
723
724
|
@property
|
|
724
725
|
@pulumi.getter
|
|
725
|
-
def name(self) -> Optional[str]:
|
|
726
|
+
def name(self) -> Optional[builtins.str]:
|
|
726
727
|
"""
|
|
727
728
|
Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
728
729
|
"""
|
|
@@ -730,7 +731,7 @@ class NamedResourcesAttributePatch(dict):
|
|
|
730
731
|
|
|
731
732
|
@property
|
|
732
733
|
@pulumi.getter
|
|
733
|
-
def quantity(self) -> Optional[str]:
|
|
734
|
+
def quantity(self) -> Optional[builtins.str]:
|
|
734
735
|
"""
|
|
735
736
|
QuantityValue is a quantity.
|
|
736
737
|
"""
|
|
@@ -738,7 +739,7 @@ class NamedResourcesAttributePatch(dict):
|
|
|
738
739
|
|
|
739
740
|
@property
|
|
740
741
|
@pulumi.getter
|
|
741
|
-
def string(self) -> Optional[str]:
|
|
742
|
+
def string(self) -> Optional[builtins.str]:
|
|
742
743
|
"""
|
|
743
744
|
StringValue is a string.
|
|
744
745
|
"""
|
|
@@ -754,7 +755,7 @@ class NamedResourcesAttributePatch(dict):
|
|
|
754
755
|
|
|
755
756
|
@property
|
|
756
757
|
@pulumi.getter
|
|
757
|
-
def version(self) -> Optional[str]:
|
|
758
|
+
def version(self) -> Optional[builtins.str]:
|
|
758
759
|
"""
|
|
759
760
|
VersionValue is a semantic version according to semver.org spec 2.0.0.
|
|
760
761
|
"""
|
|
@@ -767,10 +768,10 @@ class NamedResourcesFilter(dict):
|
|
|
767
768
|
NamedResourcesFilter is used in ResourceFilterModel.
|
|
768
769
|
"""
|
|
769
770
|
def __init__(__self__, *,
|
|
770
|
-
selector: str):
|
|
771
|
+
selector: builtins.str):
|
|
771
772
|
"""
|
|
772
773
|
NamedResourcesFilter is used in ResourceFilterModel.
|
|
773
|
-
:param str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
774
|
+
:param builtins.str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
774
775
|
|
|
775
776
|
In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:
|
|
776
777
|
|
|
@@ -781,7 +782,7 @@ class NamedResourcesFilter(dict):
|
|
|
781
782
|
|
|
782
783
|
@property
|
|
783
784
|
@pulumi.getter
|
|
784
|
-
def selector(self) -> str:
|
|
785
|
+
def selector(self) -> builtins.str:
|
|
785
786
|
"""
|
|
786
787
|
Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
787
788
|
|
|
@@ -799,10 +800,10 @@ class NamedResourcesFilterPatch(dict):
|
|
|
799
800
|
NamedResourcesFilter is used in ResourceFilterModel.
|
|
800
801
|
"""
|
|
801
802
|
def __init__(__self__, *,
|
|
802
|
-
selector: Optional[str] = None):
|
|
803
|
+
selector: Optional[builtins.str] = None):
|
|
803
804
|
"""
|
|
804
805
|
NamedResourcesFilter is used in ResourceFilterModel.
|
|
805
|
-
:param str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
806
|
+
:param builtins.str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
806
807
|
|
|
807
808
|
In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:
|
|
808
809
|
|
|
@@ -814,7 +815,7 @@ class NamedResourcesFilterPatch(dict):
|
|
|
814
815
|
|
|
815
816
|
@property
|
|
816
817
|
@pulumi.getter
|
|
817
|
-
def selector(self) -> Optional[str]:
|
|
818
|
+
def selector(self) -> Optional[builtins.str]:
|
|
818
819
|
"""
|
|
819
820
|
Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
820
821
|
|
|
@@ -832,11 +833,11 @@ class NamedResourcesInstance(dict):
|
|
|
832
833
|
NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.
|
|
833
834
|
"""
|
|
834
835
|
def __init__(__self__, *,
|
|
835
|
-
name: str,
|
|
836
|
+
name: builtins.str,
|
|
836
837
|
attributes: Optional[Sequence['outputs.NamedResourcesAttribute']] = None):
|
|
837
838
|
"""
|
|
838
839
|
NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.
|
|
839
|
-
:param str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
840
|
+
:param builtins.str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
840
841
|
:param Sequence['NamedResourcesAttributeArgs'] attributes: Attributes defines the attributes of this resource instance. The name of each attribute must be unique.
|
|
841
842
|
"""
|
|
842
843
|
pulumi.set(__self__, "name", name)
|
|
@@ -845,7 +846,7 @@ class NamedResourcesInstance(dict):
|
|
|
845
846
|
|
|
846
847
|
@property
|
|
847
848
|
@pulumi.getter
|
|
848
|
-
def name(self) -> str:
|
|
849
|
+
def name(self) -> builtins.str:
|
|
849
850
|
"""
|
|
850
851
|
Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
851
852
|
"""
|
|
@@ -867,11 +868,11 @@ class NamedResourcesInstancePatch(dict):
|
|
|
867
868
|
"""
|
|
868
869
|
def __init__(__self__, *,
|
|
869
870
|
attributes: Optional[Sequence['outputs.NamedResourcesAttributePatch']] = None,
|
|
870
|
-
name: Optional[str] = None):
|
|
871
|
+
name: Optional[builtins.str] = None):
|
|
871
872
|
"""
|
|
872
873
|
NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.
|
|
873
874
|
:param Sequence['NamedResourcesAttributePatchArgs'] attributes: Attributes defines the attributes of this resource instance. The name of each attribute must be unique.
|
|
874
|
-
:param str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
875
|
+
:param builtins.str name: Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
875
876
|
"""
|
|
876
877
|
if attributes is not None:
|
|
877
878
|
pulumi.set(__self__, "attributes", attributes)
|
|
@@ -888,7 +889,7 @@ class NamedResourcesInstancePatch(dict):
|
|
|
888
889
|
|
|
889
890
|
@property
|
|
890
891
|
@pulumi.getter
|
|
891
|
-
def name(self) -> Optional[str]:
|
|
892
|
+
def name(self) -> Optional[builtins.str]:
|
|
892
893
|
"""
|
|
893
894
|
Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
|
|
894
895
|
"""
|
|
@@ -901,16 +902,16 @@ class NamedResourcesIntSlice(dict):
|
|
|
901
902
|
NamedResourcesIntSlice contains a slice of 64-bit integers.
|
|
902
903
|
"""
|
|
903
904
|
def __init__(__self__, *,
|
|
904
|
-
ints: Sequence[int]):
|
|
905
|
+
ints: Sequence[builtins.int]):
|
|
905
906
|
"""
|
|
906
907
|
NamedResourcesIntSlice contains a slice of 64-bit integers.
|
|
907
|
-
:param Sequence[int] ints: Ints is the slice of 64-bit integers.
|
|
908
|
+
:param Sequence[builtins.int] ints: Ints is the slice of 64-bit integers.
|
|
908
909
|
"""
|
|
909
910
|
pulumi.set(__self__, "ints", ints)
|
|
910
911
|
|
|
911
912
|
@property
|
|
912
913
|
@pulumi.getter
|
|
913
|
-
def ints(self) -> Sequence[int]:
|
|
914
|
+
def ints(self) -> Sequence[builtins.int]:
|
|
914
915
|
"""
|
|
915
916
|
Ints is the slice of 64-bit integers.
|
|
916
917
|
"""
|
|
@@ -923,17 +924,17 @@ class NamedResourcesIntSlicePatch(dict):
|
|
|
923
924
|
NamedResourcesIntSlice contains a slice of 64-bit integers.
|
|
924
925
|
"""
|
|
925
926
|
def __init__(__self__, *,
|
|
926
|
-
ints: Optional[Sequence[int]] = None):
|
|
927
|
+
ints: Optional[Sequence[builtins.int]] = None):
|
|
927
928
|
"""
|
|
928
929
|
NamedResourcesIntSlice contains a slice of 64-bit integers.
|
|
929
|
-
:param Sequence[int] ints: Ints is the slice of 64-bit integers.
|
|
930
|
+
:param Sequence[builtins.int] ints: Ints is the slice of 64-bit integers.
|
|
930
931
|
"""
|
|
931
932
|
if ints is not None:
|
|
932
933
|
pulumi.set(__self__, "ints", ints)
|
|
933
934
|
|
|
934
935
|
@property
|
|
935
936
|
@pulumi.getter
|
|
936
|
-
def ints(self) -> Optional[Sequence[int]]:
|
|
937
|
+
def ints(self) -> Optional[Sequence[builtins.int]]:
|
|
937
938
|
"""
|
|
938
939
|
Ints is the slice of 64-bit integers.
|
|
939
940
|
"""
|
|
@@ -946,10 +947,10 @@ class NamedResourcesRequest(dict):
|
|
|
946
947
|
NamedResourcesRequest is used in ResourceRequestModel.
|
|
947
948
|
"""
|
|
948
949
|
def __init__(__self__, *,
|
|
949
|
-
selector: str):
|
|
950
|
+
selector: builtins.str):
|
|
950
951
|
"""
|
|
951
952
|
NamedResourcesRequest is used in ResourceRequestModel.
|
|
952
|
-
:param str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
953
|
+
:param builtins.str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
953
954
|
|
|
954
955
|
In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:
|
|
955
956
|
|
|
@@ -960,7 +961,7 @@ class NamedResourcesRequest(dict):
|
|
|
960
961
|
|
|
961
962
|
@property
|
|
962
963
|
@pulumi.getter
|
|
963
|
-
def selector(self) -> str:
|
|
964
|
+
def selector(self) -> builtins.str:
|
|
964
965
|
"""
|
|
965
966
|
Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
966
967
|
|
|
@@ -978,10 +979,10 @@ class NamedResourcesRequestPatch(dict):
|
|
|
978
979
|
NamedResourcesRequest is used in ResourceRequestModel.
|
|
979
980
|
"""
|
|
980
981
|
def __init__(__self__, *,
|
|
981
|
-
selector: Optional[str] = None):
|
|
982
|
+
selector: Optional[builtins.str] = None):
|
|
982
983
|
"""
|
|
983
984
|
NamedResourcesRequest is used in ResourceRequestModel.
|
|
984
|
-
:param str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
985
|
+
:param builtins.str selector: Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
985
986
|
|
|
986
987
|
In addition, for each type NamedResourcesin AttributeValue there is a map that resolves to the corresponding value of the instance under evaluation. For example:
|
|
987
988
|
|
|
@@ -993,7 +994,7 @@ class NamedResourcesRequestPatch(dict):
|
|
|
993
994
|
|
|
994
995
|
@property
|
|
995
996
|
@pulumi.getter
|
|
996
|
-
def selector(self) -> Optional[str]:
|
|
997
|
+
def selector(self) -> Optional[builtins.str]:
|
|
997
998
|
"""
|
|
998
999
|
Selector is a CEL expression which must evaluate to true if a resource instance is suitable. The language is as defined in https://kubernetes.io/docs/reference/using-api/cel/
|
|
999
1000
|
|
|
@@ -1056,16 +1057,16 @@ class NamedResourcesStringSlice(dict):
|
|
|
1056
1057
|
NamedResourcesStringSlice contains a slice of strings.
|
|
1057
1058
|
"""
|
|
1058
1059
|
def __init__(__self__, *,
|
|
1059
|
-
strings: Sequence[str]):
|
|
1060
|
+
strings: Sequence[builtins.str]):
|
|
1060
1061
|
"""
|
|
1061
1062
|
NamedResourcesStringSlice contains a slice of strings.
|
|
1062
|
-
:param Sequence[str] strings: Strings is the slice of strings.
|
|
1063
|
+
:param Sequence[builtins.str] strings: Strings is the slice of strings.
|
|
1063
1064
|
"""
|
|
1064
1065
|
pulumi.set(__self__, "strings", strings)
|
|
1065
1066
|
|
|
1066
1067
|
@property
|
|
1067
1068
|
@pulumi.getter
|
|
1068
|
-
def strings(self) -> Sequence[str]:
|
|
1069
|
+
def strings(self) -> Sequence[builtins.str]:
|
|
1069
1070
|
"""
|
|
1070
1071
|
Strings is the slice of strings.
|
|
1071
1072
|
"""
|
|
@@ -1078,17 +1079,17 @@ class NamedResourcesStringSlicePatch(dict):
|
|
|
1078
1079
|
NamedResourcesStringSlice contains a slice of strings.
|
|
1079
1080
|
"""
|
|
1080
1081
|
def __init__(__self__, *,
|
|
1081
|
-
strings: Optional[Sequence[str]] = None):
|
|
1082
|
+
strings: Optional[Sequence[builtins.str]] = None):
|
|
1082
1083
|
"""
|
|
1083
1084
|
NamedResourcesStringSlice contains a slice of strings.
|
|
1084
|
-
:param Sequence[str] strings: Strings is the slice of strings.
|
|
1085
|
+
:param Sequence[builtins.str] strings: Strings is the slice of strings.
|
|
1085
1086
|
"""
|
|
1086
1087
|
if strings is not None:
|
|
1087
1088
|
pulumi.set(__self__, "strings", strings)
|
|
1088
1089
|
|
|
1089
1090
|
@property
|
|
1090
1091
|
@pulumi.getter
|
|
1091
|
-
def strings(self) -> Optional[Sequence[str]]:
|
|
1092
|
+
def strings(self) -> Optional[Sequence[builtins.str]]:
|
|
1092
1093
|
"""
|
|
1093
1094
|
Strings is the slice of strings.
|
|
1094
1095
|
"""
|
|
@@ -1121,8 +1122,8 @@ class PodSchedulingContext(dict):
|
|
|
1121
1122
|
|
|
1122
1123
|
def __init__(__self__, *,
|
|
1123
1124
|
spec: 'outputs.PodSchedulingContextSpec',
|
|
1124
|
-
api_version: Optional[str] = None,
|
|
1125
|
-
kind: Optional[str] = None,
|
|
1125
|
+
api_version: Optional[builtins.str] = None,
|
|
1126
|
+
kind: Optional[builtins.str] = None,
|
|
1126
1127
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1127
1128
|
status: Optional['outputs.PodSchedulingContextStatus'] = None):
|
|
1128
1129
|
"""
|
|
@@ -1130,8 +1131,8 @@ class PodSchedulingContext(dict):
|
|
|
1130
1131
|
|
|
1131
1132
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
1132
1133
|
:param 'PodSchedulingContextSpecArgs' spec: Spec describes where resources for the Pod are needed.
|
|
1133
|
-
: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
|
|
1134
|
-
: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
|
|
1134
|
+
: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
|
|
1135
|
+
: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
|
|
1135
1136
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1136
1137
|
:param 'PodSchedulingContextStatusArgs' status: Status describes where resources for the Pod can be allocated.
|
|
1137
1138
|
"""
|
|
@@ -1155,7 +1156,7 @@ class PodSchedulingContext(dict):
|
|
|
1155
1156
|
|
|
1156
1157
|
@property
|
|
1157
1158
|
@pulumi.getter(name="apiVersion")
|
|
1158
|
-
def api_version(self) -> Optional[str]:
|
|
1159
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1159
1160
|
"""
|
|
1160
1161
|
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
|
|
1161
1162
|
"""
|
|
@@ -1163,7 +1164,7 @@ class PodSchedulingContext(dict):
|
|
|
1163
1164
|
|
|
1164
1165
|
@property
|
|
1165
1166
|
@pulumi.getter
|
|
1166
|
-
def kind(self) -> Optional[str]:
|
|
1167
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1167
1168
|
"""
|
|
1168
1169
|
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
|
|
1169
1170
|
"""
|
|
@@ -1211,14 +1212,14 @@ class PodSchedulingContextSpec(dict):
|
|
|
1211
1212
|
return super().get(key, default)
|
|
1212
1213
|
|
|
1213
1214
|
def __init__(__self__, *,
|
|
1214
|
-
potential_nodes: Optional[Sequence[str]] = None,
|
|
1215
|
-
selected_node: Optional[str] = None):
|
|
1215
|
+
potential_nodes: Optional[Sequence[builtins.str]] = None,
|
|
1216
|
+
selected_node: Optional[builtins.str] = None):
|
|
1216
1217
|
"""
|
|
1217
1218
|
PodSchedulingContextSpec describes where resources for the Pod are needed.
|
|
1218
|
-
:param Sequence[str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
1219
|
+
:param Sequence[builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
1219
1220
|
|
|
1220
1221
|
The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.
|
|
1221
|
-
:param str selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
1222
|
+
:param builtins.str selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
1222
1223
|
"""
|
|
1223
1224
|
if potential_nodes is not None:
|
|
1224
1225
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
@@ -1227,7 +1228,7 @@ class PodSchedulingContextSpec(dict):
|
|
|
1227
1228
|
|
|
1228
1229
|
@property
|
|
1229
1230
|
@pulumi.getter(name="potentialNodes")
|
|
1230
|
-
def potential_nodes(self) -> Optional[Sequence[str]]:
|
|
1231
|
+
def potential_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
1231
1232
|
"""
|
|
1232
1233
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
1233
1234
|
|
|
@@ -1237,7 +1238,7 @@ class PodSchedulingContextSpec(dict):
|
|
|
1237
1238
|
|
|
1238
1239
|
@property
|
|
1239
1240
|
@pulumi.getter(name="selectedNode")
|
|
1240
|
-
def selected_node(self) -> Optional[str]:
|
|
1241
|
+
def selected_node(self) -> Optional[builtins.str]:
|
|
1241
1242
|
"""
|
|
1242
1243
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
1243
1244
|
"""
|
|
@@ -1269,14 +1270,14 @@ class PodSchedulingContextSpecPatch(dict):
|
|
|
1269
1270
|
return super().get(key, default)
|
|
1270
1271
|
|
|
1271
1272
|
def __init__(__self__, *,
|
|
1272
|
-
potential_nodes: Optional[Sequence[str]] = None,
|
|
1273
|
-
selected_node: Optional[str] = None):
|
|
1273
|
+
potential_nodes: Optional[Sequence[builtins.str]] = None,
|
|
1274
|
+
selected_node: Optional[builtins.str] = None):
|
|
1274
1275
|
"""
|
|
1275
1276
|
PodSchedulingContextSpec describes where resources for the Pod are needed.
|
|
1276
|
-
:param Sequence[str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
1277
|
+
:param Sequence[builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
1277
1278
|
|
|
1278
1279
|
The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.
|
|
1279
|
-
:param str selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
1280
|
+
:param builtins.str selected_node: SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
1280
1281
|
"""
|
|
1281
1282
|
if potential_nodes is not None:
|
|
1282
1283
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
@@ -1285,7 +1286,7 @@ class PodSchedulingContextSpecPatch(dict):
|
|
|
1285
1286
|
|
|
1286
1287
|
@property
|
|
1287
1288
|
@pulumi.getter(name="potentialNodes")
|
|
1288
|
-
def potential_nodes(self) -> Optional[Sequence[str]]:
|
|
1289
|
+
def potential_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
1289
1290
|
"""
|
|
1290
1291
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
1291
1292
|
|
|
@@ -1295,7 +1296,7 @@ class PodSchedulingContextSpecPatch(dict):
|
|
|
1295
1296
|
|
|
1296
1297
|
@property
|
|
1297
1298
|
@pulumi.getter(name="selectedNode")
|
|
1298
|
-
def selected_node(self) -> Optional[str]:
|
|
1299
|
+
def selected_node(self) -> Optional[builtins.str]:
|
|
1299
1300
|
"""
|
|
1300
1301
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
1301
1302
|
"""
|
|
@@ -1408,8 +1409,8 @@ class ResourceClaim(dict):
|
|
|
1408
1409
|
|
|
1409
1410
|
def __init__(__self__, *,
|
|
1410
1411
|
spec: 'outputs.ResourceClaimSpec',
|
|
1411
|
-
api_version: Optional[str] = None,
|
|
1412
|
-
kind: Optional[str] = None,
|
|
1412
|
+
api_version: Optional[builtins.str] = None,
|
|
1413
|
+
kind: Optional[builtins.str] = None,
|
|
1413
1414
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1414
1415
|
status: Optional['outputs.ResourceClaimStatus'] = None):
|
|
1415
1416
|
"""
|
|
@@ -1417,8 +1418,8 @@ class ResourceClaim(dict):
|
|
|
1417
1418
|
|
|
1418
1419
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
1419
1420
|
:param 'ResourceClaimSpecArgs' spec: Spec describes the desired attributes of a resource that then needs to be allocated. It can only be set once when creating the ResourceClaim.
|
|
1420
|
-
: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
|
|
1421
|
-
: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
|
|
1421
|
+
: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
|
|
1422
|
+
: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
|
|
1422
1423
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1423
1424
|
:param 'ResourceClaimStatusArgs' status: Status describes whether the resource is available and with which attributes.
|
|
1424
1425
|
"""
|
|
@@ -1442,7 +1443,7 @@ class ResourceClaim(dict):
|
|
|
1442
1443
|
|
|
1443
1444
|
@property
|
|
1444
1445
|
@pulumi.getter(name="apiVersion")
|
|
1445
|
-
def api_version(self) -> Optional[str]:
|
|
1446
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1446
1447
|
"""
|
|
1447
1448
|
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
|
|
1448
1449
|
"""
|
|
@@ -1450,7 +1451,7 @@ class ResourceClaim(dict):
|
|
|
1450
1451
|
|
|
1451
1452
|
@property
|
|
1452
1453
|
@pulumi.getter
|
|
1453
|
-
def kind(self) -> Optional[str]:
|
|
1454
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1454
1455
|
"""
|
|
1455
1456
|
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
|
|
1456
1457
|
"""
|
|
@@ -1496,16 +1497,16 @@ class ResourceClaimConsumerReference(dict):
|
|
|
1496
1497
|
return super().get(key, default)
|
|
1497
1498
|
|
|
1498
1499
|
def __init__(__self__, *,
|
|
1499
|
-
name: str,
|
|
1500
|
-
resource: str,
|
|
1501
|
-
uid: str,
|
|
1502
|
-
api_group: Optional[str] = None):
|
|
1500
|
+
name: builtins.str,
|
|
1501
|
+
resource: builtins.str,
|
|
1502
|
+
uid: builtins.str,
|
|
1503
|
+
api_group: Optional[builtins.str] = None):
|
|
1503
1504
|
"""
|
|
1504
1505
|
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.
|
|
1505
|
-
:param str name: Name is the name of resource being referenced.
|
|
1506
|
-
:param str resource: Resource is the type of resource being referenced, for example "pods".
|
|
1507
|
-
:param str uid: UID identifies exactly one incarnation of the resource.
|
|
1508
|
-
: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.
|
|
1506
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
1507
|
+
:param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
1508
|
+
:param builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
1509
|
+
: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.
|
|
1509
1510
|
"""
|
|
1510
1511
|
pulumi.set(__self__, "name", name)
|
|
1511
1512
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -1515,7 +1516,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
1515
1516
|
|
|
1516
1517
|
@property
|
|
1517
1518
|
@pulumi.getter
|
|
1518
|
-
def name(self) -> str:
|
|
1519
|
+
def name(self) -> builtins.str:
|
|
1519
1520
|
"""
|
|
1520
1521
|
Name is the name of resource being referenced.
|
|
1521
1522
|
"""
|
|
@@ -1523,7 +1524,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
1523
1524
|
|
|
1524
1525
|
@property
|
|
1525
1526
|
@pulumi.getter
|
|
1526
|
-
def resource(self) -> str:
|
|
1527
|
+
def resource(self) -> builtins.str:
|
|
1527
1528
|
"""
|
|
1528
1529
|
Resource is the type of resource being referenced, for example "pods".
|
|
1529
1530
|
"""
|
|
@@ -1531,7 +1532,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
1531
1532
|
|
|
1532
1533
|
@property
|
|
1533
1534
|
@pulumi.getter
|
|
1534
|
-
def uid(self) -> str:
|
|
1535
|
+
def uid(self) -> builtins.str:
|
|
1535
1536
|
"""
|
|
1536
1537
|
UID identifies exactly one incarnation of the resource.
|
|
1537
1538
|
"""
|
|
@@ -1539,7 +1540,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
1539
1540
|
|
|
1540
1541
|
@property
|
|
1541
1542
|
@pulumi.getter(name="apiGroup")
|
|
1542
|
-
def api_group(self) -> Optional[str]:
|
|
1543
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
1543
1544
|
"""
|
|
1544
1545
|
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.
|
|
1545
1546
|
"""
|
|
@@ -1569,16 +1570,16 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
1569
1570
|
return super().get(key, default)
|
|
1570
1571
|
|
|
1571
1572
|
def __init__(__self__, *,
|
|
1572
|
-
api_group: Optional[str] = None,
|
|
1573
|
-
name: Optional[str] = None,
|
|
1574
|
-
resource: Optional[str] = None,
|
|
1575
|
-
uid: Optional[str] = None):
|
|
1573
|
+
api_group: Optional[builtins.str] = None,
|
|
1574
|
+
name: Optional[builtins.str] = None,
|
|
1575
|
+
resource: Optional[builtins.str] = None,
|
|
1576
|
+
uid: Optional[builtins.str] = None):
|
|
1576
1577
|
"""
|
|
1577
1578
|
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.
|
|
1578
|
-
: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.
|
|
1579
|
-
:param str name: Name is the name of resource being referenced.
|
|
1580
|
-
:param str resource: Resource is the type of resource being referenced, for example "pods".
|
|
1581
|
-
:param str uid: UID identifies exactly one incarnation of the resource.
|
|
1579
|
+
: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.
|
|
1580
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
1581
|
+
:param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
1582
|
+
:param builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
1582
1583
|
"""
|
|
1583
1584
|
if api_group is not None:
|
|
1584
1585
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -1591,7 +1592,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
1591
1592
|
|
|
1592
1593
|
@property
|
|
1593
1594
|
@pulumi.getter(name="apiGroup")
|
|
1594
|
-
def api_group(self) -> Optional[str]:
|
|
1595
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
1595
1596
|
"""
|
|
1596
1597
|
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.
|
|
1597
1598
|
"""
|
|
@@ -1599,7 +1600,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
1599
1600
|
|
|
1600
1601
|
@property
|
|
1601
1602
|
@pulumi.getter
|
|
1602
|
-
def name(self) -> Optional[str]:
|
|
1603
|
+
def name(self) -> Optional[builtins.str]:
|
|
1603
1604
|
"""
|
|
1604
1605
|
Name is the name of resource being referenced.
|
|
1605
1606
|
"""
|
|
@@ -1607,7 +1608,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
1607
1608
|
|
|
1608
1609
|
@property
|
|
1609
1610
|
@pulumi.getter
|
|
1610
|
-
def resource(self) -> Optional[str]:
|
|
1611
|
+
def resource(self) -> Optional[builtins.str]:
|
|
1611
1612
|
"""
|
|
1612
1613
|
Resource is the type of resource being referenced, for example "pods".
|
|
1613
1614
|
"""
|
|
@@ -1615,7 +1616,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
1615
1616
|
|
|
1616
1617
|
@property
|
|
1617
1618
|
@pulumi.getter
|
|
1618
|
-
def uid(self) -> Optional[str]:
|
|
1619
|
+
def uid(self) -> Optional[builtins.str]:
|
|
1619
1620
|
"""
|
|
1620
1621
|
UID identifies exactly one incarnation of the resource.
|
|
1621
1622
|
"""
|
|
@@ -1649,22 +1650,22 @@ class ResourceClaimParameters(dict):
|
|
|
1649
1650
|
return super().get(key, default)
|
|
1650
1651
|
|
|
1651
1652
|
def __init__(__self__, *,
|
|
1652
|
-
api_version: Optional[str] = None,
|
|
1653
|
+
api_version: Optional[builtins.str] = None,
|
|
1653
1654
|
driver_requests: Optional[Sequence['outputs.DriverRequests']] = None,
|
|
1654
1655
|
generated_from: Optional['outputs.ResourceClaimParametersReference'] = None,
|
|
1655
|
-
kind: Optional[str] = None,
|
|
1656
|
+
kind: Optional[builtins.str] = None,
|
|
1656
1657
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1657
|
-
shareable: Optional[bool] = None):
|
|
1658
|
+
shareable: Optional[builtins.bool] = None):
|
|
1658
1659
|
"""
|
|
1659
1660
|
ResourceClaimParameters defines resource requests for a ResourceClaim in an in-tree format understood by Kubernetes.
|
|
1660
|
-
: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
|
|
1661
|
+
: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
|
|
1661
1662
|
:param Sequence['DriverRequestsArgs'] driver_requests: DriverRequests describes all resources that are needed for the allocated claim. A single claim may use resources coming from different drivers. For each driver, this array has at most one entry which then may have one or more per-driver requests.
|
|
1662
1663
|
|
|
1663
1664
|
May be empty, in which case the claim can always be allocated.
|
|
1664
1665
|
:param 'ResourceClaimParametersReferenceArgs' generated_from: If this object was created from some other resource, then this links back to that resource. This field is used to find the in-tree representation of the claim parameters when the parameter reference of the claim refers to some unknown type.
|
|
1665
|
-
: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
|
|
1666
|
+
: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
|
|
1666
1667
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1667
|
-
:param bool shareable: Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.
|
|
1668
|
+
:param builtins.bool shareable: Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.
|
|
1668
1669
|
"""
|
|
1669
1670
|
if api_version is not None:
|
|
1670
1671
|
pulumi.set(__self__, "api_version", 'resource.k8s.io/v1alpha2')
|
|
@@ -1681,7 +1682,7 @@ class ResourceClaimParameters(dict):
|
|
|
1681
1682
|
|
|
1682
1683
|
@property
|
|
1683
1684
|
@pulumi.getter(name="apiVersion")
|
|
1684
|
-
def api_version(self) -> Optional[str]:
|
|
1685
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1685
1686
|
"""
|
|
1686
1687
|
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
|
|
1687
1688
|
"""
|
|
@@ -1707,7 +1708,7 @@ class ResourceClaimParameters(dict):
|
|
|
1707
1708
|
|
|
1708
1709
|
@property
|
|
1709
1710
|
@pulumi.getter
|
|
1710
|
-
def kind(self) -> Optional[str]:
|
|
1711
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1711
1712
|
"""
|
|
1712
1713
|
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
|
|
1713
1714
|
"""
|
|
@@ -1723,7 +1724,7 @@ class ResourceClaimParameters(dict):
|
|
|
1723
1724
|
|
|
1724
1725
|
@property
|
|
1725
1726
|
@pulumi.getter
|
|
1726
|
-
def shareable(self) -> Optional[bool]:
|
|
1727
|
+
def shareable(self) -> Optional[builtins.bool]:
|
|
1727
1728
|
"""
|
|
1728
1729
|
Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.
|
|
1729
1730
|
"""
|
|
@@ -1753,14 +1754,14 @@ class ResourceClaimParametersReference(dict):
|
|
|
1753
1754
|
return super().get(key, default)
|
|
1754
1755
|
|
|
1755
1756
|
def __init__(__self__, *,
|
|
1756
|
-
kind: str,
|
|
1757
|
-
name: str,
|
|
1758
|
-
api_group: Optional[str] = None):
|
|
1757
|
+
kind: builtins.str,
|
|
1758
|
+
name: builtins.str,
|
|
1759
|
+
api_group: Optional[builtins.str] = None):
|
|
1759
1760
|
"""
|
|
1760
1761
|
ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
|
|
1761
|
-
:param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
1762
|
-
:param str name: Name is the name of resource being referenced.
|
|
1763
|
-
: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.
|
|
1762
|
+
:param builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
1763
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
1764
|
+
: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.
|
|
1764
1765
|
"""
|
|
1765
1766
|
pulumi.set(__self__, "kind", kind)
|
|
1766
1767
|
pulumi.set(__self__, "name", name)
|
|
@@ -1769,7 +1770,7 @@ class ResourceClaimParametersReference(dict):
|
|
|
1769
1770
|
|
|
1770
1771
|
@property
|
|
1771
1772
|
@pulumi.getter
|
|
1772
|
-
def kind(self) -> str:
|
|
1773
|
+
def kind(self) -> builtins.str:
|
|
1773
1774
|
"""
|
|
1774
1775
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
1775
1776
|
"""
|
|
@@ -1777,7 +1778,7 @@ class ResourceClaimParametersReference(dict):
|
|
|
1777
1778
|
|
|
1778
1779
|
@property
|
|
1779
1780
|
@pulumi.getter
|
|
1780
|
-
def name(self) -> str:
|
|
1781
|
+
def name(self) -> builtins.str:
|
|
1781
1782
|
"""
|
|
1782
1783
|
Name is the name of resource being referenced.
|
|
1783
1784
|
"""
|
|
@@ -1785,7 +1786,7 @@ class ResourceClaimParametersReference(dict):
|
|
|
1785
1786
|
|
|
1786
1787
|
@property
|
|
1787
1788
|
@pulumi.getter(name="apiGroup")
|
|
1788
|
-
def api_group(self) -> Optional[str]:
|
|
1789
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
1789
1790
|
"""
|
|
1790
1791
|
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.
|
|
1791
1792
|
"""
|
|
@@ -1815,14 +1816,14 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
1815
1816
|
return super().get(key, default)
|
|
1816
1817
|
|
|
1817
1818
|
def __init__(__self__, *,
|
|
1818
|
-
api_group: Optional[str] = None,
|
|
1819
|
-
kind: Optional[str] = None,
|
|
1820
|
-
name: Optional[str] = None):
|
|
1819
|
+
api_group: Optional[builtins.str] = None,
|
|
1820
|
+
kind: Optional[builtins.str] = None,
|
|
1821
|
+
name: Optional[builtins.str] = None):
|
|
1821
1822
|
"""
|
|
1822
1823
|
ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
|
|
1823
|
-
: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.
|
|
1824
|
-
:param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
1825
|
-
:param str name: Name is the name of resource being referenced.
|
|
1824
|
+
: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.
|
|
1825
|
+
:param builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
1826
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
1826
1827
|
"""
|
|
1827
1828
|
if api_group is not None:
|
|
1828
1829
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -1833,7 +1834,7 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
1833
1834
|
|
|
1834
1835
|
@property
|
|
1835
1836
|
@pulumi.getter(name="apiGroup")
|
|
1836
|
-
def api_group(self) -> Optional[str]:
|
|
1837
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
1837
1838
|
"""
|
|
1838
1839
|
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.
|
|
1839
1840
|
"""
|
|
@@ -1841,7 +1842,7 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
1841
1842
|
|
|
1842
1843
|
@property
|
|
1843
1844
|
@pulumi.getter
|
|
1844
|
-
def kind(self) -> Optional[str]:
|
|
1845
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1845
1846
|
"""
|
|
1846
1847
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
1847
1848
|
"""
|
|
@@ -1849,7 +1850,7 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
1849
1850
|
|
|
1850
1851
|
@property
|
|
1851
1852
|
@pulumi.getter
|
|
1852
|
-
def name(self) -> Optional[str]:
|
|
1853
|
+
def name(self) -> Optional[builtins.str]:
|
|
1853
1854
|
"""
|
|
1854
1855
|
Name is the name of resource being referenced.
|
|
1855
1856
|
"""
|
|
@@ -1879,12 +1880,12 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
1879
1880
|
return super().get(key, default)
|
|
1880
1881
|
|
|
1881
1882
|
def __init__(__self__, *,
|
|
1882
|
-
name: Optional[str] = None,
|
|
1883
|
-
unsuitable_nodes: Optional[Sequence[str]] = None):
|
|
1883
|
+
name: Optional[builtins.str] = None,
|
|
1884
|
+
unsuitable_nodes: Optional[Sequence[builtins.str]] = None):
|
|
1884
1885
|
"""
|
|
1885
1886
|
ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
|
|
1886
|
-
:param str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
1887
|
-
:param Sequence[str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
1887
|
+
:param builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
1888
|
+
:param Sequence[builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
1888
1889
|
|
|
1889
1890
|
The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.
|
|
1890
1891
|
"""
|
|
@@ -1895,7 +1896,7 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
1895
1896
|
|
|
1896
1897
|
@property
|
|
1897
1898
|
@pulumi.getter
|
|
1898
|
-
def name(self) -> Optional[str]:
|
|
1899
|
+
def name(self) -> Optional[builtins.str]:
|
|
1899
1900
|
"""
|
|
1900
1901
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
1901
1902
|
"""
|
|
@@ -1903,7 +1904,7 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
1903
1904
|
|
|
1904
1905
|
@property
|
|
1905
1906
|
@pulumi.getter(name="unsuitableNodes")
|
|
1906
|
-
def unsuitable_nodes(self) -> Optional[Sequence[str]]:
|
|
1907
|
+
def unsuitable_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
1907
1908
|
"""
|
|
1908
1909
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
1909
1910
|
|
|
@@ -1935,12 +1936,12 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
1935
1936
|
return super().get(key, default)
|
|
1936
1937
|
|
|
1937
1938
|
def __init__(__self__, *,
|
|
1938
|
-
name: Optional[str] = None,
|
|
1939
|
-
unsuitable_nodes: Optional[Sequence[str]] = None):
|
|
1939
|
+
name: Optional[builtins.str] = None,
|
|
1940
|
+
unsuitable_nodes: Optional[Sequence[builtins.str]] = None):
|
|
1940
1941
|
"""
|
|
1941
1942
|
ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
|
|
1942
|
-
:param str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
1943
|
-
:param Sequence[str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
1943
|
+
:param builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
1944
|
+
:param Sequence[builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
1944
1945
|
|
|
1945
1946
|
The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.
|
|
1946
1947
|
"""
|
|
@@ -1951,7 +1952,7 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
1951
1952
|
|
|
1952
1953
|
@property
|
|
1953
1954
|
@pulumi.getter
|
|
1954
|
-
def name(self) -> Optional[str]:
|
|
1955
|
+
def name(self) -> Optional[builtins.str]:
|
|
1955
1956
|
"""
|
|
1956
1957
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
1957
1958
|
"""
|
|
@@ -1959,7 +1960,7 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
1959
1960
|
|
|
1960
1961
|
@property
|
|
1961
1962
|
@pulumi.getter(name="unsuitableNodes")
|
|
1962
|
-
def unsuitable_nodes(self) -> Optional[Sequence[str]]:
|
|
1963
|
+
def unsuitable_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
1963
1964
|
"""
|
|
1964
1965
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
1965
1966
|
|
|
@@ -1995,13 +1996,13 @@ class ResourceClaimSpec(dict):
|
|
|
1995
1996
|
return super().get(key, default)
|
|
1996
1997
|
|
|
1997
1998
|
def __init__(__self__, *,
|
|
1998
|
-
resource_class_name: str,
|
|
1999
|
-
allocation_mode: Optional[str] = None,
|
|
1999
|
+
resource_class_name: builtins.str,
|
|
2000
|
+
allocation_mode: Optional[builtins.str] = None,
|
|
2000
2001
|
parameters_ref: Optional['outputs.ResourceClaimParametersReference'] = None):
|
|
2001
2002
|
"""
|
|
2002
2003
|
ResourceClaimSpec defines how a resource is to be allocated.
|
|
2003
|
-
:param str resource_class_name: ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
2004
|
-
:param str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
2004
|
+
:param builtins.str resource_class_name: ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
2005
|
+
:param builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
2005
2006
|
:param 'ResourceClaimParametersReferenceArgs' parameters_ref: ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim.
|
|
2006
2007
|
|
|
2007
2008
|
The object must be in the same namespace as the ResourceClaim.
|
|
@@ -2014,7 +2015,7 @@ class ResourceClaimSpec(dict):
|
|
|
2014
2015
|
|
|
2015
2016
|
@property
|
|
2016
2017
|
@pulumi.getter(name="resourceClassName")
|
|
2017
|
-
def resource_class_name(self) -> str:
|
|
2018
|
+
def resource_class_name(self) -> builtins.str:
|
|
2018
2019
|
"""
|
|
2019
2020
|
ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
2020
2021
|
"""
|
|
@@ -2022,7 +2023,7 @@ class ResourceClaimSpec(dict):
|
|
|
2022
2023
|
|
|
2023
2024
|
@property
|
|
2024
2025
|
@pulumi.getter(name="allocationMode")
|
|
2025
|
-
def allocation_mode(self) -> Optional[str]:
|
|
2026
|
+
def allocation_mode(self) -> Optional[builtins.str]:
|
|
2026
2027
|
"""
|
|
2027
2028
|
Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
2028
2029
|
"""
|
|
@@ -2066,16 +2067,16 @@ class ResourceClaimSpecPatch(dict):
|
|
|
2066
2067
|
return super().get(key, default)
|
|
2067
2068
|
|
|
2068
2069
|
def __init__(__self__, *,
|
|
2069
|
-
allocation_mode: Optional[str] = None,
|
|
2070
|
+
allocation_mode: Optional[builtins.str] = None,
|
|
2070
2071
|
parameters_ref: Optional['outputs.ResourceClaimParametersReferencePatch'] = None,
|
|
2071
|
-
resource_class_name: Optional[str] = None):
|
|
2072
|
+
resource_class_name: Optional[builtins.str] = None):
|
|
2072
2073
|
"""
|
|
2073
2074
|
ResourceClaimSpec defines how a resource is to be allocated.
|
|
2074
|
-
:param str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
2075
|
+
:param builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
2075
2076
|
:param 'ResourceClaimParametersReferencePatchArgs' parameters_ref: ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim.
|
|
2076
2077
|
|
|
2077
2078
|
The object must be in the same namespace as the ResourceClaim.
|
|
2078
|
-
:param str resource_class_name: ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
2079
|
+
:param builtins.str resource_class_name: ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
2079
2080
|
"""
|
|
2080
2081
|
if allocation_mode is not None:
|
|
2081
2082
|
pulumi.set(__self__, "allocation_mode", allocation_mode)
|
|
@@ -2086,7 +2087,7 @@ class ResourceClaimSpecPatch(dict):
|
|
|
2086
2087
|
|
|
2087
2088
|
@property
|
|
2088
2089
|
@pulumi.getter(name="allocationMode")
|
|
2089
|
-
def allocation_mode(self) -> Optional[str]:
|
|
2090
|
+
def allocation_mode(self) -> Optional[builtins.str]:
|
|
2090
2091
|
"""
|
|
2091
2092
|
Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
2092
2093
|
"""
|
|
@@ -2104,7 +2105,7 @@ class ResourceClaimSpecPatch(dict):
|
|
|
2104
2105
|
|
|
2105
2106
|
@property
|
|
2106
2107
|
@pulumi.getter(name="resourceClassName")
|
|
2107
|
-
def resource_class_name(self) -> Optional[str]:
|
|
2108
|
+
def resource_class_name(self) -> Optional[builtins.str]:
|
|
2108
2109
|
"""
|
|
2109
2110
|
ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
2110
2111
|
"""
|
|
@@ -2139,18 +2140,18 @@ class ResourceClaimStatus(dict):
|
|
|
2139
2140
|
|
|
2140
2141
|
def __init__(__self__, *,
|
|
2141
2142
|
allocation: Optional['outputs.AllocationResult'] = None,
|
|
2142
|
-
deallocation_requested: Optional[bool] = None,
|
|
2143
|
-
driver_name: Optional[str] = None,
|
|
2143
|
+
deallocation_requested: Optional[builtins.bool] = None,
|
|
2144
|
+
driver_name: Optional[builtins.str] = None,
|
|
2144
2145
|
reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReference']] = None):
|
|
2145
2146
|
"""
|
|
2146
2147
|
ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
|
|
2147
2148
|
:param 'AllocationResultArgs' allocation: Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet.
|
|
2148
|
-
:param bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
2149
|
+
:param builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
2149
2150
|
|
|
2150
2151
|
The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
|
|
2151
2152
|
|
|
2152
2153
|
While DeallocationRequested is set, no new consumers may be added to ReservedFor.
|
|
2153
|
-
:param str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
2154
|
+
:param builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
2154
2155
|
:param Sequence['ResourceClaimConsumerReferenceArgs'] reserved_for: ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started.
|
|
2155
2156
|
|
|
2156
2157
|
There can be at most 32 such reservations. This may get increased in the future, but not reduced.
|
|
@@ -2174,7 +2175,7 @@ class ResourceClaimStatus(dict):
|
|
|
2174
2175
|
|
|
2175
2176
|
@property
|
|
2176
2177
|
@pulumi.getter(name="deallocationRequested")
|
|
2177
|
-
def deallocation_requested(self) -> Optional[bool]:
|
|
2178
|
+
def deallocation_requested(self) -> Optional[builtins.bool]:
|
|
2178
2179
|
"""
|
|
2179
2180
|
DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
2180
2181
|
|
|
@@ -2186,7 +2187,7 @@ class ResourceClaimStatus(dict):
|
|
|
2186
2187
|
|
|
2187
2188
|
@property
|
|
2188
2189
|
@pulumi.getter(name="driverName")
|
|
2189
|
-
def driver_name(self) -> Optional[str]:
|
|
2190
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
2190
2191
|
"""
|
|
2191
2192
|
DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
2192
2193
|
"""
|
|
@@ -2231,18 +2232,18 @@ class ResourceClaimStatusPatch(dict):
|
|
|
2231
2232
|
|
|
2232
2233
|
def __init__(__self__, *,
|
|
2233
2234
|
allocation: Optional['outputs.AllocationResultPatch'] = None,
|
|
2234
|
-
deallocation_requested: Optional[bool] = None,
|
|
2235
|
-
driver_name: Optional[str] = None,
|
|
2235
|
+
deallocation_requested: Optional[builtins.bool] = None,
|
|
2236
|
+
driver_name: Optional[builtins.str] = None,
|
|
2236
2237
|
reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']] = None):
|
|
2237
2238
|
"""
|
|
2238
2239
|
ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
|
|
2239
2240
|
:param 'AllocationResultPatchArgs' allocation: Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet.
|
|
2240
|
-
:param bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
2241
|
+
:param builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
2241
2242
|
|
|
2242
2243
|
The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
|
|
2243
2244
|
|
|
2244
2245
|
While DeallocationRequested is set, no new consumers may be added to ReservedFor.
|
|
2245
|
-
:param str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
2246
|
+
:param builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
2246
2247
|
:param Sequence['ResourceClaimConsumerReferencePatchArgs'] reserved_for: ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started.
|
|
2247
2248
|
|
|
2248
2249
|
There can be at most 32 such reservations. This may get increased in the future, but not reduced.
|
|
@@ -2266,7 +2267,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
2266
2267
|
|
|
2267
2268
|
@property
|
|
2268
2269
|
@pulumi.getter(name="deallocationRequested")
|
|
2269
|
-
def deallocation_requested(self) -> Optional[bool]:
|
|
2270
|
+
def deallocation_requested(self) -> Optional[builtins.bool]:
|
|
2270
2271
|
"""
|
|
2271
2272
|
DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
2272
2273
|
|
|
@@ -2278,7 +2279,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
2278
2279
|
|
|
2279
2280
|
@property
|
|
2280
2281
|
@pulumi.getter(name="driverName")
|
|
2281
|
-
def driver_name(self) -> Optional[str]:
|
|
2282
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
2282
2283
|
"""
|
|
2283
2284
|
DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
2284
2285
|
"""
|
|
@@ -2319,16 +2320,16 @@ class ResourceClaimTemplate(dict):
|
|
|
2319
2320
|
|
|
2320
2321
|
def __init__(__self__, *,
|
|
2321
2322
|
spec: 'outputs.ResourceClaimTemplateSpec',
|
|
2322
|
-
api_version: Optional[str] = None,
|
|
2323
|
-
kind: Optional[str] = None,
|
|
2323
|
+
api_version: Optional[builtins.str] = None,
|
|
2324
|
+
kind: Optional[builtins.str] = None,
|
|
2324
2325
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
2325
2326
|
"""
|
|
2326
2327
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
2327
2328
|
:param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
|
|
2328
2329
|
|
|
2329
2330
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
2330
|
-
: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
|
|
2331
|
-
: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
|
|
2331
|
+
: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
|
|
2332
|
+
: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
|
|
2332
2333
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
2333
2334
|
"""
|
|
2334
2335
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -2351,7 +2352,7 @@ class ResourceClaimTemplate(dict):
|
|
|
2351
2352
|
|
|
2352
2353
|
@property
|
|
2353
2354
|
@pulumi.getter(name="apiVersion")
|
|
2354
|
-
def api_version(self) -> Optional[str]:
|
|
2355
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2355
2356
|
"""
|
|
2356
2357
|
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
|
|
2357
2358
|
"""
|
|
@@ -2359,7 +2360,7 @@ class ResourceClaimTemplate(dict):
|
|
|
2359
2360
|
|
|
2360
2361
|
@property
|
|
2361
2362
|
@pulumi.getter
|
|
2362
|
-
def kind(self) -> Optional[str]:
|
|
2363
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2363
2364
|
"""
|
|
2364
2365
|
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
|
|
2365
2366
|
"""
|
|
@@ -2476,25 +2477,25 @@ class ResourceClass(dict):
|
|
|
2476
2477
|
return super().get(key, default)
|
|
2477
2478
|
|
|
2478
2479
|
def __init__(__self__, *,
|
|
2479
|
-
driver_name: str,
|
|
2480
|
-
api_version: Optional[str] = None,
|
|
2481
|
-
kind: Optional[str] = None,
|
|
2480
|
+
driver_name: builtins.str,
|
|
2481
|
+
api_version: Optional[builtins.str] = None,
|
|
2482
|
+
kind: Optional[builtins.str] = None,
|
|
2482
2483
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2483
2484
|
parameters_ref: Optional['outputs.ResourceClassParametersReference'] = None,
|
|
2484
|
-
structured_parameters: Optional[bool] = None,
|
|
2485
|
+
structured_parameters: Optional[builtins.bool] = None,
|
|
2485
2486
|
suitable_nodes: Optional['_core.v1.outputs.NodeSelector'] = None):
|
|
2486
2487
|
"""
|
|
2487
2488
|
ResourceClass is used by administrators to influence how resources are allocated.
|
|
2488
2489
|
|
|
2489
2490
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
2490
|
-
:param str driver_name: DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
|
|
2491
|
+
:param builtins.str driver_name: DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
|
|
2491
2492
|
|
|
2492
2493
|
Resource drivers have a unique name in forward domain order (acme.example.com).
|
|
2493
|
-
: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
|
|
2494
|
-
: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
|
|
2494
|
+
: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
|
|
2495
|
+
: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
|
|
2495
2496
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
2496
2497
|
:param 'ResourceClassParametersReferenceArgs' parameters_ref: ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class. A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec.
|
|
2497
|
-
:param bool structured_parameters: If and only if allocation of claims using this class is handled via structured parameters, then StructuredParameters must be set to true.
|
|
2498
|
+
:param builtins.bool structured_parameters: If and only if allocation of claims using this class is handled via structured parameters, then StructuredParameters must be set to true.
|
|
2498
2499
|
:param '_core.v1.NodeSelectorArgs' suitable_nodes: Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.
|
|
2499
2500
|
|
|
2500
2501
|
Setting this field is optional. If null, all nodes are candidates.
|
|
@@ -2515,7 +2516,7 @@ class ResourceClass(dict):
|
|
|
2515
2516
|
|
|
2516
2517
|
@property
|
|
2517
2518
|
@pulumi.getter(name="driverName")
|
|
2518
|
-
def driver_name(self) -> str:
|
|
2519
|
+
def driver_name(self) -> builtins.str:
|
|
2519
2520
|
"""
|
|
2520
2521
|
DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
|
|
2521
2522
|
|
|
@@ -2525,7 +2526,7 @@ class ResourceClass(dict):
|
|
|
2525
2526
|
|
|
2526
2527
|
@property
|
|
2527
2528
|
@pulumi.getter(name="apiVersion")
|
|
2528
|
-
def api_version(self) -> Optional[str]:
|
|
2529
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2529
2530
|
"""
|
|
2530
2531
|
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
|
|
2531
2532
|
"""
|
|
@@ -2533,7 +2534,7 @@ class ResourceClass(dict):
|
|
|
2533
2534
|
|
|
2534
2535
|
@property
|
|
2535
2536
|
@pulumi.getter
|
|
2536
|
-
def kind(self) -> Optional[str]:
|
|
2537
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2537
2538
|
"""
|
|
2538
2539
|
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
|
|
2539
2540
|
"""
|
|
@@ -2557,7 +2558,7 @@ class ResourceClass(dict):
|
|
|
2557
2558
|
|
|
2558
2559
|
@property
|
|
2559
2560
|
@pulumi.getter(name="structuredParameters")
|
|
2560
|
-
def structured_parameters(self) -> Optional[bool]:
|
|
2561
|
+
def structured_parameters(self) -> Optional[builtins.bool]:
|
|
2561
2562
|
"""
|
|
2562
2563
|
If and only if allocation of claims using this class is handled via structured parameters, then StructuredParameters must be set to true.
|
|
2563
2564
|
"""
|
|
@@ -2601,18 +2602,18 @@ class ResourceClassParameters(dict):
|
|
|
2601
2602
|
return super().get(key, default)
|
|
2602
2603
|
|
|
2603
2604
|
def __init__(__self__, *,
|
|
2604
|
-
api_version: Optional[str] = None,
|
|
2605
|
+
api_version: Optional[builtins.str] = None,
|
|
2605
2606
|
filters: Optional[Sequence['outputs.ResourceFilter']] = None,
|
|
2606
2607
|
generated_from: Optional['outputs.ResourceClassParametersReference'] = None,
|
|
2607
|
-
kind: Optional[str] = None,
|
|
2608
|
+
kind: Optional[builtins.str] = None,
|
|
2608
2609
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2609
2610
|
vendor_parameters: Optional[Sequence['outputs.VendorParameters']] = None):
|
|
2610
2611
|
"""
|
|
2611
2612
|
ResourceClassParameters defines resource requests for a ResourceClass in an in-tree format understood by Kubernetes.
|
|
2612
|
-
: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
|
|
2613
|
+
: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
|
|
2613
2614
|
:param Sequence['ResourceFilterArgs'] filters: Filters describes additional contraints that must be met when using the class.
|
|
2614
2615
|
:param 'ResourceClassParametersReferenceArgs' generated_from: If this object was created from some other resource, then this links back to that resource. This field is used to find the in-tree representation of the class parameters when the parameter reference of the class refers to some unknown type.
|
|
2615
|
-
: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
|
|
2616
|
+
: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
|
|
2616
2617
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
2617
2618
|
:param Sequence['VendorParametersArgs'] vendor_parameters: VendorParameters are arbitrary setup parameters for all claims using this class. They are ignored while allocating the claim. There must not be more than one entry per driver.
|
|
2618
2619
|
"""
|
|
@@ -2631,7 +2632,7 @@ class ResourceClassParameters(dict):
|
|
|
2631
2632
|
|
|
2632
2633
|
@property
|
|
2633
2634
|
@pulumi.getter(name="apiVersion")
|
|
2634
|
-
def api_version(self) -> Optional[str]:
|
|
2635
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2635
2636
|
"""
|
|
2636
2637
|
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
|
|
2637
2638
|
"""
|
|
@@ -2655,7 +2656,7 @@ class ResourceClassParameters(dict):
|
|
|
2655
2656
|
|
|
2656
2657
|
@property
|
|
2657
2658
|
@pulumi.getter
|
|
2658
|
-
def kind(self) -> Optional[str]:
|
|
2659
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2659
2660
|
"""
|
|
2660
2661
|
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
|
|
2661
2662
|
"""
|
|
@@ -2701,16 +2702,16 @@ class ResourceClassParametersReference(dict):
|
|
|
2701
2702
|
return super().get(key, default)
|
|
2702
2703
|
|
|
2703
2704
|
def __init__(__self__, *,
|
|
2704
|
-
kind: str,
|
|
2705
|
-
name: str,
|
|
2706
|
-
api_group: Optional[str] = None,
|
|
2707
|
-
namespace: Optional[str] = None):
|
|
2705
|
+
kind: builtins.str,
|
|
2706
|
+
name: builtins.str,
|
|
2707
|
+
api_group: Optional[builtins.str] = None,
|
|
2708
|
+
namespace: Optional[builtins.str] = None):
|
|
2708
2709
|
"""
|
|
2709
2710
|
ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.
|
|
2710
|
-
:param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
2711
|
-
:param str name: Name is the name of resource being referenced.
|
|
2712
|
-
: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.
|
|
2713
|
-
:param str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
2711
|
+
:param builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
2712
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
2713
|
+
: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.
|
|
2714
|
+
:param builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
2714
2715
|
"""
|
|
2715
2716
|
pulumi.set(__self__, "kind", kind)
|
|
2716
2717
|
pulumi.set(__self__, "name", name)
|
|
@@ -2721,7 +2722,7 @@ class ResourceClassParametersReference(dict):
|
|
|
2721
2722
|
|
|
2722
2723
|
@property
|
|
2723
2724
|
@pulumi.getter
|
|
2724
|
-
def kind(self) -> str:
|
|
2725
|
+
def kind(self) -> builtins.str:
|
|
2725
2726
|
"""
|
|
2726
2727
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
2727
2728
|
"""
|
|
@@ -2729,7 +2730,7 @@ class ResourceClassParametersReference(dict):
|
|
|
2729
2730
|
|
|
2730
2731
|
@property
|
|
2731
2732
|
@pulumi.getter
|
|
2732
|
-
def name(self) -> str:
|
|
2733
|
+
def name(self) -> builtins.str:
|
|
2733
2734
|
"""
|
|
2734
2735
|
Name is the name of resource being referenced.
|
|
2735
2736
|
"""
|
|
@@ -2737,7 +2738,7 @@ class ResourceClassParametersReference(dict):
|
|
|
2737
2738
|
|
|
2738
2739
|
@property
|
|
2739
2740
|
@pulumi.getter(name="apiGroup")
|
|
2740
|
-
def api_group(self) -> Optional[str]:
|
|
2741
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
2741
2742
|
"""
|
|
2742
2743
|
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.
|
|
2743
2744
|
"""
|
|
@@ -2745,7 +2746,7 @@ class ResourceClassParametersReference(dict):
|
|
|
2745
2746
|
|
|
2746
2747
|
@property
|
|
2747
2748
|
@pulumi.getter
|
|
2748
|
-
def namespace(self) -> Optional[str]:
|
|
2749
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2749
2750
|
"""
|
|
2750
2751
|
Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
2751
2752
|
"""
|
|
@@ -2775,16 +2776,16 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
2775
2776
|
return super().get(key, default)
|
|
2776
2777
|
|
|
2777
2778
|
def __init__(__self__, *,
|
|
2778
|
-
api_group: Optional[str] = None,
|
|
2779
|
-
kind: Optional[str] = None,
|
|
2780
|
-
name: Optional[str] = None,
|
|
2781
|
-
namespace: Optional[str] = None):
|
|
2779
|
+
api_group: Optional[builtins.str] = None,
|
|
2780
|
+
kind: Optional[builtins.str] = None,
|
|
2781
|
+
name: Optional[builtins.str] = None,
|
|
2782
|
+
namespace: Optional[builtins.str] = None):
|
|
2782
2783
|
"""
|
|
2783
2784
|
ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.
|
|
2784
|
-
: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.
|
|
2785
|
-
:param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
2786
|
-
:param str name: Name is the name of resource being referenced.
|
|
2787
|
-
:param str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
2785
|
+
: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.
|
|
2786
|
+
:param builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
2787
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
2788
|
+
:param builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
2788
2789
|
"""
|
|
2789
2790
|
if api_group is not None:
|
|
2790
2791
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -2797,7 +2798,7 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
2797
2798
|
|
|
2798
2799
|
@property
|
|
2799
2800
|
@pulumi.getter(name="apiGroup")
|
|
2800
|
-
def api_group(self) -> Optional[str]:
|
|
2801
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
2801
2802
|
"""
|
|
2802
2803
|
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.
|
|
2803
2804
|
"""
|
|
@@ -2805,7 +2806,7 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
2805
2806
|
|
|
2806
2807
|
@property
|
|
2807
2808
|
@pulumi.getter
|
|
2808
|
-
def kind(self) -> Optional[str]:
|
|
2809
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2809
2810
|
"""
|
|
2810
2811
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
2811
2812
|
"""
|
|
@@ -2813,7 +2814,7 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
2813
2814
|
|
|
2814
2815
|
@property
|
|
2815
2816
|
@pulumi.getter
|
|
2816
|
-
def name(self) -> Optional[str]:
|
|
2817
|
+
def name(self) -> Optional[builtins.str]:
|
|
2817
2818
|
"""
|
|
2818
2819
|
Name is the name of resource being referenced.
|
|
2819
2820
|
"""
|
|
@@ -2821,7 +2822,7 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
2821
2822
|
|
|
2822
2823
|
@property
|
|
2823
2824
|
@pulumi.getter
|
|
2824
|
-
def namespace(self) -> Optional[str]:
|
|
2825
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2825
2826
|
"""
|
|
2826
2827
|
Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
2827
2828
|
"""
|
|
@@ -2853,11 +2854,11 @@ class ResourceFilter(dict):
|
|
|
2853
2854
|
return super().get(key, default)
|
|
2854
2855
|
|
|
2855
2856
|
def __init__(__self__, *,
|
|
2856
|
-
driver_name: Optional[str] = None,
|
|
2857
|
+
driver_name: Optional[builtins.str] = None,
|
|
2857
2858
|
named_resources: Optional['outputs.NamedResourcesFilter'] = None):
|
|
2858
2859
|
"""
|
|
2859
2860
|
ResourceFilter is a filter for resources from one particular driver.
|
|
2860
|
-
:param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
2861
|
+
:param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
2861
2862
|
:param 'NamedResourcesFilterArgs' named_resources: NamedResources describes a resource filter using the named resources model.
|
|
2862
2863
|
"""
|
|
2863
2864
|
if driver_name is not None:
|
|
@@ -2867,7 +2868,7 @@ class ResourceFilter(dict):
|
|
|
2867
2868
|
|
|
2868
2869
|
@property
|
|
2869
2870
|
@pulumi.getter(name="driverName")
|
|
2870
|
-
def driver_name(self) -> Optional[str]:
|
|
2871
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
2871
2872
|
"""
|
|
2872
2873
|
DriverName is the name used by the DRA driver kubelet plugin.
|
|
2873
2874
|
"""
|
|
@@ -2907,11 +2908,11 @@ class ResourceFilterPatch(dict):
|
|
|
2907
2908
|
return super().get(key, default)
|
|
2908
2909
|
|
|
2909
2910
|
def __init__(__self__, *,
|
|
2910
|
-
driver_name: Optional[str] = None,
|
|
2911
|
+
driver_name: Optional[builtins.str] = None,
|
|
2911
2912
|
named_resources: Optional['outputs.NamedResourcesFilterPatch'] = None):
|
|
2912
2913
|
"""
|
|
2913
2914
|
ResourceFilter is a filter for resources from one particular driver.
|
|
2914
|
-
:param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
2915
|
+
:param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
2915
2916
|
:param 'NamedResourcesFilterPatchArgs' named_resources: NamedResources describes a resource filter using the named resources model.
|
|
2916
2917
|
"""
|
|
2917
2918
|
if driver_name is not None:
|
|
@@ -2921,7 +2922,7 @@ class ResourceFilterPatch(dict):
|
|
|
2921
2922
|
|
|
2922
2923
|
@property
|
|
2923
2924
|
@pulumi.getter(name="driverName")
|
|
2924
|
-
def driver_name(self) -> Optional[str]:
|
|
2925
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
2925
2926
|
"""
|
|
2926
2927
|
DriverName is the name used by the DRA driver kubelet plugin.
|
|
2927
2928
|
"""
|
|
@@ -2961,15 +2962,15 @@ class ResourceHandle(dict):
|
|
|
2961
2962
|
return super().get(key, default)
|
|
2962
2963
|
|
|
2963
2964
|
def __init__(__self__, *,
|
|
2964
|
-
data: Optional[str] = None,
|
|
2965
|
-
driver_name: Optional[str] = None,
|
|
2965
|
+
data: Optional[builtins.str] = None,
|
|
2966
|
+
driver_name: Optional[builtins.str] = None,
|
|
2966
2967
|
structured_data: Optional['outputs.StructuredResourceHandle'] = None):
|
|
2967
2968
|
"""
|
|
2968
2969
|
ResourceHandle holds opaque resource data for processing by a specific kubelet plugin.
|
|
2969
|
-
:param str data: Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
|
|
2970
|
+
:param builtins.str data: Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
|
|
2970
2971
|
|
|
2971
2972
|
The maximum size of this field is 16KiB. This may get increased in the future, but not reduced.
|
|
2972
|
-
:param str driver_name: DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
|
|
2973
|
+
:param builtins.str driver_name: DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
|
|
2973
2974
|
:param 'StructuredResourceHandleArgs' structured_data: If StructuredData is set, then it needs to be used instead of Data.
|
|
2974
2975
|
"""
|
|
2975
2976
|
if data is not None:
|
|
@@ -2981,7 +2982,7 @@ class ResourceHandle(dict):
|
|
|
2981
2982
|
|
|
2982
2983
|
@property
|
|
2983
2984
|
@pulumi.getter
|
|
2984
|
-
def data(self) -> Optional[str]:
|
|
2985
|
+
def data(self) -> Optional[builtins.str]:
|
|
2985
2986
|
"""
|
|
2986
2987
|
Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
|
|
2987
2988
|
|
|
@@ -2991,7 +2992,7 @@ class ResourceHandle(dict):
|
|
|
2991
2992
|
|
|
2992
2993
|
@property
|
|
2993
2994
|
@pulumi.getter(name="driverName")
|
|
2994
|
-
def driver_name(self) -> Optional[str]:
|
|
2995
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
2995
2996
|
"""
|
|
2996
2997
|
DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
|
|
2997
2998
|
"""
|
|
@@ -3031,15 +3032,15 @@ class ResourceHandlePatch(dict):
|
|
|
3031
3032
|
return super().get(key, default)
|
|
3032
3033
|
|
|
3033
3034
|
def __init__(__self__, *,
|
|
3034
|
-
data: Optional[str] = None,
|
|
3035
|
-
driver_name: Optional[str] = None,
|
|
3035
|
+
data: Optional[builtins.str] = None,
|
|
3036
|
+
driver_name: Optional[builtins.str] = None,
|
|
3036
3037
|
structured_data: Optional['outputs.StructuredResourceHandlePatch'] = None):
|
|
3037
3038
|
"""
|
|
3038
3039
|
ResourceHandle holds opaque resource data for processing by a specific kubelet plugin.
|
|
3039
|
-
:param str data: Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
|
|
3040
|
+
:param builtins.str data: Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
|
|
3040
3041
|
|
|
3041
3042
|
The maximum size of this field is 16KiB. This may get increased in the future, but not reduced.
|
|
3042
|
-
:param str driver_name: DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
|
|
3043
|
+
:param builtins.str driver_name: DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
|
|
3043
3044
|
:param 'StructuredResourceHandlePatchArgs' structured_data: If StructuredData is set, then it needs to be used instead of Data.
|
|
3044
3045
|
"""
|
|
3045
3046
|
if data is not None:
|
|
@@ -3051,7 +3052,7 @@ class ResourceHandlePatch(dict):
|
|
|
3051
3052
|
|
|
3052
3053
|
@property
|
|
3053
3054
|
@pulumi.getter
|
|
3054
|
-
def data(self) -> Optional[str]:
|
|
3055
|
+
def data(self) -> Optional[builtins.str]:
|
|
3055
3056
|
"""
|
|
3056
3057
|
Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle.
|
|
3057
3058
|
|
|
@@ -3061,7 +3062,7 @@ class ResourceHandlePatch(dict):
|
|
|
3061
3062
|
|
|
3062
3063
|
@property
|
|
3063
3064
|
@pulumi.getter(name="driverName")
|
|
3064
|
-
def driver_name(self) -> Optional[str]:
|
|
3065
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
3065
3066
|
"""
|
|
3066
3067
|
DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in.
|
|
3067
3068
|
"""
|
|
@@ -3213,20 +3214,20 @@ class ResourceSlice(dict):
|
|
|
3213
3214
|
return super().get(key, default)
|
|
3214
3215
|
|
|
3215
3216
|
def __init__(__self__, *,
|
|
3216
|
-
driver_name: str,
|
|
3217
|
-
api_version: Optional[str] = None,
|
|
3218
|
-
kind: Optional[str] = None,
|
|
3217
|
+
driver_name: builtins.str,
|
|
3218
|
+
api_version: Optional[builtins.str] = None,
|
|
3219
|
+
kind: Optional[builtins.str] = None,
|
|
3219
3220
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
3220
3221
|
named_resources: Optional['outputs.NamedResourcesResources'] = None,
|
|
3221
|
-
node_name: Optional[str] = None):
|
|
3222
|
+
node_name: Optional[builtins.str] = None):
|
|
3222
3223
|
"""
|
|
3223
3224
|
ResourceSlice provides information about available resources on individual nodes.
|
|
3224
|
-
:param str driver_name: DriverName identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3225
|
-
: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
|
|
3226
|
-
: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
|
|
3225
|
+
:param builtins.str driver_name: DriverName identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3226
|
+
: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
|
|
3227
|
+
: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
|
|
3227
3228
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
3228
3229
|
:param 'NamedResourcesResourcesArgs' named_resources: NamedResources describes available resources using the named resources model.
|
|
3229
|
-
:param str node_name: NodeName identifies the node which provides the resources if they are local to a node.
|
|
3230
|
+
:param builtins.str node_name: NodeName identifies the node which provides the resources if they are local to a node.
|
|
3230
3231
|
|
|
3231
3232
|
A field selector can be used to list only ResourceSlice objects with a certain node name.
|
|
3232
3233
|
"""
|
|
@@ -3244,7 +3245,7 @@ class ResourceSlice(dict):
|
|
|
3244
3245
|
|
|
3245
3246
|
@property
|
|
3246
3247
|
@pulumi.getter(name="driverName")
|
|
3247
|
-
def driver_name(self) -> str:
|
|
3248
|
+
def driver_name(self) -> builtins.str:
|
|
3248
3249
|
"""
|
|
3249
3250
|
DriverName identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name.
|
|
3250
3251
|
"""
|
|
@@ -3252,7 +3253,7 @@ class ResourceSlice(dict):
|
|
|
3252
3253
|
|
|
3253
3254
|
@property
|
|
3254
3255
|
@pulumi.getter(name="apiVersion")
|
|
3255
|
-
def api_version(self) -> Optional[str]:
|
|
3256
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
3256
3257
|
"""
|
|
3257
3258
|
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
|
|
3258
3259
|
"""
|
|
@@ -3260,7 +3261,7 @@ class ResourceSlice(dict):
|
|
|
3260
3261
|
|
|
3261
3262
|
@property
|
|
3262
3263
|
@pulumi.getter
|
|
3263
|
-
def kind(self) -> Optional[str]:
|
|
3264
|
+
def kind(self) -> Optional[builtins.str]:
|
|
3264
3265
|
"""
|
|
3265
3266
|
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
|
|
3266
3267
|
"""
|
|
@@ -3284,7 +3285,7 @@ class ResourceSlice(dict):
|
|
|
3284
3285
|
|
|
3285
3286
|
@property
|
|
3286
3287
|
@pulumi.getter(name="nodeName")
|
|
3287
|
-
def node_name(self) -> Optional[str]:
|
|
3288
|
+
def node_name(self) -> Optional[builtins.str]:
|
|
3288
3289
|
"""
|
|
3289
3290
|
NodeName identifies the node which provides the resources if they are local to a node.
|
|
3290
3291
|
|
|
@@ -3321,13 +3322,13 @@ class StructuredResourceHandle(dict):
|
|
|
3321
3322
|
|
|
3322
3323
|
def __init__(__self__, *,
|
|
3323
3324
|
results: Sequence['outputs.DriverAllocationResult'],
|
|
3324
|
-
node_name: Optional[str] = None,
|
|
3325
|
+
node_name: Optional[builtins.str] = None,
|
|
3325
3326
|
vendor_claim_parameters: Optional[Any] = None,
|
|
3326
3327
|
vendor_class_parameters: Optional[Any] = None):
|
|
3327
3328
|
"""
|
|
3328
3329
|
StructuredResourceHandle is the in-tree representation of the allocation result.
|
|
3329
3330
|
:param Sequence['DriverAllocationResultArgs'] results: Results lists all allocated driver resources.
|
|
3330
|
-
:param str node_name: NodeName is the name of the node providing the necessary resources if the resources are local to a node.
|
|
3331
|
+
:param builtins.str node_name: NodeName is the name of the node providing the necessary resources if the resources are local to a node.
|
|
3331
3332
|
:param Any vendor_claim_parameters: VendorClaimParameters are the per-claim configuration parameters from the resource claim parameters at the time that the claim was allocated.
|
|
3332
3333
|
:param Any vendor_class_parameters: VendorClassParameters are the per-claim configuration parameters from the resource class at the time that the claim was allocated.
|
|
3333
3334
|
"""
|
|
@@ -3349,7 +3350,7 @@ class StructuredResourceHandle(dict):
|
|
|
3349
3350
|
|
|
3350
3351
|
@property
|
|
3351
3352
|
@pulumi.getter(name="nodeName")
|
|
3352
|
-
def node_name(self) -> Optional[str]:
|
|
3353
|
+
def node_name(self) -> Optional[builtins.str]:
|
|
3353
3354
|
"""
|
|
3354
3355
|
NodeName is the name of the node providing the necessary resources if the resources are local to a node.
|
|
3355
3356
|
"""
|
|
@@ -3399,13 +3400,13 @@ class StructuredResourceHandlePatch(dict):
|
|
|
3399
3400
|
return super().get(key, default)
|
|
3400
3401
|
|
|
3401
3402
|
def __init__(__self__, *,
|
|
3402
|
-
node_name: Optional[str] = None,
|
|
3403
|
+
node_name: Optional[builtins.str] = None,
|
|
3403
3404
|
results: Optional[Sequence['outputs.DriverAllocationResultPatch']] = None,
|
|
3404
3405
|
vendor_claim_parameters: Optional[Any] = None,
|
|
3405
3406
|
vendor_class_parameters: Optional[Any] = None):
|
|
3406
3407
|
"""
|
|
3407
3408
|
StructuredResourceHandle is the in-tree representation of the allocation result.
|
|
3408
|
-
:param str node_name: NodeName is the name of the node providing the necessary resources if the resources are local to a node.
|
|
3409
|
+
:param builtins.str node_name: NodeName is the name of the node providing the necessary resources if the resources are local to a node.
|
|
3409
3410
|
:param Sequence['DriverAllocationResultPatchArgs'] results: Results lists all allocated driver resources.
|
|
3410
3411
|
:param Any vendor_claim_parameters: VendorClaimParameters are the per-claim configuration parameters from the resource claim parameters at the time that the claim was allocated.
|
|
3411
3412
|
:param Any vendor_class_parameters: VendorClassParameters are the per-claim configuration parameters from the resource class at the time that the claim was allocated.
|
|
@@ -3421,7 +3422,7 @@ class StructuredResourceHandlePatch(dict):
|
|
|
3421
3422
|
|
|
3422
3423
|
@property
|
|
3423
3424
|
@pulumi.getter(name="nodeName")
|
|
3424
|
-
def node_name(self) -> Optional[str]:
|
|
3425
|
+
def node_name(self) -> Optional[builtins.str]:
|
|
3425
3426
|
"""
|
|
3426
3427
|
NodeName is the name of the node providing the necessary resources if the resources are local to a node.
|
|
3427
3428
|
"""
|
|
@@ -3475,11 +3476,11 @@ class VendorParameters(dict):
|
|
|
3475
3476
|
return super().get(key, default)
|
|
3476
3477
|
|
|
3477
3478
|
def __init__(__self__, *,
|
|
3478
|
-
driver_name: Optional[str] = None,
|
|
3479
|
+
driver_name: Optional[builtins.str] = None,
|
|
3479
3480
|
parameters: Optional[Any] = None):
|
|
3480
3481
|
"""
|
|
3481
3482
|
VendorParameters are opaque parameters for one particular driver.
|
|
3482
|
-
:param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
3483
|
+
:param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
3483
3484
|
:param Any parameters: Parameters can be arbitrary setup parameters. They are ignored while allocating a claim.
|
|
3484
3485
|
"""
|
|
3485
3486
|
if driver_name is not None:
|
|
@@ -3489,7 +3490,7 @@ class VendorParameters(dict):
|
|
|
3489
3490
|
|
|
3490
3491
|
@property
|
|
3491
3492
|
@pulumi.getter(name="driverName")
|
|
3492
|
-
def driver_name(self) -> Optional[str]:
|
|
3493
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
3493
3494
|
"""
|
|
3494
3495
|
DriverName is the name used by the DRA driver kubelet plugin.
|
|
3495
3496
|
"""
|
|
@@ -3527,11 +3528,11 @@ class VendorParametersPatch(dict):
|
|
|
3527
3528
|
return super().get(key, default)
|
|
3528
3529
|
|
|
3529
3530
|
def __init__(__self__, *,
|
|
3530
|
-
driver_name: Optional[str] = None,
|
|
3531
|
+
driver_name: Optional[builtins.str] = None,
|
|
3531
3532
|
parameters: Optional[Any] = None):
|
|
3532
3533
|
"""
|
|
3533
3534
|
VendorParameters are opaque parameters for one particular driver.
|
|
3534
|
-
:param str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
3535
|
+
:param builtins.str driver_name: DriverName is the name used by the DRA driver kubelet plugin.
|
|
3535
3536
|
:param Any parameters: Parameters can be arbitrary setup parameters. They are ignored while allocating a claim.
|
|
3536
3537
|
"""
|
|
3537
3538
|
if driver_name is not None:
|
|
@@ -3541,7 +3542,7 @@ class VendorParametersPatch(dict):
|
|
|
3541
3542
|
|
|
3542
3543
|
@property
|
|
3543
3544
|
@pulumi.getter(name="driverName")
|
|
3544
|
-
def driver_name(self) -> Optional[str]:
|
|
3545
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
3545
3546
|
"""
|
|
3546
3547
|
DriverName is the name used by the DRA driver kubelet plugin.
|
|
3547
3548
|
"""
|