pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -70,17 +71,17 @@ class AllocationResult(dict):
|
|
|
70
71
|
|
|
71
72
|
def __init__(__self__, *,
|
|
72
73
|
available_on_nodes: Optional['_core.v1.outputs.NodeSelector'] = None,
|
|
73
|
-
resource_handle: Optional[str] = None,
|
|
74
|
-
shareable: Optional[bool] = None):
|
|
74
|
+
resource_handle: Optional[builtins.str] = None,
|
|
75
|
+
shareable: Optional[builtins.bool] = None):
|
|
75
76
|
"""
|
|
76
77
|
AllocationResult contains attributed of an allocated resource.
|
|
77
78
|
:param '_core.v1.NodeSelectorArgs' available_on_nodes: This field will get set by the resource driver after it has allocated the resource driver to inform the scheduler where it can schedule Pods using the ResourceClaim.
|
|
78
79
|
|
|
79
80
|
Setting this field is optional. If null, the resource is available everywhere.
|
|
80
|
-
:param str resource_handle: ResourceHandle contains arbitrary data returned by the driver after a successful allocation. This is opaque for Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
|
|
81
|
+
:param builtins.str resource_handle: ResourceHandle contains arbitrary data returned by the driver after a successful allocation. This is opaque for Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
|
|
81
82
|
|
|
82
83
|
The maximum size of this field is 16KiB. This may get increased in the future, but not reduced.
|
|
83
|
-
:param bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
84
|
+
:param builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
84
85
|
"""
|
|
85
86
|
if available_on_nodes is not None:
|
|
86
87
|
pulumi.set(__self__, "available_on_nodes", available_on_nodes)
|
|
@@ -101,7 +102,7 @@ class AllocationResult(dict):
|
|
|
101
102
|
|
|
102
103
|
@property
|
|
103
104
|
@pulumi.getter(name="resourceHandle")
|
|
104
|
-
def resource_handle(self) -> Optional[str]:
|
|
105
|
+
def resource_handle(self) -> Optional[builtins.str]:
|
|
105
106
|
"""
|
|
106
107
|
ResourceHandle contains arbitrary data returned by the driver after a successful allocation. This is opaque for Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
|
|
107
108
|
|
|
@@ -111,7 +112,7 @@ class AllocationResult(dict):
|
|
|
111
112
|
|
|
112
113
|
@property
|
|
113
114
|
@pulumi.getter
|
|
114
|
-
def shareable(self) -> Optional[bool]:
|
|
115
|
+
def shareable(self) -> Optional[builtins.bool]:
|
|
115
116
|
"""
|
|
116
117
|
Shareable determines whether the resource supports more than one consumer at a time.
|
|
117
118
|
"""
|
|
@@ -144,17 +145,17 @@ class AllocationResultPatch(dict):
|
|
|
144
145
|
|
|
145
146
|
def __init__(__self__, *,
|
|
146
147
|
available_on_nodes: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
147
|
-
resource_handle: Optional[str] = None,
|
|
148
|
-
shareable: Optional[bool] = None):
|
|
148
|
+
resource_handle: Optional[builtins.str] = None,
|
|
149
|
+
shareable: Optional[builtins.bool] = None):
|
|
149
150
|
"""
|
|
150
151
|
AllocationResult contains attributed of an allocated resource.
|
|
151
152
|
:param '_core.v1.NodeSelectorPatchArgs' available_on_nodes: This field will get set by the resource driver after it has allocated the resource driver to inform the scheduler where it can schedule Pods using the ResourceClaim.
|
|
152
153
|
|
|
153
154
|
Setting this field is optional. If null, the resource is available everywhere.
|
|
154
|
-
:param str resource_handle: ResourceHandle contains arbitrary data returned by the driver after a successful allocation. This is opaque for Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
|
|
155
|
+
:param builtins.str resource_handle: ResourceHandle contains arbitrary data returned by the driver after a successful allocation. This is opaque for Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
|
|
155
156
|
|
|
156
157
|
The maximum size of this field is 16KiB. This may get increased in the future, but not reduced.
|
|
157
|
-
:param bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
158
|
+
:param builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
158
159
|
"""
|
|
159
160
|
if available_on_nodes is not None:
|
|
160
161
|
pulumi.set(__self__, "available_on_nodes", available_on_nodes)
|
|
@@ -175,7 +176,7 @@ class AllocationResultPatch(dict):
|
|
|
175
176
|
|
|
176
177
|
@property
|
|
177
178
|
@pulumi.getter(name="resourceHandle")
|
|
178
|
-
def resource_handle(self) -> Optional[str]:
|
|
179
|
+
def resource_handle(self) -> Optional[builtins.str]:
|
|
179
180
|
"""
|
|
180
181
|
ResourceHandle contains arbitrary data returned by the driver after a successful allocation. This is opaque for Kubernetes. Driver documentation may explain to users how to interpret this data if needed.
|
|
181
182
|
|
|
@@ -185,7 +186,7 @@ class AllocationResultPatch(dict):
|
|
|
185
186
|
|
|
186
187
|
@property
|
|
187
188
|
@pulumi.getter
|
|
188
|
-
def shareable(self) -> Optional[bool]:
|
|
189
|
+
def shareable(self) -> Optional[builtins.bool]:
|
|
189
190
|
"""
|
|
190
191
|
Shareable determines whether the resource supports more than one consumer at a time.
|
|
191
192
|
"""
|
|
@@ -218,8 +219,8 @@ class PodScheduling(dict):
|
|
|
218
219
|
|
|
219
220
|
def __init__(__self__, *,
|
|
220
221
|
spec: 'outputs.PodSchedulingSpec',
|
|
221
|
-
api_version: Optional[str] = None,
|
|
222
|
-
kind: Optional[str] = None,
|
|
222
|
+
api_version: Optional[builtins.str] = None,
|
|
223
|
+
kind: Optional[builtins.str] = None,
|
|
223
224
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
224
225
|
status: Optional['outputs.PodSchedulingStatus'] = None):
|
|
225
226
|
"""
|
|
@@ -227,8 +228,8 @@ class PodScheduling(dict):
|
|
|
227
228
|
|
|
228
229
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
229
230
|
:param 'PodSchedulingSpecArgs' spec: Spec describes where resources for the Pod are needed.
|
|
230
|
-
: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
|
|
231
|
-
: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
|
|
231
|
+
: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
|
|
232
|
+
: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
|
|
232
233
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
233
234
|
:param 'PodSchedulingStatusArgs' status: Status describes where resources for the Pod can be allocated.
|
|
234
235
|
"""
|
|
@@ -252,7 +253,7 @@ class PodScheduling(dict):
|
|
|
252
253
|
|
|
253
254
|
@property
|
|
254
255
|
@pulumi.getter(name="apiVersion")
|
|
255
|
-
def api_version(self) -> Optional[str]:
|
|
256
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
256
257
|
"""
|
|
257
258
|
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
|
|
258
259
|
"""
|
|
@@ -260,7 +261,7 @@ class PodScheduling(dict):
|
|
|
260
261
|
|
|
261
262
|
@property
|
|
262
263
|
@pulumi.getter
|
|
263
|
-
def kind(self) -> Optional[str]:
|
|
264
|
+
def kind(self) -> Optional[builtins.str]:
|
|
264
265
|
"""
|
|
265
266
|
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
|
|
266
267
|
"""
|
|
@@ -308,14 +309,14 @@ class PodSchedulingSpec(dict):
|
|
|
308
309
|
return super().get(key, default)
|
|
309
310
|
|
|
310
311
|
def __init__(__self__, *,
|
|
311
|
-
potential_nodes: Optional[Sequence[str]] = None,
|
|
312
|
-
selected_node: Optional[str] = None):
|
|
312
|
+
potential_nodes: Optional[Sequence[builtins.str]] = None,
|
|
313
|
+
selected_node: Optional[builtins.str] = None):
|
|
313
314
|
"""
|
|
314
315
|
PodSchedulingSpec describes where resources for the Pod are needed.
|
|
315
|
-
:param Sequence[str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
316
|
+
:param Sequence[builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
316
317
|
|
|
317
318
|
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.
|
|
318
|
-
: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.
|
|
319
|
+
: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.
|
|
319
320
|
"""
|
|
320
321
|
if potential_nodes is not None:
|
|
321
322
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
@@ -324,7 +325,7 @@ class PodSchedulingSpec(dict):
|
|
|
324
325
|
|
|
325
326
|
@property
|
|
326
327
|
@pulumi.getter(name="potentialNodes")
|
|
327
|
-
def potential_nodes(self) -> Optional[Sequence[str]]:
|
|
328
|
+
def potential_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
328
329
|
"""
|
|
329
330
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
330
331
|
|
|
@@ -334,7 +335,7 @@ class PodSchedulingSpec(dict):
|
|
|
334
335
|
|
|
335
336
|
@property
|
|
336
337
|
@pulumi.getter(name="selectedNode")
|
|
337
|
-
def selected_node(self) -> Optional[str]:
|
|
338
|
+
def selected_node(self) -> Optional[builtins.str]:
|
|
338
339
|
"""
|
|
339
340
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
340
341
|
"""
|
|
@@ -366,14 +367,14 @@ class PodSchedulingSpecPatch(dict):
|
|
|
366
367
|
return super().get(key, default)
|
|
367
368
|
|
|
368
369
|
def __init__(__self__, *,
|
|
369
|
-
potential_nodes: Optional[Sequence[str]] = None,
|
|
370
|
-
selected_node: Optional[str] = None):
|
|
370
|
+
potential_nodes: Optional[Sequence[builtins.str]] = None,
|
|
371
|
+
selected_node: Optional[builtins.str] = None):
|
|
371
372
|
"""
|
|
372
373
|
PodSchedulingSpec describes where resources for the Pod are needed.
|
|
373
|
-
:param Sequence[str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
374
|
+
:param Sequence[builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
374
375
|
|
|
375
376
|
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.
|
|
376
|
-
: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.
|
|
377
|
+
: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.
|
|
377
378
|
"""
|
|
378
379
|
if potential_nodes is not None:
|
|
379
380
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
@@ -382,7 +383,7 @@ class PodSchedulingSpecPatch(dict):
|
|
|
382
383
|
|
|
383
384
|
@property
|
|
384
385
|
@pulumi.getter(name="potentialNodes")
|
|
385
|
-
def potential_nodes(self) -> Optional[Sequence[str]]:
|
|
386
|
+
def potential_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
386
387
|
"""
|
|
387
388
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
388
389
|
|
|
@@ -392,7 +393,7 @@ class PodSchedulingSpecPatch(dict):
|
|
|
392
393
|
|
|
393
394
|
@property
|
|
394
395
|
@pulumi.getter(name="selectedNode")
|
|
395
|
-
def selected_node(self) -> Optional[str]:
|
|
396
|
+
def selected_node(self) -> Optional[builtins.str]:
|
|
396
397
|
"""
|
|
397
398
|
SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted.
|
|
398
399
|
"""
|
|
@@ -505,8 +506,8 @@ class ResourceClaim(dict):
|
|
|
505
506
|
|
|
506
507
|
def __init__(__self__, *,
|
|
507
508
|
spec: 'outputs.ResourceClaimSpec',
|
|
508
|
-
api_version: Optional[str] = None,
|
|
509
|
-
kind: Optional[str] = None,
|
|
509
|
+
api_version: Optional[builtins.str] = None,
|
|
510
|
+
kind: Optional[builtins.str] = None,
|
|
510
511
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
511
512
|
status: Optional['outputs.ResourceClaimStatus'] = None):
|
|
512
513
|
"""
|
|
@@ -514,8 +515,8 @@ class ResourceClaim(dict):
|
|
|
514
515
|
|
|
515
516
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
516
517
|
: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.
|
|
517
|
-
: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
|
|
518
|
-
: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
|
|
518
|
+
: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
|
|
519
|
+
: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
|
|
519
520
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
520
521
|
:param 'ResourceClaimStatusArgs' status: Status describes whether the resource is available and with which attributes.
|
|
521
522
|
"""
|
|
@@ -539,7 +540,7 @@ class ResourceClaim(dict):
|
|
|
539
540
|
|
|
540
541
|
@property
|
|
541
542
|
@pulumi.getter(name="apiVersion")
|
|
542
|
-
def api_version(self) -> Optional[str]:
|
|
543
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
543
544
|
"""
|
|
544
545
|
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
|
|
545
546
|
"""
|
|
@@ -547,7 +548,7 @@ class ResourceClaim(dict):
|
|
|
547
548
|
|
|
548
549
|
@property
|
|
549
550
|
@pulumi.getter
|
|
550
|
-
def kind(self) -> Optional[str]:
|
|
551
|
+
def kind(self) -> Optional[builtins.str]:
|
|
551
552
|
"""
|
|
552
553
|
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
|
|
553
554
|
"""
|
|
@@ -593,16 +594,16 @@ class ResourceClaimConsumerReference(dict):
|
|
|
593
594
|
return super().get(key, default)
|
|
594
595
|
|
|
595
596
|
def __init__(__self__, *,
|
|
596
|
-
name: str,
|
|
597
|
-
resource: str,
|
|
598
|
-
uid: str,
|
|
599
|
-
api_group: Optional[str] = None):
|
|
597
|
+
name: builtins.str,
|
|
598
|
+
resource: builtins.str,
|
|
599
|
+
uid: builtins.str,
|
|
600
|
+
api_group: Optional[builtins.str] = None):
|
|
600
601
|
"""
|
|
601
602
|
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.
|
|
602
|
-
:param str name: Name is the name of resource being referenced.
|
|
603
|
-
:param str resource: Resource is the type of resource being referenced, for example "pods".
|
|
604
|
-
:param str uid: UID identifies exactly one incarnation of the resource.
|
|
605
|
-
: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.
|
|
603
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
604
|
+
:param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
605
|
+
:param builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
606
|
+
: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.
|
|
606
607
|
"""
|
|
607
608
|
pulumi.set(__self__, "name", name)
|
|
608
609
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -612,7 +613,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
612
613
|
|
|
613
614
|
@property
|
|
614
615
|
@pulumi.getter
|
|
615
|
-
def name(self) -> str:
|
|
616
|
+
def name(self) -> builtins.str:
|
|
616
617
|
"""
|
|
617
618
|
Name is the name of resource being referenced.
|
|
618
619
|
"""
|
|
@@ -620,7 +621,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
620
621
|
|
|
621
622
|
@property
|
|
622
623
|
@pulumi.getter
|
|
623
|
-
def resource(self) -> str:
|
|
624
|
+
def resource(self) -> builtins.str:
|
|
624
625
|
"""
|
|
625
626
|
Resource is the type of resource being referenced, for example "pods".
|
|
626
627
|
"""
|
|
@@ -628,7 +629,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
628
629
|
|
|
629
630
|
@property
|
|
630
631
|
@pulumi.getter
|
|
631
|
-
def uid(self) -> str:
|
|
632
|
+
def uid(self) -> builtins.str:
|
|
632
633
|
"""
|
|
633
634
|
UID identifies exactly one incarnation of the resource.
|
|
634
635
|
"""
|
|
@@ -636,7 +637,7 @@ class ResourceClaimConsumerReference(dict):
|
|
|
636
637
|
|
|
637
638
|
@property
|
|
638
639
|
@pulumi.getter(name="apiGroup")
|
|
639
|
-
def api_group(self) -> Optional[str]:
|
|
640
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
640
641
|
"""
|
|
641
642
|
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.
|
|
642
643
|
"""
|
|
@@ -666,16 +667,16 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
666
667
|
return super().get(key, default)
|
|
667
668
|
|
|
668
669
|
def __init__(__self__, *,
|
|
669
|
-
api_group: Optional[str] = None,
|
|
670
|
-
name: Optional[str] = None,
|
|
671
|
-
resource: Optional[str] = None,
|
|
672
|
-
uid: Optional[str] = None):
|
|
670
|
+
api_group: Optional[builtins.str] = None,
|
|
671
|
+
name: Optional[builtins.str] = None,
|
|
672
|
+
resource: Optional[builtins.str] = None,
|
|
673
|
+
uid: Optional[builtins.str] = None):
|
|
673
674
|
"""
|
|
674
675
|
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.
|
|
675
|
-
: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.
|
|
676
|
-
:param str name: Name is the name of resource being referenced.
|
|
677
|
-
:param str resource: Resource is the type of resource being referenced, for example "pods".
|
|
678
|
-
:param str uid: UID identifies exactly one incarnation of the resource.
|
|
676
|
+
: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.
|
|
677
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
678
|
+
:param builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
679
|
+
:param builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
679
680
|
"""
|
|
680
681
|
if api_group is not None:
|
|
681
682
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -688,7 +689,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
688
689
|
|
|
689
690
|
@property
|
|
690
691
|
@pulumi.getter(name="apiGroup")
|
|
691
|
-
def api_group(self) -> Optional[str]:
|
|
692
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
692
693
|
"""
|
|
693
694
|
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.
|
|
694
695
|
"""
|
|
@@ -696,7 +697,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
696
697
|
|
|
697
698
|
@property
|
|
698
699
|
@pulumi.getter
|
|
699
|
-
def name(self) -> Optional[str]:
|
|
700
|
+
def name(self) -> Optional[builtins.str]:
|
|
700
701
|
"""
|
|
701
702
|
Name is the name of resource being referenced.
|
|
702
703
|
"""
|
|
@@ -704,7 +705,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
704
705
|
|
|
705
706
|
@property
|
|
706
707
|
@pulumi.getter
|
|
707
|
-
def resource(self) -> Optional[str]:
|
|
708
|
+
def resource(self) -> Optional[builtins.str]:
|
|
708
709
|
"""
|
|
709
710
|
Resource is the type of resource being referenced, for example "pods".
|
|
710
711
|
"""
|
|
@@ -712,7 +713,7 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
712
713
|
|
|
713
714
|
@property
|
|
714
715
|
@pulumi.getter
|
|
715
|
-
def uid(self) -> Optional[str]:
|
|
716
|
+
def uid(self) -> Optional[builtins.str]:
|
|
716
717
|
"""
|
|
717
718
|
UID identifies exactly one incarnation of the resource.
|
|
718
719
|
"""
|
|
@@ -742,14 +743,14 @@ class ResourceClaimParametersReference(dict):
|
|
|
742
743
|
return super().get(key, default)
|
|
743
744
|
|
|
744
745
|
def __init__(__self__, *,
|
|
745
|
-
kind: str,
|
|
746
|
-
name: str,
|
|
747
|
-
api_group: Optional[str] = None):
|
|
746
|
+
kind: builtins.str,
|
|
747
|
+
name: builtins.str,
|
|
748
|
+
api_group: Optional[builtins.str] = None):
|
|
748
749
|
"""
|
|
749
750
|
ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
|
|
750
|
-
: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".
|
|
751
|
-
:param str name: Name is the name of resource being referenced.
|
|
752
|
-
: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.
|
|
751
|
+
: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".
|
|
752
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
753
|
+
: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.
|
|
753
754
|
"""
|
|
754
755
|
pulumi.set(__self__, "kind", kind)
|
|
755
756
|
pulumi.set(__self__, "name", name)
|
|
@@ -758,7 +759,7 @@ class ResourceClaimParametersReference(dict):
|
|
|
758
759
|
|
|
759
760
|
@property
|
|
760
761
|
@pulumi.getter
|
|
761
|
-
def kind(self) -> str:
|
|
762
|
+
def kind(self) -> builtins.str:
|
|
762
763
|
"""
|
|
763
764
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
764
765
|
"""
|
|
@@ -766,7 +767,7 @@ class ResourceClaimParametersReference(dict):
|
|
|
766
767
|
|
|
767
768
|
@property
|
|
768
769
|
@pulumi.getter
|
|
769
|
-
def name(self) -> str:
|
|
770
|
+
def name(self) -> builtins.str:
|
|
770
771
|
"""
|
|
771
772
|
Name is the name of resource being referenced.
|
|
772
773
|
"""
|
|
@@ -774,7 +775,7 @@ class ResourceClaimParametersReference(dict):
|
|
|
774
775
|
|
|
775
776
|
@property
|
|
776
777
|
@pulumi.getter(name="apiGroup")
|
|
777
|
-
def api_group(self) -> Optional[str]:
|
|
778
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
778
779
|
"""
|
|
779
780
|
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.
|
|
780
781
|
"""
|
|
@@ -804,14 +805,14 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
804
805
|
return super().get(key, default)
|
|
805
806
|
|
|
806
807
|
def __init__(__self__, *,
|
|
807
|
-
api_group: Optional[str] = None,
|
|
808
|
-
kind: Optional[str] = None,
|
|
809
|
-
name: Optional[str] = None):
|
|
808
|
+
api_group: Optional[builtins.str] = None,
|
|
809
|
+
kind: Optional[builtins.str] = None,
|
|
810
|
+
name: Optional[builtins.str] = None):
|
|
810
811
|
"""
|
|
811
812
|
ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
|
|
812
|
-
: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.
|
|
813
|
-
: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".
|
|
814
|
-
:param str name: Name is the name of resource being referenced.
|
|
813
|
+
: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.
|
|
814
|
+
: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".
|
|
815
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
815
816
|
"""
|
|
816
817
|
if api_group is not None:
|
|
817
818
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -822,7 +823,7 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
822
823
|
|
|
823
824
|
@property
|
|
824
825
|
@pulumi.getter(name="apiGroup")
|
|
825
|
-
def api_group(self) -> Optional[str]:
|
|
826
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
826
827
|
"""
|
|
827
828
|
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.
|
|
828
829
|
"""
|
|
@@ -830,7 +831,7 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
830
831
|
|
|
831
832
|
@property
|
|
832
833
|
@pulumi.getter
|
|
833
|
-
def kind(self) -> Optional[str]:
|
|
834
|
+
def kind(self) -> Optional[builtins.str]:
|
|
834
835
|
"""
|
|
835
836
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
836
837
|
"""
|
|
@@ -838,7 +839,7 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
838
839
|
|
|
839
840
|
@property
|
|
840
841
|
@pulumi.getter
|
|
841
|
-
def name(self) -> Optional[str]:
|
|
842
|
+
def name(self) -> Optional[builtins.str]:
|
|
842
843
|
"""
|
|
843
844
|
Name is the name of resource being referenced.
|
|
844
845
|
"""
|
|
@@ -868,12 +869,12 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
868
869
|
return super().get(key, default)
|
|
869
870
|
|
|
870
871
|
def __init__(__self__, *,
|
|
871
|
-
name: Optional[str] = None,
|
|
872
|
-
unsuitable_nodes: Optional[Sequence[str]] = None):
|
|
872
|
+
name: Optional[builtins.str] = None,
|
|
873
|
+
unsuitable_nodes: Optional[Sequence[builtins.str]] = None):
|
|
873
874
|
"""
|
|
874
875
|
ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
|
|
875
|
-
:param str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
876
|
-
:param Sequence[str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
876
|
+
:param builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
877
|
+
:param Sequence[builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
877
878
|
|
|
878
879
|
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.
|
|
879
880
|
"""
|
|
@@ -884,7 +885,7 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
884
885
|
|
|
885
886
|
@property
|
|
886
887
|
@pulumi.getter
|
|
887
|
-
def name(self) -> Optional[str]:
|
|
888
|
+
def name(self) -> Optional[builtins.str]:
|
|
888
889
|
"""
|
|
889
890
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
890
891
|
"""
|
|
@@ -892,7 +893,7 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
892
893
|
|
|
893
894
|
@property
|
|
894
895
|
@pulumi.getter(name="unsuitableNodes")
|
|
895
|
-
def unsuitable_nodes(self) -> Optional[Sequence[str]]:
|
|
896
|
+
def unsuitable_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
896
897
|
"""
|
|
897
898
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
898
899
|
|
|
@@ -924,12 +925,12 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
924
925
|
return super().get(key, default)
|
|
925
926
|
|
|
926
927
|
def __init__(__self__, *,
|
|
927
|
-
name: Optional[str] = None,
|
|
928
|
-
unsuitable_nodes: Optional[Sequence[str]] = None):
|
|
928
|
+
name: Optional[builtins.str] = None,
|
|
929
|
+
unsuitable_nodes: Optional[Sequence[builtins.str]] = None):
|
|
929
930
|
"""
|
|
930
931
|
ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.
|
|
931
|
-
:param str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
932
|
-
:param Sequence[str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
932
|
+
:param builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
933
|
+
:param Sequence[builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
933
934
|
|
|
934
935
|
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.
|
|
935
936
|
"""
|
|
@@ -940,7 +941,7 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
940
941
|
|
|
941
942
|
@property
|
|
942
943
|
@pulumi.getter
|
|
943
|
-
def name(self) -> Optional[str]:
|
|
944
|
+
def name(self) -> Optional[builtins.str]:
|
|
944
945
|
"""
|
|
945
946
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
946
947
|
"""
|
|
@@ -948,7 +949,7 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
948
949
|
|
|
949
950
|
@property
|
|
950
951
|
@pulumi.getter(name="unsuitableNodes")
|
|
951
|
-
def unsuitable_nodes(self) -> Optional[Sequence[str]]:
|
|
952
|
+
def unsuitable_nodes(self) -> Optional[Sequence[builtins.str]]:
|
|
952
953
|
"""
|
|
953
954
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
954
955
|
|
|
@@ -984,13 +985,13 @@ class ResourceClaimSpec(dict):
|
|
|
984
985
|
return super().get(key, default)
|
|
985
986
|
|
|
986
987
|
def __init__(__self__, *,
|
|
987
|
-
resource_class_name: str,
|
|
988
|
-
allocation_mode: Optional[str] = None,
|
|
988
|
+
resource_class_name: builtins.str,
|
|
989
|
+
allocation_mode: Optional[builtins.str] = None,
|
|
989
990
|
parameters_ref: Optional['outputs.ResourceClaimParametersReference'] = None):
|
|
990
991
|
"""
|
|
991
992
|
ResourceClaimSpec defines how a resource is to be allocated.
|
|
992
|
-
: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.
|
|
993
|
-
:param str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
993
|
+
: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.
|
|
994
|
+
:param builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
994
995
|
: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.
|
|
995
996
|
|
|
996
997
|
The object must be in the same namespace as the ResourceClaim.
|
|
@@ -1003,7 +1004,7 @@ class ResourceClaimSpec(dict):
|
|
|
1003
1004
|
|
|
1004
1005
|
@property
|
|
1005
1006
|
@pulumi.getter(name="resourceClassName")
|
|
1006
|
-
def resource_class_name(self) -> str:
|
|
1007
|
+
def resource_class_name(self) -> builtins.str:
|
|
1007
1008
|
"""
|
|
1008
1009
|
ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
1009
1010
|
"""
|
|
@@ -1011,7 +1012,7 @@ class ResourceClaimSpec(dict):
|
|
|
1011
1012
|
|
|
1012
1013
|
@property
|
|
1013
1014
|
@pulumi.getter(name="allocationMode")
|
|
1014
|
-
def allocation_mode(self) -> Optional[str]:
|
|
1015
|
+
def allocation_mode(self) -> Optional[builtins.str]:
|
|
1015
1016
|
"""
|
|
1016
1017
|
Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
1017
1018
|
"""
|
|
@@ -1055,16 +1056,16 @@ class ResourceClaimSpecPatch(dict):
|
|
|
1055
1056
|
return super().get(key, default)
|
|
1056
1057
|
|
|
1057
1058
|
def __init__(__self__, *,
|
|
1058
|
-
allocation_mode: Optional[str] = None,
|
|
1059
|
+
allocation_mode: Optional[builtins.str] = None,
|
|
1059
1060
|
parameters_ref: Optional['outputs.ResourceClaimParametersReferencePatch'] = None,
|
|
1060
|
-
resource_class_name: Optional[str] = None):
|
|
1061
|
+
resource_class_name: Optional[builtins.str] = None):
|
|
1061
1062
|
"""
|
|
1062
1063
|
ResourceClaimSpec defines how a resource is to be allocated.
|
|
1063
|
-
:param str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
1064
|
+
:param builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
1064
1065
|
: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.
|
|
1065
1066
|
|
|
1066
1067
|
The object must be in the same namespace as the ResourceClaim.
|
|
1067
|
-
: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.
|
|
1068
|
+
: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.
|
|
1068
1069
|
"""
|
|
1069
1070
|
if allocation_mode is not None:
|
|
1070
1071
|
pulumi.set(__self__, "allocation_mode", allocation_mode)
|
|
@@ -1075,7 +1076,7 @@ class ResourceClaimSpecPatch(dict):
|
|
|
1075
1076
|
|
|
1076
1077
|
@property
|
|
1077
1078
|
@pulumi.getter(name="allocationMode")
|
|
1078
|
-
def allocation_mode(self) -> Optional[str]:
|
|
1079
|
+
def allocation_mode(self) -> Optional[builtins.str]:
|
|
1079
1080
|
"""
|
|
1080
1081
|
Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
1081
1082
|
"""
|
|
@@ -1093,7 +1094,7 @@ class ResourceClaimSpecPatch(dict):
|
|
|
1093
1094
|
|
|
1094
1095
|
@property
|
|
1095
1096
|
@pulumi.getter(name="resourceClassName")
|
|
1096
|
-
def resource_class_name(self) -> Optional[str]:
|
|
1097
|
+
def resource_class_name(self) -> Optional[builtins.str]:
|
|
1097
1098
|
"""
|
|
1098
1099
|
ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
1099
1100
|
"""
|
|
@@ -1128,18 +1129,18 @@ class ResourceClaimStatus(dict):
|
|
|
1128
1129
|
|
|
1129
1130
|
def __init__(__self__, *,
|
|
1130
1131
|
allocation: Optional['outputs.AllocationResult'] = None,
|
|
1131
|
-
deallocation_requested: Optional[bool] = None,
|
|
1132
|
-
driver_name: Optional[str] = None,
|
|
1132
|
+
deallocation_requested: Optional[builtins.bool] = None,
|
|
1133
|
+
driver_name: Optional[builtins.str] = None,
|
|
1133
1134
|
reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReference']] = None):
|
|
1134
1135
|
"""
|
|
1135
1136
|
ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
|
|
1136
1137
|
:param 'AllocationResultArgs' allocation: Allocation is set by the resource driver once a resource has been allocated successfully. If this is not specified, the resource is not yet allocated.
|
|
1137
|
-
:param bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1138
|
+
:param builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1138
1139
|
|
|
1139
1140
|
The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
|
|
1140
1141
|
|
|
1141
1142
|
While DeallocationRequested is set, no new consumers may be added to ReservedFor.
|
|
1142
|
-
:param str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1143
|
+
:param builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1143
1144
|
: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.
|
|
1144
1145
|
|
|
1145
1146
|
There can be at most 32 such reservations. This may get increased in the future, but not reduced.
|
|
@@ -1163,7 +1164,7 @@ class ResourceClaimStatus(dict):
|
|
|
1163
1164
|
|
|
1164
1165
|
@property
|
|
1165
1166
|
@pulumi.getter(name="deallocationRequested")
|
|
1166
|
-
def deallocation_requested(self) -> Optional[bool]:
|
|
1167
|
+
def deallocation_requested(self) -> Optional[builtins.bool]:
|
|
1167
1168
|
"""
|
|
1168
1169
|
DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1169
1170
|
|
|
@@ -1175,7 +1176,7 @@ class ResourceClaimStatus(dict):
|
|
|
1175
1176
|
|
|
1176
1177
|
@property
|
|
1177
1178
|
@pulumi.getter(name="driverName")
|
|
1178
|
-
def driver_name(self) -> Optional[str]:
|
|
1179
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
1179
1180
|
"""
|
|
1180
1181
|
DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1181
1182
|
"""
|
|
@@ -1220,18 +1221,18 @@ class ResourceClaimStatusPatch(dict):
|
|
|
1220
1221
|
|
|
1221
1222
|
def __init__(__self__, *,
|
|
1222
1223
|
allocation: Optional['outputs.AllocationResultPatch'] = None,
|
|
1223
|
-
deallocation_requested: Optional[bool] = None,
|
|
1224
|
-
driver_name: Optional[str] = None,
|
|
1224
|
+
deallocation_requested: Optional[builtins.bool] = None,
|
|
1225
|
+
driver_name: Optional[builtins.str] = None,
|
|
1225
1226
|
reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']] = None):
|
|
1226
1227
|
"""
|
|
1227
1228
|
ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
|
|
1228
1229
|
:param 'AllocationResultPatchArgs' allocation: Allocation is set by the resource driver once a resource has been allocated successfully. If this is not specified, the resource is not yet allocated.
|
|
1229
|
-
:param bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1230
|
+
:param builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1230
1231
|
|
|
1231
1232
|
The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
|
|
1232
1233
|
|
|
1233
1234
|
While DeallocationRequested is set, no new consumers may be added to ReservedFor.
|
|
1234
|
-
:param str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1235
|
+
:param builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1235
1236
|
: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.
|
|
1236
1237
|
|
|
1237
1238
|
There can be at most 32 such reservations. This may get increased in the future, but not reduced.
|
|
@@ -1255,7 +1256,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
1255
1256
|
|
|
1256
1257
|
@property
|
|
1257
1258
|
@pulumi.getter(name="deallocationRequested")
|
|
1258
|
-
def deallocation_requested(self) -> Optional[bool]:
|
|
1259
|
+
def deallocation_requested(self) -> Optional[builtins.bool]:
|
|
1259
1260
|
"""
|
|
1260
1261
|
DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1261
1262
|
|
|
@@ -1267,7 +1268,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
1267
1268
|
|
|
1268
1269
|
@property
|
|
1269
1270
|
@pulumi.getter(name="driverName")
|
|
1270
|
-
def driver_name(self) -> Optional[str]:
|
|
1271
|
+
def driver_name(self) -> Optional[builtins.str]:
|
|
1271
1272
|
"""
|
|
1272
1273
|
DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1273
1274
|
"""
|
|
@@ -1308,16 +1309,16 @@ class ResourceClaimTemplate(dict):
|
|
|
1308
1309
|
|
|
1309
1310
|
def __init__(__self__, *,
|
|
1310
1311
|
spec: 'outputs.ResourceClaimTemplateSpec',
|
|
1311
|
-
api_version: Optional[str] = None,
|
|
1312
|
-
kind: Optional[str] = None,
|
|
1312
|
+
api_version: Optional[builtins.str] = None,
|
|
1313
|
+
kind: Optional[builtins.str] = None,
|
|
1313
1314
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
1314
1315
|
"""
|
|
1315
1316
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
1316
1317
|
:param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
|
|
1317
1318
|
|
|
1318
1319
|
This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore.
|
|
1319
|
-
: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
|
|
1320
|
-
: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
|
|
1320
|
+
: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
|
|
1321
|
+
: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
|
|
1321
1322
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1322
1323
|
"""
|
|
1323
1324
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1340,7 +1341,7 @@ class ResourceClaimTemplate(dict):
|
|
|
1340
1341
|
|
|
1341
1342
|
@property
|
|
1342
1343
|
@pulumi.getter(name="apiVersion")
|
|
1343
|
-
def api_version(self) -> Optional[str]:
|
|
1344
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1344
1345
|
"""
|
|
1345
1346
|
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
|
|
1346
1347
|
"""
|
|
@@ -1348,7 +1349,7 @@ class ResourceClaimTemplate(dict):
|
|
|
1348
1349
|
|
|
1349
1350
|
@property
|
|
1350
1351
|
@pulumi.getter
|
|
1351
|
-
def kind(self) -> Optional[str]:
|
|
1352
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1352
1353
|
"""
|
|
1353
1354
|
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
|
|
1354
1355
|
"""
|
|
@@ -1463,9 +1464,9 @@ class ResourceClass(dict):
|
|
|
1463
1464
|
return super().get(key, default)
|
|
1464
1465
|
|
|
1465
1466
|
def __init__(__self__, *,
|
|
1466
|
-
driver_name: str,
|
|
1467
|
-
api_version: Optional[str] = None,
|
|
1468
|
-
kind: Optional[str] = None,
|
|
1467
|
+
driver_name: builtins.str,
|
|
1468
|
+
api_version: Optional[builtins.str] = None,
|
|
1469
|
+
kind: Optional[builtins.str] = None,
|
|
1469
1470
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1470
1471
|
parameters_ref: Optional['outputs.ResourceClassParametersReference'] = None,
|
|
1471
1472
|
suitable_nodes: Optional['_core.v1.outputs.NodeSelector'] = None):
|
|
@@ -1473,11 +1474,11 @@ class ResourceClass(dict):
|
|
|
1473
1474
|
ResourceClass is used by administrators to influence how resources are allocated.
|
|
1474
1475
|
|
|
1475
1476
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
1476
|
-
: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.
|
|
1477
|
+
: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.
|
|
1477
1478
|
|
|
1478
1479
|
Resource drivers have a unique name in forward domain order (acme.example.com).
|
|
1479
|
-
: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
|
|
1480
|
-
: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
|
|
1480
|
+
: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
|
|
1481
|
+
: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
|
|
1481
1482
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1482
1483
|
: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.
|
|
1483
1484
|
: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.
|
|
@@ -1498,7 +1499,7 @@ class ResourceClass(dict):
|
|
|
1498
1499
|
|
|
1499
1500
|
@property
|
|
1500
1501
|
@pulumi.getter(name="driverName")
|
|
1501
|
-
def driver_name(self) -> str:
|
|
1502
|
+
def driver_name(self) -> builtins.str:
|
|
1502
1503
|
"""
|
|
1503
1504
|
DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
|
|
1504
1505
|
|
|
@@ -1508,7 +1509,7 @@ class ResourceClass(dict):
|
|
|
1508
1509
|
|
|
1509
1510
|
@property
|
|
1510
1511
|
@pulumi.getter(name="apiVersion")
|
|
1511
|
-
def api_version(self) -> Optional[str]:
|
|
1512
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1512
1513
|
"""
|
|
1513
1514
|
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
|
|
1514
1515
|
"""
|
|
@@ -1516,7 +1517,7 @@ class ResourceClass(dict):
|
|
|
1516
1517
|
|
|
1517
1518
|
@property
|
|
1518
1519
|
@pulumi.getter
|
|
1519
|
-
def kind(self) -> Optional[str]:
|
|
1520
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1520
1521
|
"""
|
|
1521
1522
|
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
|
|
1522
1523
|
"""
|
|
@@ -1572,16 +1573,16 @@ class ResourceClassParametersReference(dict):
|
|
|
1572
1573
|
return super().get(key, default)
|
|
1573
1574
|
|
|
1574
1575
|
def __init__(__self__, *,
|
|
1575
|
-
kind: str,
|
|
1576
|
-
name: str,
|
|
1577
|
-
api_group: Optional[str] = None,
|
|
1578
|
-
namespace: Optional[str] = None):
|
|
1576
|
+
kind: builtins.str,
|
|
1577
|
+
name: builtins.str,
|
|
1578
|
+
api_group: Optional[builtins.str] = None,
|
|
1579
|
+
namespace: Optional[builtins.str] = None):
|
|
1579
1580
|
"""
|
|
1580
1581
|
ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.
|
|
1581
|
-
:param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1582
|
-
:param str name: Name is the name of resource being referenced.
|
|
1583
|
-
: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.
|
|
1584
|
-
:param str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1582
|
+
:param builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1583
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
1584
|
+
: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.
|
|
1585
|
+
:param builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1585
1586
|
"""
|
|
1586
1587
|
pulumi.set(__self__, "kind", kind)
|
|
1587
1588
|
pulumi.set(__self__, "name", name)
|
|
@@ -1592,7 +1593,7 @@ class ResourceClassParametersReference(dict):
|
|
|
1592
1593
|
|
|
1593
1594
|
@property
|
|
1594
1595
|
@pulumi.getter
|
|
1595
|
-
def kind(self) -> str:
|
|
1596
|
+
def kind(self) -> builtins.str:
|
|
1596
1597
|
"""
|
|
1597
1598
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1598
1599
|
"""
|
|
@@ -1600,7 +1601,7 @@ class ResourceClassParametersReference(dict):
|
|
|
1600
1601
|
|
|
1601
1602
|
@property
|
|
1602
1603
|
@pulumi.getter
|
|
1603
|
-
def name(self) -> str:
|
|
1604
|
+
def name(self) -> builtins.str:
|
|
1604
1605
|
"""
|
|
1605
1606
|
Name is the name of resource being referenced.
|
|
1606
1607
|
"""
|
|
@@ -1608,7 +1609,7 @@ class ResourceClassParametersReference(dict):
|
|
|
1608
1609
|
|
|
1609
1610
|
@property
|
|
1610
1611
|
@pulumi.getter(name="apiGroup")
|
|
1611
|
-
def api_group(self) -> Optional[str]:
|
|
1612
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
1612
1613
|
"""
|
|
1613
1614
|
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.
|
|
1614
1615
|
"""
|
|
@@ -1616,7 +1617,7 @@ class ResourceClassParametersReference(dict):
|
|
|
1616
1617
|
|
|
1617
1618
|
@property
|
|
1618
1619
|
@pulumi.getter
|
|
1619
|
-
def namespace(self) -> Optional[str]:
|
|
1620
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
1620
1621
|
"""
|
|
1621
1622
|
Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1622
1623
|
"""
|
|
@@ -1646,16 +1647,16 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
1646
1647
|
return super().get(key, default)
|
|
1647
1648
|
|
|
1648
1649
|
def __init__(__self__, *,
|
|
1649
|
-
api_group: Optional[str] = None,
|
|
1650
|
-
kind: Optional[str] = None,
|
|
1651
|
-
name: Optional[str] = None,
|
|
1652
|
-
namespace: Optional[str] = None):
|
|
1650
|
+
api_group: Optional[builtins.str] = None,
|
|
1651
|
+
kind: Optional[builtins.str] = None,
|
|
1652
|
+
name: Optional[builtins.str] = None,
|
|
1653
|
+
namespace: Optional[builtins.str] = None):
|
|
1653
1654
|
"""
|
|
1654
1655
|
ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.
|
|
1655
|
-
: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.
|
|
1656
|
-
:param str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1657
|
-
:param str name: Name is the name of resource being referenced.
|
|
1658
|
-
:param str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1656
|
+
: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.
|
|
1657
|
+
:param builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1658
|
+
:param builtins.str name: Name is the name of resource being referenced.
|
|
1659
|
+
:param builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1659
1660
|
"""
|
|
1660
1661
|
if api_group is not None:
|
|
1661
1662
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -1668,7 +1669,7 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
1668
1669
|
|
|
1669
1670
|
@property
|
|
1670
1671
|
@pulumi.getter(name="apiGroup")
|
|
1671
|
-
def api_group(self) -> Optional[str]:
|
|
1672
|
+
def api_group(self) -> Optional[builtins.str]:
|
|
1672
1673
|
"""
|
|
1673
1674
|
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.
|
|
1674
1675
|
"""
|
|
@@ -1676,7 +1677,7 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
1676
1677
|
|
|
1677
1678
|
@property
|
|
1678
1679
|
@pulumi.getter
|
|
1679
|
-
def kind(self) -> Optional[str]:
|
|
1680
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1680
1681
|
"""
|
|
1681
1682
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1682
1683
|
"""
|
|
@@ -1684,7 +1685,7 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
1684
1685
|
|
|
1685
1686
|
@property
|
|
1686
1687
|
@pulumi.getter
|
|
1687
|
-
def name(self) -> Optional[str]:
|
|
1688
|
+
def name(self) -> Optional[builtins.str]:
|
|
1688
1689
|
"""
|
|
1689
1690
|
Name is the name of resource being referenced.
|
|
1690
1691
|
"""
|
|
@@ -1692,7 +1693,7 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
1692
1693
|
|
|
1693
1694
|
@property
|
|
1694
1695
|
@pulumi.getter
|
|
1695
|
-
def namespace(self) -> Optional[str]:
|
|
1696
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
1696
1697
|
"""
|
|
1697
1698
|
Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1698
1699
|
"""
|