pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__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.
- pulumi_kubernetes/__init__.py +73 -2
- pulumi_kubernetes/_inputs.py +49 -49
- pulumi_kubernetes/_utilities.py +9 -5
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
- pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
- pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +835 -782
- pulumi_kubernetes/apps/v1/outputs.py +806 -733
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
- pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/Job.py +27 -26
- pulumi_kubernetes/batch/v1/JobList.py +26 -25
- pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +508 -538
- pulumi_kubernetes/batch/v1/outputs.py +427 -451
- pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
- pulumi_kubernetes/certificates/v1/outputs.py +134 -134
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
- pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
- pulumi_kubernetes/coordination/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
- pulumi_kubernetes/coordination/v1/outputs.py +67 -67
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
- pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +28 -27
- pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
- pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
- pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
- pulumi_kubernetes/core/v1/Endpoints.py +34 -25
- pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
- pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
- pulumi_kubernetes/core/v1/Event.py +132 -131
- pulumi_kubernetes/core/v1/EventList.py +26 -25
- pulumi_kubernetes/core/v1/EventPatch.py +132 -131
- pulumi_kubernetes/core/v1/LimitRange.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
- pulumi_kubernetes/core/v1/Namespace.py +27 -26
- pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
- pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
- pulumi_kubernetes/core/v1/Node.py +27 -26
- pulumi_kubernetes/core/v1/NodeList.py +26 -25
- pulumi_kubernetes/core/v1/NodePatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
- pulumi_kubernetes/core/v1/Pod.py +27 -26
- pulumi_kubernetes/core/v1/PodList.py +26 -25
- pulumi_kubernetes/core/v1/PodPatch.py +27 -26
- pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
- pulumi_kubernetes/core/v1/Secret.py +64 -63
- pulumi_kubernetes/core/v1/SecretList.py +26 -25
- pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
- pulumi_kubernetes/core/v1/Service.py +33 -48
- pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
- pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
- pulumi_kubernetes/core/v1/ServiceList.py +26 -25
- pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
- pulumi_kubernetes/core/v1/outputs.py +5980 -5608
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
- pulumi_kubernetes/discovery/v1/outputs.py +224 -149
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +132 -131
- pulumi_kubernetes/events/v1/EventList.py +26 -25
- pulumi_kubernetes/events/v1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +102 -102
- pulumi_kubernetes/events/v1/outputs.py +70 -70
- pulumi_kubernetes/events/v1beta1/Event.py +132 -131
- pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
- pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +317 -316
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +39 -39
- pulumi_kubernetes/helm/v3/outputs.py +55 -55
- pulumi_kubernetes/helm/v4/Chart.py +114 -87
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +36 -36
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +58 -57
- pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +551 -551
- pulumi_kubernetes/meta/v1/outputs.py +395 -395
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
- pulumi_kubernetes/networking/v1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +970 -371
- pulumi_kubernetes/networking/v1/outputs.py +746 -285
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1/outputs.py +34 -34
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +91 -103
- pulumi_kubernetes/policy/v1/outputs.py +80 -88
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
- pulumi_kubernetes/provider.py +139 -99
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
- pulumi_kubernetes/resource/__init__.py +7 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +448 -358
- pulumi_kubernetes/storage/v1/outputs.py +376 -266
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +198 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
- pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +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
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -70,17 +70,17 @@ class AllocationResult(dict):
|
|
|
70
70
|
|
|
71
71
|
def __init__(__self__, *,
|
|
72
72
|
available_on_nodes: Optional['_core.v1.outputs.NodeSelector'] = None,
|
|
73
|
-
resource_handle: Optional[str] = None,
|
|
74
|
-
shareable: Optional[bool] = None):
|
|
73
|
+
resource_handle: Optional[_builtins.str] = None,
|
|
74
|
+
shareable: Optional[_builtins.bool] = None):
|
|
75
75
|
"""
|
|
76
76
|
AllocationResult contains attributed of an allocated resource.
|
|
77
77
|
: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
78
|
|
|
79
79
|
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.
|
|
80
|
+
: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
81
|
|
|
82
82
|
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.
|
|
83
|
+
:param _builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
84
84
|
"""
|
|
85
85
|
if available_on_nodes is not None:
|
|
86
86
|
pulumi.set(__self__, "available_on_nodes", available_on_nodes)
|
|
@@ -89,7 +89,7 @@ class AllocationResult(dict):
|
|
|
89
89
|
if shareable is not None:
|
|
90
90
|
pulumi.set(__self__, "shareable", shareable)
|
|
91
91
|
|
|
92
|
-
@property
|
|
92
|
+
@_builtins.property
|
|
93
93
|
@pulumi.getter(name="availableOnNodes")
|
|
94
94
|
def available_on_nodes(self) -> Optional['_core.v1.outputs.NodeSelector']:
|
|
95
95
|
"""
|
|
@@ -99,9 +99,9 @@ class AllocationResult(dict):
|
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "available_on_nodes")
|
|
101
101
|
|
|
102
|
-
@property
|
|
102
|
+
@_builtins.property
|
|
103
103
|
@pulumi.getter(name="resourceHandle")
|
|
104
|
-
def resource_handle(self) -> Optional[str]:
|
|
104
|
+
def resource_handle(self) -> Optional[_builtins.str]:
|
|
105
105
|
"""
|
|
106
106
|
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
107
|
|
|
@@ -109,9 +109,9 @@ class AllocationResult(dict):
|
|
|
109
109
|
"""
|
|
110
110
|
return pulumi.get(self, "resource_handle")
|
|
111
111
|
|
|
112
|
-
@property
|
|
112
|
+
@_builtins.property
|
|
113
113
|
@pulumi.getter
|
|
114
|
-
def shareable(self) -> Optional[bool]:
|
|
114
|
+
def shareable(self) -> Optional[_builtins.bool]:
|
|
115
115
|
"""
|
|
116
116
|
Shareable determines whether the resource supports more than one consumer at a time.
|
|
117
117
|
"""
|
|
@@ -144,17 +144,17 @@ class AllocationResultPatch(dict):
|
|
|
144
144
|
|
|
145
145
|
def __init__(__self__, *,
|
|
146
146
|
available_on_nodes: Optional['_core.v1.outputs.NodeSelectorPatch'] = None,
|
|
147
|
-
resource_handle: Optional[str] = None,
|
|
148
|
-
shareable: Optional[bool] = None):
|
|
147
|
+
resource_handle: Optional[_builtins.str] = None,
|
|
148
|
+
shareable: Optional[_builtins.bool] = None):
|
|
149
149
|
"""
|
|
150
150
|
AllocationResult contains attributed of an allocated resource.
|
|
151
151
|
: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
152
|
|
|
153
153
|
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.
|
|
154
|
+
: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
155
|
|
|
156
156
|
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.
|
|
157
|
+
:param _builtins.bool shareable: Shareable determines whether the resource supports more than one consumer at a time.
|
|
158
158
|
"""
|
|
159
159
|
if available_on_nodes is not None:
|
|
160
160
|
pulumi.set(__self__, "available_on_nodes", available_on_nodes)
|
|
@@ -163,7 +163,7 @@ class AllocationResultPatch(dict):
|
|
|
163
163
|
if shareable is not None:
|
|
164
164
|
pulumi.set(__self__, "shareable", shareable)
|
|
165
165
|
|
|
166
|
-
@property
|
|
166
|
+
@_builtins.property
|
|
167
167
|
@pulumi.getter(name="availableOnNodes")
|
|
168
168
|
def available_on_nodes(self) -> Optional['_core.v1.outputs.NodeSelectorPatch']:
|
|
169
169
|
"""
|
|
@@ -173,9 +173,9 @@ class AllocationResultPatch(dict):
|
|
|
173
173
|
"""
|
|
174
174
|
return pulumi.get(self, "available_on_nodes")
|
|
175
175
|
|
|
176
|
-
@property
|
|
176
|
+
@_builtins.property
|
|
177
177
|
@pulumi.getter(name="resourceHandle")
|
|
178
|
-
def resource_handle(self) -> Optional[str]:
|
|
178
|
+
def resource_handle(self) -> Optional[_builtins.str]:
|
|
179
179
|
"""
|
|
180
180
|
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
181
|
|
|
@@ -183,9 +183,9 @@ class AllocationResultPatch(dict):
|
|
|
183
183
|
"""
|
|
184
184
|
return pulumi.get(self, "resource_handle")
|
|
185
185
|
|
|
186
|
-
@property
|
|
186
|
+
@_builtins.property
|
|
187
187
|
@pulumi.getter
|
|
188
|
-
def shareable(self) -> Optional[bool]:
|
|
188
|
+
def shareable(self) -> Optional[_builtins.bool]:
|
|
189
189
|
"""
|
|
190
190
|
Shareable determines whether the resource supports more than one consumer at a time.
|
|
191
191
|
"""
|
|
@@ -218,8 +218,8 @@ class PodScheduling(dict):
|
|
|
218
218
|
|
|
219
219
|
def __init__(__self__, *,
|
|
220
220
|
spec: 'outputs.PodSchedulingSpec',
|
|
221
|
-
api_version: Optional[str] = None,
|
|
222
|
-
kind: Optional[str] = None,
|
|
221
|
+
api_version: Optional[_builtins.str] = None,
|
|
222
|
+
kind: Optional[_builtins.str] = None,
|
|
223
223
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
224
224
|
status: Optional['outputs.PodSchedulingStatus'] = None):
|
|
225
225
|
"""
|
|
@@ -227,8 +227,8 @@ class PodScheduling(dict):
|
|
|
227
227
|
|
|
228
228
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
229
229
|
: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
|
|
230
|
+
: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
|
|
231
|
+
: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
232
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
233
233
|
:param 'PodSchedulingStatusArgs' status: Status describes where resources for the Pod can be allocated.
|
|
234
234
|
"""
|
|
@@ -242,7 +242,7 @@ class PodScheduling(dict):
|
|
|
242
242
|
if status is not None:
|
|
243
243
|
pulumi.set(__self__, "status", status)
|
|
244
244
|
|
|
245
|
-
@property
|
|
245
|
+
@_builtins.property
|
|
246
246
|
@pulumi.getter
|
|
247
247
|
def spec(self) -> 'outputs.PodSchedulingSpec':
|
|
248
248
|
"""
|
|
@@ -250,23 +250,23 @@ class PodScheduling(dict):
|
|
|
250
250
|
"""
|
|
251
251
|
return pulumi.get(self, "spec")
|
|
252
252
|
|
|
253
|
-
@property
|
|
253
|
+
@_builtins.property
|
|
254
254
|
@pulumi.getter(name="apiVersion")
|
|
255
|
-
def api_version(self) -> Optional[str]:
|
|
255
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
256
256
|
"""
|
|
257
257
|
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
258
|
"""
|
|
259
259
|
return pulumi.get(self, "api_version")
|
|
260
260
|
|
|
261
|
-
@property
|
|
261
|
+
@_builtins.property
|
|
262
262
|
@pulumi.getter
|
|
263
|
-
def kind(self) -> Optional[str]:
|
|
263
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
264
264
|
"""
|
|
265
265
|
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
266
|
"""
|
|
267
267
|
return pulumi.get(self, "kind")
|
|
268
268
|
|
|
269
|
-
@property
|
|
269
|
+
@_builtins.property
|
|
270
270
|
@pulumi.getter
|
|
271
271
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
272
272
|
"""
|
|
@@ -274,7 +274,7 @@ class PodScheduling(dict):
|
|
|
274
274
|
"""
|
|
275
275
|
return pulumi.get(self, "metadata")
|
|
276
276
|
|
|
277
|
-
@property
|
|
277
|
+
@_builtins.property
|
|
278
278
|
@pulumi.getter
|
|
279
279
|
def status(self) -> Optional['outputs.PodSchedulingStatus']:
|
|
280
280
|
"""
|
|
@@ -308,23 +308,23 @@ class PodSchedulingSpec(dict):
|
|
|
308
308
|
return super().get(key, default)
|
|
309
309
|
|
|
310
310
|
def __init__(__self__, *,
|
|
311
|
-
potential_nodes: Optional[Sequence[str]] = None,
|
|
312
|
-
selected_node: Optional[str] = None):
|
|
311
|
+
potential_nodes: Optional[Sequence[_builtins.str]] = None,
|
|
312
|
+
selected_node: Optional[_builtins.str] = None):
|
|
313
313
|
"""
|
|
314
314
|
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.
|
|
315
|
+
:param Sequence[_builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
316
316
|
|
|
317
317
|
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.
|
|
318
|
+
: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
319
|
"""
|
|
320
320
|
if potential_nodes is not None:
|
|
321
321
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
322
322
|
if selected_node is not None:
|
|
323
323
|
pulumi.set(__self__, "selected_node", selected_node)
|
|
324
324
|
|
|
325
|
-
@property
|
|
325
|
+
@_builtins.property
|
|
326
326
|
@pulumi.getter(name="potentialNodes")
|
|
327
|
-
def potential_nodes(self) -> Optional[Sequence[str]]:
|
|
327
|
+
def potential_nodes(self) -> Optional[Sequence[_builtins.str]]:
|
|
328
328
|
"""
|
|
329
329
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
330
330
|
|
|
@@ -332,9 +332,9 @@ class PodSchedulingSpec(dict):
|
|
|
332
332
|
"""
|
|
333
333
|
return pulumi.get(self, "potential_nodes")
|
|
334
334
|
|
|
335
|
-
@property
|
|
335
|
+
@_builtins.property
|
|
336
336
|
@pulumi.getter(name="selectedNode")
|
|
337
|
-
def selected_node(self) -> Optional[str]:
|
|
337
|
+
def selected_node(self) -> Optional[_builtins.str]:
|
|
338
338
|
"""
|
|
339
339
|
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
340
|
"""
|
|
@@ -366,23 +366,23 @@ class PodSchedulingSpecPatch(dict):
|
|
|
366
366
|
return super().get(key, default)
|
|
367
367
|
|
|
368
368
|
def __init__(__self__, *,
|
|
369
|
-
potential_nodes: Optional[Sequence[str]] = None,
|
|
370
|
-
selected_node: Optional[str] = None):
|
|
369
|
+
potential_nodes: Optional[Sequence[_builtins.str]] = None,
|
|
370
|
+
selected_node: Optional[_builtins.str] = None):
|
|
371
371
|
"""
|
|
372
372
|
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.
|
|
373
|
+
:param Sequence[_builtins.str] potential_nodes: PotentialNodes lists nodes where the Pod might be able to run.
|
|
374
374
|
|
|
375
375
|
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.
|
|
376
|
+
: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
377
|
"""
|
|
378
378
|
if potential_nodes is not None:
|
|
379
379
|
pulumi.set(__self__, "potential_nodes", potential_nodes)
|
|
380
380
|
if selected_node is not None:
|
|
381
381
|
pulumi.set(__self__, "selected_node", selected_node)
|
|
382
382
|
|
|
383
|
-
@property
|
|
383
|
+
@_builtins.property
|
|
384
384
|
@pulumi.getter(name="potentialNodes")
|
|
385
|
-
def potential_nodes(self) -> Optional[Sequence[str]]:
|
|
385
|
+
def potential_nodes(self) -> Optional[Sequence[_builtins.str]]:
|
|
386
386
|
"""
|
|
387
387
|
PotentialNodes lists nodes where the Pod might be able to run.
|
|
388
388
|
|
|
@@ -390,9 +390,9 @@ class PodSchedulingSpecPatch(dict):
|
|
|
390
390
|
"""
|
|
391
391
|
return pulumi.get(self, "potential_nodes")
|
|
392
392
|
|
|
393
|
-
@property
|
|
393
|
+
@_builtins.property
|
|
394
394
|
@pulumi.getter(name="selectedNode")
|
|
395
|
-
def selected_node(self) -> Optional[str]:
|
|
395
|
+
def selected_node(self) -> Optional[_builtins.str]:
|
|
396
396
|
"""
|
|
397
397
|
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
398
|
"""
|
|
@@ -430,7 +430,7 @@ class PodSchedulingStatus(dict):
|
|
|
430
430
|
if resource_claims is not None:
|
|
431
431
|
pulumi.set(__self__, "resource_claims", resource_claims)
|
|
432
432
|
|
|
433
|
-
@property
|
|
433
|
+
@_builtins.property
|
|
434
434
|
@pulumi.getter(name="resourceClaims")
|
|
435
435
|
def resource_claims(self) -> Optional[Sequence['outputs.ResourceClaimSchedulingStatus']]:
|
|
436
436
|
"""
|
|
@@ -470,7 +470,7 @@ class PodSchedulingStatusPatch(dict):
|
|
|
470
470
|
if resource_claims is not None:
|
|
471
471
|
pulumi.set(__self__, "resource_claims", resource_claims)
|
|
472
472
|
|
|
473
|
-
@property
|
|
473
|
+
@_builtins.property
|
|
474
474
|
@pulumi.getter(name="resourceClaims")
|
|
475
475
|
def resource_claims(self) -> Optional[Sequence['outputs.ResourceClaimSchedulingStatusPatch']]:
|
|
476
476
|
"""
|
|
@@ -505,8 +505,8 @@ class ResourceClaim(dict):
|
|
|
505
505
|
|
|
506
506
|
def __init__(__self__, *,
|
|
507
507
|
spec: 'outputs.ResourceClaimSpec',
|
|
508
|
-
api_version: Optional[str] = None,
|
|
509
|
-
kind: Optional[str] = None,
|
|
508
|
+
api_version: Optional[_builtins.str] = None,
|
|
509
|
+
kind: Optional[_builtins.str] = None,
|
|
510
510
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
511
511
|
status: Optional['outputs.ResourceClaimStatus'] = None):
|
|
512
512
|
"""
|
|
@@ -514,8 +514,8 @@ class ResourceClaim(dict):
|
|
|
514
514
|
|
|
515
515
|
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
|
|
516
516
|
: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
|
|
517
|
+
: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
|
|
518
|
+
: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
519
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
520
520
|
:param 'ResourceClaimStatusArgs' status: Status describes whether the resource is available and with which attributes.
|
|
521
521
|
"""
|
|
@@ -529,7 +529,7 @@ class ResourceClaim(dict):
|
|
|
529
529
|
if status is not None:
|
|
530
530
|
pulumi.set(__self__, "status", status)
|
|
531
531
|
|
|
532
|
-
@property
|
|
532
|
+
@_builtins.property
|
|
533
533
|
@pulumi.getter
|
|
534
534
|
def spec(self) -> 'outputs.ResourceClaimSpec':
|
|
535
535
|
"""
|
|
@@ -537,23 +537,23 @@ class ResourceClaim(dict):
|
|
|
537
537
|
"""
|
|
538
538
|
return pulumi.get(self, "spec")
|
|
539
539
|
|
|
540
|
-
@property
|
|
540
|
+
@_builtins.property
|
|
541
541
|
@pulumi.getter(name="apiVersion")
|
|
542
|
-
def api_version(self) -> Optional[str]:
|
|
542
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
543
543
|
"""
|
|
544
544
|
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
545
|
"""
|
|
546
546
|
return pulumi.get(self, "api_version")
|
|
547
547
|
|
|
548
|
-
@property
|
|
548
|
+
@_builtins.property
|
|
549
549
|
@pulumi.getter
|
|
550
|
-
def kind(self) -> Optional[str]:
|
|
550
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
551
551
|
"""
|
|
552
552
|
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
553
|
"""
|
|
554
554
|
return pulumi.get(self, "kind")
|
|
555
555
|
|
|
556
|
-
@property
|
|
556
|
+
@_builtins.property
|
|
557
557
|
@pulumi.getter
|
|
558
558
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
559
559
|
"""
|
|
@@ -561,7 +561,7 @@ class ResourceClaim(dict):
|
|
|
561
561
|
"""
|
|
562
562
|
return pulumi.get(self, "metadata")
|
|
563
563
|
|
|
564
|
-
@property
|
|
564
|
+
@_builtins.property
|
|
565
565
|
@pulumi.getter
|
|
566
566
|
def status(self) -> Optional['outputs.ResourceClaimStatus']:
|
|
567
567
|
"""
|
|
@@ -593,16 +593,16 @@ class ResourceClaimConsumerReference(dict):
|
|
|
593
593
|
return super().get(key, default)
|
|
594
594
|
|
|
595
595
|
def __init__(__self__, *,
|
|
596
|
-
name: str,
|
|
597
|
-
resource: str,
|
|
598
|
-
uid: str,
|
|
599
|
-
api_group: Optional[str] = None):
|
|
596
|
+
name: _builtins.str,
|
|
597
|
+
resource: _builtins.str,
|
|
598
|
+
uid: _builtins.str,
|
|
599
|
+
api_group: Optional[_builtins.str] = None):
|
|
600
600
|
"""
|
|
601
601
|
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.
|
|
602
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
603
|
+
:param _builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
604
|
+
:param _builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
605
|
+
: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
606
|
"""
|
|
607
607
|
pulumi.set(__self__, "name", name)
|
|
608
608
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -610,33 +610,33 @@ class ResourceClaimConsumerReference(dict):
|
|
|
610
610
|
if api_group is not None:
|
|
611
611
|
pulumi.set(__self__, "api_group", api_group)
|
|
612
612
|
|
|
613
|
-
@property
|
|
613
|
+
@_builtins.property
|
|
614
614
|
@pulumi.getter
|
|
615
|
-
def name(self) -> str:
|
|
615
|
+
def name(self) -> _builtins.str:
|
|
616
616
|
"""
|
|
617
617
|
Name is the name of resource being referenced.
|
|
618
618
|
"""
|
|
619
619
|
return pulumi.get(self, "name")
|
|
620
620
|
|
|
621
|
-
@property
|
|
621
|
+
@_builtins.property
|
|
622
622
|
@pulumi.getter
|
|
623
|
-
def resource(self) -> str:
|
|
623
|
+
def resource(self) -> _builtins.str:
|
|
624
624
|
"""
|
|
625
625
|
Resource is the type of resource being referenced, for example "pods".
|
|
626
626
|
"""
|
|
627
627
|
return pulumi.get(self, "resource")
|
|
628
628
|
|
|
629
|
-
@property
|
|
629
|
+
@_builtins.property
|
|
630
630
|
@pulumi.getter
|
|
631
|
-
def uid(self) -> str:
|
|
631
|
+
def uid(self) -> _builtins.str:
|
|
632
632
|
"""
|
|
633
633
|
UID identifies exactly one incarnation of the resource.
|
|
634
634
|
"""
|
|
635
635
|
return pulumi.get(self, "uid")
|
|
636
636
|
|
|
637
|
-
@property
|
|
637
|
+
@_builtins.property
|
|
638
638
|
@pulumi.getter(name="apiGroup")
|
|
639
|
-
def api_group(self) -> Optional[str]:
|
|
639
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
640
640
|
"""
|
|
641
641
|
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
642
|
"""
|
|
@@ -666,16 +666,16 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
666
666
|
return super().get(key, default)
|
|
667
667
|
|
|
668
668
|
def __init__(__self__, *,
|
|
669
|
-
api_group: Optional[str] = None,
|
|
670
|
-
name: Optional[str] = None,
|
|
671
|
-
resource: Optional[str] = None,
|
|
672
|
-
uid: Optional[str] = None):
|
|
669
|
+
api_group: Optional[_builtins.str] = None,
|
|
670
|
+
name: Optional[_builtins.str] = None,
|
|
671
|
+
resource: Optional[_builtins.str] = None,
|
|
672
|
+
uid: Optional[_builtins.str] = None):
|
|
673
673
|
"""
|
|
674
674
|
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.
|
|
675
|
+
: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.
|
|
676
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
677
|
+
:param _builtins.str resource: Resource is the type of resource being referenced, for example "pods".
|
|
678
|
+
:param _builtins.str uid: UID identifies exactly one incarnation of the resource.
|
|
679
679
|
"""
|
|
680
680
|
if api_group is not None:
|
|
681
681
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -686,33 +686,33 @@ class ResourceClaimConsumerReferencePatch(dict):
|
|
|
686
686
|
if uid is not None:
|
|
687
687
|
pulumi.set(__self__, "uid", uid)
|
|
688
688
|
|
|
689
|
-
@property
|
|
689
|
+
@_builtins.property
|
|
690
690
|
@pulumi.getter(name="apiGroup")
|
|
691
|
-
def api_group(self) -> Optional[str]:
|
|
691
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
692
692
|
"""
|
|
693
693
|
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
694
|
"""
|
|
695
695
|
return pulumi.get(self, "api_group")
|
|
696
696
|
|
|
697
|
-
@property
|
|
697
|
+
@_builtins.property
|
|
698
698
|
@pulumi.getter
|
|
699
|
-
def name(self) -> Optional[str]:
|
|
699
|
+
def name(self) -> Optional[_builtins.str]:
|
|
700
700
|
"""
|
|
701
701
|
Name is the name of resource being referenced.
|
|
702
702
|
"""
|
|
703
703
|
return pulumi.get(self, "name")
|
|
704
704
|
|
|
705
|
-
@property
|
|
705
|
+
@_builtins.property
|
|
706
706
|
@pulumi.getter
|
|
707
|
-
def resource(self) -> Optional[str]:
|
|
707
|
+
def resource(self) -> Optional[_builtins.str]:
|
|
708
708
|
"""
|
|
709
709
|
Resource is the type of resource being referenced, for example "pods".
|
|
710
710
|
"""
|
|
711
711
|
return pulumi.get(self, "resource")
|
|
712
712
|
|
|
713
|
-
@property
|
|
713
|
+
@_builtins.property
|
|
714
714
|
@pulumi.getter
|
|
715
|
-
def uid(self) -> Optional[str]:
|
|
715
|
+
def uid(self) -> Optional[_builtins.str]:
|
|
716
716
|
"""
|
|
717
717
|
UID identifies exactly one incarnation of the resource.
|
|
718
718
|
"""
|
|
@@ -742,39 +742,39 @@ class ResourceClaimParametersReference(dict):
|
|
|
742
742
|
return super().get(key, default)
|
|
743
743
|
|
|
744
744
|
def __init__(__self__, *,
|
|
745
|
-
kind: str,
|
|
746
|
-
name: str,
|
|
747
|
-
api_group: Optional[str] = None):
|
|
745
|
+
kind: _builtins.str,
|
|
746
|
+
name: _builtins.str,
|
|
747
|
+
api_group: Optional[_builtins.str] = None):
|
|
748
748
|
"""
|
|
749
749
|
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.
|
|
750
|
+
: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".
|
|
751
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
752
|
+
: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
753
|
"""
|
|
754
754
|
pulumi.set(__self__, "kind", kind)
|
|
755
755
|
pulumi.set(__self__, "name", name)
|
|
756
756
|
if api_group is not None:
|
|
757
757
|
pulumi.set(__self__, "api_group", api_group)
|
|
758
758
|
|
|
759
|
-
@property
|
|
759
|
+
@_builtins.property
|
|
760
760
|
@pulumi.getter
|
|
761
|
-
def kind(self) -> str:
|
|
761
|
+
def kind(self) -> _builtins.str:
|
|
762
762
|
"""
|
|
763
763
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
764
764
|
"""
|
|
765
765
|
return pulumi.get(self, "kind")
|
|
766
766
|
|
|
767
|
-
@property
|
|
767
|
+
@_builtins.property
|
|
768
768
|
@pulumi.getter
|
|
769
|
-
def name(self) -> str:
|
|
769
|
+
def name(self) -> _builtins.str:
|
|
770
770
|
"""
|
|
771
771
|
Name is the name of resource being referenced.
|
|
772
772
|
"""
|
|
773
773
|
return pulumi.get(self, "name")
|
|
774
774
|
|
|
775
|
-
@property
|
|
775
|
+
@_builtins.property
|
|
776
776
|
@pulumi.getter(name="apiGroup")
|
|
777
|
-
def api_group(self) -> Optional[str]:
|
|
777
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
778
778
|
"""
|
|
779
779
|
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
780
|
"""
|
|
@@ -804,14 +804,14 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
804
804
|
return super().get(key, default)
|
|
805
805
|
|
|
806
806
|
def __init__(__self__, *,
|
|
807
|
-
api_group: Optional[str] = None,
|
|
808
|
-
kind: Optional[str] = None,
|
|
809
|
-
name: Optional[str] = None):
|
|
807
|
+
api_group: Optional[_builtins.str] = None,
|
|
808
|
+
kind: Optional[_builtins.str] = None,
|
|
809
|
+
name: Optional[_builtins.str] = None):
|
|
810
810
|
"""
|
|
811
811
|
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.
|
|
812
|
+
: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.
|
|
813
|
+
: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".
|
|
814
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
815
815
|
"""
|
|
816
816
|
if api_group is not None:
|
|
817
817
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -820,25 +820,25 @@ class ResourceClaimParametersReferencePatch(dict):
|
|
|
820
820
|
if name is not None:
|
|
821
821
|
pulumi.set(__self__, "name", name)
|
|
822
822
|
|
|
823
|
-
@property
|
|
823
|
+
@_builtins.property
|
|
824
824
|
@pulumi.getter(name="apiGroup")
|
|
825
|
-
def api_group(self) -> Optional[str]:
|
|
825
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
826
826
|
"""
|
|
827
827
|
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
828
|
"""
|
|
829
829
|
return pulumi.get(self, "api_group")
|
|
830
830
|
|
|
831
|
-
@property
|
|
831
|
+
@_builtins.property
|
|
832
832
|
@pulumi.getter
|
|
833
|
-
def kind(self) -> Optional[str]:
|
|
833
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
834
834
|
"""
|
|
835
835
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap".
|
|
836
836
|
"""
|
|
837
837
|
return pulumi.get(self, "kind")
|
|
838
838
|
|
|
839
|
-
@property
|
|
839
|
+
@_builtins.property
|
|
840
840
|
@pulumi.getter
|
|
841
|
-
def name(self) -> Optional[str]:
|
|
841
|
+
def name(self) -> Optional[_builtins.str]:
|
|
842
842
|
"""
|
|
843
843
|
Name is the name of resource being referenced.
|
|
844
844
|
"""
|
|
@@ -868,12 +868,12 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
868
868
|
return super().get(key, default)
|
|
869
869
|
|
|
870
870
|
def __init__(__self__, *,
|
|
871
|
-
name: Optional[str] = None,
|
|
872
|
-
unsuitable_nodes: Optional[Sequence[str]] = None):
|
|
871
|
+
name: Optional[_builtins.str] = None,
|
|
872
|
+
unsuitable_nodes: Optional[Sequence[_builtins.str]] = None):
|
|
873
873
|
"""
|
|
874
874
|
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.
|
|
875
|
+
:param _builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
876
|
+
:param Sequence[_builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
877
877
|
|
|
878
878
|
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
879
|
"""
|
|
@@ -882,17 +882,17 @@ class ResourceClaimSchedulingStatus(dict):
|
|
|
882
882
|
if unsuitable_nodes is not None:
|
|
883
883
|
pulumi.set(__self__, "unsuitable_nodes", unsuitable_nodes)
|
|
884
884
|
|
|
885
|
-
@property
|
|
885
|
+
@_builtins.property
|
|
886
886
|
@pulumi.getter
|
|
887
|
-
def name(self) -> Optional[str]:
|
|
887
|
+
def name(self) -> Optional[_builtins.str]:
|
|
888
888
|
"""
|
|
889
889
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
890
890
|
"""
|
|
891
891
|
return pulumi.get(self, "name")
|
|
892
892
|
|
|
893
|
-
@property
|
|
893
|
+
@_builtins.property
|
|
894
894
|
@pulumi.getter(name="unsuitableNodes")
|
|
895
|
-
def unsuitable_nodes(self) -> Optional[Sequence[str]]:
|
|
895
|
+
def unsuitable_nodes(self) -> Optional[Sequence[_builtins.str]]:
|
|
896
896
|
"""
|
|
897
897
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
898
898
|
|
|
@@ -924,12 +924,12 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
924
924
|
return super().get(key, default)
|
|
925
925
|
|
|
926
926
|
def __init__(__self__, *,
|
|
927
|
-
name: Optional[str] = None,
|
|
928
|
-
unsuitable_nodes: Optional[Sequence[str]] = None):
|
|
927
|
+
name: Optional[_builtins.str] = None,
|
|
928
|
+
unsuitable_nodes: Optional[Sequence[_builtins.str]] = None):
|
|
929
929
|
"""
|
|
930
930
|
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.
|
|
931
|
+
:param _builtins.str name: Name matches the pod.spec.resourceClaims[*].Name field.
|
|
932
|
+
:param Sequence[_builtins.str] unsuitable_nodes: UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
933
933
|
|
|
934
934
|
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
935
|
"""
|
|
@@ -938,17 +938,17 @@ class ResourceClaimSchedulingStatusPatch(dict):
|
|
|
938
938
|
if unsuitable_nodes is not None:
|
|
939
939
|
pulumi.set(__self__, "unsuitable_nodes", unsuitable_nodes)
|
|
940
940
|
|
|
941
|
-
@property
|
|
941
|
+
@_builtins.property
|
|
942
942
|
@pulumi.getter
|
|
943
|
-
def name(self) -> Optional[str]:
|
|
943
|
+
def name(self) -> Optional[_builtins.str]:
|
|
944
944
|
"""
|
|
945
945
|
Name matches the pod.spec.resourceClaims[*].Name field.
|
|
946
946
|
"""
|
|
947
947
|
return pulumi.get(self, "name")
|
|
948
948
|
|
|
949
|
-
@property
|
|
949
|
+
@_builtins.property
|
|
950
950
|
@pulumi.getter(name="unsuitableNodes")
|
|
951
|
-
def unsuitable_nodes(self) -> Optional[Sequence[str]]:
|
|
951
|
+
def unsuitable_nodes(self) -> Optional[Sequence[_builtins.str]]:
|
|
952
952
|
"""
|
|
953
953
|
UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.
|
|
954
954
|
|
|
@@ -984,13 +984,13 @@ class ResourceClaimSpec(dict):
|
|
|
984
984
|
return super().get(key, default)
|
|
985
985
|
|
|
986
986
|
def __init__(__self__, *,
|
|
987
|
-
resource_class_name: str,
|
|
988
|
-
allocation_mode: Optional[str] = None,
|
|
987
|
+
resource_class_name: _builtins.str,
|
|
988
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
989
989
|
parameters_ref: Optional['outputs.ResourceClaimParametersReference'] = None):
|
|
990
990
|
"""
|
|
991
991
|
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.
|
|
992
|
+
: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.
|
|
993
|
+
:param _builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
994
994
|
: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
995
|
|
|
996
996
|
The object must be in the same namespace as the ResourceClaim.
|
|
@@ -1001,23 +1001,23 @@ class ResourceClaimSpec(dict):
|
|
|
1001
1001
|
if parameters_ref is not None:
|
|
1002
1002
|
pulumi.set(__self__, "parameters_ref", parameters_ref)
|
|
1003
1003
|
|
|
1004
|
-
@property
|
|
1004
|
+
@_builtins.property
|
|
1005
1005
|
@pulumi.getter(name="resourceClassName")
|
|
1006
|
-
def resource_class_name(self) -> str:
|
|
1006
|
+
def resource_class_name(self) -> _builtins.str:
|
|
1007
1007
|
"""
|
|
1008
1008
|
ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
1009
1009
|
"""
|
|
1010
1010
|
return pulumi.get(self, "resource_class_name")
|
|
1011
1011
|
|
|
1012
|
-
@property
|
|
1012
|
+
@_builtins.property
|
|
1013
1013
|
@pulumi.getter(name="allocationMode")
|
|
1014
|
-
def allocation_mode(self) -> Optional[str]:
|
|
1014
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
1015
1015
|
"""
|
|
1016
1016
|
Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
1017
1017
|
"""
|
|
1018
1018
|
return pulumi.get(self, "allocation_mode")
|
|
1019
1019
|
|
|
1020
|
-
@property
|
|
1020
|
+
@_builtins.property
|
|
1021
1021
|
@pulumi.getter(name="parametersRef")
|
|
1022
1022
|
def parameters_ref(self) -> Optional['outputs.ResourceClaimParametersReference']:
|
|
1023
1023
|
"""
|
|
@@ -1055,16 +1055,16 @@ class ResourceClaimSpecPatch(dict):
|
|
|
1055
1055
|
return super().get(key, default)
|
|
1056
1056
|
|
|
1057
1057
|
def __init__(__self__, *,
|
|
1058
|
-
allocation_mode: Optional[str] = None,
|
|
1058
|
+
allocation_mode: Optional[_builtins.str] = None,
|
|
1059
1059
|
parameters_ref: Optional['outputs.ResourceClaimParametersReferencePatch'] = None,
|
|
1060
|
-
resource_class_name: Optional[str] = None):
|
|
1060
|
+
resource_class_name: Optional[_builtins.str] = None):
|
|
1061
1061
|
"""
|
|
1062
1062
|
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.
|
|
1063
|
+
:param _builtins.str allocation_mode: Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
1064
1064
|
: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
1065
|
|
|
1066
1066
|
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.
|
|
1067
|
+
: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
1068
|
"""
|
|
1069
1069
|
if allocation_mode is not None:
|
|
1070
1070
|
pulumi.set(__self__, "allocation_mode", allocation_mode)
|
|
@@ -1073,15 +1073,15 @@ class ResourceClaimSpecPatch(dict):
|
|
|
1073
1073
|
if resource_class_name is not None:
|
|
1074
1074
|
pulumi.set(__self__, "resource_class_name", resource_class_name)
|
|
1075
1075
|
|
|
1076
|
-
@property
|
|
1076
|
+
@_builtins.property
|
|
1077
1077
|
@pulumi.getter(name="allocationMode")
|
|
1078
|
-
def allocation_mode(self) -> Optional[str]:
|
|
1078
|
+
def allocation_mode(self) -> Optional[_builtins.str]:
|
|
1079
1079
|
"""
|
|
1080
1080
|
Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.
|
|
1081
1081
|
"""
|
|
1082
1082
|
return pulumi.get(self, "allocation_mode")
|
|
1083
1083
|
|
|
1084
|
-
@property
|
|
1084
|
+
@_builtins.property
|
|
1085
1085
|
@pulumi.getter(name="parametersRef")
|
|
1086
1086
|
def parameters_ref(self) -> Optional['outputs.ResourceClaimParametersReferencePatch']:
|
|
1087
1087
|
"""
|
|
@@ -1091,9 +1091,9 @@ class ResourceClaimSpecPatch(dict):
|
|
|
1091
1091
|
"""
|
|
1092
1092
|
return pulumi.get(self, "parameters_ref")
|
|
1093
1093
|
|
|
1094
|
-
@property
|
|
1094
|
+
@_builtins.property
|
|
1095
1095
|
@pulumi.getter(name="resourceClassName")
|
|
1096
|
-
def resource_class_name(self) -> Optional[str]:
|
|
1096
|
+
def resource_class_name(self) -> Optional[_builtins.str]:
|
|
1097
1097
|
"""
|
|
1098
1098
|
ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.
|
|
1099
1099
|
"""
|
|
@@ -1128,18 +1128,18 @@ class ResourceClaimStatus(dict):
|
|
|
1128
1128
|
|
|
1129
1129
|
def __init__(__self__, *,
|
|
1130
1130
|
allocation: Optional['outputs.AllocationResult'] = None,
|
|
1131
|
-
deallocation_requested: Optional[bool] = None,
|
|
1132
|
-
driver_name: Optional[str] = None,
|
|
1131
|
+
deallocation_requested: Optional[_builtins.bool] = None,
|
|
1132
|
+
driver_name: Optional[_builtins.str] = None,
|
|
1133
1133
|
reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReference']] = None):
|
|
1134
1134
|
"""
|
|
1135
1135
|
ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
|
|
1136
1136
|
: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.
|
|
1137
|
+
:param _builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1138
1138
|
|
|
1139
1139
|
The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
|
|
1140
1140
|
|
|
1141
1141
|
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.
|
|
1142
|
+
:param _builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1143
1143
|
: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
1144
|
|
|
1145
1145
|
There can be at most 32 such reservations. This may get increased in the future, but not reduced.
|
|
@@ -1153,7 +1153,7 @@ class ResourceClaimStatus(dict):
|
|
|
1153
1153
|
if reserved_for is not None:
|
|
1154
1154
|
pulumi.set(__self__, "reserved_for", reserved_for)
|
|
1155
1155
|
|
|
1156
|
-
@property
|
|
1156
|
+
@_builtins.property
|
|
1157
1157
|
@pulumi.getter
|
|
1158
1158
|
def allocation(self) -> Optional['outputs.AllocationResult']:
|
|
1159
1159
|
"""
|
|
@@ -1161,9 +1161,9 @@ class ResourceClaimStatus(dict):
|
|
|
1161
1161
|
"""
|
|
1162
1162
|
return pulumi.get(self, "allocation")
|
|
1163
1163
|
|
|
1164
|
-
@property
|
|
1164
|
+
@_builtins.property
|
|
1165
1165
|
@pulumi.getter(name="deallocationRequested")
|
|
1166
|
-
def deallocation_requested(self) -> Optional[bool]:
|
|
1166
|
+
def deallocation_requested(self) -> Optional[_builtins.bool]:
|
|
1167
1167
|
"""
|
|
1168
1168
|
DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1169
1169
|
|
|
@@ -1173,15 +1173,15 @@ class ResourceClaimStatus(dict):
|
|
|
1173
1173
|
"""
|
|
1174
1174
|
return pulumi.get(self, "deallocation_requested")
|
|
1175
1175
|
|
|
1176
|
-
@property
|
|
1176
|
+
@_builtins.property
|
|
1177
1177
|
@pulumi.getter(name="driverName")
|
|
1178
|
-
def driver_name(self) -> Optional[str]:
|
|
1178
|
+
def driver_name(self) -> Optional[_builtins.str]:
|
|
1179
1179
|
"""
|
|
1180
1180
|
DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1181
1181
|
"""
|
|
1182
1182
|
return pulumi.get(self, "driver_name")
|
|
1183
1183
|
|
|
1184
|
-
@property
|
|
1184
|
+
@_builtins.property
|
|
1185
1185
|
@pulumi.getter(name="reservedFor")
|
|
1186
1186
|
def reserved_for(self) -> Optional[Sequence['outputs.ResourceClaimConsumerReference']]:
|
|
1187
1187
|
"""
|
|
@@ -1220,18 +1220,18 @@ class ResourceClaimStatusPatch(dict):
|
|
|
1220
1220
|
|
|
1221
1221
|
def __init__(__self__, *,
|
|
1222
1222
|
allocation: Optional['outputs.AllocationResultPatch'] = None,
|
|
1223
|
-
deallocation_requested: Optional[bool] = None,
|
|
1224
|
-
driver_name: Optional[str] = None,
|
|
1223
|
+
deallocation_requested: Optional[_builtins.bool] = None,
|
|
1224
|
+
driver_name: Optional[_builtins.str] = None,
|
|
1225
1225
|
reserved_for: Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']] = None):
|
|
1226
1226
|
"""
|
|
1227
1227
|
ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.
|
|
1228
1228
|
: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.
|
|
1229
|
+
:param _builtins.bool deallocation_requested: DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1230
1230
|
|
|
1231
1231
|
The driver then must deallocate this claim and reset the field together with clearing the Allocation field.
|
|
1232
1232
|
|
|
1233
1233
|
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.
|
|
1234
|
+
:param _builtins.str driver_name: DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1235
1235
|
: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
1236
|
|
|
1237
1237
|
There can be at most 32 such reservations. This may get increased in the future, but not reduced.
|
|
@@ -1245,7 +1245,7 @@ class ResourceClaimStatusPatch(dict):
|
|
|
1245
1245
|
if reserved_for is not None:
|
|
1246
1246
|
pulumi.set(__self__, "reserved_for", reserved_for)
|
|
1247
1247
|
|
|
1248
|
-
@property
|
|
1248
|
+
@_builtins.property
|
|
1249
1249
|
@pulumi.getter
|
|
1250
1250
|
def allocation(self) -> Optional['outputs.AllocationResultPatch']:
|
|
1251
1251
|
"""
|
|
@@ -1253,9 +1253,9 @@ class ResourceClaimStatusPatch(dict):
|
|
|
1253
1253
|
"""
|
|
1254
1254
|
return pulumi.get(self, "allocation")
|
|
1255
1255
|
|
|
1256
|
-
@property
|
|
1256
|
+
@_builtins.property
|
|
1257
1257
|
@pulumi.getter(name="deallocationRequested")
|
|
1258
|
-
def deallocation_requested(self) -> Optional[bool]:
|
|
1258
|
+
def deallocation_requested(self) -> Optional[_builtins.bool]:
|
|
1259
1259
|
"""
|
|
1260
1260
|
DeallocationRequested indicates that a ResourceClaim is to be deallocated.
|
|
1261
1261
|
|
|
@@ -1265,15 +1265,15 @@ class ResourceClaimStatusPatch(dict):
|
|
|
1265
1265
|
"""
|
|
1266
1266
|
return pulumi.get(self, "deallocation_requested")
|
|
1267
1267
|
|
|
1268
|
-
@property
|
|
1268
|
+
@_builtins.property
|
|
1269
1269
|
@pulumi.getter(name="driverName")
|
|
1270
|
-
def driver_name(self) -> Optional[str]:
|
|
1270
|
+
def driver_name(self) -> Optional[_builtins.str]:
|
|
1271
1271
|
"""
|
|
1272
1272
|
DriverName is a copy of the driver name from the ResourceClass at the time when allocation started.
|
|
1273
1273
|
"""
|
|
1274
1274
|
return pulumi.get(self, "driver_name")
|
|
1275
1275
|
|
|
1276
|
-
@property
|
|
1276
|
+
@_builtins.property
|
|
1277
1277
|
@pulumi.getter(name="reservedFor")
|
|
1278
1278
|
def reserved_for(self) -> Optional[Sequence['outputs.ResourceClaimConsumerReferencePatch']]:
|
|
1279
1279
|
"""
|
|
@@ -1308,16 +1308,16 @@ class ResourceClaimTemplate(dict):
|
|
|
1308
1308
|
|
|
1309
1309
|
def __init__(__self__, *,
|
|
1310
1310
|
spec: 'outputs.ResourceClaimTemplateSpec',
|
|
1311
|
-
api_version: Optional[str] = None,
|
|
1312
|
-
kind: Optional[str] = None,
|
|
1311
|
+
api_version: Optional[_builtins.str] = None,
|
|
1312
|
+
kind: Optional[_builtins.str] = None,
|
|
1313
1313
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None):
|
|
1314
1314
|
"""
|
|
1315
1315
|
ResourceClaimTemplate is used to produce ResourceClaim objects.
|
|
1316
1316
|
:param 'ResourceClaimTemplateSpecArgs' spec: Describes the ResourceClaim that is to be generated.
|
|
1317
1317
|
|
|
1318
1318
|
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
|
|
1319
|
+
: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
|
|
1320
|
+
: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
1321
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1322
1322
|
"""
|
|
1323
1323
|
pulumi.set(__self__, "spec", spec)
|
|
@@ -1328,7 +1328,7 @@ class ResourceClaimTemplate(dict):
|
|
|
1328
1328
|
if metadata is not None:
|
|
1329
1329
|
pulumi.set(__self__, "metadata", metadata)
|
|
1330
1330
|
|
|
1331
|
-
@property
|
|
1331
|
+
@_builtins.property
|
|
1332
1332
|
@pulumi.getter
|
|
1333
1333
|
def spec(self) -> 'outputs.ResourceClaimTemplateSpec':
|
|
1334
1334
|
"""
|
|
@@ -1338,23 +1338,23 @@ class ResourceClaimTemplate(dict):
|
|
|
1338
1338
|
"""
|
|
1339
1339
|
return pulumi.get(self, "spec")
|
|
1340
1340
|
|
|
1341
|
-
@property
|
|
1341
|
+
@_builtins.property
|
|
1342
1342
|
@pulumi.getter(name="apiVersion")
|
|
1343
|
-
def api_version(self) -> Optional[str]:
|
|
1343
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1344
1344
|
"""
|
|
1345
1345
|
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
1346
|
"""
|
|
1347
1347
|
return pulumi.get(self, "api_version")
|
|
1348
1348
|
|
|
1349
|
-
@property
|
|
1349
|
+
@_builtins.property
|
|
1350
1350
|
@pulumi.getter
|
|
1351
|
-
def kind(self) -> Optional[str]:
|
|
1351
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1352
1352
|
"""
|
|
1353
1353
|
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
1354
|
"""
|
|
1355
1355
|
return pulumi.get(self, "kind")
|
|
1356
1356
|
|
|
1357
|
-
@property
|
|
1357
|
+
@_builtins.property
|
|
1358
1358
|
@pulumi.getter
|
|
1359
1359
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1360
1360
|
"""
|
|
@@ -1380,7 +1380,7 @@ class ResourceClaimTemplateSpec(dict):
|
|
|
1380
1380
|
if metadata is not None:
|
|
1381
1381
|
pulumi.set(__self__, "metadata", metadata)
|
|
1382
1382
|
|
|
1383
|
-
@property
|
|
1383
|
+
@_builtins.property
|
|
1384
1384
|
@pulumi.getter
|
|
1385
1385
|
def spec(self) -> 'outputs.ResourceClaimSpec':
|
|
1386
1386
|
"""
|
|
@@ -1388,7 +1388,7 @@ class ResourceClaimTemplateSpec(dict):
|
|
|
1388
1388
|
"""
|
|
1389
1389
|
return pulumi.get(self, "spec")
|
|
1390
1390
|
|
|
1391
|
-
@property
|
|
1391
|
+
@_builtins.property
|
|
1392
1392
|
@pulumi.getter
|
|
1393
1393
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1394
1394
|
"""
|
|
@@ -1415,7 +1415,7 @@ class ResourceClaimTemplateSpecPatch(dict):
|
|
|
1415
1415
|
if spec is not None:
|
|
1416
1416
|
pulumi.set(__self__, "spec", spec)
|
|
1417
1417
|
|
|
1418
|
-
@property
|
|
1418
|
+
@_builtins.property
|
|
1419
1419
|
@pulumi.getter
|
|
1420
1420
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMetaPatch']:
|
|
1421
1421
|
"""
|
|
@@ -1423,7 +1423,7 @@ class ResourceClaimTemplateSpecPatch(dict):
|
|
|
1423
1423
|
"""
|
|
1424
1424
|
return pulumi.get(self, "metadata")
|
|
1425
1425
|
|
|
1426
|
-
@property
|
|
1426
|
+
@_builtins.property
|
|
1427
1427
|
@pulumi.getter
|
|
1428
1428
|
def spec(self) -> Optional['outputs.ResourceClaimSpecPatch']:
|
|
1429
1429
|
"""
|
|
@@ -1463,9 +1463,9 @@ class ResourceClass(dict):
|
|
|
1463
1463
|
return super().get(key, default)
|
|
1464
1464
|
|
|
1465
1465
|
def __init__(__self__, *,
|
|
1466
|
-
driver_name: str,
|
|
1467
|
-
api_version: Optional[str] = None,
|
|
1468
|
-
kind: Optional[str] = None,
|
|
1466
|
+
driver_name: _builtins.str,
|
|
1467
|
+
api_version: Optional[_builtins.str] = None,
|
|
1468
|
+
kind: Optional[_builtins.str] = None,
|
|
1469
1469
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1470
1470
|
parameters_ref: Optional['outputs.ResourceClassParametersReference'] = None,
|
|
1471
1471
|
suitable_nodes: Optional['_core.v1.outputs.NodeSelector'] = None):
|
|
@@ -1473,11 +1473,11 @@ class ResourceClass(dict):
|
|
|
1473
1473
|
ResourceClass is used by administrators to influence how resources are allocated.
|
|
1474
1474
|
|
|
1475
1475
|
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.
|
|
1476
|
+
: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
1477
|
|
|
1478
1478
|
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
|
|
1479
|
+
: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
|
|
1480
|
+
: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
1481
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata
|
|
1482
1482
|
: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
1483
|
: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.
|
|
@@ -1496,9 +1496,9 @@ class ResourceClass(dict):
|
|
|
1496
1496
|
if suitable_nodes is not None:
|
|
1497
1497
|
pulumi.set(__self__, "suitable_nodes", suitable_nodes)
|
|
1498
1498
|
|
|
1499
|
-
@property
|
|
1499
|
+
@_builtins.property
|
|
1500
1500
|
@pulumi.getter(name="driverName")
|
|
1501
|
-
def driver_name(self) -> str:
|
|
1501
|
+
def driver_name(self) -> _builtins.str:
|
|
1502
1502
|
"""
|
|
1503
1503
|
DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class.
|
|
1504
1504
|
|
|
@@ -1506,23 +1506,23 @@ class ResourceClass(dict):
|
|
|
1506
1506
|
"""
|
|
1507
1507
|
return pulumi.get(self, "driver_name")
|
|
1508
1508
|
|
|
1509
|
-
@property
|
|
1509
|
+
@_builtins.property
|
|
1510
1510
|
@pulumi.getter(name="apiVersion")
|
|
1511
|
-
def api_version(self) -> Optional[str]:
|
|
1511
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1512
1512
|
"""
|
|
1513
1513
|
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
1514
|
"""
|
|
1515
1515
|
return pulumi.get(self, "api_version")
|
|
1516
1516
|
|
|
1517
|
-
@property
|
|
1517
|
+
@_builtins.property
|
|
1518
1518
|
@pulumi.getter
|
|
1519
|
-
def kind(self) -> Optional[str]:
|
|
1519
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1520
1520
|
"""
|
|
1521
1521
|
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
1522
|
"""
|
|
1523
1523
|
return pulumi.get(self, "kind")
|
|
1524
1524
|
|
|
1525
|
-
@property
|
|
1525
|
+
@_builtins.property
|
|
1526
1526
|
@pulumi.getter
|
|
1527
1527
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1528
1528
|
"""
|
|
@@ -1530,7 +1530,7 @@ class ResourceClass(dict):
|
|
|
1530
1530
|
"""
|
|
1531
1531
|
return pulumi.get(self, "metadata")
|
|
1532
1532
|
|
|
1533
|
-
@property
|
|
1533
|
+
@_builtins.property
|
|
1534
1534
|
@pulumi.getter(name="parametersRef")
|
|
1535
1535
|
def parameters_ref(self) -> Optional['outputs.ResourceClassParametersReference']:
|
|
1536
1536
|
"""
|
|
@@ -1538,7 +1538,7 @@ class ResourceClass(dict):
|
|
|
1538
1538
|
"""
|
|
1539
1539
|
return pulumi.get(self, "parameters_ref")
|
|
1540
1540
|
|
|
1541
|
-
@property
|
|
1541
|
+
@_builtins.property
|
|
1542
1542
|
@pulumi.getter(name="suitableNodes")
|
|
1543
1543
|
def suitable_nodes(self) -> Optional['_core.v1.outputs.NodeSelector']:
|
|
1544
1544
|
"""
|
|
@@ -1572,16 +1572,16 @@ class ResourceClassParametersReference(dict):
|
|
|
1572
1572
|
return super().get(key, default)
|
|
1573
1573
|
|
|
1574
1574
|
def __init__(__self__, *,
|
|
1575
|
-
kind: str,
|
|
1576
|
-
name: str,
|
|
1577
|
-
api_group: Optional[str] = None,
|
|
1578
|
-
namespace: Optional[str] = None):
|
|
1575
|
+
kind: _builtins.str,
|
|
1576
|
+
name: _builtins.str,
|
|
1577
|
+
api_group: Optional[_builtins.str] = None,
|
|
1578
|
+
namespace: Optional[_builtins.str] = None):
|
|
1579
1579
|
"""
|
|
1580
1580
|
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.
|
|
1581
|
+
:param _builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1582
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
1583
|
+
: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.
|
|
1584
|
+
:param _builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1585
1585
|
"""
|
|
1586
1586
|
pulumi.set(__self__, "kind", kind)
|
|
1587
1587
|
pulumi.set(__self__, "name", name)
|
|
@@ -1590,33 +1590,33 @@ class ResourceClassParametersReference(dict):
|
|
|
1590
1590
|
if namespace is not None:
|
|
1591
1591
|
pulumi.set(__self__, "namespace", namespace)
|
|
1592
1592
|
|
|
1593
|
-
@property
|
|
1593
|
+
@_builtins.property
|
|
1594
1594
|
@pulumi.getter
|
|
1595
|
-
def kind(self) -> str:
|
|
1595
|
+
def kind(self) -> _builtins.str:
|
|
1596
1596
|
"""
|
|
1597
1597
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1598
1598
|
"""
|
|
1599
1599
|
return pulumi.get(self, "kind")
|
|
1600
1600
|
|
|
1601
|
-
@property
|
|
1601
|
+
@_builtins.property
|
|
1602
1602
|
@pulumi.getter
|
|
1603
|
-
def name(self) -> str:
|
|
1603
|
+
def name(self) -> _builtins.str:
|
|
1604
1604
|
"""
|
|
1605
1605
|
Name is the name of resource being referenced.
|
|
1606
1606
|
"""
|
|
1607
1607
|
return pulumi.get(self, "name")
|
|
1608
1608
|
|
|
1609
|
-
@property
|
|
1609
|
+
@_builtins.property
|
|
1610
1610
|
@pulumi.getter(name="apiGroup")
|
|
1611
|
-
def api_group(self) -> Optional[str]:
|
|
1611
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
1612
1612
|
"""
|
|
1613
1613
|
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
1614
|
"""
|
|
1615
1615
|
return pulumi.get(self, "api_group")
|
|
1616
1616
|
|
|
1617
|
-
@property
|
|
1617
|
+
@_builtins.property
|
|
1618
1618
|
@pulumi.getter
|
|
1619
|
-
def namespace(self) -> Optional[str]:
|
|
1619
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
1620
1620
|
"""
|
|
1621
1621
|
Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1622
1622
|
"""
|
|
@@ -1646,16 +1646,16 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
1646
1646
|
return super().get(key, default)
|
|
1647
1647
|
|
|
1648
1648
|
def __init__(__self__, *,
|
|
1649
|
-
api_group: Optional[str] = None,
|
|
1650
|
-
kind: Optional[str] = None,
|
|
1651
|
-
name: Optional[str] = None,
|
|
1652
|
-
namespace: Optional[str] = None):
|
|
1649
|
+
api_group: Optional[_builtins.str] = None,
|
|
1650
|
+
kind: Optional[_builtins.str] = None,
|
|
1651
|
+
name: Optional[_builtins.str] = None,
|
|
1652
|
+
namespace: Optional[_builtins.str] = None):
|
|
1653
1653
|
"""
|
|
1654
1654
|
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.
|
|
1655
|
+
: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.
|
|
1656
|
+
:param _builtins.str kind: Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1657
|
+
:param _builtins.str name: Name is the name of resource being referenced.
|
|
1658
|
+
:param _builtins.str namespace: Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1659
1659
|
"""
|
|
1660
1660
|
if api_group is not None:
|
|
1661
1661
|
pulumi.set(__self__, "api_group", api_group)
|
|
@@ -1666,33 +1666,33 @@ class ResourceClassParametersReferencePatch(dict):
|
|
|
1666
1666
|
if namespace is not None:
|
|
1667
1667
|
pulumi.set(__self__, "namespace", namespace)
|
|
1668
1668
|
|
|
1669
|
-
@property
|
|
1669
|
+
@_builtins.property
|
|
1670
1670
|
@pulumi.getter(name="apiGroup")
|
|
1671
|
-
def api_group(self) -> Optional[str]:
|
|
1671
|
+
def api_group(self) -> Optional[_builtins.str]:
|
|
1672
1672
|
"""
|
|
1673
1673
|
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
1674
|
"""
|
|
1675
1675
|
return pulumi.get(self, "api_group")
|
|
1676
1676
|
|
|
1677
|
-
@property
|
|
1677
|
+
@_builtins.property
|
|
1678
1678
|
@pulumi.getter
|
|
1679
|
-
def kind(self) -> Optional[str]:
|
|
1679
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1680
1680
|
"""
|
|
1681
1681
|
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.
|
|
1682
1682
|
"""
|
|
1683
1683
|
return pulumi.get(self, "kind")
|
|
1684
1684
|
|
|
1685
|
-
@property
|
|
1685
|
+
@_builtins.property
|
|
1686
1686
|
@pulumi.getter
|
|
1687
|
-
def name(self) -> Optional[str]:
|
|
1687
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1688
1688
|
"""
|
|
1689
1689
|
Name is the name of resource being referenced.
|
|
1690
1690
|
"""
|
|
1691
1691
|
return pulumi.get(self, "name")
|
|
1692
1692
|
|
|
1693
|
-
@property
|
|
1693
|
+
@_builtins.property
|
|
1694
1694
|
@pulumi.getter
|
|
1695
|
-
def namespace(self) -> Optional[str]:
|
|
1695
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
1696
1696
|
"""
|
|
1697
1697
|
Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.
|
|
1698
1698
|
"""
|