pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -70,13 +71,13 @@ class ContainerResourceMetricSource(dict):
|
|
|
70
71
|
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.
|
|
71
72
|
"""
|
|
72
73
|
def __init__(__self__, *,
|
|
73
|
-
container: str,
|
|
74
|
-
name: str,
|
|
74
|
+
container: builtins.str,
|
|
75
|
+
name: builtins.str,
|
|
75
76
|
target: 'outputs.MetricTarget'):
|
|
76
77
|
"""
|
|
77
78
|
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.
|
|
78
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
79
|
-
:param str name: name is the name of the resource in question.
|
|
79
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
80
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
80
81
|
:param 'MetricTargetArgs' target: target specifies the target value for the given metric
|
|
81
82
|
"""
|
|
82
83
|
pulumi.set(__self__, "container", container)
|
|
@@ -85,7 +86,7 @@ class ContainerResourceMetricSource(dict):
|
|
|
85
86
|
|
|
86
87
|
@property
|
|
87
88
|
@pulumi.getter
|
|
88
|
-
def container(self) -> str:
|
|
89
|
+
def container(self) -> builtins.str:
|
|
89
90
|
"""
|
|
90
91
|
container is the name of the container in the pods of the scaling target
|
|
91
92
|
"""
|
|
@@ -93,7 +94,7 @@ class ContainerResourceMetricSource(dict):
|
|
|
93
94
|
|
|
94
95
|
@property
|
|
95
96
|
@pulumi.getter
|
|
96
|
-
def name(self) -> str:
|
|
97
|
+
def name(self) -> builtins.str:
|
|
97
98
|
"""
|
|
98
99
|
name is the name of the resource in question.
|
|
99
100
|
"""
|
|
@@ -114,13 +115,13 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
114
115
|
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.
|
|
115
116
|
"""
|
|
116
117
|
def __init__(__self__, *,
|
|
117
|
-
container: Optional[str] = None,
|
|
118
|
-
name: Optional[str] = None,
|
|
118
|
+
container: Optional[builtins.str] = None,
|
|
119
|
+
name: Optional[builtins.str] = None,
|
|
119
120
|
target: Optional['outputs.MetricTargetPatch'] = None):
|
|
120
121
|
"""
|
|
121
122
|
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.
|
|
122
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
123
|
-
:param str name: name is the name of the resource in question.
|
|
123
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
124
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
124
125
|
:param 'MetricTargetPatchArgs' target: target specifies the target value for the given metric
|
|
125
126
|
"""
|
|
126
127
|
if container is not None:
|
|
@@ -132,7 +133,7 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
132
133
|
|
|
133
134
|
@property
|
|
134
135
|
@pulumi.getter
|
|
135
|
-
def container(self) -> Optional[str]:
|
|
136
|
+
def container(self) -> Optional[builtins.str]:
|
|
136
137
|
"""
|
|
137
138
|
container is the name of the container in the pods of the scaling target
|
|
138
139
|
"""
|
|
@@ -140,7 +141,7 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
140
141
|
|
|
141
142
|
@property
|
|
142
143
|
@pulumi.getter
|
|
143
|
-
def name(self) -> Optional[str]:
|
|
144
|
+
def name(self) -> Optional[builtins.str]:
|
|
144
145
|
"""
|
|
145
146
|
name is the name of the resource in question.
|
|
146
147
|
"""
|
|
@@ -161,14 +162,14 @@ class ContainerResourceMetricStatus(dict):
|
|
|
161
162
|
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.
|
|
162
163
|
"""
|
|
163
164
|
def __init__(__self__, *,
|
|
164
|
-
container: str,
|
|
165
|
+
container: builtins.str,
|
|
165
166
|
current: 'outputs.MetricValueStatus',
|
|
166
|
-
name: str):
|
|
167
|
+
name: builtins.str):
|
|
167
168
|
"""
|
|
168
169
|
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.
|
|
169
|
-
:param str container: Container is the name of the container in the pods of the scaling target
|
|
170
|
+
:param builtins.str container: Container is the name of the container in the pods of the scaling target
|
|
170
171
|
:param 'MetricValueStatusArgs' current: current contains the current value for the given metric
|
|
171
|
-
:param str name: Name is the name of the resource in question.
|
|
172
|
+
:param builtins.str name: Name is the name of the resource in question.
|
|
172
173
|
"""
|
|
173
174
|
pulumi.set(__self__, "container", container)
|
|
174
175
|
pulumi.set(__self__, "current", current)
|
|
@@ -176,7 +177,7 @@ class ContainerResourceMetricStatus(dict):
|
|
|
176
177
|
|
|
177
178
|
@property
|
|
178
179
|
@pulumi.getter
|
|
179
|
-
def container(self) -> str:
|
|
180
|
+
def container(self) -> builtins.str:
|
|
180
181
|
"""
|
|
181
182
|
Container is the name of the container in the pods of the scaling target
|
|
182
183
|
"""
|
|
@@ -192,7 +193,7 @@ class ContainerResourceMetricStatus(dict):
|
|
|
192
193
|
|
|
193
194
|
@property
|
|
194
195
|
@pulumi.getter
|
|
195
|
-
def name(self) -> str:
|
|
196
|
+
def name(self) -> builtins.str:
|
|
196
197
|
"""
|
|
197
198
|
Name is the name of the resource in question.
|
|
198
199
|
"""
|
|
@@ -205,14 +206,14 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
205
206
|
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.
|
|
206
207
|
"""
|
|
207
208
|
def __init__(__self__, *,
|
|
208
|
-
container: Optional[str] = None,
|
|
209
|
+
container: Optional[builtins.str] = None,
|
|
209
210
|
current: Optional['outputs.MetricValueStatusPatch'] = None,
|
|
210
|
-
name: Optional[str] = None):
|
|
211
|
+
name: Optional[builtins.str] = None):
|
|
211
212
|
"""
|
|
212
213
|
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.
|
|
213
|
-
:param str container: Container is the name of the container in the pods of the scaling target
|
|
214
|
+
:param builtins.str container: Container is the name of the container in the pods of the scaling target
|
|
214
215
|
:param 'MetricValueStatusPatchArgs' current: current contains the current value for the given metric
|
|
215
|
-
:param str name: Name is the name of the resource in question.
|
|
216
|
+
:param builtins.str name: Name is the name of the resource in question.
|
|
216
217
|
"""
|
|
217
218
|
if container is not None:
|
|
218
219
|
pulumi.set(__self__, "container", container)
|
|
@@ -223,7 +224,7 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
223
224
|
|
|
224
225
|
@property
|
|
225
226
|
@pulumi.getter
|
|
226
|
-
def container(self) -> Optional[str]:
|
|
227
|
+
def container(self) -> Optional[builtins.str]:
|
|
227
228
|
"""
|
|
228
229
|
Container is the name of the container in the pods of the scaling target
|
|
229
230
|
"""
|
|
@@ -239,7 +240,7 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
239
240
|
|
|
240
241
|
@property
|
|
241
242
|
@pulumi.getter
|
|
242
|
-
def name(self) -> Optional[str]:
|
|
243
|
+
def name(self) -> Optional[builtins.str]:
|
|
243
244
|
"""
|
|
244
245
|
Name is the name of the resource in question.
|
|
245
246
|
"""
|
|
@@ -269,14 +270,14 @@ class CrossVersionObjectReference(dict):
|
|
|
269
270
|
return super().get(key, default)
|
|
270
271
|
|
|
271
272
|
def __init__(__self__, *,
|
|
272
|
-
kind: str,
|
|
273
|
-
name: str,
|
|
274
|
-
api_version: Optional[str] = None):
|
|
273
|
+
kind: builtins.str,
|
|
274
|
+
name: builtins.str,
|
|
275
|
+
api_version: Optional[builtins.str] = None):
|
|
275
276
|
"""
|
|
276
277
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
277
|
-
:param str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
278
|
-
:param str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
279
|
-
:param str api_version: API version of the referent
|
|
278
|
+
:param builtins.str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
279
|
+
:param builtins.str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
280
|
+
:param builtins.str api_version: API version of the referent
|
|
280
281
|
"""
|
|
281
282
|
pulumi.set(__self__, "kind", kind)
|
|
282
283
|
pulumi.set(__self__, "name", name)
|
|
@@ -285,7 +286,7 @@ class CrossVersionObjectReference(dict):
|
|
|
285
286
|
|
|
286
287
|
@property
|
|
287
288
|
@pulumi.getter
|
|
288
|
-
def kind(self) -> str:
|
|
289
|
+
def kind(self) -> builtins.str:
|
|
289
290
|
"""
|
|
290
291
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
291
292
|
"""
|
|
@@ -293,7 +294,7 @@ class CrossVersionObjectReference(dict):
|
|
|
293
294
|
|
|
294
295
|
@property
|
|
295
296
|
@pulumi.getter
|
|
296
|
-
def name(self) -> str:
|
|
297
|
+
def name(self) -> builtins.str:
|
|
297
298
|
"""
|
|
298
299
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
299
300
|
"""
|
|
@@ -301,7 +302,7 @@ class CrossVersionObjectReference(dict):
|
|
|
301
302
|
|
|
302
303
|
@property
|
|
303
304
|
@pulumi.getter(name="apiVersion")
|
|
304
|
-
def api_version(self) -> Optional[str]:
|
|
305
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
305
306
|
"""
|
|
306
307
|
API version of the referent
|
|
307
308
|
"""
|
|
@@ -331,14 +332,14 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
331
332
|
return super().get(key, default)
|
|
332
333
|
|
|
333
334
|
def __init__(__self__, *,
|
|
334
|
-
api_version: Optional[str] = None,
|
|
335
|
-
kind: Optional[str] = None,
|
|
336
|
-
name: Optional[str] = None):
|
|
335
|
+
api_version: Optional[builtins.str] = None,
|
|
336
|
+
kind: Optional[builtins.str] = None,
|
|
337
|
+
name: Optional[builtins.str] = None):
|
|
337
338
|
"""
|
|
338
339
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
339
|
-
:param str api_version: API version of the referent
|
|
340
|
-
:param str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
341
|
-
:param str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
340
|
+
:param builtins.str api_version: API version of the referent
|
|
341
|
+
:param builtins.str kind: Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
342
|
+
:param builtins.str name: Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
342
343
|
"""
|
|
343
344
|
if api_version is not None:
|
|
344
345
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -349,7 +350,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
349
350
|
|
|
350
351
|
@property
|
|
351
352
|
@pulumi.getter(name="apiVersion")
|
|
352
|
-
def api_version(self) -> Optional[str]:
|
|
353
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
353
354
|
"""
|
|
354
355
|
API version of the referent
|
|
355
356
|
"""
|
|
@@ -357,7 +358,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
357
358
|
|
|
358
359
|
@property
|
|
359
360
|
@pulumi.getter
|
|
360
|
-
def kind(self) -> Optional[str]:
|
|
361
|
+
def kind(self) -> Optional[builtins.str]:
|
|
361
362
|
"""
|
|
362
363
|
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
|
363
364
|
"""
|
|
@@ -365,7 +366,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
365
366
|
|
|
366
367
|
@property
|
|
367
368
|
@pulumi.getter
|
|
368
|
-
def name(self) -> Optional[str]:
|
|
369
|
+
def name(self) -> Optional[builtins.str]:
|
|
369
370
|
"""
|
|
370
371
|
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
371
372
|
"""
|
|
@@ -531,14 +532,14 @@ class HPAScalingPolicy(dict):
|
|
|
531
532
|
return super().get(key, default)
|
|
532
533
|
|
|
533
534
|
def __init__(__self__, *,
|
|
534
|
-
period_seconds: int,
|
|
535
|
-
type: str,
|
|
536
|
-
value: int):
|
|
535
|
+
period_seconds: builtins.int,
|
|
536
|
+
type: builtins.str,
|
|
537
|
+
value: builtins.int):
|
|
537
538
|
"""
|
|
538
539
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
539
|
-
:param int period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
540
|
-
:param str type: Type is used to specify the scaling policy.
|
|
541
|
-
:param int value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
540
|
+
:param builtins.int period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
541
|
+
:param builtins.str type: Type is used to specify the scaling policy.
|
|
542
|
+
:param builtins.int value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
542
543
|
"""
|
|
543
544
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
544
545
|
pulumi.set(__self__, "type", type)
|
|
@@ -546,7 +547,7 @@ class HPAScalingPolicy(dict):
|
|
|
546
547
|
|
|
547
548
|
@property
|
|
548
549
|
@pulumi.getter(name="periodSeconds")
|
|
549
|
-
def period_seconds(self) -> int:
|
|
550
|
+
def period_seconds(self) -> builtins.int:
|
|
550
551
|
"""
|
|
551
552
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
552
553
|
"""
|
|
@@ -554,7 +555,7 @@ class HPAScalingPolicy(dict):
|
|
|
554
555
|
|
|
555
556
|
@property
|
|
556
557
|
@pulumi.getter
|
|
557
|
-
def type(self) -> str:
|
|
558
|
+
def type(self) -> builtins.str:
|
|
558
559
|
"""
|
|
559
560
|
Type is used to specify the scaling policy.
|
|
560
561
|
"""
|
|
@@ -562,7 +563,7 @@ class HPAScalingPolicy(dict):
|
|
|
562
563
|
|
|
563
564
|
@property
|
|
564
565
|
@pulumi.getter
|
|
565
|
-
def value(self) -> int:
|
|
566
|
+
def value(self) -> builtins.int:
|
|
566
567
|
"""
|
|
567
568
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
568
569
|
"""
|
|
@@ -592,14 +593,14 @@ class HPAScalingPolicyPatch(dict):
|
|
|
592
593
|
return super().get(key, default)
|
|
593
594
|
|
|
594
595
|
def __init__(__self__, *,
|
|
595
|
-
period_seconds: Optional[int] = None,
|
|
596
|
-
type: Optional[str] = None,
|
|
597
|
-
value: Optional[int] = None):
|
|
596
|
+
period_seconds: Optional[builtins.int] = None,
|
|
597
|
+
type: Optional[builtins.str] = None,
|
|
598
|
+
value: Optional[builtins.int] = None):
|
|
598
599
|
"""
|
|
599
600
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
600
|
-
:param int period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
601
|
-
:param str type: Type is used to specify the scaling policy.
|
|
602
|
-
:param int value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
601
|
+
:param builtins.int period_seconds: PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
602
|
+
:param builtins.str type: Type is used to specify the scaling policy.
|
|
603
|
+
:param builtins.int value: Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
603
604
|
"""
|
|
604
605
|
if period_seconds is not None:
|
|
605
606
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
@@ -610,7 +611,7 @@ class HPAScalingPolicyPatch(dict):
|
|
|
610
611
|
|
|
611
612
|
@property
|
|
612
613
|
@pulumi.getter(name="periodSeconds")
|
|
613
|
-
def period_seconds(self) -> Optional[int]:
|
|
614
|
+
def period_seconds(self) -> Optional[builtins.int]:
|
|
614
615
|
"""
|
|
615
616
|
PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
616
617
|
"""
|
|
@@ -618,7 +619,7 @@ class HPAScalingPolicyPatch(dict):
|
|
|
618
619
|
|
|
619
620
|
@property
|
|
620
621
|
@pulumi.getter
|
|
621
|
-
def type(self) -> Optional[str]:
|
|
622
|
+
def type(self) -> Optional[builtins.str]:
|
|
622
623
|
"""
|
|
623
624
|
Type is used to specify the scaling policy.
|
|
624
625
|
"""
|
|
@@ -626,7 +627,7 @@ class HPAScalingPolicyPatch(dict):
|
|
|
626
627
|
|
|
627
628
|
@property
|
|
628
629
|
@pulumi.getter
|
|
629
|
-
def value(self) -> Optional[int]:
|
|
630
|
+
def value(self) -> Optional[builtins.int]:
|
|
630
631
|
"""
|
|
631
632
|
Value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
632
633
|
"""
|
|
@@ -659,13 +660,13 @@ class HPAScalingRules(dict):
|
|
|
659
660
|
|
|
660
661
|
def __init__(__self__, *,
|
|
661
662
|
policies: Optional[Sequence['outputs.HPAScalingPolicy']] = None,
|
|
662
|
-
select_policy: Optional[str] = None,
|
|
663
|
-
stabilization_window_seconds: Optional[int] = None):
|
|
663
|
+
select_policy: Optional[builtins.str] = None,
|
|
664
|
+
stabilization_window_seconds: Optional[builtins.int] = None):
|
|
664
665
|
"""
|
|
665
666
|
HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
|
|
666
667
|
:param Sequence['HPAScalingPolicyArgs'] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
667
|
-
:param str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
668
|
-
:param int stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
668
|
+
:param builtins.str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
669
|
+
:param builtins.int stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
669
670
|
"""
|
|
670
671
|
if policies is not None:
|
|
671
672
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -684,7 +685,7 @@ class HPAScalingRules(dict):
|
|
|
684
685
|
|
|
685
686
|
@property
|
|
686
687
|
@pulumi.getter(name="selectPolicy")
|
|
687
|
-
def select_policy(self) -> Optional[str]:
|
|
688
|
+
def select_policy(self) -> Optional[builtins.str]:
|
|
688
689
|
"""
|
|
689
690
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
690
691
|
"""
|
|
@@ -692,7 +693,7 @@ class HPAScalingRules(dict):
|
|
|
692
693
|
|
|
693
694
|
@property
|
|
694
695
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
695
|
-
def stabilization_window_seconds(self) -> Optional[int]:
|
|
696
|
+
def stabilization_window_seconds(self) -> Optional[builtins.int]:
|
|
696
697
|
"""
|
|
697
698
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
698
699
|
"""
|
|
@@ -725,13 +726,13 @@ class HPAScalingRulesPatch(dict):
|
|
|
725
726
|
|
|
726
727
|
def __init__(__self__, *,
|
|
727
728
|
policies: Optional[Sequence['outputs.HPAScalingPolicyPatch']] = None,
|
|
728
|
-
select_policy: Optional[str] = None,
|
|
729
|
-
stabilization_window_seconds: Optional[int] = None):
|
|
729
|
+
select_policy: Optional[builtins.str] = None,
|
|
730
|
+
stabilization_window_seconds: Optional[builtins.int] = None):
|
|
730
731
|
"""
|
|
731
732
|
HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
|
|
732
733
|
:param Sequence['HPAScalingPolicyPatchArgs'] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
733
|
-
:param str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
734
|
-
:param int stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
734
|
+
:param builtins.str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
735
|
+
:param builtins.int stabilization_window_seconds: StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
735
736
|
"""
|
|
736
737
|
if policies is not None:
|
|
737
738
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -750,7 +751,7 @@ class HPAScalingRulesPatch(dict):
|
|
|
750
751
|
|
|
751
752
|
@property
|
|
752
753
|
@pulumi.getter(name="selectPolicy")
|
|
753
|
-
def select_policy(self) -> Optional[str]:
|
|
754
|
+
def select_policy(self) -> Optional[builtins.str]:
|
|
754
755
|
"""
|
|
755
756
|
selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used.
|
|
756
757
|
"""
|
|
@@ -758,7 +759,7 @@ class HPAScalingRulesPatch(dict):
|
|
|
758
759
|
|
|
759
760
|
@property
|
|
760
761
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
761
|
-
def stabilization_window_seconds(self) -> Optional[int]:
|
|
762
|
+
def stabilization_window_seconds(self) -> Optional[builtins.int]:
|
|
762
763
|
"""
|
|
763
764
|
StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
764
765
|
"""
|
|
@@ -788,15 +789,15 @@ class HorizontalPodAutoscaler(dict):
|
|
|
788
789
|
return super().get(key, default)
|
|
789
790
|
|
|
790
791
|
def __init__(__self__, *,
|
|
791
|
-
api_version: Optional[str] = None,
|
|
792
|
-
kind: Optional[str] = None,
|
|
792
|
+
api_version: Optional[builtins.str] = None,
|
|
793
|
+
kind: Optional[builtins.str] = None,
|
|
793
794
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
794
795
|
spec: Optional['outputs.HorizontalPodAutoscalerSpec'] = None,
|
|
795
796
|
status: Optional['outputs.HorizontalPodAutoscalerStatus'] = None):
|
|
796
797
|
"""
|
|
797
798
|
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.
|
|
798
|
-
: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
|
|
799
|
-
: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
|
|
799
|
+
: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
|
|
800
|
+
: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
|
|
800
801
|
: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
|
|
801
802
|
: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.
|
|
802
803
|
:param 'HorizontalPodAutoscalerStatusArgs' status: status is the current information about the autoscaler.
|
|
@@ -814,7 +815,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
814
815
|
|
|
815
816
|
@property
|
|
816
817
|
@pulumi.getter(name="apiVersion")
|
|
817
|
-
def api_version(self) -> Optional[str]:
|
|
818
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
818
819
|
"""
|
|
819
820
|
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
|
|
820
821
|
"""
|
|
@@ -822,7 +823,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
822
823
|
|
|
823
824
|
@property
|
|
824
825
|
@pulumi.getter
|
|
825
|
-
def kind(self) -> Optional[str]:
|
|
826
|
+
def kind(self) -> Optional[builtins.str]:
|
|
826
827
|
"""
|
|
827
828
|
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
|
|
828
829
|
"""
|
|
@@ -996,18 +997,18 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
996
997
|
return super().get(key, default)
|
|
997
998
|
|
|
998
999
|
def __init__(__self__, *,
|
|
999
|
-
status: str,
|
|
1000
|
-
type: str,
|
|
1001
|
-
last_transition_time: Optional[str] = None,
|
|
1002
|
-
message: Optional[str] = None,
|
|
1003
|
-
reason: Optional[str] = None):
|
|
1000
|
+
status: builtins.str,
|
|
1001
|
+
type: builtins.str,
|
|
1002
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1003
|
+
message: Optional[builtins.str] = None,
|
|
1004
|
+
reason: Optional[builtins.str] = None):
|
|
1004
1005
|
"""
|
|
1005
1006
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1006
|
-
:param str status: status is the status of the condition (True, False, Unknown)
|
|
1007
|
-
:param str type: type describes the current condition
|
|
1008
|
-
:param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1009
|
-
:param str message: message is a human-readable explanation containing details about the transition
|
|
1010
|
-
:param str reason: reason is the reason for the condition's last transition.
|
|
1007
|
+
:param builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1008
|
+
:param builtins.str type: type describes the current condition
|
|
1009
|
+
:param builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1010
|
+
:param builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1011
|
+
:param builtins.str reason: reason is the reason for the condition's last transition.
|
|
1011
1012
|
"""
|
|
1012
1013
|
pulumi.set(__self__, "status", status)
|
|
1013
1014
|
pulumi.set(__self__, "type", type)
|
|
@@ -1020,7 +1021,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1020
1021
|
|
|
1021
1022
|
@property
|
|
1022
1023
|
@pulumi.getter
|
|
1023
|
-
def status(self) -> str:
|
|
1024
|
+
def status(self) -> builtins.str:
|
|
1024
1025
|
"""
|
|
1025
1026
|
status is the status of the condition (True, False, Unknown)
|
|
1026
1027
|
"""
|
|
@@ -1028,7 +1029,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1028
1029
|
|
|
1029
1030
|
@property
|
|
1030
1031
|
@pulumi.getter
|
|
1031
|
-
def type(self) -> str:
|
|
1032
|
+
def type(self) -> builtins.str:
|
|
1032
1033
|
"""
|
|
1033
1034
|
type describes the current condition
|
|
1034
1035
|
"""
|
|
@@ -1036,7 +1037,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1036
1037
|
|
|
1037
1038
|
@property
|
|
1038
1039
|
@pulumi.getter(name="lastTransitionTime")
|
|
1039
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1040
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1040
1041
|
"""
|
|
1041
1042
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1042
1043
|
"""
|
|
@@ -1044,7 +1045,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1044
1045
|
|
|
1045
1046
|
@property
|
|
1046
1047
|
@pulumi.getter
|
|
1047
|
-
def message(self) -> Optional[str]:
|
|
1048
|
+
def message(self) -> Optional[builtins.str]:
|
|
1048
1049
|
"""
|
|
1049
1050
|
message is a human-readable explanation containing details about the transition
|
|
1050
1051
|
"""
|
|
@@ -1052,7 +1053,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1052
1053
|
|
|
1053
1054
|
@property
|
|
1054
1055
|
@pulumi.getter
|
|
1055
|
-
def reason(self) -> Optional[str]:
|
|
1056
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1056
1057
|
"""
|
|
1057
1058
|
reason is the reason for the condition's last transition.
|
|
1058
1059
|
"""
|
|
@@ -1082,18 +1083,18 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1082
1083
|
return super().get(key, default)
|
|
1083
1084
|
|
|
1084
1085
|
def __init__(__self__, *,
|
|
1085
|
-
last_transition_time: Optional[str] = None,
|
|
1086
|
-
message: Optional[str] = None,
|
|
1087
|
-
reason: Optional[str] = None,
|
|
1088
|
-
status: Optional[str] = None,
|
|
1089
|
-
type: Optional[str] = None):
|
|
1086
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1087
|
+
message: Optional[builtins.str] = None,
|
|
1088
|
+
reason: Optional[builtins.str] = None,
|
|
1089
|
+
status: Optional[builtins.str] = None,
|
|
1090
|
+
type: Optional[builtins.str] = None):
|
|
1090
1091
|
"""
|
|
1091
1092
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1092
|
-
:param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1093
|
-
:param str message: message is a human-readable explanation containing details about the transition
|
|
1094
|
-
:param str reason: reason is the reason for the condition's last transition.
|
|
1095
|
-
:param str status: status is the status of the condition (True, False, Unknown)
|
|
1096
|
-
:param str type: type describes the current condition
|
|
1093
|
+
:param builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1094
|
+
:param builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1095
|
+
:param builtins.str reason: reason is the reason for the condition's last transition.
|
|
1096
|
+
:param builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1097
|
+
:param builtins.str type: type describes the current condition
|
|
1097
1098
|
"""
|
|
1098
1099
|
if last_transition_time is not None:
|
|
1099
1100
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1108,7 +1109,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1108
1109
|
|
|
1109
1110
|
@property
|
|
1110
1111
|
@pulumi.getter(name="lastTransitionTime")
|
|
1111
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1112
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1112
1113
|
"""
|
|
1113
1114
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1114
1115
|
"""
|
|
@@ -1116,7 +1117,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1116
1117
|
|
|
1117
1118
|
@property
|
|
1118
1119
|
@pulumi.getter
|
|
1119
|
-
def message(self) -> Optional[str]:
|
|
1120
|
+
def message(self) -> Optional[builtins.str]:
|
|
1120
1121
|
"""
|
|
1121
1122
|
message is a human-readable explanation containing details about the transition
|
|
1122
1123
|
"""
|
|
@@ -1124,7 +1125,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1124
1125
|
|
|
1125
1126
|
@property
|
|
1126
1127
|
@pulumi.getter
|
|
1127
|
-
def reason(self) -> Optional[str]:
|
|
1128
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1128
1129
|
"""
|
|
1129
1130
|
reason is the reason for the condition's last transition.
|
|
1130
1131
|
"""
|
|
@@ -1132,7 +1133,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1132
1133
|
|
|
1133
1134
|
@property
|
|
1134
1135
|
@pulumi.getter
|
|
1135
|
-
def status(self) -> Optional[str]:
|
|
1136
|
+
def status(self) -> Optional[builtins.str]:
|
|
1136
1137
|
"""
|
|
1137
1138
|
status is the status of the condition (True, False, Unknown)
|
|
1138
1139
|
"""
|
|
@@ -1140,7 +1141,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1140
1141
|
|
|
1141
1142
|
@property
|
|
1142
1143
|
@pulumi.getter
|
|
1143
|
-
def type(self) -> Optional[str]:
|
|
1144
|
+
def type(self) -> Optional[builtins.str]:
|
|
1144
1145
|
"""
|
|
1145
1146
|
type describes the current condition
|
|
1146
1147
|
"""
|
|
@@ -1174,18 +1175,18 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1174
1175
|
return super().get(key, default)
|
|
1175
1176
|
|
|
1176
1177
|
def __init__(__self__, *,
|
|
1177
|
-
max_replicas: int,
|
|
1178
|
+
max_replicas: builtins.int,
|
|
1178
1179
|
scale_target_ref: 'outputs.CrossVersionObjectReference',
|
|
1179
1180
|
behavior: Optional['outputs.HorizontalPodAutoscalerBehavior'] = None,
|
|
1180
1181
|
metrics: Optional[Sequence['outputs.MetricSpec']] = None,
|
|
1181
|
-
min_replicas: Optional[int] = None):
|
|
1182
|
+
min_replicas: Optional[builtins.int] = None):
|
|
1182
1183
|
"""
|
|
1183
1184
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1184
|
-
: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.
|
|
1185
|
+
: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.
|
|
1185
1186
|
: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.
|
|
1186
1187
|
:param 'HorizontalPodAutoscalerBehaviorArgs' behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1187
1188
|
: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. If not set, the default metric will be set to 80% average CPU utilization.
|
|
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
|
"""
|
|
1190
1191
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
1191
1192
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
@@ -1198,7 +1199,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1198
1199
|
|
|
1199
1200
|
@property
|
|
1200
1201
|
@pulumi.getter(name="maxReplicas")
|
|
1201
|
-
def max_replicas(self) -> int:
|
|
1202
|
+
def max_replicas(self) -> builtins.int:
|
|
1202
1203
|
"""
|
|
1203
1204
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1204
1205
|
"""
|
|
@@ -1230,7 +1231,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1230
1231
|
|
|
1231
1232
|
@property
|
|
1232
1233
|
@pulumi.getter(name="minReplicas")
|
|
1233
|
-
def min_replicas(self) -> Optional[int]:
|
|
1234
|
+
def min_replicas(self) -> Optional[builtins.int]:
|
|
1234
1235
|
"""
|
|
1235
1236
|
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.
|
|
1236
1237
|
"""
|
|
@@ -1265,16 +1266,16 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1265
1266
|
|
|
1266
1267
|
def __init__(__self__, *,
|
|
1267
1268
|
behavior: Optional['outputs.HorizontalPodAutoscalerBehaviorPatch'] = None,
|
|
1268
|
-
max_replicas: Optional[int] = None,
|
|
1269
|
+
max_replicas: Optional[builtins.int] = None,
|
|
1269
1270
|
metrics: Optional[Sequence['outputs.MetricSpecPatch']] = None,
|
|
1270
|
-
min_replicas: Optional[int] = None,
|
|
1271
|
+
min_replicas: Optional[builtins.int] = None,
|
|
1271
1272
|
scale_target_ref: Optional['outputs.CrossVersionObjectReferencePatch'] = None):
|
|
1272
1273
|
"""
|
|
1273
1274
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1274
1275
|
:param 'HorizontalPodAutoscalerBehaviorPatchArgs' behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1275
|
-
: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.
|
|
1276
|
+
: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.
|
|
1276
1277
|
: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. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1277
|
-
: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.
|
|
1278
|
+
: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.
|
|
1278
1279
|
: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.
|
|
1279
1280
|
"""
|
|
1280
1281
|
if behavior is not None:
|
|
@@ -1298,7 +1299,7 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1298
1299
|
|
|
1299
1300
|
@property
|
|
1300
1301
|
@pulumi.getter(name="maxReplicas")
|
|
1301
|
-
def max_replicas(self) -> Optional[int]:
|
|
1302
|
+
def max_replicas(self) -> Optional[builtins.int]:
|
|
1302
1303
|
"""
|
|
1303
1304
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1304
1305
|
"""
|
|
@@ -1314,7 +1315,7 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1314
1315
|
|
|
1315
1316
|
@property
|
|
1316
1317
|
@pulumi.getter(name="minReplicas")
|
|
1317
|
-
def min_replicas(self) -> Optional[int]:
|
|
1318
|
+
def min_replicas(self) -> Optional[builtins.int]:
|
|
1318
1319
|
"""
|
|
1319
1320
|
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.
|
|
1320
1321
|
"""
|
|
@@ -1361,19 +1362,19 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1361
1362
|
|
|
1362
1363
|
def __init__(__self__, *,
|
|
1363
1364
|
conditions: Sequence['outputs.HorizontalPodAutoscalerCondition'],
|
|
1364
|
-
current_replicas: int,
|
|
1365
|
-
desired_replicas: int,
|
|
1365
|
+
current_replicas: builtins.int,
|
|
1366
|
+
desired_replicas: builtins.int,
|
|
1366
1367
|
current_metrics: Optional[Sequence['outputs.MetricStatus']] = None,
|
|
1367
|
-
last_scale_time: Optional[str] = None,
|
|
1368
|
-
observed_generation: Optional[int] = None):
|
|
1368
|
+
last_scale_time: Optional[builtins.str] = None,
|
|
1369
|
+
observed_generation: Optional[builtins.int] = None):
|
|
1369
1370
|
"""
|
|
1370
1371
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1371
1372
|
: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.
|
|
1372
|
-
:param int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1373
|
-
:param int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1373
|
+
:param builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1374
|
+
:param builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1374
1375
|
:param Sequence['MetricStatusArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1375
|
-
: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.
|
|
1376
|
-
:param int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1376
|
+
: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.
|
|
1377
|
+
:param builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1377
1378
|
"""
|
|
1378
1379
|
pulumi.set(__self__, "conditions", conditions)
|
|
1379
1380
|
pulumi.set(__self__, "current_replicas", current_replicas)
|
|
@@ -1395,7 +1396,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1395
1396
|
|
|
1396
1397
|
@property
|
|
1397
1398
|
@pulumi.getter(name="currentReplicas")
|
|
1398
|
-
def current_replicas(self) -> int:
|
|
1399
|
+
def current_replicas(self) -> builtins.int:
|
|
1399
1400
|
"""
|
|
1400
1401
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1401
1402
|
"""
|
|
@@ -1403,7 +1404,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1403
1404
|
|
|
1404
1405
|
@property
|
|
1405
1406
|
@pulumi.getter(name="desiredReplicas")
|
|
1406
|
-
def desired_replicas(self) -> int:
|
|
1407
|
+
def desired_replicas(self) -> builtins.int:
|
|
1407
1408
|
"""
|
|
1408
1409
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1409
1410
|
"""
|
|
@@ -1419,7 +1420,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1419
1420
|
|
|
1420
1421
|
@property
|
|
1421
1422
|
@pulumi.getter(name="lastScaleTime")
|
|
1422
|
-
def last_scale_time(self) -> Optional[str]:
|
|
1423
|
+
def last_scale_time(self) -> Optional[builtins.str]:
|
|
1423
1424
|
"""
|
|
1424
1425
|
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.
|
|
1425
1426
|
"""
|
|
@@ -1427,7 +1428,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1427
1428
|
|
|
1428
1429
|
@property
|
|
1429
1430
|
@pulumi.getter(name="observedGeneration")
|
|
1430
|
-
def observed_generation(self) -> Optional[int]:
|
|
1431
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1431
1432
|
"""
|
|
1432
1433
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1433
1434
|
"""
|
|
@@ -1467,18 +1468,18 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1467
1468
|
def __init__(__self__, *,
|
|
1468
1469
|
conditions: Optional[Sequence['outputs.HorizontalPodAutoscalerConditionPatch']] = None,
|
|
1469
1470
|
current_metrics: Optional[Sequence['outputs.MetricStatusPatch']] = None,
|
|
1470
|
-
current_replicas: Optional[int] = None,
|
|
1471
|
-
desired_replicas: Optional[int] = None,
|
|
1472
|
-
last_scale_time: Optional[str] = None,
|
|
1473
|
-
observed_generation: Optional[int] = None):
|
|
1471
|
+
current_replicas: Optional[builtins.int] = None,
|
|
1472
|
+
desired_replicas: Optional[builtins.int] = None,
|
|
1473
|
+
last_scale_time: Optional[builtins.str] = None,
|
|
1474
|
+
observed_generation: Optional[builtins.int] = None):
|
|
1474
1475
|
"""
|
|
1475
1476
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1476
1477
|
: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.
|
|
1477
1478
|
:param Sequence['MetricStatusPatchArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1478
|
-
:param int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1479
|
-
:param int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1480
|
-
: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.
|
|
1481
|
-
:param int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1479
|
+
:param builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1480
|
+
:param builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1481
|
+
: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.
|
|
1482
|
+
:param builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1482
1483
|
"""
|
|
1483
1484
|
if conditions is not None:
|
|
1484
1485
|
pulumi.set(__self__, "conditions", conditions)
|
|
@@ -1511,7 +1512,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1511
1512
|
|
|
1512
1513
|
@property
|
|
1513
1514
|
@pulumi.getter(name="currentReplicas")
|
|
1514
|
-
def current_replicas(self) -> Optional[int]:
|
|
1515
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
1515
1516
|
"""
|
|
1516
1517
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1517
1518
|
"""
|
|
@@ -1519,7 +1520,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1519
1520
|
|
|
1520
1521
|
@property
|
|
1521
1522
|
@pulumi.getter(name="desiredReplicas")
|
|
1522
|
-
def desired_replicas(self) -> Optional[int]:
|
|
1523
|
+
def desired_replicas(self) -> Optional[builtins.int]:
|
|
1523
1524
|
"""
|
|
1524
1525
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1525
1526
|
"""
|
|
@@ -1527,7 +1528,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1527
1528
|
|
|
1528
1529
|
@property
|
|
1529
1530
|
@pulumi.getter(name="lastScaleTime")
|
|
1530
|
-
def last_scale_time(self) -> Optional[str]:
|
|
1531
|
+
def last_scale_time(self) -> Optional[builtins.str]:
|
|
1531
1532
|
"""
|
|
1532
1533
|
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.
|
|
1533
1534
|
"""
|
|
@@ -1535,7 +1536,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1535
1536
|
|
|
1536
1537
|
@property
|
|
1537
1538
|
@pulumi.getter(name="observedGeneration")
|
|
1538
|
-
def observed_generation(self) -> Optional[int]:
|
|
1539
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1539
1540
|
"""
|
|
1540
1541
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1541
1542
|
"""
|
|
@@ -1548,11 +1549,11 @@ class MetricIdentifier(dict):
|
|
|
1548
1549
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1549
1550
|
"""
|
|
1550
1551
|
def __init__(__self__, *,
|
|
1551
|
-
name: str,
|
|
1552
|
+
name: builtins.str,
|
|
1552
1553
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
1553
1554
|
"""
|
|
1554
1555
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1555
|
-
:param str name: name is the name of the given metric
|
|
1556
|
+
:param builtins.str name: name is the name of the given metric
|
|
1556
1557
|
: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.
|
|
1557
1558
|
"""
|
|
1558
1559
|
pulumi.set(__self__, "name", name)
|
|
@@ -1561,7 +1562,7 @@ class MetricIdentifier(dict):
|
|
|
1561
1562
|
|
|
1562
1563
|
@property
|
|
1563
1564
|
@pulumi.getter
|
|
1564
|
-
def name(self) -> str:
|
|
1565
|
+
def name(self) -> builtins.str:
|
|
1565
1566
|
"""
|
|
1566
1567
|
name is the name of the given metric
|
|
1567
1568
|
"""
|
|
@@ -1582,11 +1583,11 @@ class MetricIdentifierPatch(dict):
|
|
|
1582
1583
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1583
1584
|
"""
|
|
1584
1585
|
def __init__(__self__, *,
|
|
1585
|
-
name: Optional[str] = None,
|
|
1586
|
+
name: Optional[builtins.str] = None,
|
|
1586
1587
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
1587
1588
|
"""
|
|
1588
1589
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1589
|
-
:param str name: name is the name of the given metric
|
|
1590
|
+
:param builtins.str name: name is the name of the given metric
|
|
1590
1591
|
: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.
|
|
1591
1592
|
"""
|
|
1592
1593
|
if name is not None:
|
|
@@ -1596,7 +1597,7 @@ class MetricIdentifierPatch(dict):
|
|
|
1596
1597
|
|
|
1597
1598
|
@property
|
|
1598
1599
|
@pulumi.getter
|
|
1599
|
-
def name(self) -> Optional[str]:
|
|
1600
|
+
def name(self) -> Optional[builtins.str]:
|
|
1600
1601
|
"""
|
|
1601
1602
|
name is the name of the given metric
|
|
1602
1603
|
"""
|
|
@@ -1634,7 +1635,7 @@ class MetricSpec(dict):
|
|
|
1634
1635
|
return super().get(key, default)
|
|
1635
1636
|
|
|
1636
1637
|
def __init__(__self__, *,
|
|
1637
|
-
type: str,
|
|
1638
|
+
type: builtins.str,
|
|
1638
1639
|
container_resource: Optional['outputs.ContainerResourceMetricSource'] = None,
|
|
1639
1640
|
external: Optional['outputs.ExternalMetricSource'] = None,
|
|
1640
1641
|
object: Optional['outputs.ObjectMetricSource'] = None,
|
|
@@ -1642,7 +1643,7 @@ class MetricSpec(dict):
|
|
|
1642
1643
|
resource: Optional['outputs.ResourceMetricSource'] = None):
|
|
1643
1644
|
"""
|
|
1644
1645
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1645
|
-
: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.
|
|
1646
|
+
: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.
|
|
1646
1647
|
: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.
|
|
1647
1648
|
: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).
|
|
1648
1649
|
:param 'ObjectMetricSourceArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1663,7 +1664,7 @@ class MetricSpec(dict):
|
|
|
1663
1664
|
|
|
1664
1665
|
@property
|
|
1665
1666
|
@pulumi.getter
|
|
1666
|
-
def type(self) -> str:
|
|
1667
|
+
def type(self) -> builtins.str:
|
|
1667
1668
|
"""
|
|
1668
1669
|
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.
|
|
1669
1670
|
"""
|
|
@@ -1738,7 +1739,7 @@ class MetricSpecPatch(dict):
|
|
|
1738
1739
|
object: Optional['outputs.ObjectMetricSourcePatch'] = None,
|
|
1739
1740
|
pods: Optional['outputs.PodsMetricSourcePatch'] = None,
|
|
1740
1741
|
resource: Optional['outputs.ResourceMetricSourcePatch'] = None,
|
|
1741
|
-
type: Optional[str] = None):
|
|
1742
|
+
type: Optional[builtins.str] = None):
|
|
1742
1743
|
"""
|
|
1743
1744
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1744
1745
|
: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.
|
|
@@ -1746,7 +1747,7 @@ class MetricSpecPatch(dict):
|
|
|
1746
1747
|
:param 'ObjectMetricSourcePatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1747
1748
|
: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.
|
|
1748
1749
|
: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.
|
|
1749
|
-
: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.
|
|
1750
|
+
: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.
|
|
1750
1751
|
"""
|
|
1751
1752
|
if container_resource is not None:
|
|
1752
1753
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1803,7 +1804,7 @@ class MetricSpecPatch(dict):
|
|
|
1803
1804
|
|
|
1804
1805
|
@property
|
|
1805
1806
|
@pulumi.getter
|
|
1806
|
-
def type(self) -> Optional[str]:
|
|
1807
|
+
def type(self) -> Optional[builtins.str]:
|
|
1807
1808
|
"""
|
|
1808
1809
|
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.
|
|
1809
1810
|
"""
|
|
@@ -1833,7 +1834,7 @@ class MetricStatus(dict):
|
|
|
1833
1834
|
return super().get(key, default)
|
|
1834
1835
|
|
|
1835
1836
|
def __init__(__self__, *,
|
|
1836
|
-
type: str,
|
|
1837
|
+
type: builtins.str,
|
|
1837
1838
|
container_resource: Optional['outputs.ContainerResourceMetricStatus'] = None,
|
|
1838
1839
|
external: Optional['outputs.ExternalMetricStatus'] = None,
|
|
1839
1840
|
object: Optional['outputs.ObjectMetricStatus'] = None,
|
|
@@ -1841,7 +1842,7 @@ class MetricStatus(dict):
|
|
|
1841
1842
|
resource: Optional['outputs.ResourceMetricStatus'] = None):
|
|
1842
1843
|
"""
|
|
1843
1844
|
MetricStatus describes the last-read state of a single metric.
|
|
1844
|
-
: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.
|
|
1845
|
+
: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.
|
|
1845
1846
|
: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.
|
|
1846
1847
|
: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).
|
|
1847
1848
|
:param 'ObjectMetricStatusArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1862,7 +1863,7 @@ class MetricStatus(dict):
|
|
|
1862
1863
|
|
|
1863
1864
|
@property
|
|
1864
1865
|
@pulumi.getter
|
|
1865
|
-
def type(self) -> str:
|
|
1866
|
+
def type(self) -> builtins.str:
|
|
1866
1867
|
"""
|
|
1867
1868
|
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.
|
|
1868
1869
|
"""
|
|
@@ -1937,7 +1938,7 @@ class MetricStatusPatch(dict):
|
|
|
1937
1938
|
object: Optional['outputs.ObjectMetricStatusPatch'] = None,
|
|
1938
1939
|
pods: Optional['outputs.PodsMetricStatusPatch'] = None,
|
|
1939
1940
|
resource: Optional['outputs.ResourceMetricStatusPatch'] = None,
|
|
1940
|
-
type: Optional[str] = None):
|
|
1941
|
+
type: Optional[builtins.str] = None):
|
|
1941
1942
|
"""
|
|
1942
1943
|
MetricStatus describes the last-read state of a single metric.
|
|
1943
1944
|
: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.
|
|
@@ -1945,7 +1946,7 @@ class MetricStatusPatch(dict):
|
|
|
1945
1946
|
:param 'ObjectMetricStatusPatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1946
1947
|
: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.
|
|
1947
1948
|
: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.
|
|
1948
|
-
: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.
|
|
1949
|
+
: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.
|
|
1949
1950
|
"""
|
|
1950
1951
|
if container_resource is not None:
|
|
1951
1952
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -2002,7 +2003,7 @@ class MetricStatusPatch(dict):
|
|
|
2002
2003
|
|
|
2003
2004
|
@property
|
|
2004
2005
|
@pulumi.getter
|
|
2005
|
-
def type(self) -> Optional[str]:
|
|
2006
|
+
def type(self) -> Optional[builtins.str]:
|
|
2006
2007
|
"""
|
|
2007
2008
|
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.
|
|
2008
2009
|
"""
|
|
@@ -2034,16 +2035,16 @@ class MetricTarget(dict):
|
|
|
2034
2035
|
return super().get(key, default)
|
|
2035
2036
|
|
|
2036
2037
|
def __init__(__self__, *,
|
|
2037
|
-
type: str,
|
|
2038
|
-
average_utilization: Optional[int] = None,
|
|
2039
|
-
average_value: Optional[str] = None,
|
|
2040
|
-
value: Optional[str] = None):
|
|
2038
|
+
type: builtins.str,
|
|
2039
|
+
average_utilization: Optional[builtins.int] = None,
|
|
2040
|
+
average_value: Optional[builtins.str] = None,
|
|
2041
|
+
value: Optional[builtins.str] = None):
|
|
2041
2042
|
"""
|
|
2042
2043
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2043
|
-
:param str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2044
|
-
:param int average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2045
|
-
:param str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2046
|
-
:param str value: value is the target value of the metric (as a quantity).
|
|
2044
|
+
:param builtins.str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2045
|
+
:param builtins.int average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2046
|
+
:param builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2047
|
+
:param builtins.str value: value is the target value of the metric (as a quantity).
|
|
2047
2048
|
"""
|
|
2048
2049
|
pulumi.set(__self__, "type", type)
|
|
2049
2050
|
if average_utilization is not None:
|
|
@@ -2055,7 +2056,7 @@ class MetricTarget(dict):
|
|
|
2055
2056
|
|
|
2056
2057
|
@property
|
|
2057
2058
|
@pulumi.getter
|
|
2058
|
-
def type(self) -> str:
|
|
2059
|
+
def type(self) -> builtins.str:
|
|
2059
2060
|
"""
|
|
2060
2061
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2061
2062
|
"""
|
|
@@ -2063,7 +2064,7 @@ class MetricTarget(dict):
|
|
|
2063
2064
|
|
|
2064
2065
|
@property
|
|
2065
2066
|
@pulumi.getter(name="averageUtilization")
|
|
2066
|
-
def average_utilization(self) -> Optional[int]:
|
|
2067
|
+
def average_utilization(self) -> Optional[builtins.int]:
|
|
2067
2068
|
"""
|
|
2068
2069
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2069
2070
|
"""
|
|
@@ -2071,7 +2072,7 @@ class MetricTarget(dict):
|
|
|
2071
2072
|
|
|
2072
2073
|
@property
|
|
2073
2074
|
@pulumi.getter(name="averageValue")
|
|
2074
|
-
def average_value(self) -> Optional[str]:
|
|
2075
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2075
2076
|
"""
|
|
2076
2077
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2077
2078
|
"""
|
|
@@ -2079,7 +2080,7 @@ class MetricTarget(dict):
|
|
|
2079
2080
|
|
|
2080
2081
|
@property
|
|
2081
2082
|
@pulumi.getter
|
|
2082
|
-
def value(self) -> Optional[str]:
|
|
2083
|
+
def value(self) -> Optional[builtins.str]:
|
|
2083
2084
|
"""
|
|
2084
2085
|
value is the target value of the metric (as a quantity).
|
|
2085
2086
|
"""
|
|
@@ -2111,16 +2112,16 @@ class MetricTargetPatch(dict):
|
|
|
2111
2112
|
return super().get(key, default)
|
|
2112
2113
|
|
|
2113
2114
|
def __init__(__self__, *,
|
|
2114
|
-
average_utilization: Optional[int] = None,
|
|
2115
|
-
average_value: Optional[str] = None,
|
|
2116
|
-
type: Optional[str] = None,
|
|
2117
|
-
value: Optional[str] = None):
|
|
2115
|
+
average_utilization: Optional[builtins.int] = None,
|
|
2116
|
+
average_value: Optional[builtins.str] = None,
|
|
2117
|
+
type: Optional[builtins.str] = None,
|
|
2118
|
+
value: Optional[builtins.str] = None):
|
|
2118
2119
|
"""
|
|
2119
2120
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2120
|
-
:param int average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2121
|
-
:param str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2122
|
-
:param str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2123
|
-
:param str value: value is the target value of the metric (as a quantity).
|
|
2121
|
+
:param builtins.int average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2122
|
+
:param builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2123
|
+
:param builtins.str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2124
|
+
:param builtins.str value: value is the target value of the metric (as a quantity).
|
|
2124
2125
|
"""
|
|
2125
2126
|
if average_utilization is not None:
|
|
2126
2127
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2133,7 +2134,7 @@ class MetricTargetPatch(dict):
|
|
|
2133
2134
|
|
|
2134
2135
|
@property
|
|
2135
2136
|
@pulumi.getter(name="averageUtilization")
|
|
2136
|
-
def average_utilization(self) -> Optional[int]:
|
|
2137
|
+
def average_utilization(self) -> Optional[builtins.int]:
|
|
2137
2138
|
"""
|
|
2138
2139
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2139
2140
|
"""
|
|
@@ -2141,7 +2142,7 @@ class MetricTargetPatch(dict):
|
|
|
2141
2142
|
|
|
2142
2143
|
@property
|
|
2143
2144
|
@pulumi.getter(name="averageValue")
|
|
2144
|
-
def average_value(self) -> Optional[str]:
|
|
2145
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2145
2146
|
"""
|
|
2146
2147
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2147
2148
|
"""
|
|
@@ -2149,7 +2150,7 @@ class MetricTargetPatch(dict):
|
|
|
2149
2150
|
|
|
2150
2151
|
@property
|
|
2151
2152
|
@pulumi.getter
|
|
2152
|
-
def type(self) -> Optional[str]:
|
|
2153
|
+
def type(self) -> Optional[builtins.str]:
|
|
2153
2154
|
"""
|
|
2154
2155
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2155
2156
|
"""
|
|
@@ -2157,7 +2158,7 @@ class MetricTargetPatch(dict):
|
|
|
2157
2158
|
|
|
2158
2159
|
@property
|
|
2159
2160
|
@pulumi.getter
|
|
2160
|
-
def value(self) -> Optional[str]:
|
|
2161
|
+
def value(self) -> Optional[builtins.str]:
|
|
2161
2162
|
"""
|
|
2162
2163
|
value is the target value of the metric (as a quantity).
|
|
2163
2164
|
"""
|
|
@@ -2189,14 +2190,14 @@ class MetricValueStatus(dict):
|
|
|
2189
2190
|
return super().get(key, default)
|
|
2190
2191
|
|
|
2191
2192
|
def __init__(__self__, *,
|
|
2192
|
-
average_utilization: Optional[int] = None,
|
|
2193
|
-
average_value: Optional[str] = None,
|
|
2194
|
-
value: Optional[str] = None):
|
|
2193
|
+
average_utilization: Optional[builtins.int] = None,
|
|
2194
|
+
average_value: Optional[builtins.str] = None,
|
|
2195
|
+
value: Optional[builtins.str] = None):
|
|
2195
2196
|
"""
|
|
2196
2197
|
MetricValueStatus holds the current value for a metric
|
|
2197
|
-
:param int average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2198
|
-
:param str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2199
|
-
:param str value: value is the current value of the metric (as a quantity).
|
|
2198
|
+
:param builtins.int average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2199
|
+
:param builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2200
|
+
:param builtins.str value: value is the current value of the metric (as a quantity).
|
|
2200
2201
|
"""
|
|
2201
2202
|
if average_utilization is not None:
|
|
2202
2203
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2207,7 +2208,7 @@ class MetricValueStatus(dict):
|
|
|
2207
2208
|
|
|
2208
2209
|
@property
|
|
2209
2210
|
@pulumi.getter(name="averageUtilization")
|
|
2210
|
-
def average_utilization(self) -> Optional[int]:
|
|
2211
|
+
def average_utilization(self) -> Optional[builtins.int]:
|
|
2211
2212
|
"""
|
|
2212
2213
|
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.
|
|
2213
2214
|
"""
|
|
@@ -2215,7 +2216,7 @@ class MetricValueStatus(dict):
|
|
|
2215
2216
|
|
|
2216
2217
|
@property
|
|
2217
2218
|
@pulumi.getter(name="averageValue")
|
|
2218
|
-
def average_value(self) -> Optional[str]:
|
|
2219
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2219
2220
|
"""
|
|
2220
2221
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2221
2222
|
"""
|
|
@@ -2223,7 +2224,7 @@ class MetricValueStatus(dict):
|
|
|
2223
2224
|
|
|
2224
2225
|
@property
|
|
2225
2226
|
@pulumi.getter
|
|
2226
|
-
def value(self) -> Optional[str]:
|
|
2227
|
+
def value(self) -> Optional[builtins.str]:
|
|
2227
2228
|
"""
|
|
2228
2229
|
value is the current value of the metric (as a quantity).
|
|
2229
2230
|
"""
|
|
@@ -2255,14 +2256,14 @@ class MetricValueStatusPatch(dict):
|
|
|
2255
2256
|
return super().get(key, default)
|
|
2256
2257
|
|
|
2257
2258
|
def __init__(__self__, *,
|
|
2258
|
-
average_utilization: Optional[int] = None,
|
|
2259
|
-
average_value: Optional[str] = None,
|
|
2260
|
-
value: Optional[str] = None):
|
|
2259
|
+
average_utilization: Optional[builtins.int] = None,
|
|
2260
|
+
average_value: Optional[builtins.str] = None,
|
|
2261
|
+
value: Optional[builtins.str] = None):
|
|
2261
2262
|
"""
|
|
2262
2263
|
MetricValueStatus holds the current value for a metric
|
|
2263
|
-
:param int average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2264
|
-
:param str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2265
|
-
:param str value: value is the current value of the metric (as a quantity).
|
|
2264
|
+
:param builtins.int average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2265
|
+
:param builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2266
|
+
:param builtins.str value: value is the current value of the metric (as a quantity).
|
|
2266
2267
|
"""
|
|
2267
2268
|
if average_utilization is not None:
|
|
2268
2269
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2273,7 +2274,7 @@ class MetricValueStatusPatch(dict):
|
|
|
2273
2274
|
|
|
2274
2275
|
@property
|
|
2275
2276
|
@pulumi.getter(name="averageUtilization")
|
|
2276
|
-
def average_utilization(self) -> Optional[int]:
|
|
2277
|
+
def average_utilization(self) -> Optional[builtins.int]:
|
|
2277
2278
|
"""
|
|
2278
2279
|
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.
|
|
2279
2280
|
"""
|
|
@@ -2281,7 +2282,7 @@ class MetricValueStatusPatch(dict):
|
|
|
2281
2282
|
|
|
2282
2283
|
@property
|
|
2283
2284
|
@pulumi.getter(name="averageValue")
|
|
2284
|
-
def average_value(self) -> Optional[str]:
|
|
2285
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2285
2286
|
"""
|
|
2286
2287
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2287
2288
|
"""
|
|
@@ -2289,7 +2290,7 @@ class MetricValueStatusPatch(dict):
|
|
|
2289
2290
|
|
|
2290
2291
|
@property
|
|
2291
2292
|
@pulumi.getter
|
|
2292
|
-
def value(self) -> Optional[str]:
|
|
2293
|
+
def value(self) -> Optional[builtins.str]:
|
|
2293
2294
|
"""
|
|
2294
2295
|
value is the current value of the metric (as a quantity).
|
|
2295
2296
|
"""
|
|
@@ -2672,11 +2673,11 @@ class ResourceMetricSource(dict):
|
|
|
2672
2673
|
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.
|
|
2673
2674
|
"""
|
|
2674
2675
|
def __init__(__self__, *,
|
|
2675
|
-
name: str,
|
|
2676
|
+
name: builtins.str,
|
|
2676
2677
|
target: 'outputs.MetricTarget'):
|
|
2677
2678
|
"""
|
|
2678
2679
|
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.
|
|
2679
|
-
:param str name: name is the name of the resource in question.
|
|
2680
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2680
2681
|
:param 'MetricTargetArgs' target: target specifies the target value for the given metric
|
|
2681
2682
|
"""
|
|
2682
2683
|
pulumi.set(__self__, "name", name)
|
|
@@ -2684,7 +2685,7 @@ class ResourceMetricSource(dict):
|
|
|
2684
2685
|
|
|
2685
2686
|
@property
|
|
2686
2687
|
@pulumi.getter
|
|
2687
|
-
def name(self) -> str:
|
|
2688
|
+
def name(self) -> builtins.str:
|
|
2688
2689
|
"""
|
|
2689
2690
|
name is the name of the resource in question.
|
|
2690
2691
|
"""
|
|
@@ -2705,11 +2706,11 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2705
2706
|
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.
|
|
2706
2707
|
"""
|
|
2707
2708
|
def __init__(__self__, *,
|
|
2708
|
-
name: Optional[str] = None,
|
|
2709
|
+
name: Optional[builtins.str] = None,
|
|
2709
2710
|
target: Optional['outputs.MetricTargetPatch'] = None):
|
|
2710
2711
|
"""
|
|
2711
2712
|
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.
|
|
2712
|
-
:param str name: name is the name of the resource in question.
|
|
2713
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2713
2714
|
:param 'MetricTargetPatchArgs' target: target specifies the target value for the given metric
|
|
2714
2715
|
"""
|
|
2715
2716
|
if name is not None:
|
|
@@ -2719,7 +2720,7 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2719
2720
|
|
|
2720
2721
|
@property
|
|
2721
2722
|
@pulumi.getter
|
|
2722
|
-
def name(self) -> Optional[str]:
|
|
2723
|
+
def name(self) -> Optional[builtins.str]:
|
|
2723
2724
|
"""
|
|
2724
2725
|
name is the name of the resource in question.
|
|
2725
2726
|
"""
|
|
@@ -2741,11 +2742,11 @@ class ResourceMetricStatus(dict):
|
|
|
2741
2742
|
"""
|
|
2742
2743
|
def __init__(__self__, *,
|
|
2743
2744
|
current: 'outputs.MetricValueStatus',
|
|
2744
|
-
name: str):
|
|
2745
|
+
name: builtins.str):
|
|
2745
2746
|
"""
|
|
2746
2747
|
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.
|
|
2747
2748
|
:param 'MetricValueStatusArgs' current: current contains the current value for the given metric
|
|
2748
|
-
:param str name: Name is the name of the resource in question.
|
|
2749
|
+
:param builtins.str name: Name is the name of the resource in question.
|
|
2749
2750
|
"""
|
|
2750
2751
|
pulumi.set(__self__, "current", current)
|
|
2751
2752
|
pulumi.set(__self__, "name", name)
|
|
@@ -2760,7 +2761,7 @@ class ResourceMetricStatus(dict):
|
|
|
2760
2761
|
|
|
2761
2762
|
@property
|
|
2762
2763
|
@pulumi.getter
|
|
2763
|
-
def name(self) -> str:
|
|
2764
|
+
def name(self) -> builtins.str:
|
|
2764
2765
|
"""
|
|
2765
2766
|
Name is the name of the resource in question.
|
|
2766
2767
|
"""
|
|
@@ -2774,11 +2775,11 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2774
2775
|
"""
|
|
2775
2776
|
def __init__(__self__, *,
|
|
2776
2777
|
current: Optional['outputs.MetricValueStatusPatch'] = None,
|
|
2777
|
-
name: Optional[str] = None):
|
|
2778
|
+
name: Optional[builtins.str] = None):
|
|
2778
2779
|
"""
|
|
2779
2780
|
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.
|
|
2780
2781
|
:param 'MetricValueStatusPatchArgs' current: current contains the current value for the given metric
|
|
2781
|
-
:param str name: Name is the name of the resource in question.
|
|
2782
|
+
:param builtins.str name: Name is the name of the resource in question.
|
|
2782
2783
|
"""
|
|
2783
2784
|
if current is not None:
|
|
2784
2785
|
pulumi.set(__self__, "current", current)
|
|
@@ -2795,7 +2796,7 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2795
2796
|
|
|
2796
2797
|
@property
|
|
2797
2798
|
@pulumi.getter
|
|
2798
|
-
def name(self) -> Optional[str]:
|
|
2799
|
+
def name(self) -> Optional[builtins.str]:
|
|
2799
2800
|
"""
|
|
2800
2801
|
Name is the name of the resource in question.
|
|
2801
2802
|
"""
|