pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -97,11 +98,11 @@ if not MYPY:
|
|
|
97
98
|
"""
|
|
98
99
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
99
100
|
"""
|
|
100
|
-
container: NotRequired[pulumi.Input[str]]
|
|
101
|
+
container: NotRequired[pulumi.Input[builtins.str]]
|
|
101
102
|
"""
|
|
102
103
|
container is the name of the container in the pods of the scaling target
|
|
103
104
|
"""
|
|
104
|
-
name: NotRequired[pulumi.Input[str]]
|
|
105
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
105
106
|
"""
|
|
106
107
|
name is the name of the resource in question.
|
|
107
108
|
"""
|
|
@@ -115,13 +116,13 @@ elif False:
|
|
|
115
116
|
@pulumi.input_type
|
|
116
117
|
class ContainerResourceMetricSourcePatchArgs:
|
|
117
118
|
def __init__(__self__, *,
|
|
118
|
-
container: Optional[pulumi.Input[str]] = None,
|
|
119
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
119
|
+
container: Optional[pulumi.Input[builtins.str]] = None,
|
|
120
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
120
121
|
target: Optional[pulumi.Input['MetricTargetPatchArgs']] = None):
|
|
121
122
|
"""
|
|
122
123
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
123
|
-
:param pulumi.Input[str] container: container is the name of the container in the pods of the scaling target
|
|
124
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
124
|
+
:param pulumi.Input[builtins.str] container: container is the name of the container in the pods of the scaling target
|
|
125
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
125
126
|
:param pulumi.Input['MetricTargetPatchArgs'] target: target specifies the target value for the given metric
|
|
126
127
|
"""
|
|
127
128
|
if container is not None:
|
|
@@ -133,26 +134,26 @@ class ContainerResourceMetricSourcePatchArgs:
|
|
|
133
134
|
|
|
134
135
|
@property
|
|
135
136
|
@pulumi.getter
|
|
136
|
-
def container(self) -> Optional[pulumi.Input[str]]:
|
|
137
|
+
def container(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
137
138
|
"""
|
|
138
139
|
container is the name of the container in the pods of the scaling target
|
|
139
140
|
"""
|
|
140
141
|
return pulumi.get(self, "container")
|
|
141
142
|
|
|
142
143
|
@container.setter
|
|
143
|
-
def container(self, value: Optional[pulumi.Input[str]]):
|
|
144
|
+
def container(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
144
145
|
pulumi.set(self, "container", value)
|
|
145
146
|
|
|
146
147
|
@property
|
|
147
148
|
@pulumi.getter
|
|
148
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
149
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
149
150
|
"""
|
|
150
151
|
name is the name of the resource in question.
|
|
151
152
|
"""
|
|
152
153
|
return pulumi.get(self, "name")
|
|
153
154
|
|
|
154
155
|
@name.setter
|
|
155
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
156
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
156
157
|
pulumi.set(self, "name", value)
|
|
157
158
|
|
|
158
159
|
@property
|
|
@@ -173,11 +174,11 @@ if not MYPY:
|
|
|
173
174
|
"""
|
|
174
175
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
175
176
|
"""
|
|
176
|
-
container: pulumi.Input[str]
|
|
177
|
+
container: pulumi.Input[builtins.str]
|
|
177
178
|
"""
|
|
178
179
|
container is the name of the container in the pods of the scaling target
|
|
179
180
|
"""
|
|
180
|
-
name: pulumi.Input[str]
|
|
181
|
+
name: pulumi.Input[builtins.str]
|
|
181
182
|
"""
|
|
182
183
|
name is the name of the resource in question.
|
|
183
184
|
"""
|
|
@@ -191,13 +192,13 @@ elif False:
|
|
|
191
192
|
@pulumi.input_type
|
|
192
193
|
class ContainerResourceMetricSourceArgs:
|
|
193
194
|
def __init__(__self__, *,
|
|
194
|
-
container: pulumi.Input[str],
|
|
195
|
-
name: pulumi.Input[str],
|
|
195
|
+
container: pulumi.Input[builtins.str],
|
|
196
|
+
name: pulumi.Input[builtins.str],
|
|
196
197
|
target: pulumi.Input['MetricTargetArgs']):
|
|
197
198
|
"""
|
|
198
199
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
199
|
-
:param pulumi.Input[str] container: container is the name of the container in the pods of the scaling target
|
|
200
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
200
|
+
:param pulumi.Input[builtins.str] container: container is the name of the container in the pods of the scaling target
|
|
201
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
201
202
|
:param pulumi.Input['MetricTargetArgs'] target: target specifies the target value for the given metric
|
|
202
203
|
"""
|
|
203
204
|
pulumi.set(__self__, "container", container)
|
|
@@ -206,26 +207,26 @@ class ContainerResourceMetricSourceArgs:
|
|
|
206
207
|
|
|
207
208
|
@property
|
|
208
209
|
@pulumi.getter
|
|
209
|
-
def container(self) -> pulumi.Input[str]:
|
|
210
|
+
def container(self) -> pulumi.Input[builtins.str]:
|
|
210
211
|
"""
|
|
211
212
|
container is the name of the container in the pods of the scaling target
|
|
212
213
|
"""
|
|
213
214
|
return pulumi.get(self, "container")
|
|
214
215
|
|
|
215
216
|
@container.setter
|
|
216
|
-
def container(self, value: pulumi.Input[str]):
|
|
217
|
+
def container(self, value: pulumi.Input[builtins.str]):
|
|
217
218
|
pulumi.set(self, "container", value)
|
|
218
219
|
|
|
219
220
|
@property
|
|
220
221
|
@pulumi.getter
|
|
221
|
-
def name(self) -> pulumi.Input[str]:
|
|
222
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
222
223
|
"""
|
|
223
224
|
name is the name of the resource in question.
|
|
224
225
|
"""
|
|
225
226
|
return pulumi.get(self, "name")
|
|
226
227
|
|
|
227
228
|
@name.setter
|
|
228
|
-
def name(self, value: pulumi.Input[str]):
|
|
229
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
229
230
|
pulumi.set(self, "name", value)
|
|
230
231
|
|
|
231
232
|
@property
|
|
@@ -246,7 +247,7 @@ if not MYPY:
|
|
|
246
247
|
"""
|
|
247
248
|
ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
248
249
|
"""
|
|
249
|
-
container: pulumi.Input[str]
|
|
250
|
+
container: pulumi.Input[builtins.str]
|
|
250
251
|
"""
|
|
251
252
|
Container is the name of the container in the pods of the scaling target
|
|
252
253
|
"""
|
|
@@ -254,7 +255,7 @@ if not MYPY:
|
|
|
254
255
|
"""
|
|
255
256
|
current contains the current value for the given metric
|
|
256
257
|
"""
|
|
257
|
-
name: pulumi.Input[str]
|
|
258
|
+
name: pulumi.Input[builtins.str]
|
|
258
259
|
"""
|
|
259
260
|
Name is the name of the resource in question.
|
|
260
261
|
"""
|
|
@@ -264,14 +265,14 @@ elif False:
|
|
|
264
265
|
@pulumi.input_type
|
|
265
266
|
class ContainerResourceMetricStatusArgs:
|
|
266
267
|
def __init__(__self__, *,
|
|
267
|
-
container: pulumi.Input[str],
|
|
268
|
+
container: pulumi.Input[builtins.str],
|
|
268
269
|
current: pulumi.Input['MetricValueStatusArgs'],
|
|
269
|
-
name: pulumi.Input[str]):
|
|
270
|
+
name: pulumi.Input[builtins.str]):
|
|
270
271
|
"""
|
|
271
272
|
ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
272
|
-
:param pulumi.Input[str] container: Container is the name of the container in the pods of the scaling target
|
|
273
|
+
:param pulumi.Input[builtins.str] container: Container is the name of the container in the pods of the scaling target
|
|
273
274
|
:param pulumi.Input['MetricValueStatusArgs'] current: current contains the current value for the given metric
|
|
274
|
-
:param pulumi.Input[str] name: Name is the name of the resource in question.
|
|
275
|
+
:param pulumi.Input[builtins.str] name: Name is the name of the resource in question.
|
|
275
276
|
"""
|
|
276
277
|
pulumi.set(__self__, "container", container)
|
|
277
278
|
pulumi.set(__self__, "current", current)
|
|
@@ -279,14 +280,14 @@ class ContainerResourceMetricStatusArgs:
|
|
|
279
280
|
|
|
280
281
|
@property
|
|
281
282
|
@pulumi.getter
|
|
282
|
-
def container(self) -> pulumi.Input[str]:
|
|
283
|
+
def container(self) -> pulumi.Input[builtins.str]:
|
|
283
284
|
"""
|
|
284
285
|
Container is the name of the container in the pods of the scaling target
|
|
285
286
|
"""
|
|
286
287
|
return pulumi.get(self, "container")
|
|
287
288
|
|
|
288
289
|
@container.setter
|
|
289
|
-
def container(self, value: pulumi.Input[str]):
|
|
290
|
+
def container(self, value: pulumi.Input[builtins.str]):
|
|
290
291
|
pulumi.set(self, "container", value)
|
|
291
292
|
|
|
292
293
|
@property
|
|
@@ -303,14 +304,14 @@ class ContainerResourceMetricStatusArgs:
|
|
|
303
304
|
|
|
304
305
|
@property
|
|
305
306
|
@pulumi.getter
|
|
306
|
-
def name(self) -> pulumi.Input[str]:
|
|
307
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
307
308
|
"""
|
|
308
309
|
Name is the name of the resource in question.
|
|
309
310
|
"""
|
|
310
311
|
return pulumi.get(self, "name")
|
|
311
312
|
|
|
312
313
|
@name.setter
|
|
313
|
-
def name(self, value: pulumi.Input[str]):
|
|
314
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
314
315
|
pulumi.set(self, "name", value)
|
|
315
316
|
|
|
316
317
|
|
|
@@ -319,15 +320,15 @@ if not MYPY:
|
|
|
319
320
|
"""
|
|
320
321
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
321
322
|
"""
|
|
322
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
323
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
323
324
|
"""
|
|
324
325
|
API version of the referent
|
|
325
326
|
"""
|
|
326
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
327
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
327
328
|
"""
|
|
328
329
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
329
330
|
"""
|
|
330
|
-
name: NotRequired[pulumi.Input[str]]
|
|
331
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
331
332
|
"""
|
|
332
333
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
333
334
|
"""
|
|
@@ -337,14 +338,14 @@ elif False:
|
|
|
337
338
|
@pulumi.input_type
|
|
338
339
|
class CrossVersionObjectReferencePatchArgs:
|
|
339
340
|
def __init__(__self__, *,
|
|
340
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
341
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
342
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
341
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
342
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
343
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
343
344
|
"""
|
|
344
345
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
345
|
-
:param pulumi.Input[str] api_version: API version of the referent
|
|
346
|
-
:param pulumi.Input[str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
347
|
-
:param pulumi.Input[str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
346
|
+
:param pulumi.Input[builtins.str] api_version: API version of the referent
|
|
347
|
+
:param pulumi.Input[builtins.str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
348
|
+
:param pulumi.Input[builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
348
349
|
"""
|
|
349
350
|
if api_version is not None:
|
|
350
351
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -355,38 +356,38 @@ class CrossVersionObjectReferencePatchArgs:
|
|
|
355
356
|
|
|
356
357
|
@property
|
|
357
358
|
@pulumi.getter(name="apiVersion")
|
|
358
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
359
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
359
360
|
"""
|
|
360
361
|
API version of the referent
|
|
361
362
|
"""
|
|
362
363
|
return pulumi.get(self, "api_version")
|
|
363
364
|
|
|
364
365
|
@api_version.setter
|
|
365
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
366
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
366
367
|
pulumi.set(self, "api_version", value)
|
|
367
368
|
|
|
368
369
|
@property
|
|
369
370
|
@pulumi.getter
|
|
370
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
371
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
371
372
|
"""
|
|
372
373
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
373
374
|
"""
|
|
374
375
|
return pulumi.get(self, "kind")
|
|
375
376
|
|
|
376
377
|
@kind.setter
|
|
377
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
378
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
378
379
|
pulumi.set(self, "kind", value)
|
|
379
380
|
|
|
380
381
|
@property
|
|
381
382
|
@pulumi.getter
|
|
382
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
383
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
383
384
|
"""
|
|
384
385
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
385
386
|
"""
|
|
386
387
|
return pulumi.get(self, "name")
|
|
387
388
|
|
|
388
389
|
@name.setter
|
|
389
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
390
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
390
391
|
pulumi.set(self, "name", value)
|
|
391
392
|
|
|
392
393
|
|
|
@@ -395,15 +396,15 @@ if not MYPY:
|
|
|
395
396
|
"""
|
|
396
397
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
397
398
|
"""
|
|
398
|
-
kind: pulumi.Input[str]
|
|
399
|
+
kind: pulumi.Input[builtins.str]
|
|
399
400
|
"""
|
|
400
401
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
401
402
|
"""
|
|
402
|
-
name: pulumi.Input[str]
|
|
403
|
+
name: pulumi.Input[builtins.str]
|
|
403
404
|
"""
|
|
404
405
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
405
406
|
"""
|
|
406
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
407
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
407
408
|
"""
|
|
408
409
|
API version of the referent
|
|
409
410
|
"""
|
|
@@ -413,14 +414,14 @@ elif False:
|
|
|
413
414
|
@pulumi.input_type
|
|
414
415
|
class CrossVersionObjectReferenceArgs:
|
|
415
416
|
def __init__(__self__, *,
|
|
416
|
-
kind: pulumi.Input[str],
|
|
417
|
-
name: pulumi.Input[str],
|
|
418
|
-
api_version: Optional[pulumi.Input[str]] = None):
|
|
417
|
+
kind: pulumi.Input[builtins.str],
|
|
418
|
+
name: pulumi.Input[builtins.str],
|
|
419
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None):
|
|
419
420
|
"""
|
|
420
421
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
421
|
-
:param pulumi.Input[str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
422
|
-
:param pulumi.Input[str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
423
|
-
:param pulumi.Input[str] api_version: API version of the referent
|
|
422
|
+
:param pulumi.Input[builtins.str] kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
423
|
+
:param pulumi.Input[builtins.str] name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
424
|
+
:param pulumi.Input[builtins.str] api_version: API version of the referent
|
|
424
425
|
"""
|
|
425
426
|
pulumi.set(__self__, "kind", kind)
|
|
426
427
|
pulumi.set(__self__, "name", name)
|
|
@@ -429,38 +430,38 @@ class CrossVersionObjectReferenceArgs:
|
|
|
429
430
|
|
|
430
431
|
@property
|
|
431
432
|
@pulumi.getter
|
|
432
|
-
def kind(self) -> pulumi.Input[str]:
|
|
433
|
+
def kind(self) -> pulumi.Input[builtins.str]:
|
|
433
434
|
"""
|
|
434
435
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
435
436
|
"""
|
|
436
437
|
return pulumi.get(self, "kind")
|
|
437
438
|
|
|
438
439
|
@kind.setter
|
|
439
|
-
def kind(self, value: pulumi.Input[str]):
|
|
440
|
+
def kind(self, value: pulumi.Input[builtins.str]):
|
|
440
441
|
pulumi.set(self, "kind", value)
|
|
441
442
|
|
|
442
443
|
@property
|
|
443
444
|
@pulumi.getter
|
|
444
|
-
def name(self) -> pulumi.Input[str]:
|
|
445
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
445
446
|
"""
|
|
446
447
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
447
448
|
"""
|
|
448
449
|
return pulumi.get(self, "name")
|
|
449
450
|
|
|
450
451
|
@name.setter
|
|
451
|
-
def name(self, value: pulumi.Input[str]):
|
|
452
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
452
453
|
pulumi.set(self, "name", value)
|
|
453
454
|
|
|
454
455
|
@property
|
|
455
456
|
@pulumi.getter(name="apiVersion")
|
|
456
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
457
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
457
458
|
"""
|
|
458
459
|
API version of the referent
|
|
459
460
|
"""
|
|
460
461
|
return pulumi.get(self, "api_version")
|
|
461
462
|
|
|
462
463
|
@api_version.setter
|
|
463
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
464
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
464
465
|
pulumi.set(self, "api_version", value)
|
|
465
466
|
|
|
466
467
|
|
|
@@ -633,15 +634,15 @@ if not MYPY:
|
|
|
633
634
|
"""
|
|
634
635
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
635
636
|
"""
|
|
636
|
-
period_seconds: NotRequired[pulumi.Input[int]]
|
|
637
|
+
period_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
637
638
|
"""
|
|
638
639
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
639
640
|
"""
|
|
640
|
-
type: NotRequired[pulumi.Input[str]]
|
|
641
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
641
642
|
"""
|
|
642
643
|
Type is used to specify the scaling policy.
|
|
643
644
|
"""
|
|
644
|
-
value: NotRequired[pulumi.Input[int]]
|
|
645
|
+
value: NotRequired[pulumi.Input[builtins.int]]
|
|
645
646
|
"""
|
|
646
647
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
647
648
|
"""
|
|
@@ -651,14 +652,14 @@ elif False:
|
|
|
651
652
|
@pulumi.input_type
|
|
652
653
|
class HPAScalingPolicyPatchArgs:
|
|
653
654
|
def __init__(__self__, *,
|
|
654
|
-
period_seconds: Optional[pulumi.Input[int]] = None,
|
|
655
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
656
|
-
value: Optional[pulumi.Input[int]] = None):
|
|
655
|
+
period_seconds: Optional[pulumi.Input[builtins.int]] = None,
|
|
656
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
657
|
+
value: Optional[pulumi.Input[builtins.int]] = None):
|
|
657
658
|
"""
|
|
658
659
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
659
|
-
:param pulumi.Input[int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
660
|
-
:param pulumi.Input[str] type: Type is used to specify the scaling policy.
|
|
661
|
-
:param pulumi.Input[int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
660
|
+
:param pulumi.Input[builtins.int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
661
|
+
:param pulumi.Input[builtins.str] type: Type is used to specify the scaling policy.
|
|
662
|
+
:param pulumi.Input[builtins.int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
662
663
|
"""
|
|
663
664
|
if period_seconds is not None:
|
|
664
665
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
@@ -669,38 +670,38 @@ class HPAScalingPolicyPatchArgs:
|
|
|
669
670
|
|
|
670
671
|
@property
|
|
671
672
|
@pulumi.getter(name="periodSeconds")
|
|
672
|
-
def period_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
673
|
+
def period_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
673
674
|
"""
|
|
674
675
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
675
676
|
"""
|
|
676
677
|
return pulumi.get(self, "period_seconds")
|
|
677
678
|
|
|
678
679
|
@period_seconds.setter
|
|
679
|
-
def period_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
680
|
+
def period_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
680
681
|
pulumi.set(self, "period_seconds", value)
|
|
681
682
|
|
|
682
683
|
@property
|
|
683
684
|
@pulumi.getter
|
|
684
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
685
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
685
686
|
"""
|
|
686
687
|
Type is used to specify the scaling policy.
|
|
687
688
|
"""
|
|
688
689
|
return pulumi.get(self, "type")
|
|
689
690
|
|
|
690
691
|
@type.setter
|
|
691
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
692
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
692
693
|
pulumi.set(self, "type", value)
|
|
693
694
|
|
|
694
695
|
@property
|
|
695
696
|
@pulumi.getter
|
|
696
|
-
def value(self) -> Optional[pulumi.Input[int]]:
|
|
697
|
+
def value(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
697
698
|
"""
|
|
698
699
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
699
700
|
"""
|
|
700
701
|
return pulumi.get(self, "value")
|
|
701
702
|
|
|
702
703
|
@value.setter
|
|
703
|
-
def value(self, value: Optional[pulumi.Input[int]]):
|
|
704
|
+
def value(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
704
705
|
pulumi.set(self, "value", value)
|
|
705
706
|
|
|
706
707
|
|
|
@@ -709,15 +710,15 @@ if not MYPY:
|
|
|
709
710
|
"""
|
|
710
711
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
711
712
|
"""
|
|
712
|
-
period_seconds: pulumi.Input[int]
|
|
713
|
+
period_seconds: pulumi.Input[builtins.int]
|
|
713
714
|
"""
|
|
714
715
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
715
716
|
"""
|
|
716
|
-
type: pulumi.Input[str]
|
|
717
|
+
type: pulumi.Input[builtins.str]
|
|
717
718
|
"""
|
|
718
719
|
Type is used to specify the scaling policy.
|
|
719
720
|
"""
|
|
720
|
-
value: pulumi.Input[int]
|
|
721
|
+
value: pulumi.Input[builtins.int]
|
|
721
722
|
"""
|
|
722
723
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
723
724
|
"""
|
|
@@ -727,14 +728,14 @@ elif False:
|
|
|
727
728
|
@pulumi.input_type
|
|
728
729
|
class HPAScalingPolicyArgs:
|
|
729
730
|
def __init__(__self__, *,
|
|
730
|
-
period_seconds: pulumi.Input[int],
|
|
731
|
-
type: pulumi.Input[str],
|
|
732
|
-
value: pulumi.Input[int]):
|
|
731
|
+
period_seconds: pulumi.Input[builtins.int],
|
|
732
|
+
type: pulumi.Input[builtins.str],
|
|
733
|
+
value: pulumi.Input[builtins.int]):
|
|
733
734
|
"""
|
|
734
735
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
735
|
-
:param pulumi.Input[int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
736
|
-
:param pulumi.Input[str] type: Type is used to specify the scaling policy.
|
|
737
|
-
:param pulumi.Input[int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
736
|
+
:param pulumi.Input[builtins.int] period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
737
|
+
:param pulumi.Input[builtins.str] type: Type is used to specify the scaling policy.
|
|
738
|
+
:param pulumi.Input[builtins.int] value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
738
739
|
"""
|
|
739
740
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
740
741
|
pulumi.set(__self__, "type", type)
|
|
@@ -742,38 +743,38 @@ class HPAScalingPolicyArgs:
|
|
|
742
743
|
|
|
743
744
|
@property
|
|
744
745
|
@pulumi.getter(name="periodSeconds")
|
|
745
|
-
def period_seconds(self) -> pulumi.Input[int]:
|
|
746
|
+
def period_seconds(self) -> pulumi.Input[builtins.int]:
|
|
746
747
|
"""
|
|
747
748
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
748
749
|
"""
|
|
749
750
|
return pulumi.get(self, "period_seconds")
|
|
750
751
|
|
|
751
752
|
@period_seconds.setter
|
|
752
|
-
def period_seconds(self, value: pulumi.Input[int]):
|
|
753
|
+
def period_seconds(self, value: pulumi.Input[builtins.int]):
|
|
753
754
|
pulumi.set(self, "period_seconds", value)
|
|
754
755
|
|
|
755
756
|
@property
|
|
756
757
|
@pulumi.getter
|
|
757
|
-
def type(self) -> pulumi.Input[str]:
|
|
758
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
758
759
|
"""
|
|
759
760
|
Type is used to specify the scaling policy.
|
|
760
761
|
"""
|
|
761
762
|
return pulumi.get(self, "type")
|
|
762
763
|
|
|
763
764
|
@type.setter
|
|
764
|
-
def type(self, value: pulumi.Input[str]):
|
|
765
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
765
766
|
pulumi.set(self, "type", value)
|
|
766
767
|
|
|
767
768
|
@property
|
|
768
769
|
@pulumi.getter
|
|
769
|
-
def value(self) -> pulumi.Input[int]:
|
|
770
|
+
def value(self) -> pulumi.Input[builtins.int]:
|
|
770
771
|
"""
|
|
771
772
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
772
773
|
"""
|
|
773
774
|
return pulumi.get(self, "value")
|
|
774
775
|
|
|
775
776
|
@value.setter
|
|
776
|
-
def value(self, value: pulumi.Input[int]):
|
|
777
|
+
def value(self, value: pulumi.Input[builtins.int]):
|
|
777
778
|
pulumi.set(self, "value", value)
|
|
778
779
|
|
|
779
780
|
|
|
@@ -786,11 +787,11 @@ if not MYPY:
|
|
|
786
787
|
"""
|
|
787
788
|
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
788
789
|
"""
|
|
789
|
-
select_policy: NotRequired[pulumi.Input[str]]
|
|
790
|
+
select_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
790
791
|
"""
|
|
791
792
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
792
793
|
"""
|
|
793
|
-
stabilization_window_seconds: NotRequired[pulumi.Input[int]]
|
|
794
|
+
stabilization_window_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
794
795
|
"""
|
|
795
796
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
796
797
|
"""
|
|
@@ -801,13 +802,13 @@ elif False:
|
|
|
801
802
|
class HPAScalingRulesPatchArgs:
|
|
802
803
|
def __init__(__self__, *,
|
|
803
804
|
policies: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]]] = None,
|
|
804
|
-
select_policy: Optional[pulumi.Input[str]] = None,
|
|
805
|
-
stabilization_window_seconds: Optional[pulumi.Input[int]] = None):
|
|
805
|
+
select_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
806
|
+
stabilization_window_seconds: Optional[pulumi.Input[builtins.int]] = None):
|
|
806
807
|
"""
|
|
807
808
|
HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
|
|
808
809
|
:param pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyPatchArgs']]] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
809
|
-
:param pulumi.Input[str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
810
|
-
:param pulumi.Input[int] stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
810
|
+
:param pulumi.Input[builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
811
|
+
:param pulumi.Input[builtins.int] stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
811
812
|
"""
|
|
812
813
|
if policies is not None:
|
|
813
814
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -830,26 +831,26 @@ class HPAScalingRulesPatchArgs:
|
|
|
830
831
|
|
|
831
832
|
@property
|
|
832
833
|
@pulumi.getter(name="selectPolicy")
|
|
833
|
-
def select_policy(self) -> Optional[pulumi.Input[str]]:
|
|
834
|
+
def select_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
834
835
|
"""
|
|
835
836
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
836
837
|
"""
|
|
837
838
|
return pulumi.get(self, "select_policy")
|
|
838
839
|
|
|
839
840
|
@select_policy.setter
|
|
840
|
-
def select_policy(self, value: Optional[pulumi.Input[str]]):
|
|
841
|
+
def select_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
841
842
|
pulumi.set(self, "select_policy", value)
|
|
842
843
|
|
|
843
844
|
@property
|
|
844
845
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
845
|
-
def stabilization_window_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
846
|
+
def stabilization_window_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
846
847
|
"""
|
|
847
848
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
848
849
|
"""
|
|
849
850
|
return pulumi.get(self, "stabilization_window_seconds")
|
|
850
851
|
|
|
851
852
|
@stabilization_window_seconds.setter
|
|
852
|
-
def stabilization_window_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
853
|
+
def stabilization_window_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
853
854
|
pulumi.set(self, "stabilization_window_seconds", value)
|
|
854
855
|
|
|
855
856
|
|
|
@@ -862,11 +863,11 @@ if not MYPY:
|
|
|
862
863
|
"""
|
|
863
864
|
policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
864
865
|
"""
|
|
865
|
-
select_policy: NotRequired[pulumi.Input[str]]
|
|
866
|
+
select_policy: NotRequired[pulumi.Input[builtins.str]]
|
|
866
867
|
"""
|
|
867
868
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
868
869
|
"""
|
|
869
|
-
stabilization_window_seconds: NotRequired[pulumi.Input[int]]
|
|
870
|
+
stabilization_window_seconds: NotRequired[pulumi.Input[builtins.int]]
|
|
870
871
|
"""
|
|
871
872
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
872
873
|
"""
|
|
@@ -877,13 +878,13 @@ elif False:
|
|
|
877
878
|
class HPAScalingRulesArgs:
|
|
878
879
|
def __init__(__self__, *,
|
|
879
880
|
policies: Optional[pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]]] = None,
|
|
880
|
-
select_policy: Optional[pulumi.Input[str]] = None,
|
|
881
|
-
stabilization_window_seconds: Optional[pulumi.Input[int]] = None):
|
|
881
|
+
select_policy: Optional[pulumi.Input[builtins.str]] = None,
|
|
882
|
+
stabilization_window_seconds: Optional[pulumi.Input[builtins.int]] = None):
|
|
882
883
|
"""
|
|
883
884
|
HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
|
|
884
885
|
:param pulumi.Input[Sequence[pulumi.Input['HPAScalingPolicyArgs']]] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
885
|
-
:param pulumi.Input[str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
886
|
-
:param pulumi.Input[int] stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
886
|
+
:param pulumi.Input[builtins.str] select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
887
|
+
:param pulumi.Input[builtins.int] stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
887
888
|
"""
|
|
888
889
|
if policies is not None:
|
|
889
890
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -906,26 +907,26 @@ class HPAScalingRulesArgs:
|
|
|
906
907
|
|
|
907
908
|
@property
|
|
908
909
|
@pulumi.getter(name="selectPolicy")
|
|
909
|
-
def select_policy(self) -> Optional[pulumi.Input[str]]:
|
|
910
|
+
def select_policy(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
910
911
|
"""
|
|
911
912
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
912
913
|
"""
|
|
913
914
|
return pulumi.get(self, "select_policy")
|
|
914
915
|
|
|
915
916
|
@select_policy.setter
|
|
916
|
-
def select_policy(self, value: Optional[pulumi.Input[str]]):
|
|
917
|
+
def select_policy(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
917
918
|
pulumi.set(self, "select_policy", value)
|
|
918
919
|
|
|
919
920
|
@property
|
|
920
921
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
921
|
-
def stabilization_window_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
922
|
+
def stabilization_window_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
922
923
|
"""
|
|
923
924
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
924
925
|
"""
|
|
925
926
|
return pulumi.get(self, "stabilization_window_seconds")
|
|
926
927
|
|
|
927
928
|
@stabilization_window_seconds.setter
|
|
928
|
-
def stabilization_window_seconds(self, value: Optional[pulumi.Input[int]]):
|
|
929
|
+
def stabilization_window_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
929
930
|
pulumi.set(self, "stabilization_window_seconds", value)
|
|
930
931
|
|
|
931
932
|
|
|
@@ -1064,23 +1065,23 @@ if not MYPY:
|
|
|
1064
1065
|
"""
|
|
1065
1066
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1066
1067
|
"""
|
|
1067
|
-
status: pulumi.Input[str]
|
|
1068
|
+
status: pulumi.Input[builtins.str]
|
|
1068
1069
|
"""
|
|
1069
1070
|
status is the status of the condition (True, False, Unknown)
|
|
1070
1071
|
"""
|
|
1071
|
-
type: pulumi.Input[str]
|
|
1072
|
+
type: pulumi.Input[builtins.str]
|
|
1072
1073
|
"""
|
|
1073
1074
|
type describes the current condition
|
|
1074
1075
|
"""
|
|
1075
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1076
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1076
1077
|
"""
|
|
1077
1078
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1078
1079
|
"""
|
|
1079
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1080
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
1080
1081
|
"""
|
|
1081
1082
|
message is a human-readable explanation containing details about the transition
|
|
1082
1083
|
"""
|
|
1083
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1084
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
1084
1085
|
"""
|
|
1085
1086
|
reason is the reason for the condition's last transition.
|
|
1086
1087
|
"""
|
|
@@ -1090,18 +1091,18 @@ elif False:
|
|
|
1090
1091
|
@pulumi.input_type
|
|
1091
1092
|
class HorizontalPodAutoscalerConditionArgs:
|
|
1092
1093
|
def __init__(__self__, *,
|
|
1093
|
-
status: pulumi.Input[str],
|
|
1094
|
-
type: pulumi.Input[str],
|
|
1095
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1096
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1097
|
-
reason: Optional[pulumi.Input[str]] = None):
|
|
1094
|
+
status: pulumi.Input[builtins.str],
|
|
1095
|
+
type: pulumi.Input[builtins.str],
|
|
1096
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1097
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
1098
|
+
reason: Optional[pulumi.Input[builtins.str]] = None):
|
|
1098
1099
|
"""
|
|
1099
1100
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1100
|
-
:param pulumi.Input[str] status: status is the status of the condition (True, False, Unknown)
|
|
1101
|
-
:param pulumi.Input[str] type: type describes the current condition
|
|
1102
|
-
:param pulumi.Input[str] last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1103
|
-
:param pulumi.Input[str] message: message is a human-readable explanation containing details about the transition
|
|
1104
|
-
:param pulumi.Input[str] reason: reason is the reason for the condition's last transition.
|
|
1101
|
+
:param pulumi.Input[builtins.str] status: status is the status of the condition (True, False, Unknown)
|
|
1102
|
+
:param pulumi.Input[builtins.str] type: type describes the current condition
|
|
1103
|
+
:param pulumi.Input[builtins.str] last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1104
|
+
:param pulumi.Input[builtins.str] message: message is a human-readable explanation containing details about the transition
|
|
1105
|
+
:param pulumi.Input[builtins.str] reason: reason is the reason for the condition's last transition.
|
|
1105
1106
|
"""
|
|
1106
1107
|
pulumi.set(__self__, "status", status)
|
|
1107
1108
|
pulumi.set(__self__, "type", type)
|
|
@@ -1114,62 +1115,62 @@ class HorizontalPodAutoscalerConditionArgs:
|
|
|
1114
1115
|
|
|
1115
1116
|
@property
|
|
1116
1117
|
@pulumi.getter
|
|
1117
|
-
def status(self) -> pulumi.Input[str]:
|
|
1118
|
+
def status(self) -> pulumi.Input[builtins.str]:
|
|
1118
1119
|
"""
|
|
1119
1120
|
status is the status of the condition (True, False, Unknown)
|
|
1120
1121
|
"""
|
|
1121
1122
|
return pulumi.get(self, "status")
|
|
1122
1123
|
|
|
1123
1124
|
@status.setter
|
|
1124
|
-
def status(self, value: pulumi.Input[str]):
|
|
1125
|
+
def status(self, value: pulumi.Input[builtins.str]):
|
|
1125
1126
|
pulumi.set(self, "status", value)
|
|
1126
1127
|
|
|
1127
1128
|
@property
|
|
1128
1129
|
@pulumi.getter
|
|
1129
|
-
def type(self) -> pulumi.Input[str]:
|
|
1130
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1130
1131
|
"""
|
|
1131
1132
|
type describes the current condition
|
|
1132
1133
|
"""
|
|
1133
1134
|
return pulumi.get(self, "type")
|
|
1134
1135
|
|
|
1135
1136
|
@type.setter
|
|
1136
|
-
def type(self, value: pulumi.Input[str]):
|
|
1137
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1137
1138
|
pulumi.set(self, "type", value)
|
|
1138
1139
|
|
|
1139
1140
|
@property
|
|
1140
1141
|
@pulumi.getter(name="lastTransitionTime")
|
|
1141
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
1142
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1142
1143
|
"""
|
|
1143
1144
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1144
1145
|
"""
|
|
1145
1146
|
return pulumi.get(self, "last_transition_time")
|
|
1146
1147
|
|
|
1147
1148
|
@last_transition_time.setter
|
|
1148
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
1149
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1149
1150
|
pulumi.set(self, "last_transition_time", value)
|
|
1150
1151
|
|
|
1151
1152
|
@property
|
|
1152
1153
|
@pulumi.getter
|
|
1153
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
1154
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1154
1155
|
"""
|
|
1155
1156
|
message is a human-readable explanation containing details about the transition
|
|
1156
1157
|
"""
|
|
1157
1158
|
return pulumi.get(self, "message")
|
|
1158
1159
|
|
|
1159
1160
|
@message.setter
|
|
1160
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
1161
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1161
1162
|
pulumi.set(self, "message", value)
|
|
1162
1163
|
|
|
1163
1164
|
@property
|
|
1164
1165
|
@pulumi.getter
|
|
1165
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
1166
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1166
1167
|
"""
|
|
1167
1168
|
reason is the reason for the condition's last transition.
|
|
1168
1169
|
"""
|
|
1169
1170
|
return pulumi.get(self, "reason")
|
|
1170
1171
|
|
|
1171
1172
|
@reason.setter
|
|
1172
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
1173
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1173
1174
|
pulumi.set(self, "reason", value)
|
|
1174
1175
|
|
|
1175
1176
|
|
|
@@ -1182,7 +1183,7 @@ if not MYPY:
|
|
|
1182
1183
|
"""
|
|
1183
1184
|
behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1184
1185
|
"""
|
|
1185
|
-
max_replicas: NotRequired[pulumi.Input[int]]
|
|
1186
|
+
max_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1186
1187
|
"""
|
|
1187
1188
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1188
1189
|
"""
|
|
@@ -1190,7 +1191,7 @@ if not MYPY:
|
|
|
1190
1191
|
"""
|
|
1191
1192
|
metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1192
1193
|
"""
|
|
1193
|
-
min_replicas: NotRequired[pulumi.Input[int]]
|
|
1194
|
+
min_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1194
1195
|
"""
|
|
1195
1196
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1196
1197
|
"""
|
|
@@ -1205,16 +1206,16 @@ elif False:
|
|
|
1205
1206
|
class HorizontalPodAutoscalerSpecPatchArgs:
|
|
1206
1207
|
def __init__(__self__, *,
|
|
1207
1208
|
behavior: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs']] = None,
|
|
1208
|
-
max_replicas: Optional[pulumi.Input[int]] = None,
|
|
1209
|
+
max_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1209
1210
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]]] = None,
|
|
1210
|
-
min_replicas: Optional[pulumi.Input[int]] = None,
|
|
1211
|
+
min_replicas: Optional[pulumi.Input[builtins.int]] = None,
|
|
1211
1212
|
scale_target_ref: Optional[pulumi.Input['CrossVersionObjectReferencePatchArgs']] = None):
|
|
1212
1213
|
"""
|
|
1213
1214
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1214
1215
|
:param pulumi.Input['HorizontalPodAutoscalerBehaviorPatchArgs'] behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1215
|
-
:param pulumi.Input[int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1216
|
+
:param pulumi.Input[builtins.int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1216
1217
|
:param pulumi.Input[Sequence[pulumi.Input['MetricSpecPatchArgs']]] metrics: metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1217
|
-
:param pulumi.Input[int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1218
|
+
:param pulumi.Input[builtins.int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1218
1219
|
:param pulumi.Input['CrossVersionObjectReferencePatchArgs'] scale_target_ref: scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
|
|
1219
1220
|
"""
|
|
1220
1221
|
if behavior is not None:
|
|
@@ -1242,14 +1243,14 @@ class HorizontalPodAutoscalerSpecPatchArgs:
|
|
|
1242
1243
|
|
|
1243
1244
|
@property
|
|
1244
1245
|
@pulumi.getter(name="maxReplicas")
|
|
1245
|
-
def max_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1246
|
+
def max_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1246
1247
|
"""
|
|
1247
1248
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1248
1249
|
"""
|
|
1249
1250
|
return pulumi.get(self, "max_replicas")
|
|
1250
1251
|
|
|
1251
1252
|
@max_replicas.setter
|
|
1252
|
-
def max_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1253
|
+
def max_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1253
1254
|
pulumi.set(self, "max_replicas", value)
|
|
1254
1255
|
|
|
1255
1256
|
@property
|
|
@@ -1266,14 +1267,14 @@ class HorizontalPodAutoscalerSpecPatchArgs:
|
|
|
1266
1267
|
|
|
1267
1268
|
@property
|
|
1268
1269
|
@pulumi.getter(name="minReplicas")
|
|
1269
|
-
def min_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1270
|
+
def min_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1270
1271
|
"""
|
|
1271
1272
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1272
1273
|
"""
|
|
1273
1274
|
return pulumi.get(self, "min_replicas")
|
|
1274
1275
|
|
|
1275
1276
|
@min_replicas.setter
|
|
1276
|
-
def min_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1277
|
+
def min_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1277
1278
|
pulumi.set(self, "min_replicas", value)
|
|
1278
1279
|
|
|
1279
1280
|
@property
|
|
@@ -1294,7 +1295,7 @@ if not MYPY:
|
|
|
1294
1295
|
"""
|
|
1295
1296
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1296
1297
|
"""
|
|
1297
|
-
max_replicas: pulumi.Input[int]
|
|
1298
|
+
max_replicas: pulumi.Input[builtins.int]
|
|
1298
1299
|
"""
|
|
1299
1300
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1300
1301
|
"""
|
|
@@ -1310,7 +1311,7 @@ if not MYPY:
|
|
|
1310
1311
|
"""
|
|
1311
1312
|
metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1312
1313
|
"""
|
|
1313
|
-
min_replicas: NotRequired[pulumi.Input[int]]
|
|
1314
|
+
min_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1314
1315
|
"""
|
|
1315
1316
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1316
1317
|
"""
|
|
@@ -1320,18 +1321,18 @@ elif False:
|
|
|
1320
1321
|
@pulumi.input_type
|
|
1321
1322
|
class HorizontalPodAutoscalerSpecArgs:
|
|
1322
1323
|
def __init__(__self__, *,
|
|
1323
|
-
max_replicas: pulumi.Input[int],
|
|
1324
|
+
max_replicas: pulumi.Input[builtins.int],
|
|
1324
1325
|
scale_target_ref: pulumi.Input['CrossVersionObjectReferenceArgs'],
|
|
1325
1326
|
behavior: Optional[pulumi.Input['HorizontalPodAutoscalerBehaviorArgs']] = None,
|
|
1326
1327
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]]] = None,
|
|
1327
|
-
min_replicas: Optional[pulumi.Input[int]] = None):
|
|
1328
|
+
min_replicas: Optional[pulumi.Input[builtins.int]] = None):
|
|
1328
1329
|
"""
|
|
1329
1330
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1330
|
-
:param pulumi.Input[int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1331
|
+
:param pulumi.Input[builtins.int] max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1331
1332
|
:param pulumi.Input['CrossVersionObjectReferenceArgs'] scale_target_ref: scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
|
|
1332
1333
|
:param pulumi.Input['HorizontalPodAutoscalerBehaviorArgs'] behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1333
1334
|
:param pulumi.Input[Sequence[pulumi.Input['MetricSpecArgs']]] metrics: metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1334
|
-
:param pulumi.Input[int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1335
|
+
:param pulumi.Input[builtins.int] min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1335
1336
|
"""
|
|
1336
1337
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
1337
1338
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
@@ -1344,14 +1345,14 @@ class HorizontalPodAutoscalerSpecArgs:
|
|
|
1344
1345
|
|
|
1345
1346
|
@property
|
|
1346
1347
|
@pulumi.getter(name="maxReplicas")
|
|
1347
|
-
def max_replicas(self) -> pulumi.Input[int]:
|
|
1348
|
+
def max_replicas(self) -> pulumi.Input[builtins.int]:
|
|
1348
1349
|
"""
|
|
1349
1350
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1350
1351
|
"""
|
|
1351
1352
|
return pulumi.get(self, "max_replicas")
|
|
1352
1353
|
|
|
1353
1354
|
@max_replicas.setter
|
|
1354
|
-
def max_replicas(self, value: pulumi.Input[int]):
|
|
1355
|
+
def max_replicas(self, value: pulumi.Input[builtins.int]):
|
|
1355
1356
|
pulumi.set(self, "max_replicas", value)
|
|
1356
1357
|
|
|
1357
1358
|
@property
|
|
@@ -1392,14 +1393,14 @@ class HorizontalPodAutoscalerSpecArgs:
|
|
|
1392
1393
|
|
|
1393
1394
|
@property
|
|
1394
1395
|
@pulumi.getter(name="minReplicas")
|
|
1395
|
-
def min_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1396
|
+
def min_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1396
1397
|
"""
|
|
1397
1398
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1398
1399
|
"""
|
|
1399
1400
|
return pulumi.get(self, "min_replicas")
|
|
1400
1401
|
|
|
1401
1402
|
@min_replicas.setter
|
|
1402
|
-
def min_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1403
|
+
def min_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1403
1404
|
pulumi.set(self, "min_replicas", value)
|
|
1404
1405
|
|
|
1405
1406
|
|
|
@@ -1412,11 +1413,11 @@ if not MYPY:
|
|
|
1412
1413
|
"""
|
|
1413
1414
|
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
|
|
1414
1415
|
"""
|
|
1415
|
-
current_replicas: pulumi.Input[int]
|
|
1416
|
+
current_replicas: pulumi.Input[builtins.int]
|
|
1416
1417
|
"""
|
|
1417
1418
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1418
1419
|
"""
|
|
1419
|
-
desired_replicas: pulumi.Input[int]
|
|
1420
|
+
desired_replicas: pulumi.Input[builtins.int]
|
|
1420
1421
|
"""
|
|
1421
1422
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1422
1423
|
"""
|
|
@@ -1424,11 +1425,11 @@ if not MYPY:
|
|
|
1424
1425
|
"""
|
|
1425
1426
|
currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1426
1427
|
"""
|
|
1427
|
-
last_scale_time: NotRequired[pulumi.Input[str]]
|
|
1428
|
+
last_scale_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1428
1429
|
"""
|
|
1429
1430
|
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1430
1431
|
"""
|
|
1431
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
1432
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
1432
1433
|
"""
|
|
1433
1434
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1434
1435
|
"""
|
|
@@ -1439,19 +1440,19 @@ elif False:
|
|
|
1439
1440
|
class HorizontalPodAutoscalerStatusArgs:
|
|
1440
1441
|
def __init__(__self__, *,
|
|
1441
1442
|
conditions: pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]],
|
|
1442
|
-
current_replicas: pulumi.Input[int],
|
|
1443
|
-
desired_replicas: pulumi.Input[int],
|
|
1443
|
+
current_replicas: pulumi.Input[builtins.int],
|
|
1444
|
+
desired_replicas: pulumi.Input[builtins.int],
|
|
1444
1445
|
current_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]] = None,
|
|
1445
|
-
last_scale_time: Optional[pulumi.Input[str]] = None,
|
|
1446
|
-
observed_generation: Optional[pulumi.Input[int]] = None):
|
|
1446
|
+
last_scale_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1447
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None):
|
|
1447
1448
|
"""
|
|
1448
1449
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1449
1450
|
:param pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]] conditions: conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
|
|
1450
|
-
:param pulumi.Input[int] current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1451
|
-
:param pulumi.Input[int] desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1451
|
+
:param pulumi.Input[builtins.int] current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1452
|
+
:param pulumi.Input[builtins.int] desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1452
1453
|
:param pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1453
|
-
:param pulumi.Input[str] last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1454
|
-
:param pulumi.Input[int] observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1454
|
+
:param pulumi.Input[builtins.str] last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1455
|
+
:param pulumi.Input[builtins.int] observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1455
1456
|
"""
|
|
1456
1457
|
pulumi.set(__self__, "conditions", conditions)
|
|
1457
1458
|
pulumi.set(__self__, "current_replicas", current_replicas)
|
|
@@ -1477,26 +1478,26 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1477
1478
|
|
|
1478
1479
|
@property
|
|
1479
1480
|
@pulumi.getter(name="currentReplicas")
|
|
1480
|
-
def current_replicas(self) -> pulumi.Input[int]:
|
|
1481
|
+
def current_replicas(self) -> pulumi.Input[builtins.int]:
|
|
1481
1482
|
"""
|
|
1482
1483
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1483
1484
|
"""
|
|
1484
1485
|
return pulumi.get(self, "current_replicas")
|
|
1485
1486
|
|
|
1486
1487
|
@current_replicas.setter
|
|
1487
|
-
def current_replicas(self, value: pulumi.Input[int]):
|
|
1488
|
+
def current_replicas(self, value: pulumi.Input[builtins.int]):
|
|
1488
1489
|
pulumi.set(self, "current_replicas", value)
|
|
1489
1490
|
|
|
1490
1491
|
@property
|
|
1491
1492
|
@pulumi.getter(name="desiredReplicas")
|
|
1492
|
-
def desired_replicas(self) -> pulumi.Input[int]:
|
|
1493
|
+
def desired_replicas(self) -> pulumi.Input[builtins.int]:
|
|
1493
1494
|
"""
|
|
1494
1495
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1495
1496
|
"""
|
|
1496
1497
|
return pulumi.get(self, "desired_replicas")
|
|
1497
1498
|
|
|
1498
1499
|
@desired_replicas.setter
|
|
1499
|
-
def desired_replicas(self, value: pulumi.Input[int]):
|
|
1500
|
+
def desired_replicas(self, value: pulumi.Input[builtins.int]):
|
|
1500
1501
|
pulumi.set(self, "desired_replicas", value)
|
|
1501
1502
|
|
|
1502
1503
|
@property
|
|
@@ -1513,26 +1514,26 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1513
1514
|
|
|
1514
1515
|
@property
|
|
1515
1516
|
@pulumi.getter(name="lastScaleTime")
|
|
1516
|
-
def last_scale_time(self) -> Optional[pulumi.Input[str]]:
|
|
1517
|
+
def last_scale_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1517
1518
|
"""
|
|
1518
1519
|
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1519
1520
|
"""
|
|
1520
1521
|
return pulumi.get(self, "last_scale_time")
|
|
1521
1522
|
|
|
1522
1523
|
@last_scale_time.setter
|
|
1523
|
-
def last_scale_time(self, value: Optional[pulumi.Input[str]]):
|
|
1524
|
+
def last_scale_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1524
1525
|
pulumi.set(self, "last_scale_time", value)
|
|
1525
1526
|
|
|
1526
1527
|
@property
|
|
1527
1528
|
@pulumi.getter(name="observedGeneration")
|
|
1528
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
1529
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1529
1530
|
"""
|
|
1530
1531
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1531
1532
|
"""
|
|
1532
1533
|
return pulumi.get(self, "observed_generation")
|
|
1533
1534
|
|
|
1534
1535
|
@observed_generation.setter
|
|
1535
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
1536
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1536
1537
|
pulumi.set(self, "observed_generation", value)
|
|
1537
1538
|
|
|
1538
1539
|
|
|
@@ -1541,11 +1542,11 @@ if not MYPY:
|
|
|
1541
1542
|
"""
|
|
1542
1543
|
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
|
|
1543
1544
|
"""
|
|
1544
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1545
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1545
1546
|
"""
|
|
1546
1547
|
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
|
|
1547
1548
|
"""
|
|
1548
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1549
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1549
1550
|
"""
|
|
1550
1551
|
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
|
|
1551
1552
|
"""
|
|
@@ -1567,15 +1568,15 @@ elif False:
|
|
|
1567
1568
|
@pulumi.input_type
|
|
1568
1569
|
class HorizontalPodAutoscalerArgs:
|
|
1569
1570
|
def __init__(__self__, *,
|
|
1570
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1571
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1571
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1572
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1572
1573
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1573
1574
|
spec: Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']] = None,
|
|
1574
1575
|
status: Optional[pulumi.Input['HorizontalPodAutoscalerStatusArgs']] = None):
|
|
1575
1576
|
"""
|
|
1576
1577
|
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
|
|
1577
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1578
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1578
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1579
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1579
1580
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1580
1581
|
:param pulumi.Input['HorizontalPodAutoscalerSpecArgs'] spec: spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
|
|
1581
1582
|
:param pulumi.Input['HorizontalPodAutoscalerStatusArgs'] status: status is the current information about the autoscaler.
|
|
@@ -1593,26 +1594,26 @@ class HorizontalPodAutoscalerArgs:
|
|
|
1593
1594
|
|
|
1594
1595
|
@property
|
|
1595
1596
|
@pulumi.getter(name="apiVersion")
|
|
1596
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1597
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1597
1598
|
"""
|
|
1598
1599
|
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
|
|
1599
1600
|
"""
|
|
1600
1601
|
return pulumi.get(self, "api_version")
|
|
1601
1602
|
|
|
1602
1603
|
@api_version.setter
|
|
1603
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1604
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1604
1605
|
pulumi.set(self, "api_version", value)
|
|
1605
1606
|
|
|
1606
1607
|
@property
|
|
1607
1608
|
@pulumi.getter
|
|
1608
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1609
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1609
1610
|
"""
|
|
1610
1611
|
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
|
|
1611
1612
|
"""
|
|
1612
1613
|
return pulumi.get(self, "kind")
|
|
1613
1614
|
|
|
1614
1615
|
@kind.setter
|
|
1615
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1616
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1616
1617
|
pulumi.set(self, "kind", value)
|
|
1617
1618
|
|
|
1618
1619
|
@property
|
|
@@ -1657,7 +1658,7 @@ if not MYPY:
|
|
|
1657
1658
|
"""
|
|
1658
1659
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1659
1660
|
"""
|
|
1660
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1661
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1661
1662
|
"""
|
|
1662
1663
|
name is the name of the given metric
|
|
1663
1664
|
"""
|
|
@@ -1671,11 +1672,11 @@ elif False:
|
|
|
1671
1672
|
@pulumi.input_type
|
|
1672
1673
|
class MetricIdentifierPatchArgs:
|
|
1673
1674
|
def __init__(__self__, *,
|
|
1674
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1675
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1675
1676
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None):
|
|
1676
1677
|
"""
|
|
1677
1678
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1678
|
-
:param pulumi.Input[str] name: name is the name of the given metric
|
|
1679
|
+
:param pulumi.Input[builtins.str] name: name is the name of the given metric
|
|
1679
1680
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
|
|
1680
1681
|
"""
|
|
1681
1682
|
if name is not None:
|
|
@@ -1685,14 +1686,14 @@ class MetricIdentifierPatchArgs:
|
|
|
1685
1686
|
|
|
1686
1687
|
@property
|
|
1687
1688
|
@pulumi.getter
|
|
1688
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1689
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1689
1690
|
"""
|
|
1690
1691
|
name is the name of the given metric
|
|
1691
1692
|
"""
|
|
1692
1693
|
return pulumi.get(self, "name")
|
|
1693
1694
|
|
|
1694
1695
|
@name.setter
|
|
1695
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1696
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1696
1697
|
pulumi.set(self, "name", value)
|
|
1697
1698
|
|
|
1698
1699
|
@property
|
|
@@ -1713,7 +1714,7 @@ if not MYPY:
|
|
|
1713
1714
|
"""
|
|
1714
1715
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1715
1716
|
"""
|
|
1716
|
-
name: pulumi.Input[str]
|
|
1717
|
+
name: pulumi.Input[builtins.str]
|
|
1717
1718
|
"""
|
|
1718
1719
|
name is the name of the given metric
|
|
1719
1720
|
"""
|
|
@@ -1727,11 +1728,11 @@ elif False:
|
|
|
1727
1728
|
@pulumi.input_type
|
|
1728
1729
|
class MetricIdentifierArgs:
|
|
1729
1730
|
def __init__(__self__, *,
|
|
1730
|
-
name: pulumi.Input[str],
|
|
1731
|
+
name: pulumi.Input[builtins.str],
|
|
1731
1732
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
1732
1733
|
"""
|
|
1733
1734
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1734
|
-
:param pulumi.Input[str] name: name is the name of the given metric
|
|
1735
|
+
:param pulumi.Input[builtins.str] name: name is the name of the given metric
|
|
1735
1736
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
|
|
1736
1737
|
"""
|
|
1737
1738
|
pulumi.set(__self__, "name", name)
|
|
@@ -1740,14 +1741,14 @@ class MetricIdentifierArgs:
|
|
|
1740
1741
|
|
|
1741
1742
|
@property
|
|
1742
1743
|
@pulumi.getter
|
|
1743
|
-
def name(self) -> pulumi.Input[str]:
|
|
1744
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1744
1745
|
"""
|
|
1745
1746
|
name is the name of the given metric
|
|
1746
1747
|
"""
|
|
1747
1748
|
return pulumi.get(self, "name")
|
|
1748
1749
|
|
|
1749
1750
|
@name.setter
|
|
1750
|
-
def name(self, value: pulumi.Input[str]):
|
|
1751
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1751
1752
|
pulumi.set(self, "name", value)
|
|
1752
1753
|
|
|
1753
1754
|
@property
|
|
@@ -1788,7 +1789,7 @@ if not MYPY:
|
|
|
1788
1789
|
"""
|
|
1789
1790
|
resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1790
1791
|
"""
|
|
1791
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1792
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1792
1793
|
"""
|
|
1793
1794
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1794
1795
|
"""
|
|
@@ -1803,7 +1804,7 @@ class MetricSpecPatchArgs:
|
|
|
1803
1804
|
object: Optional[pulumi.Input['ObjectMetricSourcePatchArgs']] = None,
|
|
1804
1805
|
pods: Optional[pulumi.Input['PodsMetricSourcePatchArgs']] = None,
|
|
1805
1806
|
resource: Optional[pulumi.Input['ResourceMetricSourcePatchArgs']] = None,
|
|
1806
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1807
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1807
1808
|
"""
|
|
1808
1809
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1809
1810
|
:param pulumi.Input['ContainerResourceMetricSourcePatchArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
|
|
@@ -1811,7 +1812,7 @@ class MetricSpecPatchArgs:
|
|
|
1811
1812
|
:param pulumi.Input['ObjectMetricSourcePatchArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1812
1813
|
:param pulumi.Input['PodsMetricSourcePatchArgs'] pods: pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
|
|
1813
1814
|
:param pulumi.Input['ResourceMetricSourcePatchArgs'] resource: resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1814
|
-
:param pulumi.Input[str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1815
|
+
:param pulumi.Input[builtins.str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1815
1816
|
"""
|
|
1816
1817
|
if container_resource is not None:
|
|
1817
1818
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1888,14 +1889,14 @@ class MetricSpecPatchArgs:
|
|
|
1888
1889
|
|
|
1889
1890
|
@property
|
|
1890
1891
|
@pulumi.getter
|
|
1891
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1892
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1892
1893
|
"""
|
|
1893
1894
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1894
1895
|
"""
|
|
1895
1896
|
return pulumi.get(self, "type")
|
|
1896
1897
|
|
|
1897
1898
|
@type.setter
|
|
1898
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1899
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1899
1900
|
pulumi.set(self, "type", value)
|
|
1900
1901
|
|
|
1901
1902
|
|
|
@@ -1904,7 +1905,7 @@ if not MYPY:
|
|
|
1904
1905
|
"""
|
|
1905
1906
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1906
1907
|
"""
|
|
1907
|
-
type: pulumi.Input[str]
|
|
1908
|
+
type: pulumi.Input[builtins.str]
|
|
1908
1909
|
"""
|
|
1909
1910
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1910
1911
|
"""
|
|
@@ -1934,7 +1935,7 @@ elif False:
|
|
|
1934
1935
|
@pulumi.input_type
|
|
1935
1936
|
class MetricSpecArgs:
|
|
1936
1937
|
def __init__(__self__, *,
|
|
1937
|
-
type: pulumi.Input[str],
|
|
1938
|
+
type: pulumi.Input[builtins.str],
|
|
1938
1939
|
container_resource: Optional[pulumi.Input['ContainerResourceMetricSourceArgs']] = None,
|
|
1939
1940
|
external: Optional[pulumi.Input['ExternalMetricSourceArgs']] = None,
|
|
1940
1941
|
object: Optional[pulumi.Input['ObjectMetricSourceArgs']] = None,
|
|
@@ -1942,7 +1943,7 @@ class MetricSpecArgs:
|
|
|
1942
1943
|
resource: Optional[pulumi.Input['ResourceMetricSourceArgs']] = None):
|
|
1943
1944
|
"""
|
|
1944
1945
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1945
|
-
:param pulumi.Input[str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1946
|
+
:param pulumi.Input[builtins.str] type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1946
1947
|
:param pulumi.Input['ContainerResourceMetricSourceArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
|
|
1947
1948
|
:param pulumi.Input['ExternalMetricSourceArgs'] external: external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
|
|
1948
1949
|
:param pulumi.Input['ObjectMetricSourceArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1963,14 +1964,14 @@ class MetricSpecArgs:
|
|
|
1963
1964
|
|
|
1964
1965
|
@property
|
|
1965
1966
|
@pulumi.getter
|
|
1966
|
-
def type(self) -> pulumi.Input[str]:
|
|
1967
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1967
1968
|
"""
|
|
1968
1969
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1969
1970
|
"""
|
|
1970
1971
|
return pulumi.get(self, "type")
|
|
1971
1972
|
|
|
1972
1973
|
@type.setter
|
|
1973
|
-
def type(self, value: pulumi.Input[str]):
|
|
1974
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1974
1975
|
pulumi.set(self, "type", value)
|
|
1975
1976
|
|
|
1976
1977
|
@property
|
|
@@ -2039,7 +2040,7 @@ if not MYPY:
|
|
|
2039
2040
|
"""
|
|
2040
2041
|
MetricStatus describes the last-read state of a single metric.
|
|
2041
2042
|
"""
|
|
2042
|
-
type: pulumi.Input[str]
|
|
2043
|
+
type: pulumi.Input[builtins.str]
|
|
2043
2044
|
"""
|
|
2044
2045
|
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2045
2046
|
"""
|
|
@@ -2069,7 +2070,7 @@ elif False:
|
|
|
2069
2070
|
@pulumi.input_type
|
|
2070
2071
|
class MetricStatusArgs:
|
|
2071
2072
|
def __init__(__self__, *,
|
|
2072
|
-
type: pulumi.Input[str],
|
|
2073
|
+
type: pulumi.Input[builtins.str],
|
|
2073
2074
|
container_resource: Optional[pulumi.Input['ContainerResourceMetricStatusArgs']] = None,
|
|
2074
2075
|
external: Optional[pulumi.Input['ExternalMetricStatusArgs']] = None,
|
|
2075
2076
|
object: Optional[pulumi.Input['ObjectMetricStatusArgs']] = None,
|
|
@@ -2077,7 +2078,7 @@ class MetricStatusArgs:
|
|
|
2077
2078
|
resource: Optional[pulumi.Input['ResourceMetricStatusArgs']] = None):
|
|
2078
2079
|
"""
|
|
2079
2080
|
MetricStatus describes the last-read state of a single metric.
|
|
2080
|
-
:param pulumi.Input[str] type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2081
|
+
:param pulumi.Input[builtins.str] type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2081
2082
|
:param pulumi.Input['ContainerResourceMetricStatusArgs'] container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
2082
2083
|
:param pulumi.Input['ExternalMetricStatusArgs'] external: external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
|
|
2083
2084
|
:param pulumi.Input['ObjectMetricStatusArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -2098,14 +2099,14 @@ class MetricStatusArgs:
|
|
|
2098
2099
|
|
|
2099
2100
|
@property
|
|
2100
2101
|
@pulumi.getter
|
|
2101
|
-
def type(self) -> pulumi.Input[str]:
|
|
2102
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
2102
2103
|
"""
|
|
2103
2104
|
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2104
2105
|
"""
|
|
2105
2106
|
return pulumi.get(self, "type")
|
|
2106
2107
|
|
|
2107
2108
|
@type.setter
|
|
2108
|
-
def type(self, value: pulumi.Input[str]):
|
|
2109
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
2109
2110
|
pulumi.set(self, "type", value)
|
|
2110
2111
|
|
|
2111
2112
|
@property
|
|
@@ -2174,19 +2175,19 @@ if not MYPY:
|
|
|
2174
2175
|
"""
|
|
2175
2176
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2176
2177
|
"""
|
|
2177
|
-
average_utilization: NotRequired[pulumi.Input[int]]
|
|
2178
|
+
average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2178
2179
|
"""
|
|
2179
2180
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2180
2181
|
"""
|
|
2181
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
2182
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2182
2183
|
"""
|
|
2183
2184
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2184
2185
|
"""
|
|
2185
|
-
type: NotRequired[pulumi.Input[str]]
|
|
2186
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
2186
2187
|
"""
|
|
2187
2188
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2188
2189
|
"""
|
|
2189
|
-
value: NotRequired[pulumi.Input[str]]
|
|
2190
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
|
2190
2191
|
"""
|
|
2191
2192
|
value is the target value of the metric (as a quantity).
|
|
2192
2193
|
"""
|
|
@@ -2196,16 +2197,16 @@ elif False:
|
|
|
2196
2197
|
@pulumi.input_type
|
|
2197
2198
|
class MetricTargetPatchArgs:
|
|
2198
2199
|
def __init__(__self__, *,
|
|
2199
|
-
average_utilization: Optional[pulumi.Input[int]] = None,
|
|
2200
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
2201
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
2202
|
-
value: Optional[pulumi.Input[str]] = None):
|
|
2200
|
+
average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
2201
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
2202
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
2203
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2203
2204
|
"""
|
|
2204
2205
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2205
|
-
:param pulumi.Input[int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2206
|
-
:param pulumi.Input[str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2207
|
-
:param pulumi.Input[str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2208
|
-
:param pulumi.Input[str] value: value is the target value of the metric (as a quantity).
|
|
2206
|
+
:param pulumi.Input[builtins.int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2207
|
+
:param pulumi.Input[builtins.str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2208
|
+
:param pulumi.Input[builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2209
|
+
:param pulumi.Input[builtins.str] value: value is the target value of the metric (as a quantity).
|
|
2209
2210
|
"""
|
|
2210
2211
|
if average_utilization is not None:
|
|
2211
2212
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2218,50 +2219,50 @@ class MetricTargetPatchArgs:
|
|
|
2218
2219
|
|
|
2219
2220
|
@property
|
|
2220
2221
|
@pulumi.getter(name="averageUtilization")
|
|
2221
|
-
def average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2222
|
+
def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2222
2223
|
"""
|
|
2223
2224
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2224
2225
|
"""
|
|
2225
2226
|
return pulumi.get(self, "average_utilization")
|
|
2226
2227
|
|
|
2227
2228
|
@average_utilization.setter
|
|
2228
|
-
def average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2229
|
+
def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2229
2230
|
pulumi.set(self, "average_utilization", value)
|
|
2230
2231
|
|
|
2231
2232
|
@property
|
|
2232
2233
|
@pulumi.getter(name="averageValue")
|
|
2233
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2234
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2234
2235
|
"""
|
|
2235
2236
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2236
2237
|
"""
|
|
2237
2238
|
return pulumi.get(self, "average_value")
|
|
2238
2239
|
|
|
2239
2240
|
@average_value.setter
|
|
2240
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2241
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2241
2242
|
pulumi.set(self, "average_value", value)
|
|
2242
2243
|
|
|
2243
2244
|
@property
|
|
2244
2245
|
@pulumi.getter
|
|
2245
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2246
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2246
2247
|
"""
|
|
2247
2248
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2248
2249
|
"""
|
|
2249
2250
|
return pulumi.get(self, "type")
|
|
2250
2251
|
|
|
2251
2252
|
@type.setter
|
|
2252
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2253
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2253
2254
|
pulumi.set(self, "type", value)
|
|
2254
2255
|
|
|
2255
2256
|
@property
|
|
2256
2257
|
@pulumi.getter
|
|
2257
|
-
def value(self) -> Optional[pulumi.Input[str]]:
|
|
2258
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2258
2259
|
"""
|
|
2259
2260
|
value is the target value of the metric (as a quantity).
|
|
2260
2261
|
"""
|
|
2261
2262
|
return pulumi.get(self, "value")
|
|
2262
2263
|
|
|
2263
2264
|
@value.setter
|
|
2264
|
-
def value(self, value: Optional[pulumi.Input[str]]):
|
|
2265
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2265
2266
|
pulumi.set(self, "value", value)
|
|
2266
2267
|
|
|
2267
2268
|
|
|
@@ -2270,19 +2271,19 @@ if not MYPY:
|
|
|
2270
2271
|
"""
|
|
2271
2272
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2272
2273
|
"""
|
|
2273
|
-
type: pulumi.Input[str]
|
|
2274
|
+
type: pulumi.Input[builtins.str]
|
|
2274
2275
|
"""
|
|
2275
2276
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2276
2277
|
"""
|
|
2277
|
-
average_utilization: NotRequired[pulumi.Input[int]]
|
|
2278
|
+
average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2278
2279
|
"""
|
|
2279
2280
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2280
2281
|
"""
|
|
2281
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
2282
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2282
2283
|
"""
|
|
2283
2284
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2284
2285
|
"""
|
|
2285
|
-
value: NotRequired[pulumi.Input[str]]
|
|
2286
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
|
2286
2287
|
"""
|
|
2287
2288
|
value is the target value of the metric (as a quantity).
|
|
2288
2289
|
"""
|
|
@@ -2292,16 +2293,16 @@ elif False:
|
|
|
2292
2293
|
@pulumi.input_type
|
|
2293
2294
|
class MetricTargetArgs:
|
|
2294
2295
|
def __init__(__self__, *,
|
|
2295
|
-
type: pulumi.Input[str],
|
|
2296
|
-
average_utilization: Optional[pulumi.Input[int]] = None,
|
|
2297
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
2298
|
-
value: Optional[pulumi.Input[str]] = None):
|
|
2296
|
+
type: pulumi.Input[builtins.str],
|
|
2297
|
+
average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
2298
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
2299
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2299
2300
|
"""
|
|
2300
2301
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2301
|
-
:param pulumi.Input[str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2302
|
-
:param pulumi.Input[int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2303
|
-
:param pulumi.Input[str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2304
|
-
:param pulumi.Input[str] value: value is the target value of the metric (as a quantity).
|
|
2302
|
+
:param pulumi.Input[builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2303
|
+
:param pulumi.Input[builtins.int] average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2304
|
+
:param pulumi.Input[builtins.str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2305
|
+
:param pulumi.Input[builtins.str] value: value is the target value of the metric (as a quantity).
|
|
2305
2306
|
"""
|
|
2306
2307
|
pulumi.set(__self__, "type", type)
|
|
2307
2308
|
if average_utilization is not None:
|
|
@@ -2313,50 +2314,50 @@ class MetricTargetArgs:
|
|
|
2313
2314
|
|
|
2314
2315
|
@property
|
|
2315
2316
|
@pulumi.getter
|
|
2316
|
-
def type(self) -> pulumi.Input[str]:
|
|
2317
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
2317
2318
|
"""
|
|
2318
2319
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2319
2320
|
"""
|
|
2320
2321
|
return pulumi.get(self, "type")
|
|
2321
2322
|
|
|
2322
2323
|
@type.setter
|
|
2323
|
-
def type(self, value: pulumi.Input[str]):
|
|
2324
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
2324
2325
|
pulumi.set(self, "type", value)
|
|
2325
2326
|
|
|
2326
2327
|
@property
|
|
2327
2328
|
@pulumi.getter(name="averageUtilization")
|
|
2328
|
-
def average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2329
|
+
def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2329
2330
|
"""
|
|
2330
2331
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2331
2332
|
"""
|
|
2332
2333
|
return pulumi.get(self, "average_utilization")
|
|
2333
2334
|
|
|
2334
2335
|
@average_utilization.setter
|
|
2335
|
-
def average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2336
|
+
def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2336
2337
|
pulumi.set(self, "average_utilization", value)
|
|
2337
2338
|
|
|
2338
2339
|
@property
|
|
2339
2340
|
@pulumi.getter(name="averageValue")
|
|
2340
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2341
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2341
2342
|
"""
|
|
2342
2343
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2343
2344
|
"""
|
|
2344
2345
|
return pulumi.get(self, "average_value")
|
|
2345
2346
|
|
|
2346
2347
|
@average_value.setter
|
|
2347
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2348
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2348
2349
|
pulumi.set(self, "average_value", value)
|
|
2349
2350
|
|
|
2350
2351
|
@property
|
|
2351
2352
|
@pulumi.getter
|
|
2352
|
-
def value(self) -> Optional[pulumi.Input[str]]:
|
|
2353
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2353
2354
|
"""
|
|
2354
2355
|
value is the target value of the metric (as a quantity).
|
|
2355
2356
|
"""
|
|
2356
2357
|
return pulumi.get(self, "value")
|
|
2357
2358
|
|
|
2358
2359
|
@value.setter
|
|
2359
|
-
def value(self, value: Optional[pulumi.Input[str]]):
|
|
2360
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2360
2361
|
pulumi.set(self, "value", value)
|
|
2361
2362
|
|
|
2362
2363
|
|
|
@@ -2365,15 +2366,15 @@ if not MYPY:
|
|
|
2365
2366
|
"""
|
|
2366
2367
|
MetricValueStatus holds the current value for a metric
|
|
2367
2368
|
"""
|
|
2368
|
-
average_utilization: NotRequired[pulumi.Input[int]]
|
|
2369
|
+
average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2369
2370
|
"""
|
|
2370
2371
|
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2371
2372
|
"""
|
|
2372
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
2373
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2373
2374
|
"""
|
|
2374
2375
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2375
2376
|
"""
|
|
2376
|
-
value: NotRequired[pulumi.Input[str]]
|
|
2377
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
|
2377
2378
|
"""
|
|
2378
2379
|
value is the current value of the metric (as a quantity).
|
|
2379
2380
|
"""
|
|
@@ -2383,14 +2384,14 @@ elif False:
|
|
|
2383
2384
|
@pulumi.input_type
|
|
2384
2385
|
class MetricValueStatusArgs:
|
|
2385
2386
|
def __init__(__self__, *,
|
|
2386
|
-
average_utilization: Optional[pulumi.Input[int]] = None,
|
|
2387
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
2388
|
-
value: Optional[pulumi.Input[str]] = None):
|
|
2387
|
+
average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
2388
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
2389
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2389
2390
|
"""
|
|
2390
2391
|
MetricValueStatus holds the current value for a metric
|
|
2391
|
-
:param pulumi.Input[int] average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2392
|
-
:param pulumi.Input[str] average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2393
|
-
:param pulumi.Input[str] value: value is the current value of the metric (as a quantity).
|
|
2392
|
+
:param pulumi.Input[builtins.int] average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2393
|
+
:param pulumi.Input[builtins.str] average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2394
|
+
:param pulumi.Input[builtins.str] value: value is the current value of the metric (as a quantity).
|
|
2394
2395
|
"""
|
|
2395
2396
|
if average_utilization is not None:
|
|
2396
2397
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2401,38 +2402,38 @@ class MetricValueStatusArgs:
|
|
|
2401
2402
|
|
|
2402
2403
|
@property
|
|
2403
2404
|
@pulumi.getter(name="averageUtilization")
|
|
2404
|
-
def average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2405
|
+
def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2405
2406
|
"""
|
|
2406
2407
|
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2407
2408
|
"""
|
|
2408
2409
|
return pulumi.get(self, "average_utilization")
|
|
2409
2410
|
|
|
2410
2411
|
@average_utilization.setter
|
|
2411
|
-
def average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2412
|
+
def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2412
2413
|
pulumi.set(self, "average_utilization", value)
|
|
2413
2414
|
|
|
2414
2415
|
@property
|
|
2415
2416
|
@pulumi.getter(name="averageValue")
|
|
2416
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2417
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2417
2418
|
"""
|
|
2418
2419
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2419
2420
|
"""
|
|
2420
2421
|
return pulumi.get(self, "average_value")
|
|
2421
2422
|
|
|
2422
2423
|
@average_value.setter
|
|
2423
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2424
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2424
2425
|
pulumi.set(self, "average_value", value)
|
|
2425
2426
|
|
|
2426
2427
|
@property
|
|
2427
2428
|
@pulumi.getter
|
|
2428
|
-
def value(self) -> Optional[pulumi.Input[str]]:
|
|
2429
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2429
2430
|
"""
|
|
2430
2431
|
value is the current value of the metric (as a quantity).
|
|
2431
2432
|
"""
|
|
2432
2433
|
return pulumi.get(self, "value")
|
|
2433
2434
|
|
|
2434
2435
|
@value.setter
|
|
2435
|
-
def value(self, value: Optional[pulumi.Input[str]]):
|
|
2436
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2436
2437
|
pulumi.set(self, "value", value)
|
|
2437
2438
|
|
|
2438
2439
|
|
|
@@ -2806,7 +2807,7 @@ if not MYPY:
|
|
|
2806
2807
|
"""
|
|
2807
2808
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2808
2809
|
"""
|
|
2809
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2810
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2810
2811
|
"""
|
|
2811
2812
|
name is the name of the resource in question.
|
|
2812
2813
|
"""
|
|
@@ -2820,11 +2821,11 @@ elif False:
|
|
|
2820
2821
|
@pulumi.input_type
|
|
2821
2822
|
class ResourceMetricSourcePatchArgs:
|
|
2822
2823
|
def __init__(__self__, *,
|
|
2823
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2824
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2824
2825
|
target: Optional[pulumi.Input['MetricTargetPatchArgs']] = None):
|
|
2825
2826
|
"""
|
|
2826
2827
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2827
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
2828
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
2828
2829
|
:param pulumi.Input['MetricTargetPatchArgs'] target: target specifies the target value for the given metric
|
|
2829
2830
|
"""
|
|
2830
2831
|
if name is not None:
|
|
@@ -2834,14 +2835,14 @@ class ResourceMetricSourcePatchArgs:
|
|
|
2834
2835
|
|
|
2835
2836
|
@property
|
|
2836
2837
|
@pulumi.getter
|
|
2837
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2838
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2838
2839
|
"""
|
|
2839
2840
|
name is the name of the resource in question.
|
|
2840
2841
|
"""
|
|
2841
2842
|
return pulumi.get(self, "name")
|
|
2842
2843
|
|
|
2843
2844
|
@name.setter
|
|
2844
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2845
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2845
2846
|
pulumi.set(self, "name", value)
|
|
2846
2847
|
|
|
2847
2848
|
@property
|
|
@@ -2862,7 +2863,7 @@ if not MYPY:
|
|
|
2862
2863
|
"""
|
|
2863
2864
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2864
2865
|
"""
|
|
2865
|
-
name: pulumi.Input[str]
|
|
2866
|
+
name: pulumi.Input[builtins.str]
|
|
2866
2867
|
"""
|
|
2867
2868
|
name is the name of the resource in question.
|
|
2868
2869
|
"""
|
|
@@ -2876,11 +2877,11 @@ elif False:
|
|
|
2876
2877
|
@pulumi.input_type
|
|
2877
2878
|
class ResourceMetricSourceArgs:
|
|
2878
2879
|
def __init__(__self__, *,
|
|
2879
|
-
name: pulumi.Input[str],
|
|
2880
|
+
name: pulumi.Input[builtins.str],
|
|
2880
2881
|
target: pulumi.Input['MetricTargetArgs']):
|
|
2881
2882
|
"""
|
|
2882
2883
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2883
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
2884
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
2884
2885
|
:param pulumi.Input['MetricTargetArgs'] target: target specifies the target value for the given metric
|
|
2885
2886
|
"""
|
|
2886
2887
|
pulumi.set(__self__, "name", name)
|
|
@@ -2888,14 +2889,14 @@ class ResourceMetricSourceArgs:
|
|
|
2888
2889
|
|
|
2889
2890
|
@property
|
|
2890
2891
|
@pulumi.getter
|
|
2891
|
-
def name(self) -> pulumi.Input[str]:
|
|
2892
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2892
2893
|
"""
|
|
2893
2894
|
name is the name of the resource in question.
|
|
2894
2895
|
"""
|
|
2895
2896
|
return pulumi.get(self, "name")
|
|
2896
2897
|
|
|
2897
2898
|
@name.setter
|
|
2898
|
-
def name(self, value: pulumi.Input[str]):
|
|
2899
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2899
2900
|
pulumi.set(self, "name", value)
|
|
2900
2901
|
|
|
2901
2902
|
@property
|
|
@@ -2920,7 +2921,7 @@ if not MYPY:
|
|
|
2920
2921
|
"""
|
|
2921
2922
|
current contains the current value for the given metric
|
|
2922
2923
|
"""
|
|
2923
|
-
name: pulumi.Input[str]
|
|
2924
|
+
name: pulumi.Input[builtins.str]
|
|
2924
2925
|
"""
|
|
2925
2926
|
Name is the name of the resource in question.
|
|
2926
2927
|
"""
|
|
@@ -2931,11 +2932,11 @@ elif False:
|
|
|
2931
2932
|
class ResourceMetricStatusArgs:
|
|
2932
2933
|
def __init__(__self__, *,
|
|
2933
2934
|
current: pulumi.Input['MetricValueStatusArgs'],
|
|
2934
|
-
name: pulumi.Input[str]):
|
|
2935
|
+
name: pulumi.Input[builtins.str]):
|
|
2935
2936
|
"""
|
|
2936
2937
|
ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
2937
2938
|
:param pulumi.Input['MetricValueStatusArgs'] current: current contains the current value for the given metric
|
|
2938
|
-
:param pulumi.Input[str] name: Name is the name of the resource in question.
|
|
2939
|
+
:param pulumi.Input[builtins.str] name: Name is the name of the resource in question.
|
|
2939
2940
|
"""
|
|
2940
2941
|
pulumi.set(__self__, "current", current)
|
|
2941
2942
|
pulumi.set(__self__, "name", name)
|
|
@@ -2954,14 +2955,14 @@ class ResourceMetricStatusArgs:
|
|
|
2954
2955
|
|
|
2955
2956
|
@property
|
|
2956
2957
|
@pulumi.getter
|
|
2957
|
-
def name(self) -> pulumi.Input[str]:
|
|
2958
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2958
2959
|
"""
|
|
2959
2960
|
Name is the name of the resource in question.
|
|
2960
2961
|
"""
|
|
2961
2962
|
return pulumi.get(self, "name")
|
|
2962
2963
|
|
|
2963
2964
|
@name.setter
|
|
2964
|
-
def name(self, value: pulumi.Input[str]):
|
|
2965
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2965
2966
|
pulumi.set(self, "name", value)
|
|
2966
2967
|
|
|
2967
2968
|
|