pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -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
|
apiVersion is the 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 is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#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: apiVersion is the API version of the referent
|
|
346
|
-
:param pulumi.Input[str] kind: kind is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
346
|
+
:param pulumi.Input[builtins.str] api_version: apiVersion is the API version of the referent
|
|
347
|
+
:param pulumi.Input[builtins.str] kind: kind is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#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
|
apiVersion is the 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 is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#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 is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
405
406
|
"""
|
|
406
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
407
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
407
408
|
"""
|
|
408
409
|
apiVersion is the 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 is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
423
|
-
:param pulumi.Input[str] api_version: apiVersion is the API version of the referent
|
|
422
|
+
:param pulumi.Input[builtins.str] kind: kind is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
424
|
+
:param pulumi.Input[builtins.str] api_version: apiVersion is the 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 is the 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 is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#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
|
apiVersion is the 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 Max 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 Max 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 Max 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 Max 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 Max 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 Max 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 Max 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 Max 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
|
|
|
@@ -1408,7 +1409,7 @@ if not MYPY:
|
|
|
1408
1409
|
"""
|
|
1409
1410
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1410
1411
|
"""
|
|
1411
|
-
desired_replicas: pulumi.Input[int]
|
|
1412
|
+
desired_replicas: pulumi.Input[builtins.int]
|
|
1412
1413
|
"""
|
|
1413
1414
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1414
1415
|
"""
|
|
@@ -1420,15 +1421,15 @@ if not MYPY:
|
|
|
1420
1421
|
"""
|
|
1421
1422
|
currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1422
1423
|
"""
|
|
1423
|
-
current_replicas: NotRequired[pulumi.Input[int]]
|
|
1424
|
+
current_replicas: NotRequired[pulumi.Input[builtins.int]]
|
|
1424
1425
|
"""
|
|
1425
1426
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the 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
|
"""
|
|
@@ -1438,20 +1439,20 @@ elif False:
|
|
|
1438
1439
|
@pulumi.input_type
|
|
1439
1440
|
class HorizontalPodAutoscalerStatusArgs:
|
|
1440
1441
|
def __init__(__self__, *,
|
|
1441
|
-
desired_replicas: pulumi.Input[int],
|
|
1442
|
+
desired_replicas: pulumi.Input[builtins.int],
|
|
1442
1443
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['HorizontalPodAutoscalerConditionArgs']]]] = None,
|
|
1443
1444
|
current_metrics: Optional[pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]]] = None,
|
|
1444
|
-
current_replicas: Optional[pulumi.Input[int]] = None,
|
|
1445
|
-
last_scale_time: Optional[pulumi.Input[str]] = None,
|
|
1446
|
-
observed_generation: Optional[pulumi.Input[int]] = None):
|
|
1445
|
+
current_replicas: Optional[pulumi.Input[builtins.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
|
-
: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.
|
|
1450
|
+
: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.
|
|
1450
1451
|
: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.
|
|
1451
1452
|
:param pulumi.Input[Sequence[pulumi.Input['MetricStatusArgs']]] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1452
|
-
:param pulumi.Input[int] current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the 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.
|
|
1453
|
+
: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.
|
|
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__, "desired_replicas", desired_replicas)
|
|
1457
1458
|
if conditions is not None:
|
|
@@ -1467,14 +1468,14 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1467
1468
|
|
|
1468
1469
|
@property
|
|
1469
1470
|
@pulumi.getter(name="desiredReplicas")
|
|
1470
|
-
def desired_replicas(self) -> pulumi.Input[int]:
|
|
1471
|
+
def desired_replicas(self) -> pulumi.Input[builtins.int]:
|
|
1471
1472
|
"""
|
|
1472
1473
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1473
1474
|
"""
|
|
1474
1475
|
return pulumi.get(self, "desired_replicas")
|
|
1475
1476
|
|
|
1476
1477
|
@desired_replicas.setter
|
|
1477
|
-
def desired_replicas(self, value: pulumi.Input[int]):
|
|
1478
|
+
def desired_replicas(self, value: pulumi.Input[builtins.int]):
|
|
1478
1479
|
pulumi.set(self, "desired_replicas", value)
|
|
1479
1480
|
|
|
1480
1481
|
@property
|
|
@@ -1503,38 +1504,38 @@ class HorizontalPodAutoscalerStatusArgs:
|
|
|
1503
1504
|
|
|
1504
1505
|
@property
|
|
1505
1506
|
@pulumi.getter(name="currentReplicas")
|
|
1506
|
-
def current_replicas(self) -> Optional[pulumi.Input[int]]:
|
|
1507
|
+
def current_replicas(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1507
1508
|
"""
|
|
1508
1509
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1509
1510
|
"""
|
|
1510
1511
|
return pulumi.get(self, "current_replicas")
|
|
1511
1512
|
|
|
1512
1513
|
@current_replicas.setter
|
|
1513
|
-
def current_replicas(self, value: Optional[pulumi.Input[int]]):
|
|
1514
|
+
def current_replicas(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1514
1515
|
pulumi.set(self, "current_replicas", value)
|
|
1515
1516
|
|
|
1516
1517
|
@property
|
|
1517
1518
|
@pulumi.getter(name="lastScaleTime")
|
|
1518
|
-
def last_scale_time(self) -> Optional[pulumi.Input[str]]:
|
|
1519
|
+
def last_scale_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1519
1520
|
"""
|
|
1520
1521
|
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.
|
|
1521
1522
|
"""
|
|
1522
1523
|
return pulumi.get(self, "last_scale_time")
|
|
1523
1524
|
|
|
1524
1525
|
@last_scale_time.setter
|
|
1525
|
-
def last_scale_time(self, value: Optional[pulumi.Input[str]]):
|
|
1526
|
+
def last_scale_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1526
1527
|
pulumi.set(self, "last_scale_time", value)
|
|
1527
1528
|
|
|
1528
1529
|
@property
|
|
1529
1530
|
@pulumi.getter(name="observedGeneration")
|
|
1530
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
1531
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1531
1532
|
"""
|
|
1532
1533
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1533
1534
|
"""
|
|
1534
1535
|
return pulumi.get(self, "observed_generation")
|
|
1535
1536
|
|
|
1536
1537
|
@observed_generation.setter
|
|
1537
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
1538
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1538
1539
|
pulumi.set(self, "observed_generation", value)
|
|
1539
1540
|
|
|
1540
1541
|
|
|
@@ -1543,11 +1544,11 @@ if not MYPY:
|
|
|
1543
1544
|
"""
|
|
1544
1545
|
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.
|
|
1545
1546
|
"""
|
|
1546
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1547
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1547
1548
|
"""
|
|
1548
1549
|
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
|
|
1549
1550
|
"""
|
|
1550
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1551
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1551
1552
|
"""
|
|
1552
1553
|
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
|
|
1553
1554
|
"""
|
|
@@ -1569,15 +1570,15 @@ elif False:
|
|
|
1569
1570
|
@pulumi.input_type
|
|
1570
1571
|
class HorizontalPodAutoscalerArgs:
|
|
1571
1572
|
def __init__(__self__, *,
|
|
1572
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1573
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1573
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1574
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1574
1575
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1575
1576
|
spec: Optional[pulumi.Input['HorizontalPodAutoscalerSpecArgs']] = None,
|
|
1576
1577
|
status: Optional[pulumi.Input['HorizontalPodAutoscalerStatusArgs']] = None):
|
|
1577
1578
|
"""
|
|
1578
1579
|
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.
|
|
1579
|
-
: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
|
|
1580
|
-
: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
|
|
1580
|
+
: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
|
|
1581
|
+
: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
|
|
1581
1582
|
: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
|
|
1582
1583
|
: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.
|
|
1583
1584
|
:param pulumi.Input['HorizontalPodAutoscalerStatusArgs'] status: status is the current information about the autoscaler.
|
|
@@ -1595,26 +1596,26 @@ class HorizontalPodAutoscalerArgs:
|
|
|
1595
1596
|
|
|
1596
1597
|
@property
|
|
1597
1598
|
@pulumi.getter(name="apiVersion")
|
|
1598
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1599
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1599
1600
|
"""
|
|
1600
1601
|
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
|
|
1601
1602
|
"""
|
|
1602
1603
|
return pulumi.get(self, "api_version")
|
|
1603
1604
|
|
|
1604
1605
|
@api_version.setter
|
|
1605
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1606
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1606
1607
|
pulumi.set(self, "api_version", value)
|
|
1607
1608
|
|
|
1608
1609
|
@property
|
|
1609
1610
|
@pulumi.getter
|
|
1610
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1611
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1611
1612
|
"""
|
|
1612
1613
|
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
|
|
1613
1614
|
"""
|
|
1614
1615
|
return pulumi.get(self, "kind")
|
|
1615
1616
|
|
|
1616
1617
|
@kind.setter
|
|
1617
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1618
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1618
1619
|
pulumi.set(self, "kind", value)
|
|
1619
1620
|
|
|
1620
1621
|
@property
|
|
@@ -1659,7 +1660,7 @@ if not MYPY:
|
|
|
1659
1660
|
"""
|
|
1660
1661
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1661
1662
|
"""
|
|
1662
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1663
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1663
1664
|
"""
|
|
1664
1665
|
name is the name of the given metric
|
|
1665
1666
|
"""
|
|
@@ -1673,11 +1674,11 @@ elif False:
|
|
|
1673
1674
|
@pulumi.input_type
|
|
1674
1675
|
class MetricIdentifierPatchArgs:
|
|
1675
1676
|
def __init__(__self__, *,
|
|
1676
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
1677
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
1677
1678
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None):
|
|
1678
1679
|
"""
|
|
1679
1680
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1680
|
-
:param pulumi.Input[str] name: name is the name of the given metric
|
|
1681
|
+
:param pulumi.Input[builtins.str] name: name is the name of the given metric
|
|
1681
1682
|
: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.
|
|
1682
1683
|
"""
|
|
1683
1684
|
if name is not None:
|
|
@@ -1687,14 +1688,14 @@ class MetricIdentifierPatchArgs:
|
|
|
1687
1688
|
|
|
1688
1689
|
@property
|
|
1689
1690
|
@pulumi.getter
|
|
1690
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1691
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1691
1692
|
"""
|
|
1692
1693
|
name is the name of the given metric
|
|
1693
1694
|
"""
|
|
1694
1695
|
return pulumi.get(self, "name")
|
|
1695
1696
|
|
|
1696
1697
|
@name.setter
|
|
1697
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1698
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1698
1699
|
pulumi.set(self, "name", value)
|
|
1699
1700
|
|
|
1700
1701
|
@property
|
|
@@ -1715,7 +1716,7 @@ if not MYPY:
|
|
|
1715
1716
|
"""
|
|
1716
1717
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1717
1718
|
"""
|
|
1718
|
-
name: pulumi.Input[str]
|
|
1719
|
+
name: pulumi.Input[builtins.str]
|
|
1719
1720
|
"""
|
|
1720
1721
|
name is the name of the given metric
|
|
1721
1722
|
"""
|
|
@@ -1729,11 +1730,11 @@ elif False:
|
|
|
1729
1730
|
@pulumi.input_type
|
|
1730
1731
|
class MetricIdentifierArgs:
|
|
1731
1732
|
def __init__(__self__, *,
|
|
1732
|
-
name: pulumi.Input[str],
|
|
1733
|
+
name: pulumi.Input[builtins.str],
|
|
1733
1734
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
1734
1735
|
"""
|
|
1735
1736
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1736
|
-
:param pulumi.Input[str] name: name is the name of the given metric
|
|
1737
|
+
:param pulumi.Input[builtins.str] name: name is the name of the given metric
|
|
1737
1738
|
: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.
|
|
1738
1739
|
"""
|
|
1739
1740
|
pulumi.set(__self__, "name", name)
|
|
@@ -1742,14 +1743,14 @@ class MetricIdentifierArgs:
|
|
|
1742
1743
|
|
|
1743
1744
|
@property
|
|
1744
1745
|
@pulumi.getter
|
|
1745
|
-
def name(self) -> pulumi.Input[str]:
|
|
1746
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1746
1747
|
"""
|
|
1747
1748
|
name is the name of the given metric
|
|
1748
1749
|
"""
|
|
1749
1750
|
return pulumi.get(self, "name")
|
|
1750
1751
|
|
|
1751
1752
|
@name.setter
|
|
1752
|
-
def name(self, value: pulumi.Input[str]):
|
|
1753
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1753
1754
|
pulumi.set(self, "name", value)
|
|
1754
1755
|
|
|
1755
1756
|
@property
|
|
@@ -1790,7 +1791,7 @@ if not MYPY:
|
|
|
1790
1791
|
"""
|
|
1791
1792
|
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.
|
|
1792
1793
|
"""
|
|
1793
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1794
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1794
1795
|
"""
|
|
1795
1796
|
type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1796
1797
|
"""
|
|
@@ -1805,7 +1806,7 @@ class MetricSpecPatchArgs:
|
|
|
1805
1806
|
object: Optional[pulumi.Input['ObjectMetricSourcePatchArgs']] = None,
|
|
1806
1807
|
pods: Optional[pulumi.Input['PodsMetricSourcePatchArgs']] = None,
|
|
1807
1808
|
resource: Optional[pulumi.Input['ResourceMetricSourcePatchArgs']] = None,
|
|
1808
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1809
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1809
1810
|
"""
|
|
1810
1811
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1811
1812
|
:param pulumi.Input['ContainerResourceMetricSourcePatchArgs'] container_resource: containerResource 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.
|
|
@@ -1813,7 +1814,7 @@ class MetricSpecPatchArgs:
|
|
|
1813
1814
|
:param pulumi.Input['ObjectMetricSourcePatchArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1814
1815
|
: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.
|
|
1815
1816
|
: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.
|
|
1816
|
-
:param pulumi.Input[str] type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1817
|
+
:param pulumi.Input[builtins.str] type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1817
1818
|
"""
|
|
1818
1819
|
if container_resource is not None:
|
|
1819
1820
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1890,14 +1891,14 @@ class MetricSpecPatchArgs:
|
|
|
1890
1891
|
|
|
1891
1892
|
@property
|
|
1892
1893
|
@pulumi.getter
|
|
1893
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1894
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1894
1895
|
"""
|
|
1895
1896
|
type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1896
1897
|
"""
|
|
1897
1898
|
return pulumi.get(self, "type")
|
|
1898
1899
|
|
|
1899
1900
|
@type.setter
|
|
1900
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1901
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1901
1902
|
pulumi.set(self, "type", value)
|
|
1902
1903
|
|
|
1903
1904
|
|
|
@@ -1906,7 +1907,7 @@ if not MYPY:
|
|
|
1906
1907
|
"""
|
|
1907
1908
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1908
1909
|
"""
|
|
1909
|
-
type: pulumi.Input[str]
|
|
1910
|
+
type: pulumi.Input[builtins.str]
|
|
1910
1911
|
"""
|
|
1911
1912
|
type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1912
1913
|
"""
|
|
@@ -1936,7 +1937,7 @@ elif False:
|
|
|
1936
1937
|
@pulumi.input_type
|
|
1937
1938
|
class MetricSpecArgs:
|
|
1938
1939
|
def __init__(__self__, *,
|
|
1939
|
-
type: pulumi.Input[str],
|
|
1940
|
+
type: pulumi.Input[builtins.str],
|
|
1940
1941
|
container_resource: Optional[pulumi.Input['ContainerResourceMetricSourceArgs']] = None,
|
|
1941
1942
|
external: Optional[pulumi.Input['ExternalMetricSourceArgs']] = None,
|
|
1942
1943
|
object: Optional[pulumi.Input['ObjectMetricSourceArgs']] = None,
|
|
@@ -1944,7 +1945,7 @@ class MetricSpecArgs:
|
|
|
1944
1945
|
resource: Optional[pulumi.Input['ResourceMetricSourceArgs']] = None):
|
|
1945
1946
|
"""
|
|
1946
1947
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1947
|
-
:param pulumi.Input[str] type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1948
|
+
:param pulumi.Input[builtins.str] type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1948
1949
|
:param pulumi.Input['ContainerResourceMetricSourceArgs'] container_resource: containerResource 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.
|
|
1949
1950
|
: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).
|
|
1950
1951
|
:param pulumi.Input['ObjectMetricSourceArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1965,14 +1966,14 @@ class MetricSpecArgs:
|
|
|
1965
1966
|
|
|
1966
1967
|
@property
|
|
1967
1968
|
@pulumi.getter
|
|
1968
|
-
def type(self) -> pulumi.Input[str]:
|
|
1969
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1969
1970
|
"""
|
|
1970
1971
|
type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1971
1972
|
"""
|
|
1972
1973
|
return pulumi.get(self, "type")
|
|
1973
1974
|
|
|
1974
1975
|
@type.setter
|
|
1975
|
-
def type(self, value: pulumi.Input[str]):
|
|
1976
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1976
1977
|
pulumi.set(self, "type", value)
|
|
1977
1978
|
|
|
1978
1979
|
@property
|
|
@@ -2041,7 +2042,7 @@ if not MYPY:
|
|
|
2041
2042
|
"""
|
|
2042
2043
|
MetricStatus describes the last-read state of a single metric.
|
|
2043
2044
|
"""
|
|
2044
|
-
type: pulumi.Input[str]
|
|
2045
|
+
type: pulumi.Input[builtins.str]
|
|
2045
2046
|
"""
|
|
2046
2047
|
type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2047
2048
|
"""
|
|
@@ -2071,7 +2072,7 @@ elif False:
|
|
|
2071
2072
|
@pulumi.input_type
|
|
2072
2073
|
class MetricStatusArgs:
|
|
2073
2074
|
def __init__(__self__, *,
|
|
2074
|
-
type: pulumi.Input[str],
|
|
2075
|
+
type: pulumi.Input[builtins.str],
|
|
2075
2076
|
container_resource: Optional[pulumi.Input['ContainerResourceMetricStatusArgs']] = None,
|
|
2076
2077
|
external: Optional[pulumi.Input['ExternalMetricStatusArgs']] = None,
|
|
2077
2078
|
object: Optional[pulumi.Input['ObjectMetricStatusArgs']] = None,
|
|
@@ -2079,7 +2080,7 @@ class MetricStatusArgs:
|
|
|
2079
2080
|
resource: Optional[pulumi.Input['ResourceMetricStatusArgs']] = None):
|
|
2080
2081
|
"""
|
|
2081
2082
|
MetricStatus describes the last-read state of a single metric.
|
|
2082
|
-
:param pulumi.Input[str] type: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2083
|
+
:param pulumi.Input[builtins.str] type: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2083
2084
|
: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.
|
|
2084
2085
|
: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).
|
|
2085
2086
|
:param pulumi.Input['ObjectMetricStatusArgs'] object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -2100,14 +2101,14 @@ class MetricStatusArgs:
|
|
|
2100
2101
|
|
|
2101
2102
|
@property
|
|
2102
2103
|
@pulumi.getter
|
|
2103
|
-
def type(self) -> pulumi.Input[str]:
|
|
2104
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
2104
2105
|
"""
|
|
2105
2106
|
type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2106
2107
|
"""
|
|
2107
2108
|
return pulumi.get(self, "type")
|
|
2108
2109
|
|
|
2109
2110
|
@type.setter
|
|
2110
|
-
def type(self, value: pulumi.Input[str]):
|
|
2111
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
2111
2112
|
pulumi.set(self, "type", value)
|
|
2112
2113
|
|
|
2113
2114
|
@property
|
|
@@ -2176,19 +2177,19 @@ if not MYPY:
|
|
|
2176
2177
|
"""
|
|
2177
2178
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2178
2179
|
"""
|
|
2179
|
-
average_utilization: NotRequired[pulumi.Input[int]]
|
|
2180
|
+
average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2180
2181
|
"""
|
|
2181
2182
|
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
|
|
2182
2183
|
"""
|
|
2183
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
2184
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2184
2185
|
"""
|
|
2185
2186
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2186
2187
|
"""
|
|
2187
|
-
type: NotRequired[pulumi.Input[str]]
|
|
2188
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
2188
2189
|
"""
|
|
2189
2190
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2190
2191
|
"""
|
|
2191
|
-
value: NotRequired[pulumi.Input[str]]
|
|
2192
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
|
2192
2193
|
"""
|
|
2193
2194
|
value is the target value of the metric (as a quantity).
|
|
2194
2195
|
"""
|
|
@@ -2198,16 +2199,16 @@ elif False:
|
|
|
2198
2199
|
@pulumi.input_type
|
|
2199
2200
|
class MetricTargetPatchArgs:
|
|
2200
2201
|
def __init__(__self__, *,
|
|
2201
|
-
average_utilization: Optional[pulumi.Input[int]] = None,
|
|
2202
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
2203
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
2204
|
-
value: Optional[pulumi.Input[str]] = None):
|
|
2202
|
+
average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
2203
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
2204
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
2205
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2205
2206
|
"""
|
|
2206
2207
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2207
|
-
: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
|
|
2208
|
-
:param pulumi.Input[str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2209
|
-
:param pulumi.Input[str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2210
|
-
:param pulumi.Input[str] value: value is the target value of the metric (as a quantity).
|
|
2208
|
+
: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
|
|
2209
|
+
: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)
|
|
2210
|
+
:param pulumi.Input[builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2211
|
+
:param pulumi.Input[builtins.str] value: value is the target value of the metric (as a quantity).
|
|
2211
2212
|
"""
|
|
2212
2213
|
if average_utilization is not None:
|
|
2213
2214
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2220,50 +2221,50 @@ class MetricTargetPatchArgs:
|
|
|
2220
2221
|
|
|
2221
2222
|
@property
|
|
2222
2223
|
@pulumi.getter(name="averageUtilization")
|
|
2223
|
-
def average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2224
|
+
def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2224
2225
|
"""
|
|
2225
2226
|
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
|
|
2226
2227
|
"""
|
|
2227
2228
|
return pulumi.get(self, "average_utilization")
|
|
2228
2229
|
|
|
2229
2230
|
@average_utilization.setter
|
|
2230
|
-
def average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2231
|
+
def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2231
2232
|
pulumi.set(self, "average_utilization", value)
|
|
2232
2233
|
|
|
2233
2234
|
@property
|
|
2234
2235
|
@pulumi.getter(name="averageValue")
|
|
2235
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2236
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2236
2237
|
"""
|
|
2237
2238
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2238
2239
|
"""
|
|
2239
2240
|
return pulumi.get(self, "average_value")
|
|
2240
2241
|
|
|
2241
2242
|
@average_value.setter
|
|
2242
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2243
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2243
2244
|
pulumi.set(self, "average_value", value)
|
|
2244
2245
|
|
|
2245
2246
|
@property
|
|
2246
2247
|
@pulumi.getter
|
|
2247
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
2248
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2248
2249
|
"""
|
|
2249
2250
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2250
2251
|
"""
|
|
2251
2252
|
return pulumi.get(self, "type")
|
|
2252
2253
|
|
|
2253
2254
|
@type.setter
|
|
2254
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
2255
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2255
2256
|
pulumi.set(self, "type", value)
|
|
2256
2257
|
|
|
2257
2258
|
@property
|
|
2258
2259
|
@pulumi.getter
|
|
2259
|
-
def value(self) -> Optional[pulumi.Input[str]]:
|
|
2260
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2260
2261
|
"""
|
|
2261
2262
|
value is the target value of the metric (as a quantity).
|
|
2262
2263
|
"""
|
|
2263
2264
|
return pulumi.get(self, "value")
|
|
2264
2265
|
|
|
2265
2266
|
@value.setter
|
|
2266
|
-
def value(self, value: Optional[pulumi.Input[str]]):
|
|
2267
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2267
2268
|
pulumi.set(self, "value", value)
|
|
2268
2269
|
|
|
2269
2270
|
|
|
@@ -2272,19 +2273,19 @@ if not MYPY:
|
|
|
2272
2273
|
"""
|
|
2273
2274
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2274
2275
|
"""
|
|
2275
|
-
type: pulumi.Input[str]
|
|
2276
|
+
type: pulumi.Input[builtins.str]
|
|
2276
2277
|
"""
|
|
2277
2278
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2278
2279
|
"""
|
|
2279
|
-
average_utilization: NotRequired[pulumi.Input[int]]
|
|
2280
|
+
average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2280
2281
|
"""
|
|
2281
2282
|
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
|
|
2282
2283
|
"""
|
|
2283
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
2284
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2284
2285
|
"""
|
|
2285
2286
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2286
2287
|
"""
|
|
2287
|
-
value: NotRequired[pulumi.Input[str]]
|
|
2288
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
|
2288
2289
|
"""
|
|
2289
2290
|
value is the target value of the metric (as a quantity).
|
|
2290
2291
|
"""
|
|
@@ -2294,16 +2295,16 @@ elif False:
|
|
|
2294
2295
|
@pulumi.input_type
|
|
2295
2296
|
class MetricTargetArgs:
|
|
2296
2297
|
def __init__(__self__, *,
|
|
2297
|
-
type: pulumi.Input[str],
|
|
2298
|
-
average_utilization: Optional[pulumi.Input[int]] = None,
|
|
2299
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
2300
|
-
value: Optional[pulumi.Input[str]] = None):
|
|
2298
|
+
type: pulumi.Input[builtins.str],
|
|
2299
|
+
average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
2300
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
2301
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2301
2302
|
"""
|
|
2302
2303
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2303
|
-
:param pulumi.Input[str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2304
|
-
: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
|
|
2305
|
-
:param pulumi.Input[str] average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2306
|
-
:param pulumi.Input[str] value: value is the target value of the metric (as a quantity).
|
|
2304
|
+
:param pulumi.Input[builtins.str] type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2305
|
+
: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
|
|
2306
|
+
: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)
|
|
2307
|
+
:param pulumi.Input[builtins.str] value: value is the target value of the metric (as a quantity).
|
|
2307
2308
|
"""
|
|
2308
2309
|
pulumi.set(__self__, "type", type)
|
|
2309
2310
|
if average_utilization is not None:
|
|
@@ -2315,50 +2316,50 @@ class MetricTargetArgs:
|
|
|
2315
2316
|
|
|
2316
2317
|
@property
|
|
2317
2318
|
@pulumi.getter
|
|
2318
|
-
def type(self) -> pulumi.Input[str]:
|
|
2319
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
2319
2320
|
"""
|
|
2320
2321
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2321
2322
|
"""
|
|
2322
2323
|
return pulumi.get(self, "type")
|
|
2323
2324
|
|
|
2324
2325
|
@type.setter
|
|
2325
|
-
def type(self, value: pulumi.Input[str]):
|
|
2326
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
2326
2327
|
pulumi.set(self, "type", value)
|
|
2327
2328
|
|
|
2328
2329
|
@property
|
|
2329
2330
|
@pulumi.getter(name="averageUtilization")
|
|
2330
|
-
def average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2331
|
+
def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2331
2332
|
"""
|
|
2332
2333
|
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
|
|
2333
2334
|
"""
|
|
2334
2335
|
return pulumi.get(self, "average_utilization")
|
|
2335
2336
|
|
|
2336
2337
|
@average_utilization.setter
|
|
2337
|
-
def average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2338
|
+
def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2338
2339
|
pulumi.set(self, "average_utilization", value)
|
|
2339
2340
|
|
|
2340
2341
|
@property
|
|
2341
2342
|
@pulumi.getter(name="averageValue")
|
|
2342
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2343
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2343
2344
|
"""
|
|
2344
2345
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2345
2346
|
"""
|
|
2346
2347
|
return pulumi.get(self, "average_value")
|
|
2347
2348
|
|
|
2348
2349
|
@average_value.setter
|
|
2349
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2350
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2350
2351
|
pulumi.set(self, "average_value", value)
|
|
2351
2352
|
|
|
2352
2353
|
@property
|
|
2353
2354
|
@pulumi.getter
|
|
2354
|
-
def value(self) -> Optional[pulumi.Input[str]]:
|
|
2355
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2355
2356
|
"""
|
|
2356
2357
|
value is the target value of the metric (as a quantity).
|
|
2357
2358
|
"""
|
|
2358
2359
|
return pulumi.get(self, "value")
|
|
2359
2360
|
|
|
2360
2361
|
@value.setter
|
|
2361
|
-
def value(self, value: Optional[pulumi.Input[str]]):
|
|
2362
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2362
2363
|
pulumi.set(self, "value", value)
|
|
2363
2364
|
|
|
2364
2365
|
|
|
@@ -2367,15 +2368,15 @@ if not MYPY:
|
|
|
2367
2368
|
"""
|
|
2368
2369
|
MetricValueStatus holds the current value for a metric
|
|
2369
2370
|
"""
|
|
2370
|
-
average_utilization: NotRequired[pulumi.Input[int]]
|
|
2371
|
+
average_utilization: NotRequired[pulumi.Input[builtins.int]]
|
|
2371
2372
|
"""
|
|
2372
2373
|
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.
|
|
2373
2374
|
"""
|
|
2374
|
-
average_value: NotRequired[pulumi.Input[str]]
|
|
2375
|
+
average_value: NotRequired[pulumi.Input[builtins.str]]
|
|
2375
2376
|
"""
|
|
2376
2377
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2377
2378
|
"""
|
|
2378
|
-
value: NotRequired[pulumi.Input[str]]
|
|
2379
|
+
value: NotRequired[pulumi.Input[builtins.str]]
|
|
2379
2380
|
"""
|
|
2380
2381
|
value is the current value of the metric (as a quantity).
|
|
2381
2382
|
"""
|
|
@@ -2385,14 +2386,14 @@ elif False:
|
|
|
2385
2386
|
@pulumi.input_type
|
|
2386
2387
|
class MetricValueStatusArgs:
|
|
2387
2388
|
def __init__(__self__, *,
|
|
2388
|
-
average_utilization: Optional[pulumi.Input[int]] = None,
|
|
2389
|
-
average_value: Optional[pulumi.Input[str]] = None,
|
|
2390
|
-
value: Optional[pulumi.Input[str]] = None):
|
|
2389
|
+
average_utilization: Optional[pulumi.Input[builtins.int]] = None,
|
|
2390
|
+
average_value: Optional[pulumi.Input[builtins.str]] = None,
|
|
2391
|
+
value: Optional[pulumi.Input[builtins.str]] = None):
|
|
2391
2392
|
"""
|
|
2392
2393
|
MetricValueStatus holds the current value for a metric
|
|
2393
|
-
: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.
|
|
2394
|
-
:param pulumi.Input[str] average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2395
|
-
:param pulumi.Input[str] value: value is the current value of the metric (as a quantity).
|
|
2394
|
+
: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.
|
|
2395
|
+
: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)
|
|
2396
|
+
:param pulumi.Input[builtins.str] value: value is the current value of the metric (as a quantity).
|
|
2396
2397
|
"""
|
|
2397
2398
|
if average_utilization is not None:
|
|
2398
2399
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2403,38 +2404,38 @@ class MetricValueStatusArgs:
|
|
|
2403
2404
|
|
|
2404
2405
|
@property
|
|
2405
2406
|
@pulumi.getter(name="averageUtilization")
|
|
2406
|
-
def average_utilization(self) -> Optional[pulumi.Input[int]]:
|
|
2407
|
+
def average_utilization(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2407
2408
|
"""
|
|
2408
2409
|
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.
|
|
2409
2410
|
"""
|
|
2410
2411
|
return pulumi.get(self, "average_utilization")
|
|
2411
2412
|
|
|
2412
2413
|
@average_utilization.setter
|
|
2413
|
-
def average_utilization(self, value: Optional[pulumi.Input[int]]):
|
|
2414
|
+
def average_utilization(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2414
2415
|
pulumi.set(self, "average_utilization", value)
|
|
2415
2416
|
|
|
2416
2417
|
@property
|
|
2417
2418
|
@pulumi.getter(name="averageValue")
|
|
2418
|
-
def average_value(self) -> Optional[pulumi.Input[str]]:
|
|
2419
|
+
def average_value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2419
2420
|
"""
|
|
2420
2421
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2421
2422
|
"""
|
|
2422
2423
|
return pulumi.get(self, "average_value")
|
|
2423
2424
|
|
|
2424
2425
|
@average_value.setter
|
|
2425
|
-
def average_value(self, value: Optional[pulumi.Input[str]]):
|
|
2426
|
+
def average_value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2426
2427
|
pulumi.set(self, "average_value", value)
|
|
2427
2428
|
|
|
2428
2429
|
@property
|
|
2429
2430
|
@pulumi.getter
|
|
2430
|
-
def value(self) -> Optional[pulumi.Input[str]]:
|
|
2431
|
+
def value(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2431
2432
|
"""
|
|
2432
2433
|
value is the current value of the metric (as a quantity).
|
|
2433
2434
|
"""
|
|
2434
2435
|
return pulumi.get(self, "value")
|
|
2435
2436
|
|
|
2436
2437
|
@value.setter
|
|
2437
|
-
def value(self, value: Optional[pulumi.Input[str]]):
|
|
2438
|
+
def value(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2438
2439
|
pulumi.set(self, "value", value)
|
|
2439
2440
|
|
|
2440
2441
|
|
|
@@ -2829,7 +2830,7 @@ if not MYPY:
|
|
|
2829
2830
|
"""
|
|
2830
2831
|
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.
|
|
2831
2832
|
"""
|
|
2832
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2833
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2833
2834
|
"""
|
|
2834
2835
|
name is the name of the resource in question.
|
|
2835
2836
|
"""
|
|
@@ -2843,11 +2844,11 @@ elif False:
|
|
|
2843
2844
|
@pulumi.input_type
|
|
2844
2845
|
class ResourceMetricSourcePatchArgs:
|
|
2845
2846
|
def __init__(__self__, *,
|
|
2846
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2847
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2847
2848
|
target: Optional[pulumi.Input['MetricTargetPatchArgs']] = None):
|
|
2848
2849
|
"""
|
|
2849
2850
|
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.
|
|
2850
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
2851
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
2851
2852
|
:param pulumi.Input['MetricTargetPatchArgs'] target: target specifies the target value for the given metric
|
|
2852
2853
|
"""
|
|
2853
2854
|
if name is not None:
|
|
@@ -2857,14 +2858,14 @@ class ResourceMetricSourcePatchArgs:
|
|
|
2857
2858
|
|
|
2858
2859
|
@property
|
|
2859
2860
|
@pulumi.getter
|
|
2860
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2861
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2861
2862
|
"""
|
|
2862
2863
|
name is the name of the resource in question.
|
|
2863
2864
|
"""
|
|
2864
2865
|
return pulumi.get(self, "name")
|
|
2865
2866
|
|
|
2866
2867
|
@name.setter
|
|
2867
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2868
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2868
2869
|
pulumi.set(self, "name", value)
|
|
2869
2870
|
|
|
2870
2871
|
@property
|
|
@@ -2885,7 +2886,7 @@ if not MYPY:
|
|
|
2885
2886
|
"""
|
|
2886
2887
|
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.
|
|
2887
2888
|
"""
|
|
2888
|
-
name: pulumi.Input[str]
|
|
2889
|
+
name: pulumi.Input[builtins.str]
|
|
2889
2890
|
"""
|
|
2890
2891
|
name is the name of the resource in question.
|
|
2891
2892
|
"""
|
|
@@ -2899,11 +2900,11 @@ elif False:
|
|
|
2899
2900
|
@pulumi.input_type
|
|
2900
2901
|
class ResourceMetricSourceArgs:
|
|
2901
2902
|
def __init__(__self__, *,
|
|
2902
|
-
name: pulumi.Input[str],
|
|
2903
|
+
name: pulumi.Input[builtins.str],
|
|
2903
2904
|
target: pulumi.Input['MetricTargetArgs']):
|
|
2904
2905
|
"""
|
|
2905
2906
|
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.
|
|
2906
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
2907
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
2907
2908
|
:param pulumi.Input['MetricTargetArgs'] target: target specifies the target value for the given metric
|
|
2908
2909
|
"""
|
|
2909
2910
|
pulumi.set(__self__, "name", name)
|
|
@@ -2911,14 +2912,14 @@ class ResourceMetricSourceArgs:
|
|
|
2911
2912
|
|
|
2912
2913
|
@property
|
|
2913
2914
|
@pulumi.getter
|
|
2914
|
-
def name(self) -> pulumi.Input[str]:
|
|
2915
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2915
2916
|
"""
|
|
2916
2917
|
name is the name of the resource in question.
|
|
2917
2918
|
"""
|
|
2918
2919
|
return pulumi.get(self, "name")
|
|
2919
2920
|
|
|
2920
2921
|
@name.setter
|
|
2921
|
-
def name(self, value: pulumi.Input[str]):
|
|
2922
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2922
2923
|
pulumi.set(self, "name", value)
|
|
2923
2924
|
|
|
2924
2925
|
@property
|
|
@@ -2943,7 +2944,7 @@ if not MYPY:
|
|
|
2943
2944
|
"""
|
|
2944
2945
|
current contains the current value for the given metric
|
|
2945
2946
|
"""
|
|
2946
|
-
name: pulumi.Input[str]
|
|
2947
|
+
name: pulumi.Input[builtins.str]
|
|
2947
2948
|
"""
|
|
2948
2949
|
name is the name of the resource in question.
|
|
2949
2950
|
"""
|
|
@@ -2954,11 +2955,11 @@ elif False:
|
|
|
2954
2955
|
class ResourceMetricStatusArgs:
|
|
2955
2956
|
def __init__(__self__, *,
|
|
2956
2957
|
current: pulumi.Input['MetricValueStatusArgs'],
|
|
2957
|
-
name: pulumi.Input[str]):
|
|
2958
|
+
name: pulumi.Input[builtins.str]):
|
|
2958
2959
|
"""
|
|
2959
2960
|
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.
|
|
2960
2961
|
:param pulumi.Input['MetricValueStatusArgs'] current: current contains the current value for the given metric
|
|
2961
|
-
:param pulumi.Input[str] name: name is the name of the resource in question.
|
|
2962
|
+
:param pulumi.Input[builtins.str] name: name is the name of the resource in question.
|
|
2962
2963
|
"""
|
|
2963
2964
|
pulumi.set(__self__, "current", current)
|
|
2964
2965
|
pulumi.set(__self__, "name", name)
|
|
@@ -2977,14 +2978,14 @@ class ResourceMetricStatusArgs:
|
|
|
2977
2978
|
|
|
2978
2979
|
@property
|
|
2979
2980
|
@pulumi.getter
|
|
2980
|
-
def name(self) -> pulumi.Input[str]:
|
|
2981
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2981
2982
|
"""
|
|
2982
2983
|
name is the name of the resource in question.
|
|
2983
2984
|
"""
|
|
2984
2985
|
return pulumi.get(self, "name")
|
|
2985
2986
|
|
|
2986
2987
|
@name.setter
|
|
2987
|
-
def name(self, value: pulumi.Input[str]):
|
|
2988
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2988
2989
|
pulumi.set(self, "name", value)
|
|
2989
2990
|
|
|
2990
2991
|
|