pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.22.2__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.22.1.dist-info → pulumi_kubernetes-4.22.2.dist-info}/METADATA +2 -2
- pulumi_kubernetes-4.22.2.dist-info/RECORD +679 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.22.2.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.22.2.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
|
|
@@ -77,16 +78,16 @@ class ContainerResourceMetricSource(dict):
|
|
|
77
78
|
return super().get(key, default)
|
|
78
79
|
|
|
79
80
|
def __init__(__self__, *,
|
|
80
|
-
container: str,
|
|
81
|
-
name: str,
|
|
82
|
-
target_average_utilization: Optional[int] = None,
|
|
83
|
-
target_average_value: Optional[str] = None):
|
|
81
|
+
container: builtins.str,
|
|
82
|
+
name: builtins.str,
|
|
83
|
+
target_average_utilization: Optional[builtins.int] = None,
|
|
84
|
+
target_average_value: Optional[builtins.str] = None):
|
|
84
85
|
"""
|
|
85
86
|
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.
|
|
86
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
87
|
-
:param str name: name is the name of the resource in question.
|
|
88
|
-
:param int target_average_utilization: targetAverageUtilization 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.
|
|
89
|
-
:param str target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
87
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
88
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
89
|
+
:param builtins.int target_average_utilization: targetAverageUtilization 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.
|
|
90
|
+
:param builtins.str target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
90
91
|
"""
|
|
91
92
|
pulumi.set(__self__, "container", container)
|
|
92
93
|
pulumi.set(__self__, "name", name)
|
|
@@ -97,7 +98,7 @@ class ContainerResourceMetricSource(dict):
|
|
|
97
98
|
|
|
98
99
|
@property
|
|
99
100
|
@pulumi.getter
|
|
100
|
-
def container(self) -> str:
|
|
101
|
+
def container(self) -> builtins.str:
|
|
101
102
|
"""
|
|
102
103
|
container is the name of the container in the pods of the scaling target
|
|
103
104
|
"""
|
|
@@ -105,7 +106,7 @@ class ContainerResourceMetricSource(dict):
|
|
|
105
106
|
|
|
106
107
|
@property
|
|
107
108
|
@pulumi.getter
|
|
108
|
-
def name(self) -> str:
|
|
109
|
+
def name(self) -> builtins.str:
|
|
109
110
|
"""
|
|
110
111
|
name is the name of the resource in question.
|
|
111
112
|
"""
|
|
@@ -113,7 +114,7 @@ class ContainerResourceMetricSource(dict):
|
|
|
113
114
|
|
|
114
115
|
@property
|
|
115
116
|
@pulumi.getter(name="targetAverageUtilization")
|
|
116
|
-
def target_average_utilization(self) -> Optional[int]:
|
|
117
|
+
def target_average_utilization(self) -> Optional[builtins.int]:
|
|
117
118
|
"""
|
|
118
119
|
targetAverageUtilization 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.
|
|
119
120
|
"""
|
|
@@ -121,7 +122,7 @@ class ContainerResourceMetricSource(dict):
|
|
|
121
122
|
|
|
122
123
|
@property
|
|
123
124
|
@pulumi.getter(name="targetAverageValue")
|
|
124
|
-
def target_average_value(self) -> Optional[str]:
|
|
125
|
+
def target_average_value(self) -> Optional[builtins.str]:
|
|
125
126
|
"""
|
|
126
127
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
127
128
|
"""
|
|
@@ -153,16 +154,16 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
153
154
|
return super().get(key, default)
|
|
154
155
|
|
|
155
156
|
def __init__(__self__, *,
|
|
156
|
-
container: Optional[str] = None,
|
|
157
|
-
name: Optional[str] = None,
|
|
158
|
-
target_average_utilization: Optional[int] = None,
|
|
159
|
-
target_average_value: Optional[str] = None):
|
|
157
|
+
container: Optional[builtins.str] = None,
|
|
158
|
+
name: Optional[builtins.str] = None,
|
|
159
|
+
target_average_utilization: Optional[builtins.int] = None,
|
|
160
|
+
target_average_value: Optional[builtins.str] = None):
|
|
160
161
|
"""
|
|
161
162
|
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.
|
|
162
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
163
|
-
:param str name: name is the name of the resource in question.
|
|
164
|
-
:param int target_average_utilization: targetAverageUtilization 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.
|
|
165
|
-
:param str target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
163
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
164
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
165
|
+
:param builtins.int target_average_utilization: targetAverageUtilization 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.
|
|
166
|
+
:param builtins.str target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
166
167
|
"""
|
|
167
168
|
if container is not None:
|
|
168
169
|
pulumi.set(__self__, "container", container)
|
|
@@ -175,7 +176,7 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
175
176
|
|
|
176
177
|
@property
|
|
177
178
|
@pulumi.getter
|
|
178
|
-
def container(self) -> Optional[str]:
|
|
179
|
+
def container(self) -> Optional[builtins.str]:
|
|
179
180
|
"""
|
|
180
181
|
container is the name of the container in the pods of the scaling target
|
|
181
182
|
"""
|
|
@@ -183,7 +184,7 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
183
184
|
|
|
184
185
|
@property
|
|
185
186
|
@pulumi.getter
|
|
186
|
-
def name(self) -> Optional[str]:
|
|
187
|
+
def name(self) -> Optional[builtins.str]:
|
|
187
188
|
"""
|
|
188
189
|
name is the name of the resource in question.
|
|
189
190
|
"""
|
|
@@ -191,7 +192,7 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
191
192
|
|
|
192
193
|
@property
|
|
193
194
|
@pulumi.getter(name="targetAverageUtilization")
|
|
194
|
-
def target_average_utilization(self) -> Optional[int]:
|
|
195
|
+
def target_average_utilization(self) -> Optional[builtins.int]:
|
|
195
196
|
"""
|
|
196
197
|
targetAverageUtilization 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.
|
|
197
198
|
"""
|
|
@@ -199,7 +200,7 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
199
200
|
|
|
200
201
|
@property
|
|
201
202
|
@pulumi.getter(name="targetAverageValue")
|
|
202
|
-
def target_average_value(self) -> Optional[str]:
|
|
203
|
+
def target_average_value(self) -> Optional[builtins.str]:
|
|
203
204
|
"""
|
|
204
205
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
205
206
|
"""
|
|
@@ -231,16 +232,16 @@ class ContainerResourceMetricStatus(dict):
|
|
|
231
232
|
return super().get(key, default)
|
|
232
233
|
|
|
233
234
|
def __init__(__self__, *,
|
|
234
|
-
container: str,
|
|
235
|
-
current_average_value: str,
|
|
236
|
-
name: str,
|
|
237
|
-
current_average_utilization: Optional[int] = None):
|
|
235
|
+
container: builtins.str,
|
|
236
|
+
current_average_value: builtins.str,
|
|
237
|
+
name: builtins.str,
|
|
238
|
+
current_average_utilization: Optional[builtins.int] = None):
|
|
238
239
|
"""
|
|
239
240
|
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.
|
|
240
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
241
|
-
:param str current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
242
|
-
:param str name: name is the name of the resource in question.
|
|
243
|
-
:param int current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
241
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
242
|
+
:param builtins.str current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
243
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
244
|
+
:param builtins.int current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
244
245
|
"""
|
|
245
246
|
pulumi.set(__self__, "container", container)
|
|
246
247
|
pulumi.set(__self__, "current_average_value", current_average_value)
|
|
@@ -250,7 +251,7 @@ class ContainerResourceMetricStatus(dict):
|
|
|
250
251
|
|
|
251
252
|
@property
|
|
252
253
|
@pulumi.getter
|
|
253
|
-
def container(self) -> str:
|
|
254
|
+
def container(self) -> builtins.str:
|
|
254
255
|
"""
|
|
255
256
|
container is the name of the container in the pods of the scaling target
|
|
256
257
|
"""
|
|
@@ -258,7 +259,7 @@ class ContainerResourceMetricStatus(dict):
|
|
|
258
259
|
|
|
259
260
|
@property
|
|
260
261
|
@pulumi.getter(name="currentAverageValue")
|
|
261
|
-
def current_average_value(self) -> str:
|
|
262
|
+
def current_average_value(self) -> builtins.str:
|
|
262
263
|
"""
|
|
263
264
|
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
264
265
|
"""
|
|
@@ -266,7 +267,7 @@ class ContainerResourceMetricStatus(dict):
|
|
|
266
267
|
|
|
267
268
|
@property
|
|
268
269
|
@pulumi.getter
|
|
269
|
-
def name(self) -> str:
|
|
270
|
+
def name(self) -> builtins.str:
|
|
270
271
|
"""
|
|
271
272
|
name is the name of the resource in question.
|
|
272
273
|
"""
|
|
@@ -274,7 +275,7 @@ class ContainerResourceMetricStatus(dict):
|
|
|
274
275
|
|
|
275
276
|
@property
|
|
276
277
|
@pulumi.getter(name="currentAverageUtilization")
|
|
277
|
-
def current_average_utilization(self) -> Optional[int]:
|
|
278
|
+
def current_average_utilization(self) -> Optional[builtins.int]:
|
|
278
279
|
"""
|
|
279
280
|
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
280
281
|
"""
|
|
@@ -306,16 +307,16 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
306
307
|
return super().get(key, default)
|
|
307
308
|
|
|
308
309
|
def __init__(__self__, *,
|
|
309
|
-
container: Optional[str] = None,
|
|
310
|
-
current_average_utilization: Optional[int] = None,
|
|
311
|
-
current_average_value: Optional[str] = None,
|
|
312
|
-
name: Optional[str] = None):
|
|
310
|
+
container: Optional[builtins.str] = None,
|
|
311
|
+
current_average_utilization: Optional[builtins.int] = None,
|
|
312
|
+
current_average_value: Optional[builtins.str] = None,
|
|
313
|
+
name: Optional[builtins.str] = None):
|
|
313
314
|
"""
|
|
314
315
|
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.
|
|
315
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
316
|
-
:param int current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
317
|
-
:param str current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
318
|
-
:param str name: name is the name of the resource in question.
|
|
316
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
317
|
+
:param builtins.int current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
318
|
+
:param builtins.str current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
319
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
319
320
|
"""
|
|
320
321
|
if container is not None:
|
|
321
322
|
pulumi.set(__self__, "container", container)
|
|
@@ -328,7 +329,7 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
328
329
|
|
|
329
330
|
@property
|
|
330
331
|
@pulumi.getter
|
|
331
|
-
def container(self) -> Optional[str]:
|
|
332
|
+
def container(self) -> Optional[builtins.str]:
|
|
332
333
|
"""
|
|
333
334
|
container is the name of the container in the pods of the scaling target
|
|
334
335
|
"""
|
|
@@ -336,7 +337,7 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
336
337
|
|
|
337
338
|
@property
|
|
338
339
|
@pulumi.getter(name="currentAverageUtilization")
|
|
339
|
-
def current_average_utilization(self) -> Optional[int]:
|
|
340
|
+
def current_average_utilization(self) -> Optional[builtins.int]:
|
|
340
341
|
"""
|
|
341
342
|
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
342
343
|
"""
|
|
@@ -344,7 +345,7 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
344
345
|
|
|
345
346
|
@property
|
|
346
347
|
@pulumi.getter(name="currentAverageValue")
|
|
347
|
-
def current_average_value(self) -> Optional[str]:
|
|
348
|
+
def current_average_value(self) -> Optional[builtins.str]:
|
|
348
349
|
"""
|
|
349
350
|
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
350
351
|
"""
|
|
@@ -352,7 +353,7 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
352
353
|
|
|
353
354
|
@property
|
|
354
355
|
@pulumi.getter
|
|
355
|
-
def name(self) -> Optional[str]:
|
|
356
|
+
def name(self) -> Optional[builtins.str]:
|
|
356
357
|
"""
|
|
357
358
|
name is the name of the resource in question.
|
|
358
359
|
"""
|
|
@@ -382,14 +383,14 @@ class CrossVersionObjectReference(dict):
|
|
|
382
383
|
return super().get(key, default)
|
|
383
384
|
|
|
384
385
|
def __init__(__self__, *,
|
|
385
|
-
kind: str,
|
|
386
|
-
name: str,
|
|
387
|
-
api_version: Optional[str] = None):
|
|
386
|
+
kind: builtins.str,
|
|
387
|
+
name: builtins.str,
|
|
388
|
+
api_version: Optional[builtins.str] = None):
|
|
388
389
|
"""
|
|
389
390
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
390
|
-
:param str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
391
|
-
:param str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
392
|
-
:param str api_version: API version of the referent
|
|
391
|
+
:param builtins.str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
392
|
+
:param builtins.str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
393
|
+
:param builtins.str api_version: API version of the referent
|
|
393
394
|
"""
|
|
394
395
|
pulumi.set(__self__, "kind", kind)
|
|
395
396
|
pulumi.set(__self__, "name", name)
|
|
@@ -398,7 +399,7 @@ class CrossVersionObjectReference(dict):
|
|
|
398
399
|
|
|
399
400
|
@property
|
|
400
401
|
@pulumi.getter
|
|
401
|
-
def kind(self) -> str:
|
|
402
|
+
def kind(self) -> builtins.str:
|
|
402
403
|
"""
|
|
403
404
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
404
405
|
"""
|
|
@@ -406,7 +407,7 @@ class CrossVersionObjectReference(dict):
|
|
|
406
407
|
|
|
407
408
|
@property
|
|
408
409
|
@pulumi.getter
|
|
409
|
-
def name(self) -> str:
|
|
410
|
+
def name(self) -> builtins.str:
|
|
410
411
|
"""
|
|
411
412
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
412
413
|
"""
|
|
@@ -414,7 +415,7 @@ class CrossVersionObjectReference(dict):
|
|
|
414
415
|
|
|
415
416
|
@property
|
|
416
417
|
@pulumi.getter(name="apiVersion")
|
|
417
|
-
def api_version(self) -> Optional[str]:
|
|
418
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
418
419
|
"""
|
|
419
420
|
API version of the referent
|
|
420
421
|
"""
|
|
@@ -444,14 +445,14 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
444
445
|
return super().get(key, default)
|
|
445
446
|
|
|
446
447
|
def __init__(__self__, *,
|
|
447
|
-
api_version: Optional[str] = None,
|
|
448
|
-
kind: Optional[str] = None,
|
|
449
|
-
name: Optional[str] = None):
|
|
448
|
+
api_version: Optional[builtins.str] = None,
|
|
449
|
+
kind: Optional[builtins.str] = None,
|
|
450
|
+
name: Optional[builtins.str] = None):
|
|
450
451
|
"""
|
|
451
452
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
452
|
-
:param str api_version: API version of the referent
|
|
453
|
-
:param str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
454
|
-
:param str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
453
|
+
:param builtins.str api_version: API version of the referent
|
|
454
|
+
:param builtins.str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
455
|
+
:param builtins.str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
455
456
|
"""
|
|
456
457
|
if api_version is not None:
|
|
457
458
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -462,7 +463,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
462
463
|
|
|
463
464
|
@property
|
|
464
465
|
@pulumi.getter(name="apiVersion")
|
|
465
|
-
def api_version(self) -> Optional[str]:
|
|
466
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
466
467
|
"""
|
|
467
468
|
API version of the referent
|
|
468
469
|
"""
|
|
@@ -470,7 +471,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
470
471
|
|
|
471
472
|
@property
|
|
472
473
|
@pulumi.getter
|
|
473
|
-
def kind(self) -> Optional[str]:
|
|
474
|
+
def kind(self) -> Optional[builtins.str]:
|
|
474
475
|
"""
|
|
475
476
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
476
477
|
"""
|
|
@@ -478,7 +479,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
478
479
|
|
|
479
480
|
@property
|
|
480
481
|
@pulumi.getter
|
|
481
|
-
def name(self) -> Optional[str]:
|
|
482
|
+
def name(self) -> Optional[builtins.str]:
|
|
482
483
|
"""
|
|
483
484
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
484
485
|
"""
|
|
@@ -514,16 +515,16 @@ class ExternalMetricSource(dict):
|
|
|
514
515
|
return super().get(key, default)
|
|
515
516
|
|
|
516
517
|
def __init__(__self__, *,
|
|
517
|
-
metric_name: str,
|
|
518
|
+
metric_name: builtins.str,
|
|
518
519
|
metric_selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
519
|
-
target_average_value: Optional[str] = None,
|
|
520
|
-
target_value: Optional[str] = None):
|
|
520
|
+
target_average_value: Optional[builtins.str] = None,
|
|
521
|
+
target_value: Optional[builtins.str] = None):
|
|
521
522
|
"""
|
|
522
523
|
ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.
|
|
523
|
-
:param str metric_name: metricName is the name of the metric in question.
|
|
524
|
+
:param builtins.str metric_name: metricName is the name of the metric in question.
|
|
524
525
|
:param '_meta.v1.LabelSelectorArgs' metric_selector: metricSelector is used to identify a specific time series within a given metric.
|
|
525
|
-
:param str target_average_value: targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
526
|
-
:param str target_value: targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
526
|
+
:param builtins.str target_average_value: targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
527
|
+
:param builtins.str target_value: targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
527
528
|
"""
|
|
528
529
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
529
530
|
if metric_selector is not None:
|
|
@@ -535,7 +536,7 @@ class ExternalMetricSource(dict):
|
|
|
535
536
|
|
|
536
537
|
@property
|
|
537
538
|
@pulumi.getter(name="metricName")
|
|
538
|
-
def metric_name(self) -> str:
|
|
539
|
+
def metric_name(self) -> builtins.str:
|
|
539
540
|
"""
|
|
540
541
|
metricName is the name of the metric in question.
|
|
541
542
|
"""
|
|
@@ -551,7 +552,7 @@ class ExternalMetricSource(dict):
|
|
|
551
552
|
|
|
552
553
|
@property
|
|
553
554
|
@pulumi.getter(name="targetAverageValue")
|
|
554
|
-
def target_average_value(self) -> Optional[str]:
|
|
555
|
+
def target_average_value(self) -> Optional[builtins.str]:
|
|
555
556
|
"""
|
|
556
557
|
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
557
558
|
"""
|
|
@@ -559,7 +560,7 @@ class ExternalMetricSource(dict):
|
|
|
559
560
|
|
|
560
561
|
@property
|
|
561
562
|
@pulumi.getter(name="targetValue")
|
|
562
|
-
def target_value(self) -> Optional[str]:
|
|
563
|
+
def target_value(self) -> Optional[builtins.str]:
|
|
563
564
|
"""
|
|
564
565
|
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
565
566
|
"""
|
|
@@ -595,16 +596,16 @@ class ExternalMetricSourcePatch(dict):
|
|
|
595
596
|
return super().get(key, default)
|
|
596
597
|
|
|
597
598
|
def __init__(__self__, *,
|
|
598
|
-
metric_name: Optional[str] = None,
|
|
599
|
+
metric_name: Optional[builtins.str] = None,
|
|
599
600
|
metric_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
600
|
-
target_average_value: Optional[str] = None,
|
|
601
|
-
target_value: Optional[str] = None):
|
|
601
|
+
target_average_value: Optional[builtins.str] = None,
|
|
602
|
+
target_value: Optional[builtins.str] = None):
|
|
602
603
|
"""
|
|
603
604
|
ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.
|
|
604
|
-
:param str metric_name: metricName is the name of the metric in question.
|
|
605
|
+
:param builtins.str metric_name: metricName is the name of the metric in question.
|
|
605
606
|
:param '_meta.v1.LabelSelectorPatchArgs' metric_selector: metricSelector is used to identify a specific time series within a given metric.
|
|
606
|
-
:param str target_average_value: targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
607
|
-
:param str target_value: targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
607
|
+
:param builtins.str target_average_value: targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
608
|
+
:param builtins.str target_value: targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
608
609
|
"""
|
|
609
610
|
if metric_name is not None:
|
|
610
611
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
@@ -617,7 +618,7 @@ class ExternalMetricSourcePatch(dict):
|
|
|
617
618
|
|
|
618
619
|
@property
|
|
619
620
|
@pulumi.getter(name="metricName")
|
|
620
|
-
def metric_name(self) -> Optional[str]:
|
|
621
|
+
def metric_name(self) -> Optional[builtins.str]:
|
|
621
622
|
"""
|
|
622
623
|
metricName is the name of the metric in question.
|
|
623
624
|
"""
|
|
@@ -633,7 +634,7 @@ class ExternalMetricSourcePatch(dict):
|
|
|
633
634
|
|
|
634
635
|
@property
|
|
635
636
|
@pulumi.getter(name="targetAverageValue")
|
|
636
|
-
def target_average_value(self) -> Optional[str]:
|
|
637
|
+
def target_average_value(self) -> Optional[builtins.str]:
|
|
637
638
|
"""
|
|
638
639
|
targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
|
|
639
640
|
"""
|
|
@@ -641,7 +642,7 @@ class ExternalMetricSourcePatch(dict):
|
|
|
641
642
|
|
|
642
643
|
@property
|
|
643
644
|
@pulumi.getter(name="targetValue")
|
|
644
|
-
def target_value(self) -> Optional[str]:
|
|
645
|
+
def target_value(self) -> Optional[builtins.str]:
|
|
645
646
|
"""
|
|
646
647
|
targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.
|
|
647
648
|
"""
|
|
@@ -677,15 +678,15 @@ class ExternalMetricStatus(dict):
|
|
|
677
678
|
return super().get(key, default)
|
|
678
679
|
|
|
679
680
|
def __init__(__self__, *,
|
|
680
|
-
current_value: str,
|
|
681
|
-
metric_name: str,
|
|
682
|
-
current_average_value: Optional[str] = None,
|
|
681
|
+
current_value: builtins.str,
|
|
682
|
+
metric_name: builtins.str,
|
|
683
|
+
current_average_value: Optional[builtins.str] = None,
|
|
683
684
|
metric_selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
684
685
|
"""
|
|
685
686
|
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
|
|
686
|
-
:param str current_value: currentValue is the current value of the metric (as a quantity)
|
|
687
|
-
:param str metric_name: metricName is the name of a metric used for autoscaling in metric system.
|
|
688
|
-
:param str current_average_value: currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
687
|
+
:param builtins.str current_value: currentValue is the current value of the metric (as a quantity)
|
|
688
|
+
:param builtins.str metric_name: metricName is the name of a metric used for autoscaling in metric system.
|
|
689
|
+
:param builtins.str current_average_value: currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
689
690
|
:param '_meta.v1.LabelSelectorArgs' metric_selector: metricSelector is used to identify a specific time series within a given metric.
|
|
690
691
|
"""
|
|
691
692
|
pulumi.set(__self__, "current_value", current_value)
|
|
@@ -697,7 +698,7 @@ class ExternalMetricStatus(dict):
|
|
|
697
698
|
|
|
698
699
|
@property
|
|
699
700
|
@pulumi.getter(name="currentValue")
|
|
700
|
-
def current_value(self) -> str:
|
|
701
|
+
def current_value(self) -> builtins.str:
|
|
701
702
|
"""
|
|
702
703
|
currentValue is the current value of the metric (as a quantity)
|
|
703
704
|
"""
|
|
@@ -705,7 +706,7 @@ class ExternalMetricStatus(dict):
|
|
|
705
706
|
|
|
706
707
|
@property
|
|
707
708
|
@pulumi.getter(name="metricName")
|
|
708
|
-
def metric_name(self) -> str:
|
|
709
|
+
def metric_name(self) -> builtins.str:
|
|
709
710
|
"""
|
|
710
711
|
metricName is the name of a metric used for autoscaling in metric system.
|
|
711
712
|
"""
|
|
@@ -713,7 +714,7 @@ class ExternalMetricStatus(dict):
|
|
|
713
714
|
|
|
714
715
|
@property
|
|
715
716
|
@pulumi.getter(name="currentAverageValue")
|
|
716
|
-
def current_average_value(self) -> Optional[str]:
|
|
717
|
+
def current_average_value(self) -> Optional[builtins.str]:
|
|
717
718
|
"""
|
|
718
719
|
currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
719
720
|
"""
|
|
@@ -757,15 +758,15 @@ class ExternalMetricStatusPatch(dict):
|
|
|
757
758
|
return super().get(key, default)
|
|
758
759
|
|
|
759
760
|
def __init__(__self__, *,
|
|
760
|
-
current_average_value: Optional[str] = None,
|
|
761
|
-
current_value: Optional[str] = None,
|
|
762
|
-
metric_name: Optional[str] = None,
|
|
761
|
+
current_average_value: Optional[builtins.str] = None,
|
|
762
|
+
current_value: Optional[builtins.str] = None,
|
|
763
|
+
metric_name: Optional[builtins.str] = None,
|
|
763
764
|
metric_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
764
765
|
"""
|
|
765
766
|
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
|
|
766
|
-
:param str current_average_value: currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
767
|
-
:param str current_value: currentValue is the current value of the metric (as a quantity)
|
|
768
|
-
:param str metric_name: metricName is the name of a metric used for autoscaling in metric system.
|
|
767
|
+
:param builtins.str current_average_value: currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
768
|
+
:param builtins.str current_value: currentValue is the current value of the metric (as a quantity)
|
|
769
|
+
:param builtins.str metric_name: metricName is the name of a metric used for autoscaling in metric system.
|
|
769
770
|
:param '_meta.v1.LabelSelectorPatchArgs' metric_selector: metricSelector is used to identify a specific time series within a given metric.
|
|
770
771
|
"""
|
|
771
772
|
if current_average_value is not None:
|
|
@@ -779,7 +780,7 @@ class ExternalMetricStatusPatch(dict):
|
|
|
779
780
|
|
|
780
781
|
@property
|
|
781
782
|
@pulumi.getter(name="currentAverageValue")
|
|
782
|
-
def current_average_value(self) -> Optional[str]:
|
|
783
|
+
def current_average_value(self) -> Optional[builtins.str]:
|
|
783
784
|
"""
|
|
784
785
|
currentAverageValue is the current value of metric averaged over autoscaled pods.
|
|
785
786
|
"""
|
|
@@ -787,7 +788,7 @@ class ExternalMetricStatusPatch(dict):
|
|
|
787
788
|
|
|
788
789
|
@property
|
|
789
790
|
@pulumi.getter(name="currentValue")
|
|
790
|
-
def current_value(self) -> Optional[str]:
|
|
791
|
+
def current_value(self) -> Optional[builtins.str]:
|
|
791
792
|
"""
|
|
792
793
|
currentValue is the current value of the metric (as a quantity)
|
|
793
794
|
"""
|
|
@@ -795,7 +796,7 @@ class ExternalMetricStatusPatch(dict):
|
|
|
795
796
|
|
|
796
797
|
@property
|
|
797
798
|
@pulumi.getter(name="metricName")
|
|
798
|
-
def metric_name(self) -> Optional[str]:
|
|
799
|
+
def metric_name(self) -> Optional[builtins.str]:
|
|
799
800
|
"""
|
|
800
801
|
metricName is the name of a metric used for autoscaling in metric system.
|
|
801
802
|
"""
|
|
@@ -833,15 +834,15 @@ class HorizontalPodAutoscaler(dict):
|
|
|
833
834
|
return super().get(key, default)
|
|
834
835
|
|
|
835
836
|
def __init__(__self__, *,
|
|
836
|
-
api_version: Optional[str] = None,
|
|
837
|
-
kind: Optional[str] = None,
|
|
837
|
+
api_version: Optional[builtins.str] = None,
|
|
838
|
+
kind: Optional[builtins.str] = None,
|
|
838
839
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
839
840
|
spec: Optional['outputs.HorizontalPodAutoscalerSpec'] = None,
|
|
840
841
|
status: Optional['outputs.HorizontalPodAutoscalerStatus'] = None):
|
|
841
842
|
"""
|
|
842
843
|
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.
|
|
843
|
-
:param str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
844
|
-
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
844
|
+
:param builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
845
|
+
:param builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
845
846
|
:param '_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
|
|
846
847
|
:param '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.
|
|
847
848
|
:param 'HorizontalPodAutoscalerStatusArgs' status: status is the current information about the autoscaler.
|
|
@@ -859,7 +860,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
859
860
|
|
|
860
861
|
@property
|
|
861
862
|
@pulumi.getter(name="apiVersion")
|
|
862
|
-
def api_version(self) -> Optional[str]:
|
|
863
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
863
864
|
"""
|
|
864
865
|
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
|
|
865
866
|
"""
|
|
@@ -867,7 +868,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
867
868
|
|
|
868
869
|
@property
|
|
869
870
|
@pulumi.getter
|
|
870
|
-
def kind(self) -> Optional[str]:
|
|
871
|
+
def kind(self) -> Optional[builtins.str]:
|
|
871
872
|
"""
|
|
872
873
|
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
|
|
873
874
|
"""
|
|
@@ -921,18 +922,18 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
921
922
|
return super().get(key, default)
|
|
922
923
|
|
|
923
924
|
def __init__(__self__, *,
|
|
924
|
-
status: str,
|
|
925
|
-
type: str,
|
|
926
|
-
last_transition_time: Optional[str] = None,
|
|
927
|
-
message: Optional[str] = None,
|
|
928
|
-
reason: Optional[str] = None):
|
|
925
|
+
status: builtins.str,
|
|
926
|
+
type: builtins.str,
|
|
927
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
928
|
+
message: Optional[builtins.str] = None,
|
|
929
|
+
reason: Optional[builtins.str] = None):
|
|
929
930
|
"""
|
|
930
931
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
931
|
-
:param str status: status is the status of the condition (True, False, Unknown)
|
|
932
|
-
:param str type: type describes the current condition
|
|
933
|
-
:param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
934
|
-
:param str message: message is a human-readable explanation containing details about the transition
|
|
935
|
-
:param str reason: reason is the reason for the condition's last transition.
|
|
932
|
+
:param builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
933
|
+
:param builtins.str type: type describes the current condition
|
|
934
|
+
:param builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
935
|
+
:param builtins.str message: message is a human-readable explanation containing details about the transition
|
|
936
|
+
:param builtins.str reason: reason is the reason for the condition's last transition.
|
|
936
937
|
"""
|
|
937
938
|
pulumi.set(__self__, "status", status)
|
|
938
939
|
pulumi.set(__self__, "type", type)
|
|
@@ -945,7 +946,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
945
946
|
|
|
946
947
|
@property
|
|
947
948
|
@pulumi.getter
|
|
948
|
-
def status(self) -> str:
|
|
949
|
+
def status(self) -> builtins.str:
|
|
949
950
|
"""
|
|
950
951
|
status is the status of the condition (True, False, Unknown)
|
|
951
952
|
"""
|
|
@@ -953,7 +954,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
953
954
|
|
|
954
955
|
@property
|
|
955
956
|
@pulumi.getter
|
|
956
|
-
def type(self) -> str:
|
|
957
|
+
def type(self) -> builtins.str:
|
|
957
958
|
"""
|
|
958
959
|
type describes the current condition
|
|
959
960
|
"""
|
|
@@ -961,7 +962,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
961
962
|
|
|
962
963
|
@property
|
|
963
964
|
@pulumi.getter(name="lastTransitionTime")
|
|
964
|
-
def last_transition_time(self) -> Optional[str]:
|
|
965
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
965
966
|
"""
|
|
966
967
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
967
968
|
"""
|
|
@@ -969,7 +970,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
969
970
|
|
|
970
971
|
@property
|
|
971
972
|
@pulumi.getter
|
|
972
|
-
def message(self) -> Optional[str]:
|
|
973
|
+
def message(self) -> Optional[builtins.str]:
|
|
973
974
|
"""
|
|
974
975
|
message is a human-readable explanation containing details about the transition
|
|
975
976
|
"""
|
|
@@ -977,7 +978,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
977
978
|
|
|
978
979
|
@property
|
|
979
980
|
@pulumi.getter
|
|
980
|
-
def reason(self) -> Optional[str]:
|
|
981
|
+
def reason(self) -> Optional[builtins.str]:
|
|
981
982
|
"""
|
|
982
983
|
reason is the reason for the condition's last transition.
|
|
983
984
|
"""
|
|
@@ -1007,18 +1008,18 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1007
1008
|
return super().get(key, default)
|
|
1008
1009
|
|
|
1009
1010
|
def __init__(__self__, *,
|
|
1010
|
-
last_transition_time: Optional[str] = None,
|
|
1011
|
-
message: Optional[str] = None,
|
|
1012
|
-
reason: Optional[str] = None,
|
|
1013
|
-
status: Optional[str] = None,
|
|
1014
|
-
type: Optional[str] = None):
|
|
1011
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1012
|
+
message: Optional[builtins.str] = None,
|
|
1013
|
+
reason: Optional[builtins.str] = None,
|
|
1014
|
+
status: Optional[builtins.str] = None,
|
|
1015
|
+
type: Optional[builtins.str] = None):
|
|
1015
1016
|
"""
|
|
1016
1017
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1017
|
-
:param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1018
|
-
:param str message: message is a human-readable explanation containing details about the transition
|
|
1019
|
-
:param str reason: reason is the reason for the condition's last transition.
|
|
1020
|
-
:param str status: status is the status of the condition (True, False, Unknown)
|
|
1021
|
-
:param str type: type describes the current condition
|
|
1018
|
+
:param builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1019
|
+
:param builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1020
|
+
:param builtins.str reason: reason is the reason for the condition's last transition.
|
|
1021
|
+
:param builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1022
|
+
:param builtins.str type: type describes the current condition
|
|
1022
1023
|
"""
|
|
1023
1024
|
if last_transition_time is not None:
|
|
1024
1025
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1033,7 +1034,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1033
1034
|
|
|
1034
1035
|
@property
|
|
1035
1036
|
@pulumi.getter(name="lastTransitionTime")
|
|
1036
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1037
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1037
1038
|
"""
|
|
1038
1039
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1039
1040
|
"""
|
|
@@ -1041,7 +1042,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1041
1042
|
|
|
1042
1043
|
@property
|
|
1043
1044
|
@pulumi.getter
|
|
1044
|
-
def message(self) -> Optional[str]:
|
|
1045
|
+
def message(self) -> Optional[builtins.str]:
|
|
1045
1046
|
"""
|
|
1046
1047
|
message is a human-readable explanation containing details about the transition
|
|
1047
1048
|
"""
|
|
@@ -1049,7 +1050,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1049
1050
|
|
|
1050
1051
|
@property
|
|
1051
1052
|
@pulumi.getter
|
|
1052
|
-
def reason(self) -> Optional[str]:
|
|
1053
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1053
1054
|
"""
|
|
1054
1055
|
reason is the reason for the condition's last transition.
|
|
1055
1056
|
"""
|
|
@@ -1057,7 +1058,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1057
1058
|
|
|
1058
1059
|
@property
|
|
1059
1060
|
@pulumi.getter
|
|
1060
|
-
def status(self) -> Optional[str]:
|
|
1061
|
+
def status(self) -> Optional[builtins.str]:
|
|
1061
1062
|
"""
|
|
1062
1063
|
status is the status of the condition (True, False, Unknown)
|
|
1063
1064
|
"""
|
|
@@ -1065,7 +1066,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1065
1066
|
|
|
1066
1067
|
@property
|
|
1067
1068
|
@pulumi.getter
|
|
1068
|
-
def type(self) -> Optional[str]:
|
|
1069
|
+
def type(self) -> Optional[builtins.str]:
|
|
1069
1070
|
"""
|
|
1070
1071
|
type describes the current condition
|
|
1071
1072
|
"""
|
|
@@ -1099,16 +1100,16 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1099
1100
|
return super().get(key, default)
|
|
1100
1101
|
|
|
1101
1102
|
def __init__(__self__, *,
|
|
1102
|
-
max_replicas: int,
|
|
1103
|
+
max_replicas: builtins.int,
|
|
1103
1104
|
scale_target_ref: 'outputs.CrossVersionObjectReference',
|
|
1104
1105
|
metrics: Optional[Sequence['outputs.MetricSpec']] = None,
|
|
1105
|
-
min_replicas: Optional[int] = None):
|
|
1106
|
+
min_replicas: Optional[builtins.int] = None):
|
|
1106
1107
|
"""
|
|
1107
1108
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1108
|
-
:param 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.
|
|
1109
|
+
:param 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.
|
|
1109
1110
|
:param '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.
|
|
1110
1111
|
:param Sequence['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.
|
|
1111
|
-
:param 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.
|
|
1112
|
+
:param 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.
|
|
1112
1113
|
"""
|
|
1113
1114
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
1114
1115
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
@@ -1119,7 +1120,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1119
1120
|
|
|
1120
1121
|
@property
|
|
1121
1122
|
@pulumi.getter(name="maxReplicas")
|
|
1122
|
-
def max_replicas(self) -> int:
|
|
1123
|
+
def max_replicas(self) -> builtins.int:
|
|
1123
1124
|
"""
|
|
1124
1125
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1125
1126
|
"""
|
|
@@ -1143,7 +1144,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1143
1144
|
|
|
1144
1145
|
@property
|
|
1145
1146
|
@pulumi.getter(name="minReplicas")
|
|
1146
|
-
def min_replicas(self) -> Optional[int]:
|
|
1147
|
+
def min_replicas(self) -> Optional[builtins.int]:
|
|
1147
1148
|
"""
|
|
1148
1149
|
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.
|
|
1149
1150
|
"""
|
|
@@ -1177,15 +1178,15 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1177
1178
|
return super().get(key, default)
|
|
1178
1179
|
|
|
1179
1180
|
def __init__(__self__, *,
|
|
1180
|
-
max_replicas: Optional[int] = None,
|
|
1181
|
+
max_replicas: Optional[builtins.int] = None,
|
|
1181
1182
|
metrics: Optional[Sequence['outputs.MetricSpecPatch']] = None,
|
|
1182
|
-
min_replicas: Optional[int] = None,
|
|
1183
|
+
min_replicas: Optional[builtins.int] = None,
|
|
1183
1184
|
scale_target_ref: Optional['outputs.CrossVersionObjectReferencePatch'] = None):
|
|
1184
1185
|
"""
|
|
1185
1186
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1186
|
-
:param 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.
|
|
1187
|
+
:param 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.
|
|
1187
1188
|
:param Sequence['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.
|
|
1188
|
-
:param 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.
|
|
1189
|
+
:param 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.
|
|
1189
1190
|
:param '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.
|
|
1190
1191
|
"""
|
|
1191
1192
|
if max_replicas is not None:
|
|
@@ -1199,7 +1200,7 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1199
1200
|
|
|
1200
1201
|
@property
|
|
1201
1202
|
@pulumi.getter(name="maxReplicas")
|
|
1202
|
-
def max_replicas(self) -> Optional[int]:
|
|
1203
|
+
def max_replicas(self) -> Optional[builtins.int]:
|
|
1203
1204
|
"""
|
|
1204
1205
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1205
1206
|
"""
|
|
@@ -1215,7 +1216,7 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1215
1216
|
|
|
1216
1217
|
@property
|
|
1217
1218
|
@pulumi.getter(name="minReplicas")
|
|
1218
|
-
def min_replicas(self) -> Optional[int]:
|
|
1219
|
+
def min_replicas(self) -> Optional[builtins.int]:
|
|
1219
1220
|
"""
|
|
1220
1221
|
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.
|
|
1221
1222
|
"""
|
|
@@ -1262,19 +1263,19 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1262
1263
|
|
|
1263
1264
|
def __init__(__self__, *,
|
|
1264
1265
|
conditions: Sequence['outputs.HorizontalPodAutoscalerCondition'],
|
|
1265
|
-
current_replicas: int,
|
|
1266
|
-
desired_replicas: int,
|
|
1266
|
+
current_replicas: builtins.int,
|
|
1267
|
+
desired_replicas: builtins.int,
|
|
1267
1268
|
current_metrics: Optional[Sequence['outputs.MetricStatus']] = None,
|
|
1268
|
-
last_scale_time: Optional[str] = None,
|
|
1269
|
-
observed_generation: Optional[int] = None):
|
|
1269
|
+
last_scale_time: Optional[builtins.str] = None,
|
|
1270
|
+
observed_generation: Optional[builtins.int] = None):
|
|
1270
1271
|
"""
|
|
1271
1272
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1272
1273
|
:param Sequence['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.
|
|
1273
|
-
:param int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1274
|
-
:param int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1274
|
+
:param builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1275
|
+
:param builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1275
1276
|
:param Sequence['MetricStatusArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1276
|
-
:param 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.
|
|
1277
|
-
:param int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1277
|
+
:param 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.
|
|
1278
|
+
:param builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1278
1279
|
"""
|
|
1279
1280
|
pulumi.set(__self__, "conditions", conditions)
|
|
1280
1281
|
pulumi.set(__self__, "current_replicas", current_replicas)
|
|
@@ -1296,7 +1297,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1296
1297
|
|
|
1297
1298
|
@property
|
|
1298
1299
|
@pulumi.getter(name="currentReplicas")
|
|
1299
|
-
def current_replicas(self) -> int:
|
|
1300
|
+
def current_replicas(self) -> builtins.int:
|
|
1300
1301
|
"""
|
|
1301
1302
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1302
1303
|
"""
|
|
@@ -1304,7 +1305,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1304
1305
|
|
|
1305
1306
|
@property
|
|
1306
1307
|
@pulumi.getter(name="desiredReplicas")
|
|
1307
|
-
def desired_replicas(self) -> int:
|
|
1308
|
+
def desired_replicas(self) -> builtins.int:
|
|
1308
1309
|
"""
|
|
1309
1310
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1310
1311
|
"""
|
|
@@ -1320,7 +1321,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1320
1321
|
|
|
1321
1322
|
@property
|
|
1322
1323
|
@pulumi.getter(name="lastScaleTime")
|
|
1323
|
-
def last_scale_time(self) -> Optional[str]:
|
|
1324
|
+
def last_scale_time(self) -> Optional[builtins.str]:
|
|
1324
1325
|
"""
|
|
1325
1326
|
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.
|
|
1326
1327
|
"""
|
|
@@ -1328,7 +1329,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1328
1329
|
|
|
1329
1330
|
@property
|
|
1330
1331
|
@pulumi.getter(name="observedGeneration")
|
|
1331
|
-
def observed_generation(self) -> Optional[int]:
|
|
1332
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1332
1333
|
"""
|
|
1333
1334
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1334
1335
|
"""
|
|
@@ -1368,18 +1369,18 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1368
1369
|
def __init__(__self__, *,
|
|
1369
1370
|
conditions: Optional[Sequence['outputs.HorizontalPodAutoscalerConditionPatch']] = None,
|
|
1370
1371
|
current_metrics: Optional[Sequence['outputs.MetricStatusPatch']] = None,
|
|
1371
|
-
current_replicas: Optional[int] = None,
|
|
1372
|
-
desired_replicas: Optional[int] = None,
|
|
1373
|
-
last_scale_time: Optional[str] = None,
|
|
1374
|
-
observed_generation: Optional[int] = None):
|
|
1372
|
+
current_replicas: Optional[builtins.int] = None,
|
|
1373
|
+
desired_replicas: Optional[builtins.int] = None,
|
|
1374
|
+
last_scale_time: Optional[builtins.str] = None,
|
|
1375
|
+
observed_generation: Optional[builtins.int] = None):
|
|
1375
1376
|
"""
|
|
1376
1377
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1377
1378
|
:param Sequence['HorizontalPodAutoscalerConditionPatchArgs'] conditions: conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
|
|
1378
1379
|
:param Sequence['MetricStatusPatchArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1379
|
-
:param int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1380
|
-
:param int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1381
|
-
:param 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.
|
|
1382
|
-
:param int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1380
|
+
:param builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1381
|
+
:param builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1382
|
+
:param 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.
|
|
1383
|
+
:param builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1383
1384
|
"""
|
|
1384
1385
|
if conditions is not None:
|
|
1385
1386
|
pulumi.set(__self__, "conditions", conditions)
|
|
@@ -1412,7 +1413,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1412
1413
|
|
|
1413
1414
|
@property
|
|
1414
1415
|
@pulumi.getter(name="currentReplicas")
|
|
1415
|
-
def current_replicas(self) -> Optional[int]:
|
|
1416
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
1416
1417
|
"""
|
|
1417
1418
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1418
1419
|
"""
|
|
@@ -1420,7 +1421,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1420
1421
|
|
|
1421
1422
|
@property
|
|
1422
1423
|
@pulumi.getter(name="desiredReplicas")
|
|
1423
|
-
def desired_replicas(self) -> Optional[int]:
|
|
1424
|
+
def desired_replicas(self) -> Optional[builtins.int]:
|
|
1424
1425
|
"""
|
|
1425
1426
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1426
1427
|
"""
|
|
@@ -1428,7 +1429,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1428
1429
|
|
|
1429
1430
|
@property
|
|
1430
1431
|
@pulumi.getter(name="lastScaleTime")
|
|
1431
|
-
def last_scale_time(self) -> Optional[str]:
|
|
1432
|
+
def last_scale_time(self) -> Optional[builtins.str]:
|
|
1432
1433
|
"""
|
|
1433
1434
|
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.
|
|
1434
1435
|
"""
|
|
@@ -1436,7 +1437,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1436
1437
|
|
|
1437
1438
|
@property
|
|
1438
1439
|
@pulumi.getter(name="observedGeneration")
|
|
1439
|
-
def observed_generation(self) -> Optional[int]:
|
|
1440
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1440
1441
|
"""
|
|
1441
1442
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1442
1443
|
"""
|
|
@@ -1466,7 +1467,7 @@ class MetricSpec(dict):
|
|
|
1466
1467
|
return super().get(key, default)
|
|
1467
1468
|
|
|
1468
1469
|
def __init__(__self__, *,
|
|
1469
|
-
type: str,
|
|
1470
|
+
type: builtins.str,
|
|
1470
1471
|
container_resource: Optional['outputs.ContainerResourceMetricSource'] = None,
|
|
1471
1472
|
external: Optional['outputs.ExternalMetricSource'] = None,
|
|
1472
1473
|
object: Optional['outputs.ObjectMetricSource'] = None,
|
|
@@ -1474,7 +1475,7 @@ class MetricSpec(dict):
|
|
|
1474
1475
|
resource: Optional['outputs.ResourceMetricSource'] = None):
|
|
1475
1476
|
"""
|
|
1476
1477
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1477
|
-
:param str type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1478
|
+
:param builtins.str type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1478
1479
|
:param 'ContainerResourceMetricSourceArgs' container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
|
|
1479
1480
|
:param '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).
|
|
1480
1481
|
:param 'ObjectMetricSourceArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1495,7 +1496,7 @@ class MetricSpec(dict):
|
|
|
1495
1496
|
|
|
1496
1497
|
@property
|
|
1497
1498
|
@pulumi.getter
|
|
1498
|
-
def type(self) -> str:
|
|
1499
|
+
def type(self) -> builtins.str:
|
|
1499
1500
|
"""
|
|
1500
1501
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1501
1502
|
"""
|
|
@@ -1570,7 +1571,7 @@ class MetricSpecPatch(dict):
|
|
|
1570
1571
|
object: Optional['outputs.ObjectMetricSourcePatch'] = None,
|
|
1571
1572
|
pods: Optional['outputs.PodsMetricSourcePatch'] = None,
|
|
1572
1573
|
resource: Optional['outputs.ResourceMetricSourcePatch'] = None,
|
|
1573
|
-
type: Optional[str] = None):
|
|
1574
|
+
type: Optional[builtins.str] = None):
|
|
1574
1575
|
"""
|
|
1575
1576
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1576
1577
|
:param 'ContainerResourceMetricSourcePatchArgs' container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag.
|
|
@@ -1578,7 +1579,7 @@ class MetricSpecPatch(dict):
|
|
|
1578
1579
|
:param 'ObjectMetricSourcePatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1579
1580
|
:param '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.
|
|
1580
1581
|
:param '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.
|
|
1581
|
-
:param str type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1582
|
+
:param builtins.str type: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1582
1583
|
"""
|
|
1583
1584
|
if container_resource is not None:
|
|
1584
1585
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1635,7 +1636,7 @@ class MetricSpecPatch(dict):
|
|
|
1635
1636
|
|
|
1636
1637
|
@property
|
|
1637
1638
|
@pulumi.getter
|
|
1638
|
-
def type(self) -> Optional[str]:
|
|
1639
|
+
def type(self) -> Optional[builtins.str]:
|
|
1639
1640
|
"""
|
|
1640
1641
|
type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1641
1642
|
"""
|
|
@@ -1665,7 +1666,7 @@ class MetricStatus(dict):
|
|
|
1665
1666
|
return super().get(key, default)
|
|
1666
1667
|
|
|
1667
1668
|
def __init__(__self__, *,
|
|
1668
|
-
type: str,
|
|
1669
|
+
type: builtins.str,
|
|
1669
1670
|
container_resource: Optional['outputs.ContainerResourceMetricStatus'] = None,
|
|
1670
1671
|
external: Optional['outputs.ExternalMetricStatus'] = None,
|
|
1671
1672
|
object: Optional['outputs.ObjectMetricStatus'] = None,
|
|
@@ -1673,7 +1674,7 @@ class MetricStatus(dict):
|
|
|
1673
1674
|
resource: Optional['outputs.ResourceMetricStatus'] = None):
|
|
1674
1675
|
"""
|
|
1675
1676
|
MetricStatus describes the last-read state of a single metric.
|
|
1676
|
-
:param str type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1677
|
+
:param builtins.str type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1677
1678
|
:param '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.
|
|
1678
1679
|
:param '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).
|
|
1679
1680
|
:param 'ObjectMetricStatusArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1694,7 +1695,7 @@ class MetricStatus(dict):
|
|
|
1694
1695
|
|
|
1695
1696
|
@property
|
|
1696
1697
|
@pulumi.getter
|
|
1697
|
-
def type(self) -> str:
|
|
1698
|
+
def type(self) -> builtins.str:
|
|
1698
1699
|
"""
|
|
1699
1700
|
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1700
1701
|
"""
|
|
@@ -1769,7 +1770,7 @@ class MetricStatusPatch(dict):
|
|
|
1769
1770
|
object: Optional['outputs.ObjectMetricStatusPatch'] = None,
|
|
1770
1771
|
pods: Optional['outputs.PodsMetricStatusPatch'] = None,
|
|
1771
1772
|
resource: Optional['outputs.ResourceMetricStatusPatch'] = None,
|
|
1772
|
-
type: Optional[str] = None):
|
|
1773
|
+
type: Optional[builtins.str] = None):
|
|
1773
1774
|
"""
|
|
1774
1775
|
MetricStatus describes the last-read state of a single metric.
|
|
1775
1776
|
:param 'ContainerResourceMetricStatusPatchArgs' 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.
|
|
@@ -1777,7 +1778,7 @@ class MetricStatusPatch(dict):
|
|
|
1777
1778
|
:param 'ObjectMetricStatusPatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1778
1779
|
:param 'PodsMetricStatusPatchArgs' 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.
|
|
1779
1780
|
:param 'ResourceMetricStatusPatchArgs' 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.
|
|
1780
|
-
:param str type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1781
|
+
:param builtins.str type: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1781
1782
|
"""
|
|
1782
1783
|
if container_resource is not None:
|
|
1783
1784
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1834,7 +1835,7 @@ class MetricStatusPatch(dict):
|
|
|
1834
1835
|
|
|
1835
1836
|
@property
|
|
1836
1837
|
@pulumi.getter
|
|
1837
|
-
def type(self) -> Optional[str]:
|
|
1838
|
+
def type(self) -> Optional[builtins.str]:
|
|
1838
1839
|
"""
|
|
1839
1840
|
type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1840
1841
|
"""
|
|
@@ -1868,17 +1869,17 @@ class ObjectMetricSource(dict):
|
|
|
1868
1869
|
return super().get(key, default)
|
|
1869
1870
|
|
|
1870
1871
|
def __init__(__self__, *,
|
|
1871
|
-
metric_name: str,
|
|
1872
|
+
metric_name: builtins.str,
|
|
1872
1873
|
target: 'outputs.CrossVersionObjectReference',
|
|
1873
|
-
target_value: str,
|
|
1874
|
-
average_value: Optional[str] = None,
|
|
1874
|
+
target_value: builtins.str,
|
|
1875
|
+
average_value: Optional[builtins.str] = None,
|
|
1875
1876
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
1876
1877
|
"""
|
|
1877
1878
|
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1878
|
-
:param str metric_name: metricName is the name of the metric in question.
|
|
1879
|
+
:param builtins.str metric_name: metricName is the name of the metric in question.
|
|
1879
1880
|
:param 'CrossVersionObjectReferenceArgs' target: target is the described Kubernetes object.
|
|
1880
|
-
:param str target_value: targetValue is the target value of the metric (as a quantity).
|
|
1881
|
-
:param str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1881
|
+
:param builtins.str target_value: targetValue is the target value of the metric (as a quantity).
|
|
1882
|
+
:param builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1882
1883
|
:param '_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.
|
|
1883
1884
|
"""
|
|
1884
1885
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
@@ -1891,7 +1892,7 @@ class ObjectMetricSource(dict):
|
|
|
1891
1892
|
|
|
1892
1893
|
@property
|
|
1893
1894
|
@pulumi.getter(name="metricName")
|
|
1894
|
-
def metric_name(self) -> str:
|
|
1895
|
+
def metric_name(self) -> builtins.str:
|
|
1895
1896
|
"""
|
|
1896
1897
|
metricName is the name of the metric in question.
|
|
1897
1898
|
"""
|
|
@@ -1907,7 +1908,7 @@ class ObjectMetricSource(dict):
|
|
|
1907
1908
|
|
|
1908
1909
|
@property
|
|
1909
1910
|
@pulumi.getter(name="targetValue")
|
|
1910
|
-
def target_value(self) -> str:
|
|
1911
|
+
def target_value(self) -> builtins.str:
|
|
1911
1912
|
"""
|
|
1912
1913
|
targetValue is the target value of the metric (as a quantity).
|
|
1913
1914
|
"""
|
|
@@ -1915,7 +1916,7 @@ class ObjectMetricSource(dict):
|
|
|
1915
1916
|
|
|
1916
1917
|
@property
|
|
1917
1918
|
@pulumi.getter(name="averageValue")
|
|
1918
|
-
def average_value(self) -> Optional[str]:
|
|
1919
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
1919
1920
|
"""
|
|
1920
1921
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1921
1922
|
"""
|
|
@@ -1957,18 +1958,18 @@ class ObjectMetricSourcePatch(dict):
|
|
|
1957
1958
|
return super().get(key, default)
|
|
1958
1959
|
|
|
1959
1960
|
def __init__(__self__, *,
|
|
1960
|
-
average_value: Optional[str] = None,
|
|
1961
|
-
metric_name: Optional[str] = None,
|
|
1961
|
+
average_value: Optional[builtins.str] = None,
|
|
1962
|
+
metric_name: Optional[builtins.str] = None,
|
|
1962
1963
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1963
1964
|
target: Optional['outputs.CrossVersionObjectReferencePatch'] = None,
|
|
1964
|
-
target_value: Optional[str] = None):
|
|
1965
|
+
target_value: Optional[builtins.str] = None):
|
|
1965
1966
|
"""
|
|
1966
1967
|
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1967
|
-
:param str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1968
|
-
:param str metric_name: metricName is the name of the metric in question.
|
|
1968
|
+
:param builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1969
|
+
:param builtins.str metric_name: metricName is the name of the metric in question.
|
|
1969
1970
|
:param '_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.
|
|
1970
1971
|
:param 'CrossVersionObjectReferencePatchArgs' target: target is the described Kubernetes object.
|
|
1971
|
-
:param str target_value: targetValue is the target value of the metric (as a quantity).
|
|
1972
|
+
:param builtins.str target_value: targetValue is the target value of the metric (as a quantity).
|
|
1972
1973
|
"""
|
|
1973
1974
|
if average_value is not None:
|
|
1974
1975
|
pulumi.set(__self__, "average_value", average_value)
|
|
@@ -1983,7 +1984,7 @@ class ObjectMetricSourcePatch(dict):
|
|
|
1983
1984
|
|
|
1984
1985
|
@property
|
|
1985
1986
|
@pulumi.getter(name="averageValue")
|
|
1986
|
-
def average_value(self) -> Optional[str]:
|
|
1987
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
1987
1988
|
"""
|
|
1988
1989
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
1989
1990
|
"""
|
|
@@ -1991,7 +1992,7 @@ class ObjectMetricSourcePatch(dict):
|
|
|
1991
1992
|
|
|
1992
1993
|
@property
|
|
1993
1994
|
@pulumi.getter(name="metricName")
|
|
1994
|
-
def metric_name(self) -> Optional[str]:
|
|
1995
|
+
def metric_name(self) -> Optional[builtins.str]:
|
|
1995
1996
|
"""
|
|
1996
1997
|
metricName is the name of the metric in question.
|
|
1997
1998
|
"""
|
|
@@ -2015,7 +2016,7 @@ class ObjectMetricSourcePatch(dict):
|
|
|
2015
2016
|
|
|
2016
2017
|
@property
|
|
2017
2018
|
@pulumi.getter(name="targetValue")
|
|
2018
|
-
def target_value(self) -> Optional[str]:
|
|
2019
|
+
def target_value(self) -> Optional[builtins.str]:
|
|
2019
2020
|
"""
|
|
2020
2021
|
targetValue is the target value of the metric (as a quantity).
|
|
2021
2022
|
"""
|
|
@@ -2049,17 +2050,17 @@ class ObjectMetricStatus(dict):
|
|
|
2049
2050
|
return super().get(key, default)
|
|
2050
2051
|
|
|
2051
2052
|
def __init__(__self__, *,
|
|
2052
|
-
current_value: str,
|
|
2053
|
-
metric_name: str,
|
|
2053
|
+
current_value: builtins.str,
|
|
2054
|
+
metric_name: builtins.str,
|
|
2054
2055
|
target: 'outputs.CrossVersionObjectReference',
|
|
2055
|
-
average_value: Optional[str] = None,
|
|
2056
|
+
average_value: Optional[builtins.str] = None,
|
|
2056
2057
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
2057
2058
|
"""
|
|
2058
2059
|
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
2059
|
-
:param str current_value: currentValue is the current value of the metric (as a quantity).
|
|
2060
|
-
:param str metric_name: metricName is the name of the metric in question.
|
|
2060
|
+
:param builtins.str current_value: currentValue is the current value of the metric (as a quantity).
|
|
2061
|
+
:param builtins.str metric_name: metricName is the name of the metric in question.
|
|
2061
2062
|
:param 'CrossVersionObjectReferenceArgs' target: target is the described Kubernetes object.
|
|
2062
|
-
:param str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2063
|
+
:param builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2063
2064
|
:param '_meta.v1.LabelSelectorArgs' selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the ObjectMetricSource, 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.
|
|
2064
2065
|
"""
|
|
2065
2066
|
pulumi.set(__self__, "current_value", current_value)
|
|
@@ -2072,7 +2073,7 @@ class ObjectMetricStatus(dict):
|
|
|
2072
2073
|
|
|
2073
2074
|
@property
|
|
2074
2075
|
@pulumi.getter(name="currentValue")
|
|
2075
|
-
def current_value(self) -> str:
|
|
2076
|
+
def current_value(self) -> builtins.str:
|
|
2076
2077
|
"""
|
|
2077
2078
|
currentValue is the current value of the metric (as a quantity).
|
|
2078
2079
|
"""
|
|
@@ -2080,7 +2081,7 @@ class ObjectMetricStatus(dict):
|
|
|
2080
2081
|
|
|
2081
2082
|
@property
|
|
2082
2083
|
@pulumi.getter(name="metricName")
|
|
2083
|
-
def metric_name(self) -> str:
|
|
2084
|
+
def metric_name(self) -> builtins.str:
|
|
2084
2085
|
"""
|
|
2085
2086
|
metricName is the name of the metric in question.
|
|
2086
2087
|
"""
|
|
@@ -2096,7 +2097,7 @@ class ObjectMetricStatus(dict):
|
|
|
2096
2097
|
|
|
2097
2098
|
@property
|
|
2098
2099
|
@pulumi.getter(name="averageValue")
|
|
2099
|
-
def average_value(self) -> Optional[str]:
|
|
2100
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2100
2101
|
"""
|
|
2101
2102
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2102
2103
|
"""
|
|
@@ -2138,16 +2139,16 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2138
2139
|
return super().get(key, default)
|
|
2139
2140
|
|
|
2140
2141
|
def __init__(__self__, *,
|
|
2141
|
-
average_value: Optional[str] = None,
|
|
2142
|
-
current_value: Optional[str] = None,
|
|
2143
|
-
metric_name: Optional[str] = None,
|
|
2142
|
+
average_value: Optional[builtins.str] = None,
|
|
2143
|
+
current_value: Optional[builtins.str] = None,
|
|
2144
|
+
metric_name: Optional[builtins.str] = None,
|
|
2144
2145
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2145
2146
|
target: Optional['outputs.CrossVersionObjectReferencePatch'] = None):
|
|
2146
2147
|
"""
|
|
2147
2148
|
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
2148
|
-
:param str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2149
|
-
:param str current_value: currentValue is the current value of the metric (as a quantity).
|
|
2150
|
-
:param str metric_name: metricName is the name of the metric in question.
|
|
2149
|
+
:param builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2150
|
+
:param builtins.str current_value: currentValue is the current value of the metric (as a quantity).
|
|
2151
|
+
:param builtins.str metric_name: metricName is the name of the metric in question.
|
|
2151
2152
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the ObjectMetricSource, 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.
|
|
2152
2153
|
:param 'CrossVersionObjectReferencePatchArgs' target: target is the described Kubernetes object.
|
|
2153
2154
|
"""
|
|
@@ -2164,7 +2165,7 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2164
2165
|
|
|
2165
2166
|
@property
|
|
2166
2167
|
@pulumi.getter(name="averageValue")
|
|
2167
|
-
def average_value(self) -> Optional[str]:
|
|
2168
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2168
2169
|
"""
|
|
2169
2170
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2170
2171
|
"""
|
|
@@ -2172,7 +2173,7 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2172
2173
|
|
|
2173
2174
|
@property
|
|
2174
2175
|
@pulumi.getter(name="currentValue")
|
|
2175
|
-
def current_value(self) -> Optional[str]:
|
|
2176
|
+
def current_value(self) -> Optional[builtins.str]:
|
|
2176
2177
|
"""
|
|
2177
2178
|
currentValue is the current value of the metric (as a quantity).
|
|
2178
2179
|
"""
|
|
@@ -2180,7 +2181,7 @@ class ObjectMetricStatusPatch(dict):
|
|
|
2180
2181
|
|
|
2181
2182
|
@property
|
|
2182
2183
|
@pulumi.getter(name="metricName")
|
|
2183
|
-
def metric_name(self) -> Optional[str]:
|
|
2184
|
+
def metric_name(self) -> Optional[builtins.str]:
|
|
2184
2185
|
"""
|
|
2185
2186
|
metricName is the name of the metric in question.
|
|
2186
2187
|
"""
|
|
@@ -2228,13 +2229,13 @@ class PodsMetricSource(dict):
|
|
|
2228
2229
|
return super().get(key, default)
|
|
2229
2230
|
|
|
2230
2231
|
def __init__(__self__, *,
|
|
2231
|
-
metric_name: str,
|
|
2232
|
-
target_average_value: str,
|
|
2232
|
+
metric_name: builtins.str,
|
|
2233
|
+
target_average_value: builtins.str,
|
|
2233
2234
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
2234
2235
|
"""
|
|
2235
2236
|
PodsMetricSource indicates how to scale on 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.
|
|
2236
|
-
:param str metric_name: metricName is the name of the metric in question
|
|
2237
|
-
:param str target_average_value: targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2237
|
+
:param builtins.str metric_name: metricName is the name of the metric in question
|
|
2238
|
+
:param builtins.str target_average_value: targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2238
2239
|
:param '_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.
|
|
2239
2240
|
"""
|
|
2240
2241
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
@@ -2244,7 +2245,7 @@ class PodsMetricSource(dict):
|
|
|
2244
2245
|
|
|
2245
2246
|
@property
|
|
2246
2247
|
@pulumi.getter(name="metricName")
|
|
2247
|
-
def metric_name(self) -> str:
|
|
2248
|
+
def metric_name(self) -> builtins.str:
|
|
2248
2249
|
"""
|
|
2249
2250
|
metricName is the name of the metric in question
|
|
2250
2251
|
"""
|
|
@@ -2252,7 +2253,7 @@ class PodsMetricSource(dict):
|
|
|
2252
2253
|
|
|
2253
2254
|
@property
|
|
2254
2255
|
@pulumi.getter(name="targetAverageValue")
|
|
2255
|
-
def target_average_value(self) -> str:
|
|
2256
|
+
def target_average_value(self) -> builtins.str:
|
|
2256
2257
|
"""
|
|
2257
2258
|
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2258
2259
|
"""
|
|
@@ -2292,14 +2293,14 @@ class PodsMetricSourcePatch(dict):
|
|
|
2292
2293
|
return super().get(key, default)
|
|
2293
2294
|
|
|
2294
2295
|
def __init__(__self__, *,
|
|
2295
|
-
metric_name: Optional[str] = None,
|
|
2296
|
+
metric_name: Optional[builtins.str] = None,
|
|
2296
2297
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
2297
|
-
target_average_value: Optional[str] = None):
|
|
2298
|
+
target_average_value: Optional[builtins.str] = None):
|
|
2298
2299
|
"""
|
|
2299
2300
|
PodsMetricSource indicates how to scale on 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.
|
|
2300
|
-
:param str metric_name: metricName is the name of the metric in question
|
|
2301
|
+
:param builtins.str metric_name: metricName is the name of the metric in question
|
|
2301
2302
|
:param '_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.
|
|
2302
|
-
:param str target_average_value: targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2303
|
+
:param builtins.str target_average_value: targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2303
2304
|
"""
|
|
2304
2305
|
if metric_name is not None:
|
|
2305
2306
|
pulumi.set(__self__, "metric_name", metric_name)
|
|
@@ -2310,7 +2311,7 @@ class PodsMetricSourcePatch(dict):
|
|
|
2310
2311
|
|
|
2311
2312
|
@property
|
|
2312
2313
|
@pulumi.getter(name="metricName")
|
|
2313
|
-
def metric_name(self) -> Optional[str]:
|
|
2314
|
+
def metric_name(self) -> Optional[builtins.str]:
|
|
2314
2315
|
"""
|
|
2315
2316
|
metricName is the name of the metric in question
|
|
2316
2317
|
"""
|
|
@@ -2326,7 +2327,7 @@ class PodsMetricSourcePatch(dict):
|
|
|
2326
2327
|
|
|
2327
2328
|
@property
|
|
2328
2329
|
@pulumi.getter(name="targetAverageValue")
|
|
2329
|
-
def target_average_value(self) -> Optional[str]:
|
|
2330
|
+
def target_average_value(self) -> Optional[builtins.str]:
|
|
2330
2331
|
"""
|
|
2331
2332
|
targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2332
2333
|
"""
|
|
@@ -2358,13 +2359,13 @@ class PodsMetricStatus(dict):
|
|
|
2358
2359
|
return super().get(key, default)
|
|
2359
2360
|
|
|
2360
2361
|
def __init__(__self__, *,
|
|
2361
|
-
current_average_value: str,
|
|
2362
|
-
metric_name: str,
|
|
2362
|
+
current_average_value: builtins.str,
|
|
2363
|
+
metric_name: builtins.str,
|
|
2363
2364
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
2364
2365
|
"""
|
|
2365
2366
|
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
|
|
2366
|
-
:param str current_average_value: currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2367
|
-
:param str metric_name: metricName is the name of the metric in question
|
|
2367
|
+
:param builtins.str current_average_value: currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2368
|
+
:param builtins.str metric_name: metricName is the name of the metric in question
|
|
2368
2369
|
:param '_meta.v1.LabelSelectorArgs' selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, 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.
|
|
2369
2370
|
"""
|
|
2370
2371
|
pulumi.set(__self__, "current_average_value", current_average_value)
|
|
@@ -2374,7 +2375,7 @@ class PodsMetricStatus(dict):
|
|
|
2374
2375
|
|
|
2375
2376
|
@property
|
|
2376
2377
|
@pulumi.getter(name="currentAverageValue")
|
|
2377
|
-
def current_average_value(self) -> str:
|
|
2378
|
+
def current_average_value(self) -> builtins.str:
|
|
2378
2379
|
"""
|
|
2379
2380
|
currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2380
2381
|
"""
|
|
@@ -2382,7 +2383,7 @@ class PodsMetricStatus(dict):
|
|
|
2382
2383
|
|
|
2383
2384
|
@property
|
|
2384
2385
|
@pulumi.getter(name="metricName")
|
|
2385
|
-
def metric_name(self) -> str:
|
|
2386
|
+
def metric_name(self) -> builtins.str:
|
|
2386
2387
|
"""
|
|
2387
2388
|
metricName is the name of the metric in question
|
|
2388
2389
|
"""
|
|
@@ -2422,13 +2423,13 @@ class PodsMetricStatusPatch(dict):
|
|
|
2422
2423
|
return super().get(key, default)
|
|
2423
2424
|
|
|
2424
2425
|
def __init__(__self__, *,
|
|
2425
|
-
current_average_value: Optional[str] = None,
|
|
2426
|
-
metric_name: Optional[str] = None,
|
|
2426
|
+
current_average_value: Optional[builtins.str] = None,
|
|
2427
|
+
metric_name: Optional[builtins.str] = None,
|
|
2427
2428
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
2428
2429
|
"""
|
|
2429
2430
|
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
|
|
2430
|
-
:param str current_average_value: currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2431
|
-
:param str metric_name: metricName is the name of the metric in question
|
|
2431
|
+
:param builtins.str current_average_value: currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2432
|
+
:param builtins.str metric_name: metricName is the name of the metric in question
|
|
2432
2433
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the PodsMetricSource, 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.
|
|
2433
2434
|
"""
|
|
2434
2435
|
if current_average_value is not None:
|
|
@@ -2440,7 +2441,7 @@ class PodsMetricStatusPatch(dict):
|
|
|
2440
2441
|
|
|
2441
2442
|
@property
|
|
2442
2443
|
@pulumi.getter(name="currentAverageValue")
|
|
2443
|
-
def current_average_value(self) -> Optional[str]:
|
|
2444
|
+
def current_average_value(self) -> Optional[builtins.str]:
|
|
2444
2445
|
"""
|
|
2445
2446
|
currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2446
2447
|
"""
|
|
@@ -2448,7 +2449,7 @@ class PodsMetricStatusPatch(dict):
|
|
|
2448
2449
|
|
|
2449
2450
|
@property
|
|
2450
2451
|
@pulumi.getter(name="metricName")
|
|
2451
|
-
def metric_name(self) -> Optional[str]:
|
|
2452
|
+
def metric_name(self) -> Optional[builtins.str]:
|
|
2452
2453
|
"""
|
|
2453
2454
|
metricName is the name of the metric in question
|
|
2454
2455
|
"""
|
|
@@ -2488,14 +2489,14 @@ class ResourceMetricSource(dict):
|
|
|
2488
2489
|
return super().get(key, default)
|
|
2489
2490
|
|
|
2490
2491
|
def __init__(__self__, *,
|
|
2491
|
-
name: str,
|
|
2492
|
-
target_average_utilization: Optional[int] = None,
|
|
2493
|
-
target_average_value: Optional[str] = None):
|
|
2492
|
+
name: builtins.str,
|
|
2493
|
+
target_average_utilization: Optional[builtins.int] = None,
|
|
2494
|
+
target_average_value: Optional[builtins.str] = None):
|
|
2494
2495
|
"""
|
|
2495
2496
|
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.
|
|
2496
|
-
:param str name: name is the name of the resource in question.
|
|
2497
|
-
:param int target_average_utilization: targetAverageUtilization 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.
|
|
2498
|
-
:param str target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2497
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2498
|
+
:param builtins.int target_average_utilization: targetAverageUtilization 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.
|
|
2499
|
+
:param builtins.str target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2499
2500
|
"""
|
|
2500
2501
|
pulumi.set(__self__, "name", name)
|
|
2501
2502
|
if target_average_utilization is not None:
|
|
@@ -2505,7 +2506,7 @@ class ResourceMetricSource(dict):
|
|
|
2505
2506
|
|
|
2506
2507
|
@property
|
|
2507
2508
|
@pulumi.getter
|
|
2508
|
-
def name(self) -> str:
|
|
2509
|
+
def name(self) -> builtins.str:
|
|
2509
2510
|
"""
|
|
2510
2511
|
name is the name of the resource in question.
|
|
2511
2512
|
"""
|
|
@@ -2513,7 +2514,7 @@ class ResourceMetricSource(dict):
|
|
|
2513
2514
|
|
|
2514
2515
|
@property
|
|
2515
2516
|
@pulumi.getter(name="targetAverageUtilization")
|
|
2516
|
-
def target_average_utilization(self) -> Optional[int]:
|
|
2517
|
+
def target_average_utilization(self) -> Optional[builtins.int]:
|
|
2517
2518
|
"""
|
|
2518
2519
|
targetAverageUtilization 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.
|
|
2519
2520
|
"""
|
|
@@ -2521,7 +2522,7 @@ class ResourceMetricSource(dict):
|
|
|
2521
2522
|
|
|
2522
2523
|
@property
|
|
2523
2524
|
@pulumi.getter(name="targetAverageValue")
|
|
2524
|
-
def target_average_value(self) -> Optional[str]:
|
|
2525
|
+
def target_average_value(self) -> Optional[builtins.str]:
|
|
2525
2526
|
"""
|
|
2526
2527
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2527
2528
|
"""
|
|
@@ -2553,14 +2554,14 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2553
2554
|
return super().get(key, default)
|
|
2554
2555
|
|
|
2555
2556
|
def __init__(__self__, *,
|
|
2556
|
-
name: Optional[str] = None,
|
|
2557
|
-
target_average_utilization: Optional[int] = None,
|
|
2558
|
-
target_average_value: Optional[str] = None):
|
|
2557
|
+
name: Optional[builtins.str] = None,
|
|
2558
|
+
target_average_utilization: Optional[builtins.int] = None,
|
|
2559
|
+
target_average_value: Optional[builtins.str] = None):
|
|
2559
2560
|
"""
|
|
2560
2561
|
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.
|
|
2561
|
-
:param str name: name is the name of the resource in question.
|
|
2562
|
-
:param int target_average_utilization: targetAverageUtilization 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.
|
|
2563
|
-
:param str target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2562
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2563
|
+
:param builtins.int target_average_utilization: targetAverageUtilization 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.
|
|
2564
|
+
:param builtins.str target_average_value: targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2564
2565
|
"""
|
|
2565
2566
|
if name is not None:
|
|
2566
2567
|
pulumi.set(__self__, "name", name)
|
|
@@ -2571,7 +2572,7 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2571
2572
|
|
|
2572
2573
|
@property
|
|
2573
2574
|
@pulumi.getter
|
|
2574
|
-
def name(self) -> Optional[str]:
|
|
2575
|
+
def name(self) -> Optional[builtins.str]:
|
|
2575
2576
|
"""
|
|
2576
2577
|
name is the name of the resource in question.
|
|
2577
2578
|
"""
|
|
@@ -2579,7 +2580,7 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2579
2580
|
|
|
2580
2581
|
@property
|
|
2581
2582
|
@pulumi.getter(name="targetAverageUtilization")
|
|
2582
|
-
def target_average_utilization(self) -> Optional[int]:
|
|
2583
|
+
def target_average_utilization(self) -> Optional[builtins.int]:
|
|
2583
2584
|
"""
|
|
2584
2585
|
targetAverageUtilization 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.
|
|
2585
2586
|
"""
|
|
@@ -2587,7 +2588,7 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2587
2588
|
|
|
2588
2589
|
@property
|
|
2589
2590
|
@pulumi.getter(name="targetAverageValue")
|
|
2590
|
-
def target_average_value(self) -> Optional[str]:
|
|
2591
|
+
def target_average_value(self) -> Optional[builtins.str]:
|
|
2591
2592
|
"""
|
|
2592
2593
|
targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
|
|
2593
2594
|
"""
|
|
@@ -2619,14 +2620,14 @@ class ResourceMetricStatus(dict):
|
|
|
2619
2620
|
return super().get(key, default)
|
|
2620
2621
|
|
|
2621
2622
|
def __init__(__self__, *,
|
|
2622
|
-
current_average_value: str,
|
|
2623
|
-
name: str,
|
|
2624
|
-
current_average_utilization: Optional[int] = None):
|
|
2623
|
+
current_average_value: builtins.str,
|
|
2624
|
+
name: builtins.str,
|
|
2625
|
+
current_average_utilization: Optional[builtins.int] = None):
|
|
2625
2626
|
"""
|
|
2626
2627
|
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.
|
|
2627
|
-
:param str current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2628
|
-
:param str name: name is the name of the resource in question.
|
|
2629
|
-
:param int current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2628
|
+
:param builtins.str current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2629
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2630
|
+
:param builtins.int current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2630
2631
|
"""
|
|
2631
2632
|
pulumi.set(__self__, "current_average_value", current_average_value)
|
|
2632
2633
|
pulumi.set(__self__, "name", name)
|
|
@@ -2635,7 +2636,7 @@ class ResourceMetricStatus(dict):
|
|
|
2635
2636
|
|
|
2636
2637
|
@property
|
|
2637
2638
|
@pulumi.getter(name="currentAverageValue")
|
|
2638
|
-
def current_average_value(self) -> str:
|
|
2639
|
+
def current_average_value(self) -> builtins.str:
|
|
2639
2640
|
"""
|
|
2640
2641
|
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2641
2642
|
"""
|
|
@@ -2643,7 +2644,7 @@ class ResourceMetricStatus(dict):
|
|
|
2643
2644
|
|
|
2644
2645
|
@property
|
|
2645
2646
|
@pulumi.getter
|
|
2646
|
-
def name(self) -> str:
|
|
2647
|
+
def name(self) -> builtins.str:
|
|
2647
2648
|
"""
|
|
2648
2649
|
name is the name of the resource in question.
|
|
2649
2650
|
"""
|
|
@@ -2651,7 +2652,7 @@ class ResourceMetricStatus(dict):
|
|
|
2651
2652
|
|
|
2652
2653
|
@property
|
|
2653
2654
|
@pulumi.getter(name="currentAverageUtilization")
|
|
2654
|
-
def current_average_utilization(self) -> Optional[int]:
|
|
2655
|
+
def current_average_utilization(self) -> Optional[builtins.int]:
|
|
2655
2656
|
"""
|
|
2656
2657
|
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2657
2658
|
"""
|
|
@@ -2683,14 +2684,14 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2683
2684
|
return super().get(key, default)
|
|
2684
2685
|
|
|
2685
2686
|
def __init__(__self__, *,
|
|
2686
|
-
current_average_utilization: Optional[int] = None,
|
|
2687
|
-
current_average_value: Optional[str] = None,
|
|
2688
|
-
name: Optional[str] = None):
|
|
2687
|
+
current_average_utilization: Optional[builtins.int] = None,
|
|
2688
|
+
current_average_value: Optional[builtins.str] = None,
|
|
2689
|
+
name: Optional[builtins.str] = None):
|
|
2689
2690
|
"""
|
|
2690
2691
|
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.
|
|
2691
|
-
:param int current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2692
|
-
:param str current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2693
|
-
:param str name: name is the name of the resource in question.
|
|
2692
|
+
:param builtins.int current_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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2693
|
+
:param builtins.str current_average_value: currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2694
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2694
2695
|
"""
|
|
2695
2696
|
if current_average_utilization is not None:
|
|
2696
2697
|
pulumi.set(__self__, "current_average_utilization", current_average_utilization)
|
|
@@ -2701,7 +2702,7 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2701
2702
|
|
|
2702
2703
|
@property
|
|
2703
2704
|
@pulumi.getter(name="currentAverageUtilization")
|
|
2704
|
-
def current_average_utilization(self) -> Optional[int]:
|
|
2705
|
+
def current_average_utilization(self) -> Optional[builtins.int]:
|
|
2705
2706
|
"""
|
|
2706
2707
|
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. It will only be present if `targetAverageValue` was set in the corresponding metric specification.
|
|
2707
2708
|
"""
|
|
@@ -2709,7 +2710,7 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2709
2710
|
|
|
2710
2711
|
@property
|
|
2711
2712
|
@pulumi.getter(name="currentAverageValue")
|
|
2712
|
-
def current_average_value(self) -> Optional[str]:
|
|
2713
|
+
def current_average_value(self) -> Optional[builtins.str]:
|
|
2713
2714
|
"""
|
|
2714
2715
|
currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
|
|
2715
2716
|
"""
|
|
@@ -2717,7 +2718,7 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2717
2718
|
|
|
2718
2719
|
@property
|
|
2719
2720
|
@pulumi.getter
|
|
2720
|
-
def name(self) -> Optional[str]:
|
|
2721
|
+
def name(self) -> Optional[builtins.str]:
|
|
2721
2722
|
"""
|
|
2722
2723
|
name is the name of the resource in question.
|
|
2723
2724
|
"""
|